forked from linkerd/stern
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump go version to 1.16 & bump client go to 0.22 & fix panic
- Loading branch information
1 parent
89058fb
commit 5a32374
Showing
4 changed files
with
348 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
module github.com/wercker/stern | ||
|
||
go 1.12 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/fatih/color v0.0.0-20180516100307-2d684516a886 | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mattn/go-colorable v0.1.7 // indirect | ||
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 | ||
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v0.0.0-20180629152535-a114f312e075 | ||
k8s.io/api v0.18.6 | ||
k8s.io/apimachinery v0.18.6 | ||
k8s.io/client-go v0.18.6 | ||
k8s.io/api v0.22.1 | ||
k8s.io/apimachinery v0.22.1 | ||
k8s.io/client-go v0.22.1 | ||
) |
Oops, something went wrong.