summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-04 19:31:46 -0400
committerGitHub <noreply@github.com>2024-10-04 19:31:46 -0400
commit847580e8c7667194360e56bd04913c61aef7d228 (patch)
tree836ac60057ca36a6c9f4d2ee35af86e15f81da9d /go.mod
parentfb8b39dae73229c751f22d67324d4d194db67deb (diff)
chore(deps): bump github.com/google/uuid from 1.3.1 to 1.6.0 (#875)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9c7b8b4..41a3890 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/bradleyfalzon/ghinstallation/v2 v2.6.0
github.com/distribution/distribution/v3 v3.0.0-20230722181636-7b502560cad4
github.com/go-git/go-git/v5 v5.11.0
- github.com/google/uuid v1.3.1
+ github.com/google/uuid v1.6.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0
github.com/patrickmn/go-cache v2.1.0+incompatible