mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
14 lines
283 B
Modula-2
14 lines
283 B
Modula-2
|
module github.com/external-secrets/external-secrets
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/go-logr/logr v0.1.0
|
||
|
github.com/onsi/ginkgo v1.11.0
|
||
|
github.com/onsi/gomega v1.8.1
|
||
|
k8s.io/api v0.17.2
|
||
|
k8s.io/apimachinery v0.17.2
|
||
|
k8s.io/client-go v0.17.2
|
||
|
sigs.k8s.io/controller-runtime v0.5.0
|
||
|
)
|