Closed bhamail closed 3 years ago
If it works it works! What do we even use protobuf for (I doubt we do, probs brought in by something else?)
Yeah, brought in by something else, e.g. viper:
$ go list -m all | grep 'github.com/gogo/protobuf'
github.com/gogo/protobuf v1.2.1 => github.com/gogo/protobuf v1.3.2
(base) MBP-DRollo5:ahab bhamail$ go mod graph | grep 'github.com/gogo/protobuf'
github.com/spf13/viper@v1.4.0 github.com/gogo/protobuf@v1.2.1
github.com/gogo/protobuf@v1.1.1 github.com/kisielk/errcheck@v1.5.0
github.com/gogo/protobuf@v1.1.1 github.com/kisielk/gotool@v1.0.0
github.com/gogo/protobuf@v1.1.1 golang.org/x/tools@v0.0.0-20210106214847-113979e3529a
github.com/prometheus/tsdb@v0.7.1 github.com/gogo/protobuf@v1.1.1
github.com/gogo/protobuf@v1.2.1 golang.org/x/tools@v0.0.0-20210106214847-113979e3529a
github.com/gogo/protobuf@v1.2.1 github.com/kisielk/gotool@v1.0.0
github.com/gogo/protobuf@v1.2.1 github.com/kisielk/errcheck@v1.5.0
github.com/prometheus/common@v0.4.0 github.com/gogo/protobuf@v1.1.1
github.com/spf13/viper@v1.7.1 github.com/gogo/protobuf@v1.2.1
cc @bhamail / @DarthHater