|
1 | 1 | module sigs.k8s.io/krew
|
2 | 2 |
|
3 |
| -go 1.16 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/fatih/color v1.12.0
|
7 | 7 | github.com/google/go-cmp v0.5.6
|
8 |
| - github.com/kylelemons/godebug v1.1.0 // indirect |
9 | 8 | github.com/mattn/go-isatty v0.0.13
|
10 | 9 | github.com/pkg/errors v0.9.1
|
11 | 10 | github.com/sahilm/fuzzy v0.1.0
|
12 | 11 | github.com/spf13/cobra v1.2.1
|
13 | 12 | github.com/spf13/pflag v1.0.5
|
14 |
| - golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect |
15 |
| - golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect |
16 | 13 | k8s.io/apimachinery v0.21.2
|
17 | 14 | k8s.io/client-go v11.0.0+incompatible
|
18 | 15 | k8s.io/klog/v2 v2.8.0
|
19 |
| - sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect |
20 | 16 | sigs.k8s.io/yaml v1.2.0
|
21 | 17 | )
|
| 18 | + |
| 19 | +require ( |
| 20 | + github.com/go-logr/logr v0.4.0 // indirect |
| 21 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 22 | + github.com/google/gofuzz v1.1.0 // indirect |
| 23 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 24 | + github.com/json-iterator/go v1.1.11 // indirect |
| 25 | + github.com/kylelemons/godebug v1.1.0 // indirect |
| 26 | + github.com/mattn/go-colorable v0.1.8 // indirect |
| 27 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 28 | + github.com/modern-go/reflect2 v1.0.1 // indirect |
| 29 | + golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect |
| 30 | + golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect |
| 31 | + golang.org/x/text v0.3.6 // indirect |
| 32 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 33 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 34 | + sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect |
| 35 | +) |
0 commit comments