forked from aws/amazon-sagemaker-operator-for-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 764 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module go.amzn.com/sagemaker/sagemaker-k8s-operator
go 1.12
require (
github.com/Jeffail/gabs/v2 v2.0.0
github.com/adammck/venv v0.0.0-20160819025605-8a9c907a37d3
github.com/aws/aws-sdk-go v1.25.36
github.com/aws/aws-sdk-go-v2 v0.11.0
github.com/go-logr/logr v0.1.0
github.com/google/go-cmp v0.3.1
github.com/google/uuid v1.1.1
github.com/nsf/jsondiff v0.0.0-20190712045011-8443391ee9b6
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/pkg/errors v0.8.1
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
sigs.k8s.io/controller-runtime v0.2.0
sigs.k8s.io/controller-tools v0.2.0-beta.2 // indirect
)