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

Lines changed: 3 additions & 2 deletions
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)