Skip to content

Commit bb8dce9

Browse files
committed
bump cyclonus version to v0.4.1
1 parent e3429ce commit bb8dce9

File tree

2 files changed

+184
-72
lines changed

2 files changed

+184
-72
lines changed

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ go 1.15
44

55
require (
66
github.com/fatih/color v1.9.0
7-
github.com/mattfenwick/cyclonus v0.4.0
7+
github.com/fsnotify/fsnotify v1.4.9 // indirect
8+
github.com/mattfenwick/cyclonus v0.4.1
89
github.com/pkg/errors v0.9.1
910
github.com/sirupsen/logrus v1.6.0
10-
k8s.io/client-go v0.19.2
11+
k8s.io/client-go v0.21.0-rc.0
1112
// k8s.io/utils v0.0.0-20200821003339-5e75c0163111 // indirect // TODO ???
1213
)

0 commit comments

Comments
 (0)