File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ require (
1313 github.com/DopplerHQ/cli v0.5.11-0.20230908185655-7aef4713e1a4
1414 github.com/a8m/envsubst v1.3.0
1515 github.com/aws/aws-sdk-go v1.43.43
16+ github.com/cyberark/conjur-api-go v0.11.1
1617 github.com/fujiwara/tfstate-lookup v1.1.5
1718 github.com/getsops/sops/v3 v3.8.0
1819 github.com/google/go-cmp v0.5.9
@@ -76,7 +77,6 @@ require (
7677 github.com/cenkalti/backoff/v3 v3.2.2 // indirect
7778 github.com/cloudflare/circl v1.3.7 // indirect
7879 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
79- github.com/cyberark/conjur-api-go v0.11.1 // indirect
8080 github.com/danieljoos/wincred v1.1.2 // indirect
8181 github.com/davecgh/go-spew v1.1.1 // indirect
8282 github.com/dimchansky/utfbom v1.1.1 // indirect
Original file line number Diff line number Diff line change 88
99 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1010 "k8s.io/client-go/kubernetes"
11+ _ "k8s.io/client-go/plugin/pkg/client/auth"
1112 "k8s.io/client-go/rest"
1213 "k8s.io/client-go/tools/clientcmd"
1314
You can’t perform that action at this time.
0 commit comments