-
Notifications
You must be signed in to change notification settings - Fork 103
/
Gopkg.toml
80 lines (61 loc) · 1.46 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
[prune]
go-tests = true
unused-packages = true
[[constraint]]
branch = "master"
name = "github.com/blevesearch/bleve"
[[constraint]]
branch = "master"
name = "github.com/boltdb/bolt"
[[constraint]]
name = "github.com/davecgh/go-spew"
version = "1.1.0"
[[constraint]]
branch = "master"
name = "github.com/dietsche/rfsnotify"
[[constraint]]
branch = "master"
name = "github.com/dustin/go-humanize"
[[constraint]]
branch = "master"
name = "github.com/gorilla/context"
[[constraint]]
branch = "master"
name = "github.com/gorilla/securecookie"
[[constraint]]
branch = "master"
name = "github.com/gorilla/sessions"
[[constraint]]
branch = "master"
name = "github.com/martinlindhe/base36"
[[constraint]]
branch = "master"
name = "github.com/mash/go-accesslog"
[[constraint]]
branch = "master"
name = "github.com/newrelic/go-agent"
[[constraint]]
branch = "master"
name = "github.com/spf13/viper"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
version = "v1.4.2"
name = "gopkg.in/fsnotify.v1"
[[constraint]]
name = "gopkg.in/yaml.v2"
source = "https://github.com/go-yaml/yaml.git"
branch = "v2"
[[constraint]]
branch = "master"
name = "github.com/sethgrid/pester"
[[constraint]]
version = "1.2"
name = "github.com/go-zoo/bone"
[[constraint]]
version = "v0.2"
name = "github.com/leekchan/accounting"
[[constraint]]
name = "github.com/mssola/user_agent"
version = "0.4.1"