-
Notifications
You must be signed in to change notification settings - Fork 5
/
Gopkg.toml
74 lines (56 loc) · 1.38 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
71
72
73
74
required = ["git.containerum.net/ch/auth"]
[prune]
non-go = true
go-tests = true
unused-packages = true
[[prune.project]]
name = "git.containerum.net/ch/auth"
non-go = false
[[prune.project]]
name = "github.com/containerum/utils"
non-go = false
[[prune.project]]
name = "github.com/containerum/cherry"
non-go = false
[[constraint]]
branch = "develop"
name = "git.containerum.net/ch/auth"
[[constraint]]
branch = "develop"
name = "git.containerum.net/ch/mail-templater"
[[constraint]]
name = "github.com/gin-gonic/gin"
version = "1.2.0"
[[constraint]]
branch = "master"
name = "github.com/jmoiron/sqlx"
[[constraint]]
name = "github.com/json-iterator/go"
version = "1.0.4"
[[constraint]]
branch = "master"
name = "github.com/lib/pq"
[[constraint]]
name = "github.com/golang-migrate/migrate"
version = "3.2.0"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.5"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[[constraint]]
name = "gopkg.in/resty.v1"
version = "^1.5.0"
[[constraint]]
branch = "master"
name = "github.com/google/uuid"
[[constraint]]
name = "github.com/containerum/cherry"
version = "^1.0.1"
[[constraint]]
name = "github.com/containerum/utils"
version = "^1.0.0"
[[constraint]]
name = "github.com/containerum/kube-client"
version = "^0.23.32"