chore(deps): go mod tidy

This commit is contained in:
Milas Bowman 2025-03-10 22:40:01 -04:00
parent 94bff8e8b7
commit 35a3c1c23a
Signed by: milas
SSH key fingerprint: SHA256:ek2D5l1HA34B3wbdErz0QOXm1E46CVvyf/nM4Fwfx/U
2 changed files with 1 additions and 5 deletions

2
go.mod
View file

@ -4,13 +4,13 @@ go 1.23.1
require (
github.com/aws/aws-sdk-go-v2 v1.36.3
github.com/davecgh/go-spew v1.1.1
github.com/stretchr/testify v1.8.0
go.uber.org/goleak v1.3.0
)
require (
github.com/aws/smithy-go v1.22.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect