diff --git a/simapp/go.mod b/simapp/go.mod index 868d98334a..396a4237f3 100644 --- a/simapp/go.mod +++ b/simapp/go.mod @@ -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 @@ -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