24 lines
667 B
Modula-2
24 lines
667 B
Modula-2
module github.com/ory/hydra-maester
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-logr/logr v0.4.0
|
|
github.com/go-openapi/runtime v0.19.28
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.10.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/net v0.8.0
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/api v0.20.2
|
|
k8s.io/apiextensions-apiserver v0.20.1
|
|
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
|
|
)
|