Initial app structure and logic

This commit is contained in:
2020-04-24 22:18:31 +01:00
parent ab6a72e1f9
commit fbc7eecf22
6 changed files with 511 additions and 27 deletions
+16
View File
@@ -0,0 +1,16 @@
module git.cloud.cluster.fun/AverageMarcus/kube-1password-secrets
go 1.13
require (
github.com/golang/protobuf v1.4.0 // indirect
github.com/googleapis/gnostic v0.4.1 // indirect
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
k8s.io/api v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/client-go v0.18.2
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
)