We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3429ce commit bb8dce9Copy full SHA for bb8dce9
go.mod
@@ -4,9 +4,10 @@ go 1.15
4
5
require (
6
github.com/fatih/color v1.9.0
7
- github.com/mattfenwick/cyclonus v0.4.0
+ github.com/fsnotify/fsnotify v1.4.9 // indirect
8
+ github.com/mattfenwick/cyclonus v0.4.1
9
github.com/pkg/errors v0.9.1
10
github.com/sirupsen/logrus v1.6.0
- k8s.io/client-go v0.19.2
11
+ k8s.io/client-go v0.21.0-rc.0
12
// k8s.io/utils v0.0.0-20200821003339-5e75c0163111 // indirect // TODO ???
13
)
0 commit comments