-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from patoarvizu/update-upstream-schema
Update upstream schema
- Loading branch information
Showing
4 changed files
with
379 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
module github.com/patoarvizu/vault-dynamic-configuration-operator | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/banzaicloud/bank-vaults v1.7.1-0.20210215124259-db2bdd2dc82d | ||
github.com/go-logr/logr v0.2.1 | ||
github.com/onsi/ginkgo v1.14.0 | ||
github.com/onsi/gomega v1.10.1 | ||
k8s.io/api v0.19.3 | ||
k8s.io/apimachinery v0.19.3 | ||
k8s.io/client-go v11.0.0+incompatible | ||
sigs.k8s.io/controller-runtime v0.6.2 | ||
github.com/banzaicloud/bank-vaults v1.14.3-0.20211011063455-e2138a966538 | ||
github.com/go-logr/logr v0.4.0 | ||
github.com/onsi/ginkgo v1.15.0 | ||
github.com/onsi/gomega v1.10.5 | ||
k8s.io/api v0.21.1 | ||
k8s.io/apimachinery v0.21.1 | ||
k8s.io/client-go v0.21.1 | ||
sigs.k8s.io/controller-runtime v0.9.0-beta.5 | ||
) | ||
|
||
replace ( | ||
github.com/go-logr/zapr => github.com/go-logr/zapr v0.4.0 | ||
github.com/onsi/ginkgo => github.com/onsi/ginkgo v1.14.0 | ||
github.com/onsi/gomega => github.com/onsi/gomega v1.10.1 | ||
google.golang.org/grpc => google.golang.org/grpc v1.29.1 | ||
k8s.io/api => k8s.io/api v0.19.3 | ||
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.19.3 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.19.3 | ||
k8s.io/client-go => k8s.io/client-go v0.19.3 | ||
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.6.2 | ||
) |
Oops, something went wrong.