Skip to content

Commit

Permalink
Remove kube-bouncer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavinraja-G committed Sep 10, 2023
1 parent b9e366b commit b8dcd05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/Kavinraja-G/node-gizmo
go 1.20

require (
github.com/Kavinraja-G/kube-bouncer v0.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.7.0
k8s.io/api v0.28.0
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
github.com/Kavinraja-G/kube-bouncer v0.1.0 h1:W+iKmWtiXGESGTUeoEyfkPJiY11WwB5UJKvmX7wffs0=
github.com/Kavinraja-G/kube-bouncer v0.1.0/go.mod h1:Q6O83zLQUv0XnxrY63ZsqFiYjTbpMcDVO5bpB7SuzGw=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
Expand Down
3 changes: 2 additions & 1 deletion pkg/auth/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import (
"log"
"path/filepath"

"github.com/Kavinraja-G/kube-bouncer/pkg/utils"
"github.com/Kavinraja-G/node-gizmo/pkg/utils"

"k8s.io/client-go/rest"
"k8s.io/client-go/util/homedir"

Expand Down

0 comments on commit b8dcd05

Please sign in to comment.