github.com/weaveworks/common@v0.0.0-20230728070032-dd9e68f319d5/httpgrpc/tools.go (about) 1 package httpgrpc 2 3 import ( 4 // This is a workaround for go mod which fails to download gogoproto otherwise 5 _ "github.com/gogo/protobuf/gogoproto" 6 )