@@ -4,30 +4,34 @@ go 1.12
44
55require (
66 github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
7- github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
8- github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
9- github.com/certifi/gocertifi v0.0.0-20200104152315-a6d78f326758 // indirect
7+ github.com/alecthomas/colour v0.1.0 // indirect
8+ github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect
9+ github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
1010 github.com/chzyer/logex v1.1.10 // indirect
1111 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
1212 github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
1313 github.com/containerd/console v1.0.0
14+ github.com/coreos/go-etcd v2.0.0+incompatible // indirect
15+ github.com/cpuguy83/go-md2man v1.0.10 // indirect
1416 github.com/dnaeon/go-vcr v1.0.1
1517 github.com/dustin/go-humanize v1.0.0
1618 github.com/fatih/color v1.9.0
1719 github.com/getsentry/raven-go v0.2.0
1820 github.com/gorilla/websocket v1.4.2
19- github.com/hashicorp/go-version v1.2.0
21+ github.com/hashicorp/go-version v1.2.1
2022 github.com/karrick/tparse v2.4.2+incompatible
2123 github.com/kr/pretty v0.1.0 // indirect
22- github.com/mattn/go-colorable v0.1.4
23- github.com/mattn/go-isatty v0.0.11
24+ github.com/mattn/go-colorable v0.1.7
25+ github.com/mattn/go-isatty v0.0.12
2426 github.com/pkg/errors v0.9.1 // indirect
25- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.6.0.20200914115748-b34ecf5eaa4a
26- github.com/sergi/go-diff v1.0 .0 // indirect
27- github.com/spf13/cobra v0 .0.5
27+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.6.0.20200915104032-ed5be7b4519b
28+ github.com/sergi/go-diff v1.1 .0 // indirect
29+ github.com/spf13/cobra v1 .0.0
2830 github.com/spf13/pflag v1.0.5
29- github.com/stretchr/testify v1.4.0
30- golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
31- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
32- gopkg.in/yaml.v2 v2.2.7
31+ github.com/stretchr/objx v0.3.0 // indirect
32+ github.com/stretchr/testify v1.6.1
33+ github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
34+ golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
35+ gopkg.in/yaml.v2 v2.3.0
36+ gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
3337)
0 commit comments