From 8e3c7e03363bf676c5b9d386d5a9036617eb9444 Mon Sep 17 00:00:00 2001 From: "jaeseung.bae" Date: Fri, 22 Mar 2024 17:27:46 +0900 Subject: [PATCH] chore: organize go.mod --- simapp/go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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