-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update CRDs and k8s dependencies (#48)
Co-authored-by: Tomasz Smelcerz <[email protected]>
- Loading branch information
1 parent
c7a66a0
commit 49ad6c2
Showing
9 changed files
with
551 additions
and
379 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
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,18 +1,18 @@ | ||
module github.com/ory/oathkeeper-maester | ||
|
||
go 1.12 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/avast/retry-go v2.4.1+incompatible | ||
github.com/bitly/go-simplejson v0.5.0 | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/go-logr/logr v0.1.0 | ||
github.com/onsi/ginkgo v1.16.1 | ||
github.com/onsi/gomega v1.10.1 | ||
github.com/stretchr/testify v1.5.1 | ||
k8s.io/api v0.17.8 | ||
k8s.io/apimachinery v0.17.8 | ||
k8s.io/client-go v0.17.8 | ||
sigs.k8s.io/controller-runtime v0.5.8 | ||
sigs.k8s.io/kind v0.7.0 // indirect | ||
github.com/go-logr/logr v0.4.0 | ||
github.com/onsi/ginkgo v1.16.2 | ||
github.com/onsi/gomega v1.10.2 | ||
github.com/stretchr/testify v1.6.1 | ||
k8s.io/api v0.20.2 | ||
k8s.io/apimachinery v0.20.2 | ||
k8s.io/client-go v0.20.2 | ||
sigs.k8s.io/controller-runtime v0.8.3 | ||
sigs.k8s.io/kind v0.10.0 // indirect | ||
) |
Oops, something went wrong.