2019-08-21 10:12:07 +02:00
|
|
|
module github.com/ory/hydra-maester
|
|
|
|
|
2021-11-30 11:31:19 +01:00
|
|
|
go 1.16
|
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-11-30 11:31:19 +01:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2021-09-13 12:04:33 +02:00
|
|
|
github.com/onsi/ginkgo v1.16.4
|
2021-05-10 10:35:08 +02:00
|
|
|
github.com/onsi/gomega v1.10.2
|
|
|
|
github.com/pkg/errors v0.9.1
|
2023-03-27 11:34:35 -04:00
|
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
2021-05-10 10:35:08 +02:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2023-03-27 11:34:35 -04:00
|
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
|
|
golang.org/x/net v0.8.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-05-10 10:35:08 +02:00
|
|
|
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
|
2019-08-21 10:12:07 +02:00
|
|
|
)
|