Skip to content

Commit

Permalink
Merge pull request #3201 from Sifchain/kevin/fix-security-deps
Browse files Browse the repository at this point in the history
Fix some security dependency issues.
  • Loading branch information
khdegraaf authored Sep 5, 2022
2 parents acd2cf2 + 901ff49 commit aab37b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 73 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/cosmos/cosmos-sdk v0.45.6
github.com/cosmos/ibc-go/v2 v2.0.2
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/ethereum/go-ethereum v1.10.11
github.com/ethereum/go-ethereum v1.10.13
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
github.com/gogo/protobuf v1.3.3
github.com/golang/mock v1.6.0
Expand Down Expand Up @@ -157,4 +157,5 @@ replace (
github.com/cosmos/ibc-go/v2 => github.com/Sifchain/ibc-go/v2 v2.0.3-issue.850
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
google.golang.org/grpc => google.golang.org/grpc v1.33.2
github.com/libp2p/go-buffer-pool => github.com/libp2p/go-buffer-pool v0.1.0
)
Loading

0 comments on commit aab37b5

Please sign in to comment.