@@ -4,65 +4,41 @@ go 1.16
44
55require (
66 github.com/ChannelMeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
7- github.com/DataDog/zstd v1.4.4 // indirect
8- github.com/Masterminds/goutils v1.1.0 // indirect
9- github.com/Masterminds/semver v1.5.0 // indirect
107 github.com/Masterminds/sprig v2.22.0+incompatible
118 github.com/Microsoft/hcsshim v0.8.7 // indirect
12- github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
13- github.com/asac/go-json-rest v3.3.2+incompatible // indirect
149 github.com/asac/json-patch v0.0.0-20201120095033-59358024a068
1510 github.com/bmatcuk/doublestar v1.3.4
16- github.com/bmatcuk/doublestar/v4 v4.0.2 // indirect
1711 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
1812 github.com/cavaliercoder/grab v2.0.0+incompatible
1913 github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
2014 github.com/containerd/containerd v1.3.3 // indirect
2115 github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb // indirect
22- github.com/coreos/clair v2.0.8+incompatible // indirect
23- github.com/docker/distribution v2.7.1+incompatible
16+ github.com/docker/distribution v2.8.0+incompatible
2417 github.com/docker/docker v20.10.12+incompatible
25- github.com/docker/docker-ce v0.0.0-20190724010320-53720a99f3c5 // indirect
26- github.com/docker/go-metrics v0.0.1 // indirect
27- github.com/emicklei/go-restful v2.10.0+incompatible // indirect
28- github.com/emicklei/go-restful-openapi v1.2.0 // indirect
2918 github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
3019 github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
3120 github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
3221 github.com/genuinetools/reg v0.16.1
3322 github.com/gibson042/canonicaljson-go v1.0.3
3423 github.com/go-jose/go-jose/v3 v3.0.0-rc.1
3524 github.com/go-resty/resty v1.12.0
36- github.com/golang/lint v0.0.0-20190409202823-959b441ac422 // indirect
37- github.com/gorilla/context v1.1.1 // indirect
3825 github.com/gorilla/mux v1.7.4 // indirect
3926 github.com/grandcat/zeroconf v1.0.0
4027 github.com/huandu/xstrings v1.3.1 // indirect
41- github.com/imdario/mergo v0.3.9 // indirect
4228 github.com/justincampbell/bigduration v0.0.0-20160531141349-e45bf03c0666 // indirect
4329 github.com/justincampbell/timeago v0.0.0-20160528003754-027f40306f1d
4430 github.com/leekchan/gtf v0.0.0-20190214083521-5fba33c5b00b
4531 github.com/miekg/dns v1.1.29 // indirect
46- github.com/mitchellh/copystructure v1.0.0 // indirect
47- github.com/mitchellh/reflectwalk v1.0.1 // indirect
48- github.com/moby/moby v20.10.12+incompatible // indirect
49- github.com/mongodb/mongo-go-driver v1.0.4 // indirect
5032 github.com/morikuni/aec v1.0.0 // indirect
5133 github.com/olekukonko/tablewriter v0.0.5
5234 github.com/opencontainers/go-digest v1.0.0-rc1
5335 github.com/peterhellberg/link v1.1.0 // indirect
54- github.com/satori/go.uuid v1.2.0 // indirect
5536 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
5637 github.com/urfave/cli v1.22.5
5738 gitlab.com/pantacor/pantahub-base v0.0.0-20220922224408-d1e8099e66c0
58- gitlab.com/pantacor/pantahub-gc v0.0.0-20190719115544-466a41727898 // indirect
59- gitlab.com/pantacor/pantahub-testharness v0.0.0-20190311155708-e39aa76a7650 // indirect
6039 go.mongodb.org/mongo-driver v1.9.0
61- golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
6240 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
6341 gopkg.in/cheggaaa/pb.v1 v1.0.28
64- gopkg.in/resty.v1 v1.12.0
65- gopkg.in/square/go-jose.v2 v2.6.0
6642)
6743
6844replace github.com/ant0ine/go-json-rest => github.com/asac/go-json-rest v3.3.3-0.20191004094541-40429adaafcb+incompatible
0 commit comments