Attempt security fixes with updated dependencies
This commit is contained in:
Родитель
2638126dbb
Коммит
d48698c0ca
24
go.mod
24
go.mod
|
@ -3,18 +3,14 @@ module github.com/Azure/ip-masq-agent-v2
|
|||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c
|
||||
k8s.io/apimachinery v0.0.0-20170416202754-ce019b30a1f4
|
||||
k8s.io/apiserver v0.0.0-20170417203629-48bf36441a1c
|
||||
k8s.io/kubernetes v0.21.1-0.20180917200753-80fb2be3e42e
|
||||
k8s.io/utils v0.0.0-20180817171939-982821ea41da
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 // indirect
|
||||
github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55 // indirect
|
||||
github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff // indirect
|
||||
golang.org/x/sys v0.0.0-20180709060233-1b2967e3c290 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
||||
gopkg.in/yaml.v2 v2.0.0-20150924142314-53feefa2559f // indirect
|
||||
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680
|
||||
github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55
|
||||
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c
|
||||
github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff
|
||||
golang.org/x/sys v0.0.0-20180709060233-1b2967e3c290
|
||||
gopkg.in/yaml.v2 v2.0.0-20150924142314-53feefa2559f
|
||||
k8s.io/apimachinery v0.0.0-20170416202754-ce019b30a1f4
|
||||
k8s.io/apiserver v0.0.0-20170417203629-48bf36441a1c
|
||||
k8s.io/kubernetes v1.13.0-alpha.0.0.20180917200753-80fb2be3e42e
|
||||
k8s.io/utils v0.0.0-20180817171939-982821ea41da
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче