Skip to content

Commit 5c30696

Browse files
committed
fix(deps): update module github.com/sap/admission-webhook-runtime to v0.1.14
1 parent 8a46a99 commit 5c30696

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/onsi/ginkgo/v2 v2.13.2
88
github.com/onsi/gomega v1.30.0
99
github.com/pkg/errors v0.9.1
10-
github.com/sap/admission-webhook-runtime v0.1.13
10+
github.com/sap/admission-webhook-runtime v0.1.14
1111
k8s.io/api v0.29.0
1212
k8s.io/apimachinery v0.29.0
1313
k8s.io/klog/v2 v2.110.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ github.com/sap/admission-webhook-runtime v0.1.12 h1:BnkgBQns+LIR4mQTdNB4+w1FZxL2
122122
github.com/sap/admission-webhook-runtime v0.1.12/go.mod h1:0mi+HkxjUZo+kSoLXAoZv50oyfi69om0Ouqfc+zfABg=
123123
github.com/sap/admission-webhook-runtime v0.1.13 h1:674XQ35a6GxGMBFRSk0j4oilSnnIIDsgLHZJ7Jkry0E=
124124
github.com/sap/admission-webhook-runtime v0.1.13/go.mod h1:tLDI6zTdhDuQSfK/xOjnQlmhu6oby744xqDNlaJQQ4Y=
125+
github.com/sap/admission-webhook-runtime v0.1.14 h1:N7Cl3lBskez/DmOUJY3jNapqJfhUC+/aUrKypWeuAMs=
126+
github.com/sap/admission-webhook-runtime v0.1.14/go.mod h1:W6tpHMwd8HIkdSGXu0/EiWa+gLNnM623d+C+roNA1A0=
125127
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
126128
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
127129
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=

0 commit comments

Comments
 (0)