forked from TrenchBoot/u-root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
46 lines (35 loc) · 841 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
ignored = ["github.com/u-root/u-root/bb*"]
[[constraint]]
branch = "master"
name = "github.com/vishvananda/netlink"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/sys"
[[constraint]]
branch = "master"
name = "golang.org/x/tools"
[[constraint]]
branch = "master"
name = "pack.ag/tftp"
[[constraint]]
branch = "master"
name = "github.com/rck/unit"
[[constraint]]
branch = "master"
name = "github.com/google/go-tpm"
[prune]
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/beevik/ntp"
version = "0.2.0"
[[constraint]]
name = "github.com/gliderlabs/ssh"
revision = "cbabf541443203944eeedf87d8bb92e2924170b5"
[[constraint]]
name = "github.com/google/go-tpm-tools"
branch = "master"