summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-07 08:59:04 -0400
committerGitHub <noreply@github.com>2024-08-07 08:59:04 -0400
commit959ceaf2fda2dffdf626aabf110f364cfe24d2a7 (patch)
treea65c4adabe2a10151500d604cf200844ca3c6d99 /go.mod
parente8d82d7d113927d6e42e6be0797c232e3d770ffd (diff)
chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc4 to 1.1.0 (#803)
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 c705d82..bf51d61 100644
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
github.com/go-git/go-git/v5 v5.11.0
github.com/google/uuid v1.3.1
github.com/opencontainers/go-digest v1.0.0
- github.com/opencontainers/image-spec v1.1.0-rc4
+ github.com/opencontainers/image-spec v1.1.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.19.1
github.com/sirupsen/logrus v1.9.3