Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b05830d

Browse files
authored
Merge pull request #173 from docker/update-dependencies
update dependencies
2 parents ce161dd + 5e4b350 commit b05830d

5 files changed

Lines changed: 1125 additions & 192 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# limitations under the License.
1717

1818

19-
ARG GO_VERSION=1.15.0
19+
ARG GO_VERSION=1.17.2
2020
ARG CLI_VERSION=19.03.9
21-
ARG ALPINE_VERSION=3.12.0
21+
ARG ALPINE_VERSION=3.14.2
2222
ARG GOLANGCI_LINT_VERSION=v1.27.0-alpine
2323

2424
####

e2e/testdata/plugin-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Usage: docker scan [OPTIONS] IMAGE
2+
Usage: docker scan [OPTIONS] IMAGE
33

44
A tool to scan your images
55

go.mod

Lines changed: 53 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,64 @@
11
module github.com/docker/scan-cli-plugin
22

3-
go 1.15
3+
go 1.17
44

55
require (
6-
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
7-
github.com/Masterminds/semver/v3 v3.1.0
8-
github.com/Microsoft/hcsshim v0.8.9 // indirect
9-
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
10-
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
11-
github.com/bitly/go-hostpool v0.1.0 // indirect
12-
github.com/bitly/go-simplejson v0.5.0 // indirect
13-
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
14-
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
15-
github.com/bugsnag/panicwrap v1.2.0 // indirect
16-
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
17-
github.com/cloudflare/cfssl v1.4.1 // indirect
18-
github.com/containerd/containerd v1.3.4 // indirect
19-
github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb // indirect
20-
github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
6+
github.com/Masterminds/semver/v3 v3.1.1
7+
github.com/docker/cli v20.10.9+incompatible
8+
github.com/docker/docker v20.10.9+incompatible
9+
github.com/google/uuid v1.3.0
10+
github.com/mitchellh/go-homedir v1.1.0
11+
github.com/mitchellh/go-ps v1.0.0
12+
github.com/opencontainers/image-spec v1.0.1
13+
github.com/pkg/errors v0.9.1
14+
github.com/spf13/cobra v1.2.1
15+
gopkg.in/square/go-jose.v2 v2.6.0
16+
gotest.tools/v3 v3.0.3
17+
)
18+
19+
require (
20+
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
21+
github.com/Microsoft/go-winio v0.4.17 // indirect
22+
github.com/Microsoft/hcsshim v0.9.0 // indirect
23+
github.com/beorn7/perks v1.0.1 // indirect
24+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
25+
github.com/containerd/cgroups v1.0.1 // indirect
26+
github.com/containerd/containerd v1.5.7 // indirect
27+
github.com/containerd/continuity v0.2.1 // indirect
2128
github.com/docker/distribution v2.7.1+incompatible // indirect
22-
github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c
23-
github.com/docker/docker-credential-helpers v0.6.3 // indirect
24-
github.com/docker/go v1.5.1-1 // indirect
29+
github.com/docker/docker-credential-helpers v0.6.4 // indirect
30+
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
2531
github.com/docker/go-connections v0.4.0 // indirect
2632
github.com/docker/go-metrics v0.0.1 // indirect
27-
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
28-
github.com/go-sql-driver/mysql v1.5.0 // indirect
29-
github.com/gofrs/uuid v3.3.0+incompatible // indirect
30-
github.com/google/uuid v1.1.1
31-
github.com/gorilla/mux v1.7.4 // indirect
32-
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
33-
github.com/jinzhu/gorm v1.9.12 // indirect
34-
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
35-
github.com/lib/pq v1.5.2 // indirect
36-
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
33+
github.com/docker/go-units v0.4.0 // indirect
34+
github.com/fvbommel/sortorder v1.0.2 // indirect
35+
github.com/gogo/protobuf v1.3.2 // indirect
36+
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
37+
github.com/golang/protobuf v1.5.2 // indirect
38+
github.com/google/go-cmp v0.5.6 // indirect
39+
github.com/gorilla/mux v1.8.0 // indirect
40+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
41+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
3742
github.com/miekg/pkcs11 v1.0.3 // indirect
38-
github.com/mitchellh/go-homedir v1.1.0
39-
github.com/mitchellh/go-ps v1.0.0
43+
github.com/moby/sys/mount v0.2.0 // indirect
44+
github.com/moby/sys/mountinfo v0.4.1 // indirect
45+
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
4046
github.com/morikuni/aec v1.0.0 // indirect
4147
github.com/opencontainers/go-digest v1.0.0 // indirect
42-
github.com/opencontainers/image-spec v1.0.1 // indirect
43-
github.com/pkg/errors v0.9.1
44-
github.com/spf13/cobra v1.0.0
45-
github.com/theupdateframework/notary v0.6.1 // indirect
46-
github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 // indirect
47-
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
48-
gopkg.in/dancannon/gorethink.v3 v3.0.5 // indirect
49-
gopkg.in/fatih/pool.v2 v2.0.0 // indirect
50-
gopkg.in/gorethink/gorethink.v3 v3.0.5 // indirect
51-
gopkg.in/square/go-jose.v2 v2.5.1
52-
gotest.tools/v3 v3.0.2
53-
vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 // indirect
48+
github.com/opencontainers/runc v1.0.2 // indirect
49+
github.com/prometheus/client_golang v1.7.1 // indirect
50+
github.com/prometheus/client_model v0.2.0 // indirect
51+
github.com/prometheus/common v0.10.0 // indirect
52+
github.com/prometheus/procfs v0.6.0 // indirect
53+
github.com/sirupsen/logrus v1.8.1 // indirect
54+
github.com/spf13/pflag v1.0.5 // indirect
55+
github.com/theupdateframework/notary v0.7.0 // indirect
56+
go.opencensus.io v0.23.0 // indirect
57+
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
58+
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
59+
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
60+
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
61+
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
62+
google.golang.org/grpc v1.40.0 // indirect
63+
google.golang.org/protobuf v1.26.0 // indirect
5464
)
55-
56-
replace github.com/docker/docker => github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82

0 commit comments

Comments
 (0)