Skip to content

Commit

Permalink
Remove replace no longer needed (#3832)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed May 2, 2023
1 parent 8e439cb commit 0fb1ba8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace (
github.com/golang/glog => github.com/nginxinc/glog v1.1.2

// temp fix for CVE-2022-41723
golang.org/x/net v0.5.0 => golang.org/x/net v0.7.0
)
replace github.com/golang/glog => github.com/nginxinc/glog v1.1.2

0 comments on commit 0fb1ba8

Please sign in to comment.