We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036bb56 commit eeb0a7dCopy full SHA for eeb0a7d
go.mod
@@ -49,7 +49,6 @@ require (
49
github.com/go-playground/validator/v10 v10.25.0 // indirect
50
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
51
github.com/gofrs/uuid v4.4.0+incompatible // indirect
52
- github.com/gogo/protobuf v1.3.3 // indirect
53
github.com/golang/protobuf v1.5.4 // indirect
54
github.com/google/go-cmp v0.6.0 // indirect
55
github.com/google/uuid v1.6.0 // indirect
@@ -134,6 +133,3 @@ require (
134
133
gopkg.in/yaml.v3 v3.0.1 // indirect
135
rsc.io/tmplfunc v0.0.3 // indirect
136
)
137
-
138
-// 1.3.3 does not exist
139
-replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
0 commit comments