diff --git a/x/twap/client/cli/query.go b/x/twap/client/cli/query.go index ec5fc2a3542..bb0ad0c8827 100644 --- a/x/twap/client/cli/query.go +++ b/x/twap/client/cli/query.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/golang/protobuf/proto" + "github.com/gogo/protobuf/proto" "github.com/spf13/cobra" "github.com/osmosis-labs/osmosis/v13/osmoutils/osmocli"