|
1 | 1 | module sigs.k8s.io/krew
|
2 | 2 |
|
3 |
| -go 1.14 |
| 3 | +go 1.15 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/fatih/color v1.7.0 |
7 |
| - github.com/gogo/protobuf v1.2.1 // indirect |
8 |
| - github.com/google/go-cmp v0.3.0 |
9 |
| - github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 6 | + github.com/fatih/color v1.10.0 |
| 7 | + github.com/google/go-cmp v0.5.2 |
10 | 8 | github.com/kylelemons/godebug v1.1.0 // indirect
|
11 |
| - github.com/mattn/go-colorable v0.1.2 // indirect |
12 |
| - github.com/mattn/go-isatty v0.0.8 |
13 |
| - github.com/pkg/errors v0.8.0 |
14 |
| - github.com/sahilm/fuzzy v0.0.5 |
15 |
| - github.com/spf13/cobra v0.0.3 |
16 |
| - github.com/spf13/pflag v1.0.3 |
17 |
| - golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect |
18 |
| - golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect |
19 |
| - gopkg.in/inf.v0 v0.9.1 // indirect |
20 |
| - k8s.io/apimachinery v0.0.0-20190717022731-0bb8574e0887 |
21 |
| - k8s.io/client-go v7.0.0+incompatible |
| 9 | + github.com/mattn/go-isatty v0.0.12 |
| 10 | + github.com/pkg/errors v0.9.1 |
| 11 | + github.com/sahilm/fuzzy v0.1.0 |
| 12 | + github.com/spf13/cobra v1.1.1 |
| 13 | + github.com/spf13/pflag v1.0.5 |
| 14 | + k8s.io/apimachinery v0.20.1 |
| 15 | + k8s.io/client-go v11.0.0+incompatible |
22 | 16 | k8s.io/klog v1.0.0
|
23 |
| - sigs.k8s.io/yaml v1.1.0 |
| 17 | + sigs.k8s.io/yaml v1.2.0 |
24 | 18 | )
|
0 commit comments