-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGopkg.toml
70 lines (53 loc) · 1.39 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
63
64
65
66
67
68
69
70
required = ["github.com/containerum/kube-client", "github.com/satori/go.uuid"]
[prune]
non-go = true
go-tests = true
unused-packages = 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/containerum/utils"
version = "~1.0.0"
[[constraint]]
version = "1.2.0"
name = "github.com/gin-gonic/gin"
[[constraint]]
name = "github.com/gitsirupsen/logrus"
version = "^1.0.5"
[[constraint]]
name = "github.com/containerum/kube-client"
version = "~0.23.29"
[[constraint]]
name = "gopkg.in/go-playground/validator.v9"
version = "~9.17.1"
[[constraint]]
name = "github.com/go-playground/locales"
version = "0.11.2"
[[constraint]]
version = "kubernetes-1.9.3"
name = "k8s.io/apimachinery"
[[constraint]]
name = "github.com/go-resty/resty"
version = "^1.6.0"
[[constraint]]
name = "github.com/satori/go.uuid"
version = "1.2.0"
[[constraint]]
name = "github.com/json-iterator/go"
version = "1.0.5"
[[constraint]]
name = "github.com/gin-contrib/cors"
version = "1.2.0"
[[constraint]]
name = "github.com/globalsign/mgo"
version = "r2018.04.23"
[[constraint]]
name = "github.com/blang/semver"
version = "3.5.1"