Skip to content

Commit cc31c09

Browse files
Bump github.com/argoproj/argo-rollouts from 1.6.4 to 1.6.5 (#65)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d13ef9 commit cc31c09

File tree

2 files changed

+8
-76
lines changed

2 files changed

+8
-76
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ module github.com/argoproj-labs/rollouts-plugin-trafficrouter-contour
33
go 1.21
44

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

3333
require (
3434
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
35-
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
3635
github.com/go-logr/logr v1.3.0 // indirect
3736
github.com/go-openapi/jsonpointer v0.20.0 // indirect
3837
github.com/go-openapi/jsonreference v0.20.2 // indirect

0 commit comments

Comments
 (0)