Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlysyn committed Jan 23, 2022
1 parent 27068e6 commit 5f01bfe
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 75 deletions.
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ module github.com/deadlysyn/retriever
go 1.16

require (
github.com/aws/aws-sdk-go-v2 v1.11.2
github.com/aws/aws-sdk-go-v2/config v1.11.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.10.2
github.com/aws/aws-sdk-go-v2/service/ssm v1.17.1
github.com/bketelsen/crypt v0.0.4 // indirect
github.com/aws/aws-sdk-go-v2 v1.13.0
github.com/aws/aws-sdk-go-v2/config v1.13.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.13.0
github.com/aws/aws-sdk-go-v2/service/ssm v1.20.0
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/viper v1.9.0
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
github.com/spf13/afero v1.8.0 // indirect
github.com/spf13/viper v1.10.1
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/ini.v1 v1.66.3 // indirect
)
Loading

0 comments on commit 5f01bfe

Please sign in to comment.