Skip to content

Commit

Permalink
chore: switch to kubelogin v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: hbc <[email protected]>
  • Loading branch information
bcho committed Jan 3, 2024
1 parent 0ae29d4 commit 95533fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 60 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/crossplane-contrib/provider-helm

go 1.21.3
go 1.20

require (
github.com/Azure/kubelogin v0.0.35-0.20231220160354-7614dc0335be
github.com/Azure/kubelogin v0.1.0
github.com/crossplane/crossplane-runtime v1.14.3
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
github.com/google/go-cmp v0.6.0
Expand Down Expand Up @@ -89,7 +89,7 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gosuri/uitable v0.0.4 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
Expand Down
Loading

0 comments on commit 95533fe

Please sign in to comment.