forked from kataras/iris
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gopkg.toml
83 lines (63 loc) · 1.6 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
76
77
78
79
80
81
82
83
[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"
[[constraint]]
branch = "master"
name = "github.com/Joker/jade"
[[constraint]]
branch = "master"
name = "github.com/iris-contrib/i18n"
[[constraint]]
branch = "master"
name = "github.com/aymerick/raymond"
[[constraint]]
branch = "master"
name = "github.com/eknkc/amber"
[[constraint]]
name = "github.com/fatih/structs"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "github.com/flosch/pongo2"
[[constraint]]
branch = "master"
name = "github.com/iris-contrib/formBinder"
[[constraint]]
branch = "master"
name = "github.com/iris-contrib/httpexpect"
[[constraint]]
branch = "master"
name = "github.com/json-iterator/go"
[[constraint]]
branch = "master"
name = "github.com/kataras/golog"
[[constraint]]
branch = "v2"
name = "github.com/kataras/survey"
[[constraint]]
name = "github.com/klauspost/compress"
version = "1.2.1"
[[constraint]]
branch = "master"
name = "github.com/microcosm-cc/bluemonday"
[[constraint]]
branch = "v2"
name = "gopkg.in/russross/blackfriday.v2"
[[constraint]]
branch = "master"
name = "github.com/ryanuber/columnize"
[[constraint]]
branch = "v2"
name = "github.com/iris-contrib/go.uuid"
[[constraint]]
branch = "master"
name = "github.com/valyala/bytebufferpool"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
[[constraint]]
branch = "master"
name = "github.com/Shopify/goreferrer"