Compare commits
No commits in common. "d018b816552784c3f6bbd6b83b6fa74a31439c1e" and "0510fc43d45d3d8549b24002c885d00181848793" have entirely different histories.
d018b81655
...
0510fc43d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,4 +25,3 @@ config/crd/bases
|
|||||||
!config/samples
|
!config/samples
|
||||||
test/restic
|
test/restic
|
||||||
test/password
|
test/password
|
||||||
testbin/*
|
|
||||||
|
|||||||
5
go.mod
5
go.mod
@ -4,10 +4,15 @@ go 1.13
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/go-logr/logr v0.3.0
|
github.com/go-logr/logr v0.3.0
|
||||||
|
github.com/gophercloud/gophercloud v0.1.0 // indirect
|
||||||
github.com/onsi/ginkgo v1.14.1
|
github.com/onsi/ginkgo v1.14.1
|
||||||
github.com/onsi/gomega v1.10.2
|
github.com/onsi/gomega v1.10.2
|
||||||
|
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
|
||||||
k8s.io/api v0.20.2
|
k8s.io/api v0.20.2
|
||||||
k8s.io/apimachinery v0.20.2
|
k8s.io/apimachinery v0.20.2
|
||||||
k8s.io/client-go v0.20.2
|
k8s.io/client-go v0.20.2
|
||||||
|
k8s.io/klog v1.0.0 // indirect
|
||||||
sigs.k8s.io/controller-runtime v0.8.3
|
sigs.k8s.io/controller-runtime v0.8.3
|
||||||
|
sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06 // indirect
|
||||||
|
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user