Skip to content

Commit

Permalink
Stop using klog v1
Browse files Browse the repository at this point in the history
  • Loading branch information
kir4h committed Mar 5, 2022
1 parent 885e508 commit 5999d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/list.go
Expand Up @@ -6,7 +6,7 @@ import (
"rvault/internal/pkg/api"
"rvault/internal/pkg/kv"

"k8s.io/klog"
"k8s.io/klog/v2"

"github.com/spf13/cobra"
"github.com/spf13/viper"
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/api/client.go
Expand Up @@ -6,7 +6,7 @@ import (

vapi "github.com/hashicorp/vault/api"
"github.com/spf13/viper"
"k8s.io/klog"
"k8s.io/klog/v2"
)

func getVaultConfig() (*vapi.Config, error) {
Expand Down

0 comments on commit 5999d83

Please sign in to comment.