Skip to content

Commit

Permalink
Upgrade dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
superbrothers authored May 4, 2020
1 parent 988c28c commit f2e884e
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 71 deletions.
2 changes: 1 addition & 1 deletion cmd/ksort/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

"github.com/superbrothers/ksort"
"k8s.io/cli-runtime/pkg/genericclioptions"
"k8s.io/klog"
"k8s.io/klog/v2"
)

func init() {
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/superbrothers/ksort
go 1.13

require (
github.com/spf13/cobra v0.0.6
helm.sh/helm/v3 v3.1.1
k8s.io/cli-runtime v0.17.3
k8s.io/klog v1.0.0
github.com/spf13/cobra v1.0.0
helm.sh/helm/v3 v3.2.0
k8s.io/cli-runtime v0.18.2
k8s.io/klog/v2 v2.0.0
)
Loading

0 comments on commit f2e884e

Please sign in to comment.