Mauren Berti
05fa95ea95
build(deps): bump github.com/go-viper/mapstructure/v2 from v2.3.0 to v2.4.0
2025-08-23 14:48:29 -04:00
koba1t
e68c754cce
bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /cmd/gorepomod
2025-08-18 06:32:36 +09:00
koba1t
c8d3d5709e
bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0
2025-08-18 06:30:17 +09:00
Mauren Berti
c9a0d10d5a
build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.27.0
2025-08-17 16:20:00 -04:00
yugo kobayashi
87d0629bd1
update go 1.24.6 ( #5959 )
...
* update go 1.24.6
* fix non-constant format string error
* update golang.org/x/tools@v0.36 .0 and github.com/golangci/golangci-lint@v1.64 .8 to pass execute golangci-lint
* add a verpose diff output to prow test
* remove pluginator binary version from generated files
2025-08-17 13:05:12 -07:00
Davanum Srinivas
a7703f685c
Drop usage of forked copies of goyaml.v2 and goyaml.v3
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2025-06-25 13:13:52 -04:00
dependabot[bot]
731ffd3d53
build(deps): bump github.com/cloudflare/circl in /hack
...
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl ) from 1.3.7 to 1.6.1.
- [Release notes](https://github.com/cloudflare/circl/releases )
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.7...v1.6.1 )
---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-version: 1.6.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-10 21:23:16 +00:00
dependabot[bot]
009369bfc9
build(deps): bump github.com/getkin/kin-openapi in /hack
...
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi ) from 0.120.0 to 0.131.0.
- [Release notes](https://github.com/getkin/kin-openapi/releases )
- [Commits](https://github.com/getkin/kin-openapi/compare/v0.120.0...v0.131.0 )
---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
dependency-version: 0.131.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-15 16:47:35 +00:00
dependabot[bot]
61b8724e87
build(deps): bump github.com/golang-jwt/jwt/v5 in /hack
...
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-21 22:13:49 +00:00
Stephen Kitt
6b830658d1
Bump to github.com/spf13/viper v1.20.0
...
This includes the go-difflib and go-spew reverts, which means the
corresponding exclusions can be removed. cmd/gorepomod/go.mod loses a
number of indirect dependencies thanks to the spf13/viper cleanup, but
hack/go.mod gains a few.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2025-03-15 17:13:59 +01:00
dependabot[bot]
33e9361a61
build(deps): bump github.com/golang/glog from 1.2.0 to 1.2.4 in /hack
...
Bumps [github.com/golang/glog](https://github.com/golang/glog ) from 1.2.0 to 1.2.4.
- [Release notes](https://github.com/golang/glog/releases )
- [Commits](https://github.com/golang/glog/compare/v1.2.0...v1.2.4 )
---
updated-dependencies:
- dependency-name: github.com/golang/glog
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-28 17:38:48 +00:00
Mauren Berti
f03e31389d
build(deps): bump golang.org/x/net from 0.28.0 to 0.33.0 in /hack
...
Bump the golang.org/x/net dependency and synchronize the workspace using
make workspace-sync
2025-01-15 15:17:23 -05:00
Sebastiaan van Stijn
2867f353c2
downgrade go-difflib and go-spew to tagged releases ( #5830 )
...
* workspace sync
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
* downgrade go-difflib and go-spew to tagged releases
commit d35edbf80d updated these dependencies
to untagged versions. The diff in both dependencies show that there's no
code changes, and it's unlikely for those modules to do new releases.
Unfortunate, because of that change all projects depending on kubernetes
or any of it's modules now had to upgrade to unreleased versions of
these.
This patch reverts those updates (but it may take some time before
all other projects can be reverted).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
---------
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-07 03:48:28 +01:00
dependabot[bot]
6f62ee7198
build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /hack
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.24.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-15 11:52:17 +00:00
Davanum Srinivas
84e6594e9b
Update golangci/golangci-lint to v1.56.2
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-12-14 19:28:39 -05:00
Davanum Srinivas
b79c5f652d
Update to latest kube-opeapi to drop govalidator dependency
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-12-12 18:48:06 -05:00
dependabot[bot]
dfb30644f4
build(deps): bump golang.org/x/image from 0.13.0 to 0.18.0 in /hack
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.13.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.13.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-26 19:38:08 +00:00
dependabot[bot]
9ab7762a40
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ) from 1.3.0 to 1.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.3.0...sdk/azcore/v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 22:01:15 +00:00
Mauren Berti
5d127e4138
chore(deps): bump dependencies of kustomize + sync go workspace
...
* Bump the golang.org/x dependencies.
* Run `go work sync` to synchronize dependencies across Go workspaces.
2024-04-21 20:03:38 -04:00
Kubernetes Prow Robot
398aa3666f
Merge pull request #5638 from kubernetes-sigs/dependabot/go_modules/hack/github.com/cloudflare/circl-1.3.7
...
build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /hack
2024-04-04 02:51:07 -07:00
dependabot[bot]
fd06780f3e
build(deps): bump github.com/cloudflare/circl in /hack
...
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl ) from 1.3.3 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases )
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.3...v1.3.7 )
---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-04 09:12:28 +00:00
dependabot[bot]
562cbc132d
build(deps): bump github.com/cli/cli from 0.6.0 to 1.2.1 in /hack
...
Bumps [github.com/cli/cli](https://github.com/cli/cli ) from 0.6.0 to 1.2.1.
- [Release notes](https://github.com/cli/cli/releases )
- [Changelog](https://github.com/cli/cli/blob/trunk/.goreleaser.yml )
- [Commits](https://github.com/cli/cli/compare/v0.6.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: github.com/cli/cli
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-04 09:10:54 +00:00
Kubernetes Prow Robot
d5f3c4fad9
Merge pull request #5635 from kubernetes-sigs/dependabot/go_modules/hack/github.com/go-git/go-git/v5-5.11.0
...
build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 in /hack
2024-04-04 02:09:43 -07:00
dependabot[bot]
8d21d43cf7
build(deps): bump github.com/go-git/go-git/v5 in /hack
...
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git ) from 5.4.2 to 5.11.0.
- [Release notes](https://github.com/go-git/go-git/releases )
- [Commits](https://github.com/go-git/go-git/compare/v5.4.2...v5.11.0 )
---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-02 19:35:31 +00:00
dependabot[bot]
eabf2d41d3
build(deps): bump github.com/microcosm-cc/bluemonday in /hack
...
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday ) from 1.0.2 to 1.0.26.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases )
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.2...v1.0.26 )
---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-02 19:35:20 +00:00
Karl Isenberg
ed2ca23400
Pin tool versions with hack/go.mod ( #5622 )
...
* Pin tool versions with hack/go.mod
This change centralizes the tracking of versions for tools used for
development and testing. This way, the tools and all their
dependencies have their checksums stored in hack/go.sum, which
improves supply chain security.
* Workspace Sync & Tidy
2024-04-02 12:34:13 -07:00
monopole
f618f9ce96
Fix makefile install-tools for Go 1.16
2021-05-20 10:54:13 -07:00
monopole
60c8a0498b
Full tree go mod tidy.
2021-03-05 18:22:32 -08:00
Michael Cristina
823847d90a
Add tools package, tidy go mods
2020-05-22 13:23:20 -05:00
jregan
8efc528117
Automated fix to hack/go.sum
2020-05-20 08:51:28 -07:00
jregan
ee095371b8
Automated ./hack/doGoMod.sh tidy;verify
2020-05-14 18:50:04 -07:00
Yujun Zhang
cad69ae415
Exlude golangci-lint v1.24.0 which breaks CI
2020-03-16 18:16:38 +08:00