Skip to content

Commit

Permalink
THIS-IS-HACK: fix watchers in vendored package
Browse files Browse the repository at this point in the history
Signed-off-by: Mat Kowalski <mko@redhat.com>
  • Loading branch information
mkowalski committed Oct 20, 2023
1 parent b96402a commit 44ada08
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@ replace github.com/nmstate/kubernetes-nmstate/api => ./api
replace k8s.io/client-go => k8s.io/client-go v0.27.6

replace k8s.io/api => k8s.io/api v0.27.6

replace github.com/qinqon/kube-admission-webhook => github.com/mkowalski/kube-admission-webhook v0.0.0-20231019174925-ab9afed5ba63
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1387,6 +1387,8 @@ github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f/go.mod h1:OkQIRizQ
github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/mitchellh/reflectwalk v1.0.1 h1:FVzMWA5RllMAKIdUSC8mdWo3XtwoecrH79BY70sEEpE=
github.com/mitchellh/reflectwalk v1.0.1/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/mkowalski/kube-admission-webhook v0.0.0-20231019174925-ab9afed5ba63 h1:jIlGdch4hpP2MEFfH7gYFFQNdcQUCzfsbPgTr36A+sY=
github.com/mkowalski/kube-admission-webhook v0.0.0-20231019174925-ab9afed5ba63/go.mod h1:/qrDiIju/ZAUGzoPNl71Ttv5CbsGrkPF8ipNtDoIDeM=
github.com/moby/spdystream v0.2.0 h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=
github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c=
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 h1:HfkjXDfhgVaN5rmueG8cL8KKeFNecRCXFhaJ2qZ5SKA=
Expand Down Expand Up @@ -1587,8 +1589,6 @@ github.com/prometheus/prometheus v0.0.0-20180315085919-58e2a31db8de/go.mod h1:oA
github.com/prometheus/prometheus v1.8.2-0.20200110114423-1e64d757f711/go.mod h1:7U90zPoLkWjEIQcy/rweQla82OCTUzxVHE51G3OhJbI=
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/qinqon/kube-admission-webhook v0.21.0 h1:yydSvKmZ6pIQVv9FXOmA38FD9YA680t7PJDN/xmBrBM=
github.com/qinqon/kube-admission-webhook v0.21.0/go.mod h1:UO708ytJlyyrs0rEKInMFQCj4vgi4u2w16rO+AIBUJA=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
Expand Down

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

3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,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.21.0
# github.com/qinqon/kube-admission-webhook v0.21.0 => github.com/mkowalski/kube-admission-webhook v0.0.0-20231019174925-ab9afed5ba63
## explicit; go 1.19
github.com/qinqon/kube-admission-webhook/pkg/certificate
github.com/qinqon/kube-admission-webhook/pkg/certificate/triple
Expand Down Expand Up @@ -923,3 +923,4 @@ sigs.k8s.io/yaml
# github.com/nmstate/kubernetes-nmstate/api => ./api
# k8s.io/client-go => k8s.io/client-go v0.27.6
# k8s.io/api => k8s.io/api v0.27.6
# github.com/qinqon/kube-admission-webhook => github.com/mkowalski/kube-admission-webhook v0.0.0-20231019174925-ab9afed5ba63

0 comments on commit 44ada08

Please sign in to comment.