Skip to content

Commit 8574ac0

Browse files
authored
chore: bump dependencies (#1945)
1 parent ca9d4f3 commit 8574ac0

File tree

4 files changed

+549
-124
lines changed

4 files changed

+549
-124
lines changed

go.mod

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,25 @@ require (
66
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
77
github.com/alecthomas/colour v0.1.0 // indirect
88
github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect
9-
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
10-
github.com/chzyer/logex v1.1.10 // indirect
9+
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
1110
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
12-
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
13-
github.com/containerd/console v1.0.0
14-
github.com/dnaeon/go-vcr v1.0.1
11+
github.com/containerd/console v1.0.2
12+
github.com/dnaeon/go-vcr v1.2.0
1513
github.com/dustin/go-humanize v1.0.0
1614
github.com/etdub/goparsetime v0.0.0-20160315173935-ea17b0ac3318 // indirect
17-
github.com/fatih/color v1.9.0
15+
github.com/fatih/color v1.12.0
1816
github.com/getsentry/raven-go v0.2.0
1917
github.com/gorilla/websocket v1.4.2
20-
github.com/hashicorp/go-version v1.2.1
18+
github.com/hashicorp/go-version v1.3.0
2119
github.com/karrick/tparse v2.4.2+incompatible
22-
github.com/mattn/go-colorable v0.1.7
23-
github.com/mattn/go-isatty v0.0.12
24-
github.com/pkg/errors v0.9.1 // indirect
20+
github.com/mattn/go-colorable v0.1.8
21+
github.com/mattn/go-isatty v0.0.13
2522
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210510090404-0b46577f308f
2623
github.com/sergi/go-diff v1.1.0 // indirect
27-
github.com/spf13/cobra v1.0.0
24+
github.com/spf13/cobra v1.2.1
2825
github.com/spf13/pflag v1.0.5
29-
github.com/stretchr/testify v1.6.1
30-
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
31-
gopkg.in/yaml.v2 v2.3.0
32-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
26+
github.com/stretchr/testify v1.7.0
27+
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
28+
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
29+
gopkg.in/yaml.v2 v2.4.0
3330
)

0 commit comments

Comments
 (0)