summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2025-01-14Replace common constant references (#1011)HEADmasterIshita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2025-01-14chore: separate Argo specific constants from registry-scanner constants (#1010)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2025-01-10chore(deps): upgrade registry-scanner submodule version to the latest (#1007)Cheng Fang
Signed-off-by: Cheng Fang <cfang@redhat.com>
2025-01-07chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.13.1 to 2.13.2 (#987)dependabot[bot]
Signed-off-by: Cheng Fang <cfang@redhat.com> Co-authored-by: Cheng Fang <cfang@redhat.com>
2025-01-07chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.69.2 (#986)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-07Move references for kube, image, registry to registry-scanner (#998)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2025-01-07chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 (#985)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19Update references of cache, env, health to use modules from registry-scanner ↵Ishita Sequeira
(#972) Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-12-16remove docker/distribution replace from go.mod (#969)kranurag7
Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
2024-12-16Update references of pkg/tag pkg/log pkg/options to use modules from ↵Ishita Sequeira
registry-scanner (#962) Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-12-13update k8s.io/client-go from v1.5.2 to v0.31.0 (#967)kranurag7
Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
2024-12-12chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#966)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (#958)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#955)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 (#959)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.13.0 to 2.13.1 (#956)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-04Add image folder to registry scanner (#952)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-12-02chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.29.0 (#947)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1 (#945)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.5 ↵dependabot[bot]
(#944) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#946)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.11.0 to ↵dependabot[bot]
2.12.0 (#948) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15chore(deps): bump k8s.io/apimachinery to 0.31.2, add k8s.io/cri-client and ↵Cheng Fang
k8s.io/endpointslice to replace section (#938) Signed-off-by: Cheng Fang <cfang@redhat.com>
2024-11-14chore(deps): upgrade argo-cd from 2.11.7 to 2.13.0 (#936)Cheng Fang
Signed-off-by: Cheng Fang <cfang@redhat.com> Co-authored-by: Jann Fischer <jann@mistrust.net>
2024-11-13chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#907)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-13chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#914)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-13chore(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#908)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-13chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.6.0 to ↵dependabot[bot]
2.11.0 (#906) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22refactor: Add registry scanner module (#890)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-10-04chore(deps): bump google.golang.org/grpc from 1.59.0 to 1.67.1 (#876)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04chore(deps): bump github.com/google/uuid from 1.3.1 to 1.6.0 (#875)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-05chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.0 to 4.6.1 (#851)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc4 to ↵dependabot[bot]
1.1.0 (#803) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.11.6 to 2.11.7 (#801)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07chore(deps): bump go.uber.org/ratelimit from 0.3.0 to 0.3.1 (#804)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.11.2 to 2.11.6 (#792)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.19.1 ↵dependabot[bot]
(#780) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cheng Fang <cfang@redhat.com>
2024-07-16chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#781)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cheng Fang <cfang@redhat.com>
2024-06-25chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 ↵dependabot[bot]
(#760) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-23Fix/helm values wbc (#748)David Vidal Villamide
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
2024-06-17chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7dependabot[bot]
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-06-14fix: Make Git credentials work again (#737)Jann Fischer
* fix: Make Git credentials work again Signed-off-by: jannfis <jann@mistrust.net> * Update Signed-off-by: jannfis <jann@mistrust.net> --------- Signed-off-by: jannfis <jann@mistrust.net>
2024-05-27Update go.modjannfis
Signed-off-by: jannfis <jann@mistrust.net>
2024-05-27chore(deps): Upgrade argo-cd to v2.11.2 and bump Go to 1.22 (#724)Jann Fischer
* chore: Upgrade Argo CD dependency to v2.11.2 Signed-off-by: jannfis <jann@mistrust.net> * Update required dependencies Signed-off-by: jannfis <jann@mistrust.net> * Update go version in GH actions workflow Signed-off-by: jannfis <jann@mistrust.net> * Update go version in GH actions workflow Signed-off-by: jannfis <jann@mistrust.net> * Bump Go version Signed-off-by: jannfis <jann@mistrust.net> --------- Signed-off-by: jannfis <jann@mistrust.net>
2024-05-21---dependabot[bot]
updated-dependencies: - dependency-name: github.com/argoproj/argo-cd/v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-18chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#685)dependabot[bot]
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md) - [Commits](https://github.com/go-jose/go-jose/compare/v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#715)dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.19.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.8.17 (#713)dependabot[bot]
Bumps [github.com/argoproj/argo-cd/v2](https://github.com/argoproj/argo-cd) from 2.8.4 to 2.8.17. - [Release notes](https://github.com/argoproj/argo-cd/releases) - [Changelog](https://github.com/argoproj/argo-cd/blob/master/CHANGELOG.md) - [Commits](https://github.com/argoproj/argo-cd/compare/v2.8.4...v2.8.17) --- updated-dependencies: - dependency-name: github.com/argoproj/argo-cd/v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#629)dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#648)dependabot[bot]
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md) - [Commits](https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>