-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy pathGopkg.toml
75 lines (61 loc) · 1.74 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
75
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
ignored = ["github.com/gin-gonic/gin/examples/*", "golang.org/x/oauth2/google", "google.golang.org/appengine"]
[[constraint]]
name = "github.com/requilence/jobs"
branch = "master"
[[constraint]]
name = "github.com/requilence/url"
branch = "master"
[[constraint]]
name = "github.com/requilence/telegram-bot-api"
branch = "master"
[[constraint]]
branch = "master"
name = "golang.org/x/oauth2"
[[constraint]]
branch = "v2"
name = "gopkg.in/mgo.v2"
[[constraint]]
name = "github.com/gin-gonic/gin"
branch = "fix-redirect-slash"
source = "https://github.com/requilence/gin.git"
[[constraint]]
name = "github.com/kelseyhightower/envconfig"
version = "1.3.0"
[[constraint]]
name = "github.com/kennygrant/sanitize"
version = "1.2.3"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]]
name = "github.com/mrjones/oauth"
revision = "3f67d9c274355678b2f9844b08d643e2f9213340"
[[constraint]]
name = "github.com/vova616/xxhash"
revision = "f0a9a8b74d487f9563a527daf3bd6b4fbd3f5d00"
[[constraint]]
name = "github.com/weekface/mgorus"
revision = "83720e22971a8301c5b2738c9364accd3d9eb13a"
[[constraint]]
name = "github.com/throttled/throttled"
version = "2.2.4"