-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGopkg.toml
62 lines (47 loc) · 1.15 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
required = ["github.com/containerum/kube-client"]
[prune]
non-go = true
unused-packages = true
go-tests = true
[[prune.project]]
name = "github.com/containerum/kube-client"
non-go = false
[[prune.project]]
name = "github.com/containerum/utils"
non-go = false
[[prune.project]]
name = "github.com/containerum/cherry"
non-go = false
[[constraint]]
name = "github.com/gin-gonic/gin"
version = "~1.2.0"
[[constraint]]
name = "github.com/json-iterator/go"
version = "1.1.5"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "^1.0.5"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[[constraint]]
name = "github.com/gin-contrib/cors"
version = "1.2.0"
[[constraint]]
name = "github.com/containerum/kube-client"
version = "^0.23.26"
[[constraint]]
name = "github.com/containerum/utils"
version = "1.0.7"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.12.0"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.12.0"
[[constraint]]
name = "k8s.io/client-go"
version = "9.0.0"
[[constraint]]
name = "k8s.io/kubernetes"
version = "1.12.0"