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 28eee73 commit 10fa817Copy full SHA for 10fa817
go.mod
@@ -135,9 +135,4 @@ require (
135
sigs.k8s.io/yaml v1.3.0 // indirect
136
)
137
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
-)
+replace github.com/golang/glog => github.com/nginxinc/glog v1.1.2
0 commit comments