forked from flynn/flynn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
84 lines (65 loc) · 1.61 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
84
required = [
"github.com/golang/dep/cmd/dep",
"github.com/jteeuwen/go-bindata/go-bindata",
"github.com/flynn/go-tuf/cmd/tuf",
"github.com/flynn/go-tuf/cmd/tuf-client",
]
[prune]
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
branch = "datetimes"
name = "github.com/BurntSushi/toml"
[[constraint]]
branch = "master"
name = "github.com/cupcake/jsonschema"
[[constraint]]
name = "github.com/docker/go-units"
version = "0.3.0"
[[constraint]]
branch = "v1"
name = "github.com/flynn/go-check"
[[constraint]]
branch = "master"
name = "github.com/flynn/go-docopt"
[[constraint]]
branch = "master"
name = "github.com/flynn/go-p9p"
[[constraint]]
branch = "master"
name = "github.com/flynn/go-tuf"
[[constraint]]
branch = "master"
name = "github.com/flynn/que-go"
[[constraint]]
branch = "master"
name = "github.com/flynn/tail"
[[constraint]]
name = "github.com/golang/dep"
version = "v0.5.0"
[[constraint]]
name = "github.com/inconshreveable/log15"
version = "2.13.0"
[[constraint]]
name = "github.com/jtacoma/uritemplates"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "github.com/opencontainers/runc"
source = "https://github.com/flynn/runc"
[[constraint]]
branch = "master"
name = "github.com/tent/canonical-json-go"
[[constraint]]
branch = "master"
name = "github.com/tiborvass/uniline"
[[constraint]]
branch = "master"
name = "github.com/vanillahsu/go_reuseport"
[[constraint]]
branch = "v0"
name = "gopkg.in/inconshreveable/go-update.v0"
[[constraint]]
branch = "master"
name = "github.com/jvatic/asset-matrix-go"