From be47dd88dc0de510d958f66b66caf95974d7f5f7 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 20 Dec 2022 22:49:15 -0500 Subject: [PATCH] lint --- x/twap/client/cli/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"