Skip to content

Commit

Permalink
Merge pull request #1558 from scrtlabs/dependabot/go_modules/golang.o…
Browse files Browse the repository at this point in the history
…rg/x/crypto-0.14.0

Bump golang.org/x/crypto from 0.13.0 to 0.14.0
  • Loading branch information
assafmo authored Oct 6, 2023
2 parents ad09c19 + 4dfd59e commit 8693cf4
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 10 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ require (
github.com/stretchr/testify v1.8.2
github.com/tendermint/tendermint v0.34.27
github.com/tendermint/tm-db v0.6.7
golang.org/x/crypto v0.13.0
golang.org/x/crypto v0.14.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
gonum.org/v1/gonum v0.14.0
google.golang.org/genproto v0.0.0-20230125152338-dcaf20b6aeaa
google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.30.0
)

require golang.org/x/text v0.13.0

require (
cosmossdk.io/api v0.2.6 // indirect
cosmossdk.io/core v0.5.1 // indirect
Expand Down Expand Up @@ -148,9 +150,8 @@ require (
github.com/zondax/ledger-go v0.14.1 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 8693cf4

Please sign in to comment.