-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gopkg.toml
40 lines (30 loc) · 737 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
[[constraint]]
branch = "master"
name = "github.com/GianlucaGuarini/go-observable"
[[constraint]]
name = "github.com/TokTok/go-toxcore-c"
version = "0.2.0"
[[constraint]]
name = "github.com/bitly/go-simplejson"
version = "0.5.0"
[[constraint]]
branch = "master"
name = "github.com/cyfdecyf/color"
[[constraint]]
name = "github.com/go-ini/ini"
version = "1.36.0"
[[constraint]]
branch = "master"
name = "github.com/kitech/goplusplus"
[[constraint]]
branch = "master"
name = "github.com/tatsushid/go-fastping"
[[constraint]]
name = "github.com/vmihailenco/msgpack"
version = "3.3.1"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
[prune]
go-tests = true
unused-packages = true