Skip to content

Commit

Permalink
update aws-sdk to fix aws/aws-sdk-go#3406
Browse files Browse the repository at this point in the history
  • Loading branch information
brili committed Mar 10, 2022
1 parent 0156ea3 commit d360011
Show file tree
Hide file tree
Showing 2 changed files with 551 additions and 3 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
github.com/c2fo/vfs/v5 v5.4.0
github.com/c2fo/vfs/v5 v5.10.0
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/mgechev/revive v0.0.0-20190910172647-84deee41635a // indirect
github.com/onsi/ginkgo v1.10.1
github.com/onsi/gomega v1.7.0
github.com/stretchr/objx v0.1.1 // indirect
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad // indirect
golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)
Loading

0 comments on commit d360011

Please sign in to comment.