Skip to content

Commit

Permalink
chore(deps): bump golang.stackrox.io/kube-linter in /third_party
Browse files Browse the repository at this point in the history
Bumps [golang.stackrox.io/kube-linter](https://github.com/stackrox/kube-linter) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/stackrox/kube-linter/releases)
- [Changelog](https://github.com/stackrox/kube-linter/blob/main/.goreleaser.yaml)
- [Commits](stackrox/kube-linter@v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: golang.stackrox.io/kube-linter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 048b6ed commit 2ff1fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion third_party/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/kong/charts/tools

go 1.21
require golang.stackrox.io/kube-linter v0.7.0
require golang.stackrox.io/kube-linter v0.7.1

require (
dario.cat/mergo v1.0.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions third_party/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.stackrox.io/kube-linter v0.7.0 h1:3q5dMIkALBSdJougnWYxo9NpubWfZdd1tJ+GhaVfqYg=
golang.stackrox.io/kube-linter v0.7.0/go.mod h1:jHnU/Mxdj5a1QdRYdhXVgtjco8cPi3qwR5yOIdnHULw=
golang.stackrox.io/kube-linter v0.7.1 h1:ej6Ez4a45RsopnnkfoisgetmoH+PY+THK3R0wXqZOmU=
golang.stackrox.io/kube-linter v0.7.1/go.mod h1:pw18AjzN6QnTWeG05vpFxS5QQhexLN52w+55UKwfQd8=
gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=
gomodules.xyz/jsonpatch/v2 v2.4.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
Expand Down

0 comments on commit 2ff1fbe

Please sign in to comment.