-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGopkg.toml
48 lines (37 loc) · 920 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
42
43
44
45
46
47
48
[prune]
go-tests = true
unused-packages = true
non-go = true
[[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/sirupsen/logrus"
version = "1.0.5"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[[constraint]]
name = "github.com/json-iterator/go"
version = "1.1.3"
[[constraint]]
name = "github.com/containerum/utils"
version = "1.0.7"
[[constraint]]
name = "github.com/containerum/cherry"
version = "~v1.0.1-rc2"
[[constraint]]
name = "github.com/containerum/kube-client"
version = "^0.23.27"
[[constraint]]
name = "github.com/go-resty/resty"
version = "~1.6"
[[constraint]]
name = "github.com/golang-migrate/migrate"
version = "3.2.0"