refactor: migrate to cosmos/gogoproto (#9356)

* refactor: migrate to `cosmos/gogoproto`

* add changelog

* Update Makefile

Co-authored-by: Thane Thomson <connect@thanethomson.com>

* update link

Co-authored-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
Julien Robert
2022-09-06 07:28:37 -04:00
committed by GitHub
co-authored by Thane Thomson
parent d7645628f1
commit 101bf50e71
84 changed files with 200 additions and 345 deletions
+3 -3
View File
@@ -6,12 +6,12 @@ RUN apk add --update --no-cache build-base curl git upx && \
rm -rf /var/cache/apk/*
ENV GOLANG_PROTOBUF_VERSION=1.3.1 \
GOGO_PROTOBUF_VERSION=1.3.2
GOGOPROTO_VERSION=1.4.1
RUN GO111MODULE=on go get \
github.com/golang/protobuf/protoc-gen-go@v${GOLANG_PROTOBUF_VERSION} \
github.com/gogo/protobuf/protoc-gen-gogo@v${GOGO_PROTOBUF_VERSION} \
github.com/gogo/protobuf/protoc-gen-gogofaster@v${GOGO_PROTOBUF_VERSION} && \
github.com/cosmos/gogoproto/protoc-gen-gogo@v${GOGOPROTO_VERSION} \
github.com/cosmos/gogoproto/protoc-gen-gogofaster@v${GOGOPROTO_VERSION} && \
mv /go/bin/protoc-gen-go* /usr/local/bin/