This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Gopkg.toml
65 lines (49 loc) · 1.58 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
[[constraint]]
name = "github.com/opencontainers/image-tools"
revision = "93db3b16e6738bf9b8bee47d86ac93be5340838b"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.2"
[[constraint]]
name = "github.com/gogo/protobuf"
revision = "4cbf7e384e768b4e01799441fdf2a706a5635ae7"
[[constraint]]
name = "github.com/hashicorp/yamux"
revision = "cc6d2ea263b2471faabce371255777a365bf8306"
[[constraint]]
name = "github.com/mdlayher/vsock"
revision = "7b7533a7ca4eba7dd23dab2de70e25ca6eecf7e2"
[[constraint]]
name = "github.com/opencontainers/runc"
revision = "f4982d86f7fde0b6f953cc62ccc4022c519a10a9"
[[constraint]]
name = "github.com/opencontainers/runtime-spec"
revision = "a1b50f621a48ad13f8f696a162f684a241307db0"
[[constraint]]
name = "github.com/sirupsen/logrus"
revision = "v1.4.2"
[[constraint]]
name = "github.com/stretchr/testify"
revision = "87b1dfb5b2fa649f52695dd9eae19abe404a4308"
[[constraint]]
name = "github.com/vishvananda/netlink"
revision = "2cbcf73e3dcdaa63941d0ec4008e69c089434756"
[[constraint]]
name = "golang.org/x/net"
revision = "a8b9294777976932365dabb6640cf1468d95c70f"
[[constraint]]
name = "golang.org/x/sys"
revision = "ac767d655b305d4e9612f5f6e33120b9176c4ad4"
[[constraint]]
name = "google.golang.org/grpc"
revision = "d11072e7ca9811b1100b80ca0269ac831f06d024"
[[override]]
name = "github.com/containerd/console"
revision = "2748ece16665b45a47f884001d5831ec79703880"
[[constraint]]
name = "github.com/uber/jaeger-client-go"
version = "2.15.0"
[prune]
non-go = true
go-tests = true
unused-packages = true