diff --git a/Makefile b/Makefile index d3598d2d..1677f474 100644 --- a/Makefile +++ b/Makefile @@ -93,8 +93,8 @@ install: go.sum build: go build $(BUILD_FLAGS) -o bin/migalood ./cmd/migalood -containerProtoVer=0.13.0 -containerProtoImage=ghcr.io/cosmos/proto-builder:$(containerProtoVer) +containerProtoVer=v0.9 +containerProtoImage=ghcr.io/notional-labs/fa-proto-gen:$(containerProtoVer) proto-gen: @echo "Generating Protobuf files" diff --git a/x/feeburn/types/genesis.pb.go b/x/feeburn/types/genesis.pb.go index 4da1f2dd..9680c5fb 100644 --- a/x/feeburn/types/genesis.pb.go +++ b/x/feeburn/types/genesis.pb.go @@ -6,7 +6,7 @@ package types import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/cosmos/gogoproto/proto" + proto "github.com/gogo/protobuf/proto" io "io" math "math" math_bits "math/bits" diff --git a/x/feeburn/types/params.pb.go b/x/feeburn/types/params.pb.go index a03f7329..24aed4c1 100644 --- a/x/feeburn/types/params.pb.go +++ b/x/feeburn/types/params.pb.go @@ -6,7 +6,7 @@ package types import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - proto "github.com/cosmos/gogoproto/proto" + proto "github.com/gogo/protobuf/proto" io "io" math "math" math_bits "math/bits" diff --git a/x/feeburn/types/query.pb.go b/x/feeburn/types/query.pb.go index 372b9f60..432012eb 100644 --- a/x/feeburn/types/query.pb.go +++ b/x/feeburn/types/query.pb.go @@ -7,8 +7,8 @@ import ( context "context" fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" - grpc1 "github.com/cosmos/gogoproto/grpc" - proto "github.com/cosmos/gogoproto/proto" + grpc1 "github.com/gogo/protobuf/grpc" + proto "github.com/gogo/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" diff --git a/x/feeburn/types/tx.pb.go b/x/feeburn/types/tx.pb.go index 376d759a..0570ba02 100644 --- a/x/feeburn/types/tx.pb.go +++ b/x/feeburn/types/tx.pb.go @@ -9,8 +9,8 @@ import ( _ "github.com/cosmos/cosmos-proto" _ "github.com/cosmos/cosmos-sdk/types/msgservice" _ "github.com/cosmos/gogoproto/gogoproto" - grpc1 "github.com/cosmos/gogoproto/grpc" - proto "github.com/cosmos/gogoproto/proto" + grpc1 "github.com/gogo/protobuf/grpc" + proto "github.com/gogo/protobuf/proto" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status"