summaryrefslogtreecommitdiff
path: root/registry-scanner/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-10 22:21:02 -0500
committerGitHub <noreply@github.com>2024-12-10 22:21:02 -0500
commit3e58ac6f2b4f43dd15383cb566cd1f452d99dda2 (patch)
tree79797c3ba4f5cb72930bbf14d77a04fae61e8a29 /registry-scanner/go.mod
parent16077916d08f18bf4126375346cdb2b15488a708 (diff)
chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 in /registry-scanner (#953)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'registry-scanner/go.mod')
-rw-r--r--registry-scanner/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry-scanner/go.mod b/registry-scanner/go.mod
index 27d3f3e..3bc6559 100644
--- a/registry-scanner/go.mod
+++ b/registry-scanner/go.mod
@@ -13,7 +13,7 @@ require (
github.com/stretchr/testify v1.10.0
go.uber.org/ratelimit v0.3.1
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691
- golang.org/x/sync v0.9.0
+ golang.org/x/sync v0.10.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.31.0
k8s.io/apimachinery v0.31.0