drop unnecessary replacement for go-restful CVE

Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
Daniel Holbach
2023-02-07 09:39:32 +01:00
parent 06af12114d
commit 0e0cf7fac1
-3
View File
@@ -3,9 +3,6 @@ module github.com/kubereboot/kured
go 1.18
replace (
// Fix CVE-2022-1996 (for v2, Go Modules incompatible)
github.com/emicklei/go-restful => github.com/emicklei/go-restful v2.16.0+incompatible
golang.org/x/net => golang.org/x/net v0.4.0
golang.org/x/text => golang.org/x/text v0.3.8
)