Skip to content

Commit

Permalink
chore: organize go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed Mar 22, 2024
1 parent 9e98e96 commit 8e3c7e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simapp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ require (
google.golang.org/protobuf v1.32.0
)

require github.com/gogo/protobuf v1.3.2

require (
cloud.google.com/go v0.112.0 // indirect
cloud.google.com/go/compute v1.23.3 // indirect
Expand Down Expand Up @@ -95,6 +93,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.2.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand Down

0 comments on commit 8e3c7e0

Please sign in to comment.