summaryrefslogtreecommitdiff
path: root/registry-scanner/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'registry-scanner/go.mod')
-rw-r--r--registry-scanner/go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/registry-scanner/go.mod b/registry-scanner/go.mod
index 471f8c0..3e0dd95 100644
--- a/registry-scanner/go.mod
+++ b/registry-scanner/go.mod
@@ -4,13 +4,14 @@ go 1.22.3
require (
github.com/argoproj-labs/argocd-image-updater v0.14.0
+ github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
)
require (
+ github.com/Masterminds/semver/v3 v3.2.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)