Skip to content

Commit

Permalink
bump cyclonus to v0.4.2; move go.mod to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfenwick committed Apr 12, 2021
1 parent bb8dce9 commit e0414a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/mattfenwick/kubectl-cyclonus

go 1.15
go 1.16

require (
github.com/fatih/color v1.9.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/mattfenwick/cyclonus v0.4.1
github.com/mattfenwick/cyclonus v0.4.2
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
k8s.io/client-go v0.21.0-rc.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mattfenwick/cyclonus v0.4.1 h1:GtZfirp+mbiLIBEiItnVF9GlM++zDsv/k2Ffy/uTxak=
github.com/mattfenwick/cyclonus v0.4.1/go.mod h1:EfGx1kf3JcsSHj8QFEqFu3VZ+F1U5FPy9I6iKrC361Q=
github.com/mattfenwick/cyclonus v0.4.2 h1:vnAt/UYScaUCqkAUzdNDPy6zcL+1KVNoEKEsi9jaM9c=
github.com/mattfenwick/cyclonus v0.4.2/go.mod h1:6WtHFyea+0R3i6sPYQnJqAjnB8fbHRBqdQMzIB8isFY=
github.com/mattn/go-colorable v0.1.4 h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA=
github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
Expand Down

0 comments on commit e0414a4

Please sign in to comment.