File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/mattfenwick/kubectl-cyclonus
22
3- go 1.15
3+ go 1.16
44
55require (
66 github.com/fatih/color v1.9.0
77 github.com/fsnotify/fsnotify v1.4.9 // indirect
8- github.com/mattfenwick/cyclonus v0.4.1
8+ github.com/mattfenwick/cyclonus v0.4.2
99 github.com/pkg/errors v0.9.1
1010 github.com/sirupsen/logrus v1.6.0
1111 k8s.io/client-go v0.21.0-rc.0
Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
209209github.com/magiconair/properties v1.8.0 /go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ =
210210github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63 /go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc =
211211github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e /go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc =
212- github.com/mattfenwick/cyclonus v0.4.1 h1:GtZfirp+mbiLIBEiItnVF9GlM++zDsv/k2Ffy/uTxak =
213- github.com/mattfenwick/cyclonus v0.4.1 /go.mod h1:EfGx1kf3JcsSHj8QFEqFu3VZ+F1U5FPy9I6iKrC361Q =
212+ github.com/mattfenwick/cyclonus v0.4.2 h1:vnAt/UYScaUCqkAUzdNDPy6zcL+1KVNoEKEsi9jaM9c =
213+ github.com/mattfenwick/cyclonus v0.4.2 /go.mod h1:6WtHFyea+0R3i6sPYQnJqAjnB8fbHRBqdQMzIB8isFY =
214214github.com/mattn/go-colorable v0.1.4 h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA =
215215github.com/mattn/go-colorable v0.1.4 /go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE =
216216github.com/mattn/go-isatty v0.0.8 /go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s =
You can’t perform that action at this time.
0 commit comments