build: use cosmos/gogoproto@v1.4.8 for optimized registry merge (#15862)

This commit is contained in:
Mark Rushakoff
2023-04-18 15:34:46 +00:00
committed by GitHub
parent 8231841a89
commit 87aefb7a18
29 changed files with 148 additions and 452 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ type ReflectionService struct {
}
func NewReflectionService() (*ReflectionService, error) {
fds, err := proto.MergedFileDescriptors()
fds, err := proto.MergedGlobalFileDescriptors()
if err != nil {
return nil, err
}