Skip to content

Commit 81d2ae4

Browse files
authored
Merge pull request #292 from vijaytdh/support-gcp-ar
Update k8s-interface to v0.0.187 to support google artifact registry
2 parents eb28b50 + 2db7f87 commit 81d2ae4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/gorilla/mux v1.8.1
2121
github.com/kubescape/backend v0.0.26
2222
github.com/kubescape/go-logger v0.0.23
23-
github.com/kubescape/k8s-interface v0.0.184
23+
github.com/kubescape/k8s-interface v0.0.187
2424
github.com/kubescape/kubescape-network-scanner v0.0.15
2525
github.com/kubescape/node-agent v0.2.152
2626
github.com/kubescape/opa-utils v0.0.278

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,8 @@ github.com/kubescape/go-logger v0.0.23 h1:5xh+Nm8eGImhFbtippRKLaFgsvlKE1ufvQhNM2
670670
github.com/kubescape/go-logger v0.0.23/go.mod h1:Ayg7g769c7sXVB+P3fkJmbsJpoEmMmaUf9jeo+XuC3U=
671671
github.com/kubescape/k8s-interface v0.0.184 h1:GzqfD9ynIWYEFRuJWgeNSBCfWDHfurKU9eZBiTLHuN4=
672672
github.com/kubescape/k8s-interface v0.0.184/go.mod h1:YjIAQtrK4nCy+XQ/6jwo+BqlLyJk7DN2Mx4pUcbzq10=
673+
github.com/kubescape/k8s-interface v0.0.187 h1:nGX8GWBVoek9v4A1RSLAEGjEwiZfSUVx3EouGQBBPL8=
674+
github.com/kubescape/k8s-interface v0.0.187/go.mod h1:j9snZbH+RxOaa1yG/bWgTClj90q7To0rGgQepxy4b+k=
673675
github.com/kubescape/kubescape-network-scanner v0.0.15 h1:LsaVCQzj0PbA30BeFdzxchW2bkg6nn5quwllWmm/2/s=
674676
github.com/kubescape/kubescape-network-scanner v0.0.15/go.mod h1:fqTzRCWsuniGEEZHtOEdITxnqx+i5ICdOVuenSQJd3U=
675677
github.com/kubescape/kubescape/v3 v3.0.4 h1:gZ5d8QMxLYZQ6Yz9wRvGcDQlBUIV+v/Y/41g56/YDy8=

0 commit comments

Comments
 (0)