-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 733 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/AliyunContainerService/data-on-ack/notebook-controller
go 1.16
require (
github.com/go-logr/logr v0.1.0
github.com/gogo/protobuf v1.2.1 // indirect
github.com/json-iterator/go v1.1.6 // indirect
github.com/kubeflow/kubeflow/components/common v0.0.0-20200908101143-7f5e242f4671
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/gomega v1.10.1 // indirect
github.com/prometheus/client_golang v0.9.0
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/text v0.3.2 // indirect
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
sigs.k8s.io/controller-runtime v0.2.0
)