forked from palantir/k8s-spark-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
41 lines (33 loc) · 898 Bytes
/
Gopkg.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
required = ["k8s.io/code-generator/cmd/client-gen"]
[prune]
go-tests = true
unused-packages = true
[[prune.project]]
name = "k8s.io/code-generator"
unused-packages = false
[[prune.project]]
name = "k8s.io/gengo"
unused-packages = false
[[override]]
name = "github.com/json-iterator/go"
version = "1.1.5"
[[constraint]]
name = "github.com/palantir/k8s-spark-scheduler-lib"
version = "0.0.2"
[[constraint]]
version = "kubernetes-1.12.3"
name = "k8s.io/client-go"
[[constraint]]
version = "kubernetes-1.12.3"
name = "k8s.io/apimachinery"
[[constraint]]
version = "v1.1.0"
name = "github.com/palantir/witchcraft-go-logging"
[[constraint]]
version = "v1.2.0"
name = "github.com/palantir/witchcraft-go-server"