diff options
| author | Jinsu Park <dev.umijs@gmail.com> | 2023-09-29 08:46:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-28 19:46:37 -0400 |
| commit | 82d59ef10067da9dae994366cb2b48ce0a9b346c (patch) | |
| tree | d0843e0a7b7b4c1c6748ed9ec5bd2c58301271a7 /go.mod | |
| parent | 420bd97b57d2d652034f4d1e178ee0568003d7aa (diff) | |
chore(deps): Bump semver package version from v1 to v3 (#625)
Signed-off-by: Jinsu Park <dev.umijs@gmail.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,7 @@ module github.com/argoproj-labs/argocd-image-updater go 1.20 require ( - github.com/Masterminds/semver v1.5.0 + github.com/Masterminds/semver/v3 v3.2.1 github.com/argoproj/argo-cd/v2 v2.7.9 github.com/argoproj/gitops-engine v0.7.1-0.20230607163028-425d65e07695 github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e @@ -42,7 +42,6 @@ require ( github.com/Azure/go-autorest/logger v0.2.1 // indirect github.com/Azure/go-autorest/tracing v0.6.0 // indirect github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect - github.com/Masterminds/semver/v3 v3.2.0 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect github.com/acomagu/bufpipe v1.0.4 // indirect |
