Skip to content

Commit e0414a4

Browse files
committed
bump cyclonus to v0.4.2; move go.mod to 1.16
1 parent bb8dce9 commit e0414a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/mattfenwick/kubectl-cyclonus
22

3-
go 1.15
3+
go 1.16
44

55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
209209
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
210210
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
211211
github.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=
214214
github.com/mattn/go-colorable v0.1.4 h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA=
215215
github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
216216
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=

0 commit comments

Comments
 (0)