forked from kabukky/journey
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gopkg.toml
53 lines (40 loc) · 1.02 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
[[constraint]]
name = "github.com/dimfeld/httptreemux"
version = "^5.0.0"
[[constraint]]
name = "github.com/gorilla/securecookie"
version = "^1.1.0"
[[constraint]]
branch = "master"
name = "github.com/kabukky/feeds"
[[constraint]]
branch = "master"
name = "github.com/kabukky/httpscerts"
[[constraint]]
branch = "master"
name = "github.com/kardianos/osext"
[[constraint]]
name = "github.com/mattn/go-sqlite3"
version = "^2.0.2"
[[constraint]]
name = "github.com/russross/blackfriday"
version = "^1.5.0"
[[constraint]]
name = "github.com/gofrs/uuid"
version = "^3.2.0"
[[constraint]]
branch = "master"
name = "github.com/yuin/gopher-lua"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
source = "https://github.com/fsnotify/fsnotify/archive/v1.4.7.tar.gz"
name = "gopkg.in/fsnotify.v1"
version = "1.4.7"
[[constraint]]
name = "github.com/crewjam/saml"
version = "0.4.0"
[[constraint]]
name="github.com/lestrrat-go/apache-logformat"
version = "v2.0.4"