18 lines
538 B
Modula-2
18 lines
538 B
Modula-2
module github.com/ory/hydra-maester
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-logr/logr v0.1.0
|
|
github.com/onsi/ginkgo v1.6.0
|
|
github.com/onsi/gomega v1.4.2
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
|
|
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
|
|
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
|
|
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
|
|
k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5
|
|
sigs.k8s.io/controller-runtime v0.2.0-beta.2
|
|
)
|