hydra-maester/go.mod

18 lines
538 B
Modula-2
Raw Normal View History

2019-08-21 10:12:07 +02:00
module github.com/ory/hydra-maester
go 1.13
2019-08-21 10:12:07 +02:00
require (
github.com/go-logr/logr v0.1.0
github.com/onsi/ginkgo v1.6.0
github.com/onsi/gomega v1.4.2
2019-09-03 13:38:56 +02:00
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
2019-08-21 10:12:07 +02:00
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
2019-08-21 10:12:07 +02:00
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
2019-08-21 10:12:07 +02:00
sigs.k8s.io/controller-runtime v0.2.0-beta.2
)