Merge "docker.userguide: Add a note about bar-collectd run without DPDK/RDT"
[barometer.git] / src / dma / Gopkg.lock
1 # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
2
3
4 [[projects]]
5   digest = "1:b16fbfbcc20645cb419f78325bb2e85ec729b338e996a228124d68931a6f2a37"
6   name = "github.com/BurntSushi/toml"
7   packages = ["."]
8   pruneopts = "UT"
9   revision = "b26d9c308763d68093482582cea63d69be07a0f0"
10   version = "v0.3.0"
11
12 [[projects]]
13   digest = "1:991bb96360eb8db70a40e9c496769fe6a7bbac4047f8376494d9837397078327"
14   name = "github.com/go-redis/redis"
15   packages = [
16     ".",
17     "internal",
18     "internal/consistenthash",
19     "internal/hashtag",
20     "internal/pool",
21     "internal/proto",
22     "internal/singleflight",
23     "internal/util",
24   ]
25   pruneopts = "UT"
26   revision = "480db94d33e6088e08d628833b6c0705451d24bb"
27   version = "v6.13.2"
28
29 [[projects]]
30   digest = "1:26971a24734a1b911111711f981ffc7463361b36483456f33da623570b7d214c"
31   name = "github.com/labstack/echo"
32   packages = ["."]
33   pruneopts = "UT"
34   revision = "6d227dfea4d2e52cb76856120b3c17f758139b4e"
35   version = "3.3.5"
36
37 [[projects]]
38   digest = "1:faee5b9f53eb1ae4eb04708c040c8c4dd685ce46509671e57a08520a15c54368"
39   name = "github.com/labstack/gommon"
40   packages = [
41     "color",
42     "log",
43   ]
44   pruneopts = "UT"
45   revision = "d6898124de917583f5ff5592ef931d1dfe0ddc05"
46   version = "0.2.6"
47
48 [[projects]]
49   digest = "1:aed4a1a07381be8758c5cf680977b9d2b83bd319beff4bd311001ef8ba3856b1"
50   name = "github.com/libvirt/libvirt-go"
51   packages = ["."]
52   pruneopts = "UT"
53   revision = "d5e0adac44d4365a2d97e259f51ab76cc3c01b20"
54   version = "v4.6.0"
55
56 [[projects]]
57   digest = "1:c658e84ad3916da105a761660dcaeb01e63416c8ec7bc62256a9b411a05fcd67"
58   name = "github.com/mattn/go-colorable"
59   packages = ["."]
60   pruneopts = "UT"
61   revision = "167de6bfdfba052fa6b2d3664c8f5272e23c9072"
62   version = "v0.0.9"
63
64 [[projects]]
65   digest = "1:d4d17353dbd05cb52a2a52b7fe1771883b682806f68db442b436294926bbfafb"
66   name = "github.com/mattn/go-isatty"
67   packages = ["."]
68   pruneopts = "UT"
69   revision = "0360b2af4f38e8d38c7fce2a9f4e702702d73a39"
70   version = "v0.0.3"
71
72 [[projects]]
73   branch = "master"
74   digest = "1:0c088044c1c1ee83e723692442df4fec9b3f2e57f7a99773485c97adfbc31695"
75   name = "github.com/streadway/amqp"
76   packages = ["."]
77   pruneopts = "UT"
78   revision = "70e15c650864f4fc47f5d3c82ea117285480895d"
79
80 [[projects]]
81   branch = "master"
82   digest = "1:c468422f334a6b46a19448ad59aaffdfc0a36b08fdcc1c749a0b29b6453d7e59"
83   name = "github.com/valyala/bytebufferpool"
84   packages = ["."]
85   pruneopts = "UT"
86   revision = "e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7"
87
88 [[projects]]
89   branch = "master"
90   digest = "1:268b8bce0064e8c057d7b913605459f9a26dcab864c0886a56d196540fbf003f"
91   name = "github.com/valyala/fasttemplate"
92   packages = ["."]
93   pruneopts = "UT"
94   revision = "dcecefd839c4193db0d35b88ec65b4c12d360ab0"
95
96 [[projects]]
97   branch = "master"
98   digest = "1:dedf20eb0d3e8d6aa8a4d3d2fae248222b688ed528201995e152cc497899123c"
99   name = "golang.org/x/crypto"
100   packages = [
101     "acme",
102     "acme/autocert",
103   ]
104   pruneopts = "UT"
105   revision = "aabede6cba87e37f413b3e60ebfc214f8eeca1b0"
106
107 [solve-meta]
108   analyzer-name = "dep"
109   analyzer-version = 1
110   input-imports = [
111     "github.com/BurntSushi/toml",
112     "github.com/go-redis/redis",
113     "github.com/go-redis/redis/internal",
114     "github.com/go-redis/redis/internal/consistenthash",
115     "github.com/go-redis/redis/internal/hashtag",
116     "github.com/go-redis/redis/internal/pool",
117     "github.com/go-redis/redis/internal/proto",
118     "github.com/go-redis/redis/internal/singleflight",
119     "github.com/go-redis/redis/internal/util",
120     "github.com/labstack/echo",
121     "github.com/labstack/gommon/color",
122     "github.com/labstack/gommon/log",
123     "github.com/libvirt/libvirt-go",
124     "github.com/mattn/go-colorable",
125     "github.com/mattn/go-isatty",
126     "github.com/streadway/amqp",
127     "github.com/valyala/bytebufferpool",
128     "github.com/valyala/fasttemplate",
129     "golang.org/x/crypto/acme",
130     "golang.org/x/crypto/acme/autocert",
131   ]
132   solver-name = "gps-cdcl"
133   solver-version = 1