Skip to content

Commit

Permalink
add oci reference validation and tag scoped (+) replacement to regist…
Browse files Browse the repository at this point in the history
…ry client Push/Pull

Signed-off-by: Josh Wolf <josh@wolfs.io>
  • Loading branch information
joshrwolf committed Jan 10, 2022
1 parent 8424bc2 commit fb0eeeb
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 32 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/Masterminds/squirrel v1.5.2
github.com/Masterminds/vcs v1.13.1
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/containerd/containerd v1.5.8
github.com/containerd/containerd v1.5.9
github.com/cyphar/filepath-securejoin v0.2.3
github.com/distribution/distribution/v3 v3.0.0-20211118083504-a29a3c99a684
github.com/docker/docker v20.10.12+incompatible
Expand Down Expand Up @@ -42,6 +42,6 @@ require (
k8s.io/client-go v0.23.1
k8s.io/klog/v2 v2.30.0
k8s.io/kubectl v0.23.1
oras.land/oras-go v1.0.0
oras.land/oras-go v1.1.0-rc2
sigs.k8s.io/yaml v1.3.0
)

0 comments on commit fb0eeeb

Please sign in to comment.