forked from oklog/oklog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
52 lines (39 loc) · 950 Bytes
/
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
[[constraint]]
name = "github.com/djherbis/buffer"
version = "1.0.0"
[[constraint]]
name = "github.com/djherbis/nio"
version = "2.0.3"
[[constraint]]
name = "github.com/go-kit/kit"
version = "0.6.0"
[[constraint]]
branch = "master"
name = "github.com/google/btree"
[[constraint]]
branch = "master"
name = "github.com/hashicorp/go-sockaddr"
[[constraint]]
name = "github.com/hashicorp/memberlist"
version = "0.1.0"
[[constraint]]
name = "github.com/oklog/run"
version = "1.0.0"
[[constraint]]
name = "github.com/oklog/ulid"
version = "0.3.0"
[[constraint]]
name = "github.com/pborman/uuid"
version = "1.1.0"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
name = "github.com/prometheus/prometheus"
version = "2.1.0"
[[constraint]]
name = "github.com/rs/cors"
version = "1.2.0"