Skip to content

Commit b367774

Browse files
authored
Merge pull request #2181 from marquiz/devel/gomod
go.mod: remove unnecessary replace directive
2 parents e21bf81 + 1c5dd1e commit b367774

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ require (
188188
// The k8s "sub-"packages do not have 'semver' compatible versions. Thus, we
189189
// need to override with commits (corresponding their kubernetes-* tags)
190190
replace (
191-
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
192191
k8s.io/api => k8s.io/api v0.33.1
193192
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.33.1
194193
k8s.io/apimachinery => k8s.io/apimachinery v0.33.1

0 commit comments

Comments
 (0)