Skip to content

Commit 10fa817

Browse files
committed
Remove replace no longer needed
1 parent 28eee73 commit 10fa817

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

go.mod

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,4 @@ require (
135135
sigs.k8s.io/yaml v1.3.0 // indirect
136136
)
137137

138-
replace (
139-
github.com/golang/glog => github.com/nginxinc/glog v1.1.2
140-
141-
// temp fix for CVE-2022-41723
142-
golang.org/x/net v0.5.0 => golang.org/x/net v0.7.0
143-
)
138+
replace github.com/golang/glog => github.com/nginxinc/glog v1.1.2

0 commit comments

Comments
 (0)