Skip to content

Commit 7231e25

Browse files
authored
update packages for twistlock (#931)
Signed-off-by: Ben Luzarraga <[email protected]>
1 parent 3d223ab commit 7231e25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ require (
1616
github.com/pkg/errors v0.9.1
1717
golang.org/x/mod v0.7.0
1818
k8s.io/api v0.24.3
19-
k8s.io/apiextensions-apiserver v0.24.2
2019
k8s.io/apimachinery v0.24.3
2120
k8s.io/client-go v0.24.3
2221
k8s.io/klog v1.0.0
@@ -33,7 +32,7 @@ require (
3332
github.com/blang/semver/v4 v4.0.0 // indirect
3433
github.com/cespare/xxhash/v2 v2.1.2 // indirect
3534
github.com/davecgh/go-spew v1.1.1 // indirect
36-
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
35+
github.com/emicklei/go-restful/v3 v3.10.0 // indirect
3736
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
3837
github.com/fsnotify/fsnotify v1.5.4 // indirect
3938
github.com/go-logr/logr v1.2.3 // indirect
@@ -94,6 +93,7 @@ require (
9493
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
9594
gopkg.in/yaml.v2 v2.4.0 // indirect
9695
gopkg.in/yaml.v3 v3.0.1 // indirect
96+
k8s.io/apiextensions-apiserver v0.24.2 // indirect
9797
k8s.io/component-base v0.24.2 // indirect
9898
k8s.io/klog/v2 v2.60.1 // indirect
9999
k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkg
291291
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
292292
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
293293
github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
294-
github.com/emicklei/go-restful/v3 v3.8.0 h1:eCZ8ulSerjdAiaNpF7GxXIE7ZCMo1moN1qX+S609eVw=
295-
github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
294+
github.com/emicklei/go-restful/v3 v3.10.0 h1:X4gma4HM7hFm6WMeAsTfqA0GOfdNoCzBIkHGoRLGXuM=
295+
github.com/emicklei/go-restful/v3 v3.10.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
296296
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
297297
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
298298
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=

0 commit comments

Comments
 (0)