forked from kata-containers/agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
57 lines (43 loc) · 1.4 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
[[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 = "2fc03cc11c775b7a8b2e48d7ee447cb9bef32ad0"
[[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 = "b016eb3dc98ea7f69ed55e8216b87187067ae621"
[[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