fix(reflection): Fix gogoproto import paths (#14838)

This commit is contained in:
Amaury
2023-01-31 11:12:52 +00:00
committed by GitHub
parent 62496d4ac3
commit d0a5bd1a05
21 changed files with 30 additions and 105 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ go 1.19
require (
github.com/cosmos/cosmos-proto v1.0.0-beta.1
github.com/cosmos/gogoproto v1.4.3
github.com/cosmos/gogoproto v1.4.4
google.golang.org/genproto v0.0.0-20230125152338-dcaf20b6aeaa
google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.28.1