Skip to content

Commit

Permalink
Bump github.com/argoproj/argo-rollouts from 1.6.4 to 1.6.5 (#65)
Browse files Browse the repository at this point in the history
Bumps [github.com/argoproj/argo-rollouts](https://github.com/argoproj/argo-rollouts) from 1.6.4 to 1.6.5.
- [Release notes](https://github.com/argoproj/argo-rollouts/releases)
- [Changelog](https://github.com/argoproj/argo-rollouts/blob/master/CHANGELOG.md)
- [Commits](argoproj/argo-rollouts@v1.6.4...v1.6.5)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-rollouts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 5d13ef9 commit cc31c09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 76 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module github.com/argoproj-labs/rollouts-plugin-trafficrouter-contour
go 1.21

require (
github.com/argoproj/argo-rollouts v1.6.4
github.com/argoproj/argo-rollouts v1.6.5
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/hashicorp/go-plugin v1.6.0
github.com/projectcontour/contour v1.27.0
k8s.io/apimachinery v0.29.0
Expand All @@ -13,7 +14,6 @@ require (
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/go-hclog v1.6.2 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/imdario/mergo v0.3.16 // indirect
Expand All @@ -32,7 +32,6 @@ require (

require (
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-openapi/jsonpointer v0.20.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
Expand Down
Loading

0 comments on commit cc31c09

Please sign in to comment.