diff options
author | KN4CK3R <admin@oldschoolhack.me> | 2023-02-06 11:07:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 10:07:09 +0000 |
commit | f8c1e14a136c9702f459a36a1ea2e75fedd123af (patch) | |
tree | a401f816808457c9851ca98094dc24a5fdc1d985 /go.mod | |
parent | 361d8072747ae930695337b6217cb1b1773268ea (diff) | |
download | gitea-f8c1e14a136c9702f459a36a1ea2e75fedd123af.tar.gz gitea-f8c1e14a136c9702f459a36a1ea2e75fedd123af.zip |
Use import of OCI structs (#22765)
Fixes #22758
Otherwise we would need to rewrite the structs in `oci.go`.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ require ( github.com/niklasfasching/go-org v1.6.5 github.com/oliamb/cutter v0.2.2 github.com/olivere/elastic/v7 v7.0.32 + github.com/opencontainers/go-digest v1.0.0 + github.com/opencontainers/image-spec v1.1.0-rc2 github.com/pkg/errors v0.9.1 github.com/pquerna/otp v1.4.0 github.com/prometheus/client_golang v1.14.0 |