24 lines
759 B
Modula-2
24 lines
759 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/stretchr/testify v1.6.1
|
|
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f // indirect
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // 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
|
|
)
|