Skip to content

Commit

Permalink
upgrade deps, v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhy committed Oct 5, 2021
1 parent a3a4e18 commit 9542553
Show file tree
Hide file tree
Showing 2 changed files with 551 additions and 14 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ module github.com/jrhy/mast
go 1.14

require (
github.com/aws/aws-sdk-go v1.40.45
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/aws/aws-sdk-go v1.40.55
github.com/gopherjs/gopherjs v0.0.0-20211004101933-6b77bd30416d
github.com/hashicorp/golang-lru v0.5.4
github.com/johannesboyne/gofakes3 v0.0.0-20210819161434-5c8dfcfe5310
github.com/leanovate/gopter v0.2.9
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/tools v0.1.6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
golang.org/x/tools v0.1.7 // indirect
)
Loading

0 comments on commit 9542553

Please sign in to comment.