Skip to content

Commit 9956658

Browse files
authored
chore: update vendors (#1449)
1 parent 014f8f2 commit 9956658

File tree

5 files changed

+503
-245
lines changed

5 files changed

+503
-245
lines changed

.golangci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ issues:
4949
- stylecheck
5050
- gosec
5151

52+
# Organization ID is mark as deprecated in the SDK
53+
# This rule ignore this deprecation
54+
- path: internal/namespaces/instance
55+
linters:
56+
- staticcheck
57+
text: "SA1019:.*Organization"
58+
5259
- path: internal/tabwriter
5360
linters:
5461
- unused

go.mod

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,34 @@ go 1.12
44

55
require (
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

Comments
 (0)