Skip to content

Commit

Permalink
tidy up go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Jan 10, 2024
1 parent 58a9241 commit 4f4c612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ require (
require (
cosmossdk.io/errors v1.0.0
github.com/golang/protobuf v1.5.3
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v2 v2.4.0
)

Expand Down Expand Up @@ -185,6 +184,7 @@ require (
google.golang.org/api v0.128.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.6 // indirect
Expand Down

0 comments on commit 4f4c612

Please sign in to comment.