Skip to content

Commit

Permalink
DNM: Test kaw PR 48
Browse files Browse the repository at this point in the history
Test qinqon/kube-admission-webhook#48

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon committed Apr 28, 2021
1 parent bcc77e9 commit abff705
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/onsi/ginkgo v1.15.0
github.com/onsi/gomega v1.10.5
github.com/pkg/errors v0.9.1
github.com/qinqon/kube-admission-webhook v0.14.0
go.uber.org/zap v1.15.0
github.com/qinqon/kube-admission-webhook v0.13.1-0.20210428050423-7d316ca9d803
go.uber.org/zap v1.15.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.1.0
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,8 @@ github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
github.com/prometheus/prometheus v2.3.2+incompatible/go.mod h1:oAIUtOny2rjMX0OWN5vPR5/q/twIROJvdqnQKDdil/s=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/prometheus/tsdb v0.8.0/go.mod h1:fSI0j+IUQrDd7+ZtR9WKIGtoYAYAJUKcKhYLG25tN4g=
github.com/qinqon/kube-admission-webhook v0.13.1-0.20210428050423-7d316ca9d803 h1:CKTj9AnN/xj6cM0m+WtlCUtbQHu4775lYlE2V83LMWA=
github.com/qinqon/kube-admission-webhook v0.13.1-0.20210428050423-7d316ca9d803/go.mod h1:eYJw+S+JSprEMLzGNmE0GFIlSrBQw0lAVES/ZjgM2FI=
github.com/qinqon/kube-admission-webhook v0.14.0 h1:6xISgqhwTv3WKhHDT5Iypc72m6rqw700A4VMzqTymwk=
github.com/qinqon/kube-admission-webhook v0.14.0/go.mod h1:eYJw+S+JSprEMLzGNmE0GFIlSrBQw0lAVES/ZjgM2FI=
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ github.com/prometheus/common/model
github.com/prometheus/procfs
github.com/prometheus/procfs/internal/fs
github.com/prometheus/procfs/internal/util
# github.com/qinqon/kube-admission-webhook v0.14.0
# github.com/qinqon/kube-admission-webhook v0.13.1-0.20210428050423-7d316ca9d803
## explicit
github.com/qinqon/kube-admission-webhook/pkg/certificate
github.com/qinqon/kube-admission-webhook/pkg/certificate/triple
Expand Down

0 comments on commit abff705

Please sign in to comment.