File tree Expand file tree Collapse file tree 2 files changed +17
-275
lines changed
Expand file tree Collapse file tree 2 files changed +17
-275
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,21 @@ module sigs.k8s.io/cli-utils
33go 1.13
44
55require (
6+ cloud.google.com/go v0.46.3 // indirect
67 github.com/go-errors/errors v1.0.1
7- github.com/golangci/golangci-lint v1.31.0 // indirect
8+ github.com/google/go-cmp v0.5.2 // indirect
89 github.com/google/uuid v1.1.1
10+ github.com/kr/text v0.2.0 // indirect
11+ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
12+ github.com/onsi/ginkgo v1.13.0 // indirect
913 github.com/pkg/errors v0.9.1
14+ github.com/sirupsen/logrus v1.6.0 // indirect
1015 github.com/spf13/cobra v1.0.0
1116 github.com/stretchr/testify v1.6.1
17+ golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
18+ golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
19+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
20+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
1221 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
1322 gotest.tools v2.2.0+incompatible
1423 k8s.io/api v0.17.2
You can’t perform that action at this time.
0 commit comments