Skip to content

Commit 2a06bda

Browse files
committed
update docker client and other dependencies
1 parent 41406b4 commit 2a06bda

File tree

3 files changed

+123
-68
lines changed

3 files changed

+123
-68
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
go-version: [1.13.x, 1.14.x]
14+
go-version: [1.13.x, 1.14.x, 1.15.x]
1515
platform: [ubuntu-latest, macos-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:

go.mod

+7-16
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,19 @@ go 1.11
44

55
require (
66
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625
7-
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 // indirect
8-
github.com/docker/docker v1.4.2-0.20190927142053-ada3c14355ce
9-
github.com/fsouza/go-dockerclient v1.5.0
7+
github.com/docker/docker v17.12.0-ce-rc1.0.20200505174321-1655290016ac+incompatible
8+
github.com/fsouza/go-dockerclient v1.6.5
109
github.com/gobs/args v0.0.0-20180315064131-86002b4df18c
11-
github.com/gogo/protobuf v1.3.1 // indirect
1210
github.com/jessevdk/go-flags v1.4.0
13-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
14-
github.com/kr/pretty v0.1.0 // indirect
15-
github.com/mcuadros/go-defaults v1.1.0
16-
github.com/mitchellh/mapstructure v1.1.2
17-
github.com/morikuni/aec v1.0.0 // indirect
11+
github.com/mcuadros/go-defaults v1.2.0
12+
github.com/mitchellh/mapstructure v1.3.3
13+
github.com/moby/sys/mount v0.1.1 // indirect
14+
github.com/moby/term v0.0.0-20200915141129-7f0af18e79f2 // indirect
1815
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
1916
github.com/robfig/cron v1.2.0
20-
github.com/sirupsen/logrus v1.4.2 // indirect
21-
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
22-
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
23-
google.golang.org/genproto v0.0.0-20191028173616-919d9bdd9fe6 // indirect
24-
google.golang.org/grpc v1.24.0 // indirect
2517
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
26-
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
18+
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b
2719
gopkg.in/gcfg.v1 v1.2.3
2820
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
2921
gopkg.in/warnings.v0 v0.1.2 // indirect
30-
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
3122
)

0 commit comments

Comments
 (0)