Skip to content

Commit e660c97

Browse files
committed
feature(main): suport fetch from registry
1 parent 89ad05b commit e660c97

File tree

6 files changed

+780
-205
lines changed

6 files changed

+780
-205
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ module github.com/sealyun-market/image-cri-shim
33
go 1.16
44

55
require (
6+
github.com/containers/image/v5 v5.21.0
7+
github.com/google/go-cmp v0.5.7 // indirect
68
github.com/pkg/errors v0.9.1
79
github.com/sealyun/endpoints-operator/library v0.0.0-20220415050637-2f3e971b4b3d
8-
github.com/spf13/cobra v1.3.0
9-
google.golang.org/grpc v1.42.0
10+
github.com/spf13/cobra v1.4.0
11+
google.golang.org/grpc v1.44.0
1012
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
11-
k8s.io/apimachinery v0.21.1
13+
k8s.io/apimachinery v0.22.5
1214
k8s.io/cri-api v0.23.1
1315
k8s.io/klog/v2 v2.40.1
1416

0 commit comments

Comments
 (0)