Skip to content

Commit eeb0a7d

Browse files
authored
remove gogo/proto (#159)
1 parent 036bb56 commit eeb0a7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ require (
4949
github.com/go-playground/validator/v10 v10.25.0 // indirect
5050
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
5151
github.com/gofrs/uuid v4.4.0+incompatible // indirect
52-
github.com/gogo/protobuf v1.3.3 // indirect
5352
github.com/golang/protobuf v1.5.4 // indirect
5453
github.com/google/go-cmp v0.6.0 // indirect
5554
github.com/google/uuid v1.6.0 // indirect
@@ -134,6 +133,3 @@ require (
134133
gopkg.in/yaml.v3 v3.0.1 // indirect
135134
rsc.io/tmplfunc v0.0.3 // indirect
136135
)
137-
138-
// 1.3.3 does not exist
139-
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2

0 commit comments

Comments
 (0)