2019-08-21 10:12:07 +02:00
|
|
|
module github.com/ory/hydra-maester
|
|
|
|
|
2021-05-10 10:35:08 +02:00
|
|
|
go 1.15
|
2019-08-21 10:12:07 +02:00
|
|
|
|
|
|
|
require (
|
2021-05-10 10:35:08 +02:00
|
|
|
github.com/go-logr/logr v0.4.0
|
2021-05-10 11:18:39 +02:00
|
|
|
github.com/go-openapi/runtime v0.19.28
|
2021-05-13 13:50:21 +02:00
|
|
|
github.com/onsi/ginkgo v1.16.2
|
2021-05-10 10:35:08 +02:00
|
|
|
github.com/onsi/gomega v1.10.2
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
|
|
k8s.io/api v0.20.2
|
2021-06-03 15:00:02 +02:00
|
|
|
k8s.io/apiextensions-apiserver v0.20.1
|
2021-05-10 10:35:08 +02:00
|
|
|
k8s.io/apimachinery v0.20.2
|
|
|
|
k8s.io/client-go v0.20.2
|
|
|
|
k8s.io/utils v0.0.0-20210305010621-2afb4311ab10
|
|
|
|
sigs.k8s.io/controller-runtime v0.8.3
|
2021-05-13 13:50:21 +02:00
|
|
|
sigs.k8s.io/kind v0.10.0 // indirect
|
2019-08-21 10:12:07 +02:00
|
|
|
)
|