summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-06-20 11:46:46 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-06-20 11:46:46 -0400
commitec96eab80c3caa59fa7d086398d5a5a2895b8b68 (patch)
tree009d2d20a4c3a01f7853a555c97a91366edf0d6a
parent4c0f2dbe12234ba6f88b705a4ddd5316c05f5b62 (diff)
downloadmeta-virtualization-ec96eab80c3caa59fa7d086398d5a5a2895b8b68.tar.gz
k3s: update recipe formatting and map googlesource to github
Reformat the k3s depedencies and src_uri into a more readible and maintainable format. We also map googlesoruce to github for better fetching, as suggested by Diego Sueiro <diego.sueiro@arm.com>. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/k3s/k3s_git.bb3146
-rw-r--r--recipes-containers/k3s/src_uri.inc2523
2 files changed, 3084 insertions, 2585 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb
index a20092c5..7f9f549e 100644
--- a/recipes-containers/k3s/k3s_git.bb
+++ b/recipes-containers/k3s/k3s_git.bb
@@ -21,2587 +21,7 @@ SRCREV_k3s = "4262c6b91a43ef8411870f72ff8b8715949f90e2"
21SRCREV_FORMAT = "k3s_fuse" 21SRCREV_FORMAT = "k3s_fuse"
22PV = "v1.22.6+k3s1+git${SRCREV_k3s}" 22PV = "v1.22.6+k3s1+git${SRCREV_k3s}"
23 23
24# bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898 24include src_uri.inc
25# [1] git ls-remote https://github.com/bazil/fuse 371fbbdaa8987b715bdd21d6adc4c9b20155f748
26SRCREV_fuse="371fbbdaa8987b715bdd21d6adc4c9b20155f748"
27SRC_URI += "git://github.com/bazil/fuse;name=fuse;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bazil/fuse"
28
29# bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
30# [1] git ls-remote https://bitbucket.org/bertimus9/systemstat 0eeff89b0690611fc32e21f0cd2e4434abf8fe53
31SRCREV_systemstat="0eeff89b0690611fc32e21f0cd2e4434abf8fe53"
32SRC_URI += "git://bitbucket.org/bertimus9/systemstat;name=systemstat;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/bitbucket.org/bertimus9/systemstat"
33
34# cloud.google.com/go v0.97.0
35# [1] git ls-remote https://github.com/googleapis/google-cloud-go 26286e362470c1b4e60e33d07cb2e12b62843ed7
36SRCREV_go="26286e362470c1b4e60e33d07cb2e12b62843ed7"
37SRC_URI += "git://github.com/googleapis/google-cloud-go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go"
38
39# cloud.google.com/go/bigquery v1.8.0
40# [1] git ls-remote https://github.com/googleapis/google-cloud-go a34503bc0f0b95399285e8db66976b227e3b0072
41SRCREV_bigquery="a34503bc0f0b95399285e8db66976b227e3b0072"
42SRC_URI += "git://github.com/googleapis/google-cloud-go;name=bigquery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/bigquery"
43
44# cloud.google.com/go/datastore v1.1.0
45# [1] git ls-remote https://github.com/googleapis/google-cloud-go a34503bc0f0b95399285e8db66976b227e3b0072
46SRCREV_datastore="a34503bc0f0b95399285e8db66976b227e3b0072"
47SRC_URI += "git://github.com/googleapis/google-cloud-go;name=datastore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/bigquery"
48
49# cloud.google.com/go/firestore v1.1.0
50# [1] git ls-remote https://github.com/googleapis/google-cloud-go a34503bc0f0b95399285e8db66976b227e3b0072
51SRCREV_firestore="a34503bc0f0b95399285e8db66976b227e3b0072"
52SRC_URI += "git://github.com/googleapis/google-cloud-go;name=firestore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/bigquery"
53
54# cloud.google.com/go/pubsub v1.3.1
55# [1] git ls-remote https://github.com/googleapis/google-cloud-go a34503bc0f0b95399285e8db66976b227e3b0072
56SRCREV_pubsub="a34503bc0f0b95399285e8db66976b227e3b0072"
57SRC_URI += "git://github.com/googleapis/google-cloud-go;name=pubsub;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/bigquery"
58
59# cloud.google.com/go/storage v1.10.0
60# [1] git ls-remote https://github.com/googleapis/google-cloud-go a34503bc0f0b95399285e8db66976b227e3b0072
61SRCREV_storage="a34503bc0f0b95399285e8db66976b227e3b0072"
62SRC_URI += "git://github.com/googleapis/google-cloud-go;name=storage;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/bigquery"
63
64# dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037
65# [1] git ls-remote https://dmitri.shuralyov.com/gpu/mtl 28db891af037715d8c1deec7652485a173c60e25
66SRCREV_mtl="28db891af037715d8c1deec7652485a173c60e25"
67SRC_URI += "git://dmitri.shuralyov.com/gpu/mtl;name=mtl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/dmitri.shuralyov.com/gpu/mtl"
68
69# github.com/360EntSecGroup-Skylar/excelize v1.4.1
70# [1] git ls-remote https://github.com/360EntSecGroup-Skylar/excelize dea7ba0ec43a4c29a6642d02b6edc73b8b0369f0
71SRCREV_excelize="dea7ba0ec43a4c29a6642d02b6edc73b8b0369f0"
72SRC_URI += "git://github.com/360EntSecGroup-Skylar/excelize;name=excelize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/360EntSecGroup-Skylar/excelize"
73
74# github.com/Azure/azure-sdk-for-go v55.0.0+incompatible
75# [1] git ls-remote https://github.com/Azure/azure-sdk-for-go 3640559afddbad452d265b54fb1c20b30be0b062
76SRCREV_azure-sdk-for-go="3640559afddbad452d265b54fb1c20b30be0b062"
77SRC_URI += "git://github.com/Azure/azure-sdk-for-go;name=azure-sdk-for-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/azure-sdk-for-go"
78
79# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
80# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9
81SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9"
82SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-ansiterm"
83
84# github.com/Azure/go-autorest v14.2.0+incompatible
85# [1] git ls-remote https://github.com/Azure/go-autorest e7b391b759b050d6719cc6fd8bb87b6dc038bca6
86SRCREV_go-autorest="e7b391b759b050d6719cc6fd8bb87b6dc038bca6"
87SRC_URI += "git://github.com/Azure/go-autorest;name=go-autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest"
88
89# github.com/Azure/go-autorest/autorest v0.11.18
90# [1] git ls-remote https://github.com/Azure/go-autorest b3899c1057425994796c92293e931f334af63b4e
91SRCREV_autorest="b3899c1057425994796c92293e931f334af63b4e"
92SRC_URI += "git://github.com/Azure/go-autorest;name=autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest"
93
94# github.com/Azure/go-autorest/autorest/adal v0.9.13
95# [1] git ls-remote https://github.com/Azure/go-autorest b3899c1057425994796c92293e931f334af63b4e
96SRCREV_adal="b3899c1057425994796c92293e931f334af63b4e"
97SRC_URI += "git://github.com/Azure/go-autorest;name=adal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest"
98
99# github.com/Azure/go-autorest/autorest/date v0.3.0
100# [1] git ls-remote https://github.com/Azure/go-autorest b3899c1057425994796c92293e931f334af63b4e
101SRCREV_date="b3899c1057425994796c92293e931f334af63b4e"
102SRC_URI += "git://github.com/Azure/go-autorest;name=date;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest"
103
104# github.com/Azure/go-autorest/autorest/mocks v0.4.1
105# [1] git ls-remote https://github.com/Azure/go-autorest b3899c1057425994796c92293e931f334af63b4e
106SRCREV_mocks="b3899c1057425994796c92293e931f334af63b4e"
107SRC_URI += "git://github.com/Azure/go-autorest;name=mocks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest"
108
109# github.com/Azure/go-autorest/autorest/to v0.4.0
110# [1] git ls-remote https://github.com/Azure/go-autorest b3899c1057425994796c92293e931f334af63b4e
111SRCREV_to="b3899c1057425994796c92293e931f334af63b4e"
112SRC_URI += "git://github.com/Azure/go-autorest;name=to;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest"
113
114# github.com/Azure/go-autorest/autorest/validation v0.1.0
115# [1] git ls-remote https://github.com/Azure/go-autorest b3899c1057425994796c92293e931f334af63b4e
116SRCREV_validation="b3899c1057425994796c92293e931f334af63b4e"
117SRC_URI += "git://github.com/Azure/go-autorest;name=validation;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest"
118
119# github.com/Azure/go-autorest/logger v0.2.1
120# [1] git ls-remote https://github.com/Azure/go-autorest b3899c1057425994796c92293e931f334af63b4e
121SRCREV_logger="b3899c1057425994796c92293e931f334af63b4e"
122SRC_URI += "git://github.com/Azure/go-autorest;name=logger;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest"
123
124# github.com/Azure/go-autorest/tracing v0.6.0
125# [1] git ls-remote https://github.com/Azure/go-autorest b3899c1057425994796c92293e931f334af63b4e
126SRCREV_tracing="b3899c1057425994796c92293e931f334af63b4e"
127SRC_URI += "git://github.com/Azure/go-autorest;name=tracing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest"
128
129# github.com/BurntSushi/toml v0.4.1
130# [1] git ls-remote https://github.com/BurntSushi/toml f8ffb34d6924aa5f450dacce4c2146a1c9fc7253
131SRCREV_toml="f8ffb34d6924aa5f450dacce4c2146a1c9fc7253"
132SRC_URI += "git://github.com/BurntSushi/toml;name=toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/BurntSushi/toml"
133
134# github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
135# [1] git ls-remote https://github.com/BurntSushi/xgb 27f122750802c950b2c869a5b63dafcf590ced95
136SRCREV_xgb="27f122750802c950b2c869a5b63dafcf590ced95"
137SRC_URI += "git://github.com/BurntSushi/xgb;name=xgb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/BurntSushi/xgb"
138
139# github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20200415212048-7901bc822317
140# [1] git ls-remote https://github.com/GoogleCloudPlatform/k8s-cloud-provider 7901bc822317c56ff20e5189878966a70d52321e
141SRCREV_k8s-cloud-provider="7901bc822317c56ff20e5189878966a70d52321e"
142SRC_URI += "git://github.com/GoogleCloudPlatform/k8s-cloud-provider;name=k8s-cloud-provider;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/GoogleCloudPlatform/k8s-cloud-provider"
143
144# github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab
145# [1] git ls-remote https://github.com/JeffAshton/win_pdh 76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2
146SRCREV_win_pdh="76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2"
147SRC_URI += "git://github.com/JeffAshton/win_pdh;name=win_pdh;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/JeffAshton/win_pdh"
148
149# github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
150# [1] git ls-remote https://github.com/MakeNowJust/heredoc bb23615498cded5e105af4ce27de75b089cbe851
151SRCREV_heredoc="bb23615498cded5e105af4ce27de75b089cbe851"
152SRC_URI += "git://github.com/MakeNowJust/heredoc;name=heredoc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/MakeNowJust/heredoc"
153
154# github.com/Microsoft/go-winio v0.5.0
155# [1] git ls-remote https://github.com/Microsoft/go-winio 58dba89befbca5b5a2c944f84642f5b0540bcfd5
156SRCREV_go-winio="58dba89befbca5b5a2c944f84642f5b0540bcfd5"
157SRC_URI += "git://github.com/Microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio"
158
159# github.com/Microsoft/hcsshim v0.8.20
160# [1] git ls-remote https://github.com/Microsoft/hcsshim 3ad51c76263bad09548a40e1996960814a12a870
161SRCREV_hcsshim="3ad51c76263bad09548a40e1996960814a12a870"
162SRC_URI += "git://github.com/Microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim"
163
164# github.com/NYTimes/gziphandler v1.1.1
165# [1] git ls-remote https://github.com/NYTimes/gziphandler dd0439581c7657cb652dfe5c71d7d48baf39541d
166SRCREV_gziphandler="dd0439581c7657cb652dfe5c71d7d48baf39541d"
167SRC_URI += "git://github.com/NYTimes/gziphandler;name=gziphandler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/NYTimes/gziphandler"
168
169# github.com/OneOfOne/xxhash v1.2.2
170# [1] git ls-remote https://github.com/OneOfOne/xxhash 6def279d2ce6c81a79dd1c1be580f03bb216fb8a
171SRCREV_xxhash="6def279d2ce6c81a79dd1c1be580f03bb216fb8a"
172SRC_URI += "git://github.com/OneOfOne/xxhash;name=xxhash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/OneOfOne/xxhash"
173
174# github.com/PuerkitoBio/goquery v1.5.0
175# [1] git ls-remote https://github.com/PuerkitoBio/goquery 2d2796f41742ece03e8086188fa4db16a3a0b458
176SRCREV_goquery="2d2796f41742ece03e8086188fa4db16a3a0b458"
177SRC_URI += "git://github.com/PuerkitoBio/goquery;name=goquery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/PuerkitoBio/goquery"
178
179# github.com/PuerkitoBio/purell v1.1.1
180# [1] git ls-remote https://github.com/PuerkitoBio/purell 44968752391892e1b0d0b821ee79e9a85fa13049
181SRCREV_purell="44968752391892e1b0d0b821ee79e9a85fa13049"
182SRC_URI += "git://github.com/PuerkitoBio/purell;name=purell;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/PuerkitoBio/purell"
183
184# github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
185# [1] git ls-remote https://github.com/PuerkitoBio/urlesc de5bf2ad457846296e2031421a34e2568e304e35
186SRCREV_urlesc="de5bf2ad457846296e2031421a34e2568e304e35"
187SRC_URI += "git://github.com/PuerkitoBio/urlesc;name=urlesc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/PuerkitoBio/urlesc"
188
189# github.com/Rican7/retry v0.1.0
190# [1] git ls-remote https://github.com/Rican7/retry af41d8e8dc050fe4ad27246530a187a1ce601b95
191SRCREV_retry="af41d8e8dc050fe4ad27246530a187a1ce601b95"
192SRC_URI += "git://github.com/Rican7/retry;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Rican7/retry"
193
194# github.com/agnivade/levenshtein v1.0.1
195# [1] git ls-remote https://github.com/agnivade/levenshtein 834b435c3df04fba060c8d74a40d849ab2c4a090
196SRCREV_levenshtein="834b435c3df04fba060c8d74a40d849ab2c4a090"
197SRC_URI += "git://github.com/agnivade/levenshtein;name=levenshtein;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/agnivade/levenshtein"
198
199# github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af
200# [1] git ls-remote https://github.com/ajstarks/svgo 644b8db467afccf19a0692a3e31a1868e4287ab8
201SRCREV_svgo="644b8db467afccf19a0692a3e31a1868e4287ab8"
202SRC_URI += "git://github.com/ajstarks/svgo;name=svgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ajstarks/svgo"
203
204# github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
205# [1] git ls-remote https://github.com/alecthomas/template fb15b899a75114aa79cc930e33c46b577cc664b1
206SRCREV_template="fb15b899a75114aa79cc930e33c46b577cc664b1"
207SRC_URI += "git://github.com/alecthomas/template;name=template;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alecthomas/template"
208
209# github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
210# [1] git ls-remote https://github.com/alecthomas/units f65c72e2690dc4b403c8bd637baf4611cd4c069b
211SRCREV_units="f65c72e2690dc4b403c8bd637baf4611cd4c069b"
212SRC_URI += "git://github.com/alecthomas/units;name=units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alecthomas/units"
213
214# github.com/alexflint/go-filemutex v0.0.0-20171022225611-72bdc8eae2ae
215# [1] git ls-remote https://github.com/alexflint/go-filemutex 72bdc8eae2aef913234599b837f5dda445ca9bd9
216SRCREV_go-filemutex="72bdc8eae2aef913234599b837f5dda445ca9bd9"
217SRC_URI += "git://github.com/alexflint/go-filemutex;name=go-filemutex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alexflint/go-filemutex"
218
219# github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
220# [1] git ls-remote https://github.com/andreyvit/diff c7f18ee00883bfd3b00e0a2bf7607827e0148ad4
221SRCREV_diff="c7f18ee00883bfd3b00e0a2bf7607827e0148ad4"
222SRC_URI += "git://github.com/andreyvit/diff;name=diff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/andreyvit/diff;apply=no"
223
224# github.com/andybalholm/cascadia v1.0.0
225# [1] git ls-remote https://github.com/andybalholm/cascadia 901648c87902174f774fac311d7f176f8647bdaa
226SRCREV_cascadia="901648c87902174f774fac311d7f176f8647bdaa"
227SRC_URI += "git://github.com/andybalholm/cascadia;name=cascadia;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/andybalholm/cascadia"
228
229# github.com/antihax/optional v1.0.0
230# [1] git ls-remote https://github.com/antihax/optional c3f0ba9c1a592b971d66b2787679af55b5c58f21
231SRCREV_optional="c3f0ba9c1a592b971d66b2787679af55b5c58f21"
232SRC_URI += "git://github.com/antihax/optional;name=optional;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/antihax/optional"
233
234# github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
235# [1] git ls-remote https://github.com/armon/circbuf bbbad097214e2918d8543d5201d12bfd7bca254d
236SRCREV_circbuf="bbbad097214e2918d8543d5201d12bfd7bca254d"
237SRC_URI += "git://github.com/armon/circbuf;name=circbuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/circbuf"
238
239# github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6
240# [1] git ls-remote https://github.com/armon/consul-api eb2c6b5be1b66bab83016e0b05f01b8d5496ffbd
241SRCREV_consul-api="eb2c6b5be1b66bab83016e0b05f01b8d5496ffbd"
242SRC_URI += "git://github.com/armon/consul-api;name=consul-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/consul-api"
243
244# github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
245# [1] git ls-remote https://github.com/armon/go-metrics f0300d1749da6fa982027e449ec0c7a145510c3c
246SRCREV_go-metrics="f0300d1749da6fa982027e449ec0c7a145510c3c"
247SRC_URI += "git://github.com/armon/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/go-metrics"
248
249# github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310
250# [1] git ls-remote https://github.com/armon/go-radix 7fddfc383310abc091d79a27f116d30cf0424032
251SRCREV_go-radix="7fddfc383310abc091d79a27f116d30cf0424032"
252SRC_URI += "git://github.com/armon/go-radix;name=go-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/go-radix"
253
254# github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
255# [1] git ls-remote https://github.com/asaskevich/govalidator f61b66f89f4a311bef65f13e575bcf1a2ffadda6
256SRCREV_govalidator="f61b66f89f4a311bef65f13e575bcf1a2ffadda6"
257SRC_URI += "git://github.com/asaskevich/govalidator;name=govalidator;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/asaskevich/govalidator"
258
259# github.com/auth0/go-jwt-middleware v1.0.1
260# [1] git ls-remote https://github.com/auth0/go-jwt-middleware dec8d9f66d0b99d1085a060812cd13d7219a7ebd
261SRCREV_go-jwt-middleware="dec8d9f66d0b99d1085a060812cd13d7219a7ebd"
262SRC_URI += "git://github.com/auth0/go-jwt-middleware;name=go-jwt-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/auth0/go-jwt-middleware"
263
264# github.com/aws/aws-sdk-go v1.38.70
265# [1] git ls-remote https://github.com/aws/aws-sdk-go c2c371dfc5c3306bf6e7bec6cc75054a9f205c21
266SRCREV_aws-sdk-go="c2c371dfc5c3306bf6e7bec6cc75054a9f205c21"
267SRC_URI += "git://github.com/aws/aws-sdk-go;name=aws-sdk-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go"
268
269# github.com/benbjohnson/clock v1.0.3
270# [1] git ls-remote https://github.com/benbjohnson/clock d30813fdb557385ec7cbe73036752baa31e72664
271SRCREV_clock="d30813fdb557385ec7cbe73036752baa31e72664"
272SRC_URI += "git://github.com/benbjohnson/clock;name=clock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/benbjohnson/clock"
273
274# github.com/beorn7/perks v1.0.1
275# [1] git ls-remote https://github.com/beorn7/perks c49ff274687222a7373c4cd83578f1065cf3e143
276SRCREV_perks="c49ff274687222a7373c4cd83578f1065cf3e143"
277SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks"
278
279# github.com/bgentry/speakeasy v0.1.0
280# [1] git ls-remote https://github.com/bgentry/speakeasy 12abe455afa69a18b1098acb18b1f004a4a6c33c
281SRCREV_speakeasy="12abe455afa69a18b1098acb18b1f004a4a6c33c"
282SRC_URI += "git://github.com/bgentry/speakeasy;name=speakeasy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bgentry/speakeasy"
283
284# github.com/bits-and-blooms/bitset v1.2.0
285# [1] git ls-remote https://github.com/bits-and-blooms/bitset 59de210119f50cedaa42d175dc88b6335fcf63f6
286SRCREV_bitset="59de210119f50cedaa42d175dc88b6335fcf63f6"
287SRC_URI += "git://github.com/bits-and-blooms/bitset;name=bitset;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bits-and-blooms/bitset"
288
289# github.com/bketelsen/crypt v0.0.4
290# [1] git ls-remote https://github.com/bketelsen/crypt 3f0829aaee54a3e9eabd45afbf68257a5cf754f7
291SRCREV_crypt="3f0829aaee54a3e9eabd45afbf68257a5cf754f7"
292SRC_URI += "git://github.com/bketelsen/crypt;name=crypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bketelsen/crypt"
293
294# github.com/blang/semver v3.5.1+incompatible
295# [1] git ls-remote https://github.com/blang/semver 2ee87856327ba09384cabd113bc6b5d174e9ec0f
296SRCREV_semver="2ee87856327ba09384cabd113bc6b5d174e9ec0f"
297SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver"
298
299# github.com/boltdb/bolt v1.3.1
300# [1] git ls-remote https://github.com/boltdb/bolt 2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8
301SRCREV_bolt="2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8"
302SRC_URI += "git://github.com/boltdb/bolt;name=bolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/boltdb/bolt"
303
304# github.com/bronze1man/goStrongswanVici v0.0.0-20201105010758-936f38b697fd
305# [1] git ls-remote https://github.com/bronze1man/goStrongswanVici 936f38b697fd9a0054eee1469fee9d51199d4e66
306SRCREV_goStrongswanVici="936f38b697fd9a0054eee1469fee9d51199d4e66"
307SRC_URI += "git://github.com/bronze1man/goStrongswanVici;name=goStrongswanVici;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bronze1man/goStrongswanVici"
308
309# github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44
310# [1] git ls-remote https://github.com/buger/jsonparser f4dd9f5a6b441265aefc1d44872a6f8c10f42b37
311SRCREV_jsonparser="f4dd9f5a6b441265aefc1d44872a6f8c10f42b37"
312SRC_URI += "git://github.com/buger/jsonparser;name=jsonparser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/jsonparser"
313
314# github.com/canonical/go-dqlite v1.5.1
315# [1] git ls-remote https://github.com/canonical/go-dqlite 830c1a017995b73322e86c2a6f2ca799c1caca07
316SRCREV_go-dqlite="830c1a017995b73322e86c2a6f2ca799c1caca07"
317SRC_URI += "git://github.com/canonical/go-dqlite;name=go-dqlite;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/canonical/go-dqlite"
318
319# github.com/census-instrumentation/opencensus-proto v0.2.1
320# [1] git ls-remote https://github.com/census-instrumentation/opencensus-proto 69cb099384edf046119a59a69761efa7042fbeb4
321SRCREV_opencensus-proto="69cb099384edf046119a59a69761efa7042fbeb4"
322SRC_URI += "git://github.com/census-instrumentation/opencensus-proto;name=opencensus-proto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/census-instrumentation/opencensus-proto"
323
324# github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054
325# [1] git ls-remote https://github.com/certifi/gocertifi 2c3bb06c6054e133430498817d26ac003d08f020
326SRCREV_gocertifi="2c3bb06c6054e133430498817d26ac003d08f020"
327SRC_URI += "git://github.com/certifi/gocertifi;name=gocertifi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/certifi/gocertifi"
328
329# github.com/cespare/xxhash v1.1.0
330# [1] git ls-remote https://github.com/cespare/xxhash 569f7c8abf1f58d9043ab804d364483cb1c853b6
331SRCREV_xxhash1="569f7c8abf1f58d9043ab804d364483cb1c853b6"
332SRC_URI += "git://github.com/cespare/xxhash;name=xxhash1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash"
333
334# github.com/cespare/xxhash/v2 v2.1.1
335# [1] git ls-remote https://github.com/cespare/xxhash 68d2e6187fda44f45b905aeeebdb40a73d137ea1
336SRCREV_v2="68d2e6187fda44f45b905aeeebdb40a73d137ea1"
337SRC_URI += "git://github.com/cespare/xxhash;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2"
338
339# github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5
340# [1] git ls-remote https://github.com/chai2010/gettext-go c6fed771bfd517099caf0f7a961671fa8ed08723
341SRCREV_gettext-go="c6fed771bfd517099caf0f7a961671fa8ed08723"
342SRC_URI += "git://github.com/chai2010/gettext-go;name=gettext-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chai2010/gettext-go"
343
344# github.com/checkpoint-restore/go-criu/v5 v5.0.0
345# [1] git ls-remote https://github.com/checkpoint-restore/go-criu 885cc36edb02fc5afeed0759885b473c16d249d8
346SRCREV_v5="885cc36edb02fc5afeed0759885b473c16d249d8"
347SRC_URI += "git://github.com/checkpoint-restore/go-criu;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/checkpoint-restore/go-criu/v5"
348
349# github.com/cheggaaa/pb v1.0.29
350# [1] git ls-remote https://github.com/cheggaaa/pb e2a33cc368a206516cc95f7bdd9176db0b83f098
351SRCREV_pb="e2a33cc368a206516cc95f7bdd9176db0b83f098"
352SRC_URI += "git://github.com/cheggaaa/pb;name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cheggaaa/pb"
353
354# github.com/chzyer/logex v1.1.10
355# [1] git ls-remote https://github.com/chzyer/logex cd112f618178aaaf4ea8592c8839f5276145d9cf
356SRCREV_logex="cd112f618178aaaf4ea8592c8839f5276145d9cf"
357SRC_URI += "git://github.com/chzyer/logex;name=logex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chzyer/logex"
358
359# github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
360# [1] git ls-remote https://github.com/chzyer/readline 2972be24d48e78746da79ba8e24e8b488c9880de
361SRCREV_readline="2972be24d48e78746da79ba8e24e8b488c9880de"
362SRC_URI += "git://github.com/chzyer/readline;name=readline;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chzyer/readline"
363
364# github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1
365# [1] git ls-remote https://github.com/chzyer/test a1ea475d72b168a29f44221e0ad031a842642302
366SRCREV_test="a1ea475d72b168a29f44221e0ad031a842642302"
367SRC_URI += "git://github.com/chzyer/test;name=test;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chzyer/test"
368
369# github.com/cilium/ebpf v0.7.0
370# [1] git ls-remote https://github.com/cilium/ebpf 13667bdb8f164c32ae1b85e7130552dd93e86dfd
371SRCREV_ebpf="13667bdb8f164c32ae1b85e7130552dd93e86dfd"
372SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf"
373
374# github.com/cloudnativelabs/kube-router v1.3.2
375# [1] git ls-remote https://github.com/cloudnativelabs/kube-router 6ed5596ff731b42c6a3bda87835a96afe338e1d2
376SRCREV_kube-router="6ed5596ff731b42c6a3bda87835a96afe338e1d2"
377SRC_URI += "git://github.com/cloudnativelabs/kube-router;name=kube-router;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cloudnativelabs/kube-router"
378
379# github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313
380# [1] git ls-remote https://github.com/clusterhq/flocker-go 2b8b7259d3139c96c4a6871031355808ab3fd3b3
381SRCREV_flocker-go="2b8b7259d3139c96c4a6871031355808ab3fd3b3"
382SRC_URI += "git://github.com/clusterhq/flocker-go;name=flocker-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/clusterhq/flocker-go"
383
384# github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403
385# [1] git ls-remote https://github.com/cncf/udpa 5459f2c994033b0afed7e4a70ac7e90c90c1ffee
386SRCREV_go1="5459f2c994033b0afed7e4a70ac7e90c90c1ffee"
387SRC_URI += "git://github.com/cncf/udpa;name=go1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cncf/udpa/go"
388
389# github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5
390# [1] git ls-remote https://github.com/cockroachdb/datadriven bf6692d28da5d6c6dade56f0c2679ca87705e1ad
391SRCREV_datadriven="bf6692d28da5d6c6dade56f0c2679ca87705e1ad"
392SRC_URI += "git://github.com/cockroachdb/datadriven;name=datadriven;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cockroachdb/datadriven"
393
394# github.com/cockroachdb/errors v1.2.4
395# [1] git ls-remote https://github.com/cockroachdb/errors 9e21257b06ad938e53c24c52b393076a51b61540
396SRCREV_errors="9e21257b06ad938e53c24c52b393076a51b61540"
397SRC_URI += "git://github.com/cockroachdb/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cockroachdb/errors"
398
399# github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f
400# [1] git ls-remote https://github.com/cockroachdb/logtags eb05cc24525fa45bcdbaaeec3e431a82099f9ad4
401SRCREV_logtags="eb05cc24525fa45bcdbaaeec3e431a82099f9ad4"
402SRC_URI += "git://github.com/cockroachdb/logtags;name=logtags;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cockroachdb/logtags"
403
404# github.com/container-storage-interface/spec v1.5.0
405# [1] git ls-remote https://github.com/container-storage-interface/spec f1ae02418ccc363f089ee952d438f30ffdb4b4dc
406SRCREV_spec="f1ae02418ccc363f089ee952d438f30ffdb4b4dc"
407SRC_URI += "git://github.com/container-storage-interface/spec;name=spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/container-storage-interface/spec"
408
409# github.com/containerd/aufs v1.0.0
410# [1] git ls-remote https://github.com/containerd/aufs 7dffc75339ca1cecb6de8a275ec8cee94e0ed855
411SRCREV_aufs="7dffc75339ca1cecb6de8a275ec8cee94e0ed855"
412SRC_URI += "git://github.com/containerd/aufs;name=aufs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/aufs"
413
414# github.com/containerd/btrfs v1.0.0
415# [1] git ls-remote https://github.com/containerd/btrfs ecd3a1e4f05ca245081bbaeaff5b3acff9e97c6a
416SRCREV_btrfs="ecd3a1e4f05ca245081bbaeaff5b3acff9e97c6a"
417SRC_URI += "git://github.com/containerd/btrfs;name=btrfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/btrfs"
418
419# github.com/containerd/cgroups v1.0.1
420# [1] git ls-remote https://github.com/containerd/cgroups 198bd73e83ff6bdebc18b1a356bf99df2436140f
421SRCREV_cgroups="198bd73e83ff6bdebc18b1a356bf99df2436140f"
422SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups"
423
424# github.com/containerd/console v1.0.2
425# [1] git ls-remote https://github.com/containerd/console d5efa7d56fd239f7f3dad2ab6685db09359a3618
426SRCREV_console="d5efa7d56fd239f7f3dad2ab6685db09359a3618"
427SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
428
429# github.com/k3s-io/containerd v1.5.9-k3s1
430# [1] git ls-remote https://github.com/k3s-io/containerd d5a46d003e3079a0f4897fd97408409ab77b8e27
431SRCREV_containerd="d5a46d003e3079a0f4897fd97408409ab77b8e27"
432SRC_URI += "git://github.com/k3s-io/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
433
434# github.com/k3s-io/continuity v0.0.0-20210309170710-f93269e0d5c1
435# [1] git ls-remote https://github.com/k3s-io/continuity f93269e0d5c1e116e1c7f1f5af80eae9a75f988b
436SRCREV_continuity="f93269e0d5c1e116e1c7f1f5af80eae9a75f988b"
437SRC_URI += "git://github.com/k3s-io/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
438
439# github.com/containerd/fifo v1.0.0
440# [1] git ls-remote https://github.com/containerd/fifo eb4e163db80cfde4102acfa62c87b2a37232c8a2
441SRCREV_fifo="eb4e163db80cfde4102acfa62c87b2a37232c8a2"
442SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo"
443
444# github.com/containerd/fuse-overlayfs-snapshotter v1.0.4
445# [1] git ls-remote https://github.com/containerd/fuse-overlayfs-snapshotter a4fb9d4458e8a700e55933024b650712b493f22f
446SRCREV_fuse-overlayfs-snapshotter="a4fb9d4458e8a700e55933024b650712b493f22f"
447SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;name=fuse-overlayfs-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fuse-overlayfs-snapshotter"
448
449# github.com/containerd/go-cni v1.0.2
450# [1] git ls-remote https://github.com/containerd/go-cni f1cbb273482be741efcf81da9eb69e3ab82a42cf
451SRCREV_go-cni="f1cbb273482be741efcf81da9eb69e3ab82a42cf"
452SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-cni"
453
454# github.com/containerd/go-runc v1.0.0
455# [1] git ls-remote https://github.com/containerd/go-runc 2b3d0644d70c637e0b2795aabbe15c89770d85b9
456SRCREV_go-runc="2b3d0644d70c637e0b2795aabbe15c89770d85b9"
457SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-runc"
458
459# github.com/containerd/imgcrypt v1.1.1
460# [1] git ls-remote https://github.com/containerd/imgcrypt 93e954ac574d39a54b4e6a8e9e50b7ff4acee41c
461SRCREV_imgcrypt="93e954ac574d39a54b4e6a8e9e50b7ff4acee41c"
462SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt"
463
464# github.com/containerd/nri v0.1.0
465# [1] git ls-remote https://github.com/containerd/nri cf90ff293408e9a021f738e73a8e0cee258e940a
466SRCREV_nri="cf90ff293408e9a021f738e73a8e0cee258e940a"
467SRC_URI += "git://github.com/containerd/nri;name=nri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/nri"
468
469# github.com/containerd/stargz-snapshotter v0.10.1
470# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 91eb38acd4102d9e08edc3f583f7c18c6e614971
471SRCREV_stargz-snapshotter="91eb38acd4102d9e08edc3f583f7c18c6e614971"
472SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter"
473
474# github.com/containerd/ttrpc v1.0.2
475# [1] git ls-remote https://github.com/containerd/ttrpc bfba540dc45464586c106b1f31c8547933c1eb41
476SRCREV_ttrpc="bfba540dc45464586c106b1f31c8547933c1eb41"
477SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc"
478
479# github.com/containerd/typeurl v1.0.2
480# [1] git ls-remote https://github.com/containerd/typeurl 9e1ad9a145b768c8f6bab9880513cd1b05fe5a20
481SRCREV_typeurl="9e1ad9a145b768c8f6bab9880513cd1b05fe5a20"
482SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl"
483
484# github.com/containerd/zfs v1.0.0
485# [1] git ls-remote https://github.com/containerd/zfs 7d55686cf303446a33007780f9f008b281c8831c
486SRCREV_zfs="7d55686cf303446a33007780f9f008b281c8831c"
487SRC_URI += "git://github.com/containerd/zfs;name=zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/zfs"
488
489# github.com/containernetworking/cni v0.8.1
490# [1] git ls-remote https://github.com/containernetworking/cni 9fc34aee0a6396d6484992035819c92c42522eea
491SRCREV_cni="9fc34aee0a6396d6484992035819c92c42522eea"
492SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni"
493
494# github.com/containernetworking/plugins v0.9.1
495# [1] git ls-remote https://github.com/containernetworking/plugins acf137b1f7e1c9f9bf1511ec938ed0aca7841f80
496SRCREV_plugins="acf137b1f7e1c9f9bf1511ec938ed0aca7841f80"
497SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins"
498
499# github.com/containers/ocicrypt v1.1.1
500# [1] git ls-remote https://github.com/containers/ocicrypt c989c0bcefa41e177f5d9f2f3182a7da13df0621
501SRCREV_ocicrypt="c989c0bcefa41e177f5d9f2f3182a7da13df0621"
502SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt"
503
504# github.com/coredns/caddy v1.1.0
505# [1] git ls-remote https://github.com/coredns/caddy 115eb7dee367f3ee1907bc3d84d6aa7a7cd193d8
506SRCREV_caddy="115eb7dee367f3ee1907bc3d84d6aa7a7cd193d8"
507SRC_URI += "git://github.com/coredns/caddy;name=caddy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coredns/caddy"
508
509# github.com/coredns/corefile-migration v1.0.12
510# [1] git ls-remote https://github.com/coredns/corefile-migration a17d727a232d5836eba83d558b94d73331b0f6c1
511SRCREV_corefile-migration="a17d727a232d5836eba83d558b94d73331b0f6c1"
512SRC_URI += "git://github.com/coredns/corefile-migration;name=corefile-migration;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coredns/corefile-migration"
513
514# github.com/coreos/bbolt v1.3.2
515# [1] git ls-remote https://github.com/coreos/bbolt 63597a96ec0ad9e6d43c3fc81e809909e0237461
516SRCREV_bbolt="63597a96ec0ad9e6d43c3fc81e809909e0237461"
517SRC_URI += "git://github.com/coreos/bbolt;name=bbolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/bbolt"
518
519# github.com/coreos/etcd v3.3.13+incompatible
520# [1] git ls-remote https://github.com/coreos/etcd 1aa3d4036677a2e4e0d024177446f6459f0e1ea1
521SRCREV_etcd="1aa3d4036677a2e4e0d024177446f6459f0e1ea1"
522SRC_URI += "git://github.com/coreos/etcd;name=etcd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/etcd"
523
524# github.com/coreos/go-iptables v0.6.0
525# [1] git ls-remote https://github.com/coreos/go-iptables 14d56d57c892f27a717aa6026fd2d3293221395b
526SRCREV_go-iptables="14d56d57c892f27a717aa6026fd2d3293221395b"
527SRC_URI += "git://github.com/coreos/go-iptables;name=go-iptables;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-iptables"
528
529# github.com/coreos/go-oidc v2.1.0+incompatible
530# [1] git ls-remote https://github.com/coreos/go-oidc 2be1c5b8a260760503f66dc0996e102b683b3ac3
531SRCREV_go-oidc="2be1c5b8a260760503f66dc0996e102b683b3ac3"
532SRC_URI += "git://github.com/coreos/go-oidc;name=go-oidc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-oidc"
533
534# github.com/coreos/go-semver v0.3.0
535# [1] git ls-remote https://github.com/coreos/go-semver 6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5
536SRCREV_go-semver="6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5"
537SRC_URI += "git://github.com/coreos/go-semver;name=go-semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-semver"
538
539# github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
540# [1] git ls-remote https://github.com/coreos/go-systemd 95778dfbb74eb7e4dbaf43bf7d71809650ef8076
541SRCREV_go-systemd="95778dfbb74eb7e4dbaf43bf7d71809650ef8076"
542SRC_URI += "git://github.com/coreos/go-systemd;name=go-systemd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd"
543
544# github.com/coreos/go-systemd/v22 v22.3.2
545# [1] git ls-remote https://github.com/coreos/go-systemd 0b40357fd65760243a3eceb80a299772c23c8470
546SRCREV_v22="0b40357fd65760243a3eceb80a299772c23c8470"
547SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22"
548
549# github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
550# [1] git ls-remote https://github.com/coreos/pkg 399ea9e2e55f791b6e3d920860dbecb99c3692f0
551SRCREV_pkg="399ea9e2e55f791b6e3d920860dbecb99c3692f0"
552SRC_URI += "git://github.com/coreos/pkg;name=pkg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/pkg"
553
554# github.com/cpuguy83/go-md2man/v2 v2.0.1
555# [1] git ls-remote https://github.com/cpuguy83/go-md2man b1ec32e02fe539480dc03e3bf381c20066e7c6cc
556SRCREV_v21="b1ec32e02fe539480dc03e3bf381c20066e7c6cc"
557SRC_URI += "git://github.com/cpuguy83/go-md2man;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cpuguy83/go-md2man/v2"
558
559# github.com/creack/pty v1.1.11
560# [1] git ls-remote https://github.com/creack/pty 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc
561SRCREV_pty="2a38352e8b4d7ab6c336eef107e42a55e72e7fbc"
562SRC_URI += "git://github.com/creack/pty;name=pty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/creack/pty"
563
564# github.com/cyphar/filepath-securejoin v0.2.2
565# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 6388e205e2047c305ff1a1e976b97523b8eeef9f
566SRCREV_filepath-securejoin="6388e205e2047c305ff1a1e976b97523b8eeef9f"
567SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyphar/filepath-securejoin"
568
569# github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c
570# [1] git ls-remote https://github.com/d2g/dhcp4 a1d1b6c41b1ce8a71a5121a9cee31809c4707d9c
571SRCREV_dhcp4="a1d1b6c41b1ce8a71a5121a9cee31809c4707d9c"
572SRC_URI += "git://github.com/d2g/dhcp4;name=dhcp4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/dhcp4"
573
574# github.com/d2g/dhcp4client v1.0.0
575# [1] git ls-remote https://github.com/d2g/dhcp4client b7a004ff1a09ab6723625e179a44e476306977a6
576SRCREV_dhcp4client="b7a004ff1a09ab6723625e179a44e476306977a6"
577SRC_URI += "git://github.com/d2g/dhcp4client;name=dhcp4client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/dhcp4client"
578
579# github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5
580# [1] git ls-remote https://github.com/d2g/dhcp4server 7d4a0a7f59a572d629ba5f49634b35c7fac7967e
581SRCREV_dhcp4server="7d4a0a7f59a572d629ba5f49634b35c7fac7967e"
582SRC_URI += "git://github.com/d2g/dhcp4server;name=dhcp4server;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/dhcp4server"
583
584# github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4
585# [1] git ls-remote https://github.com/d2g/hardwareaddr e7d9fbe030e4b7b08e3bdd128e2e81809e4389fd
586SRCREV_hardwareaddr="e7d9fbe030e4b7b08e3bdd128e2e81809e4389fd"
587SRC_URI += "git://github.com/d2g/hardwareaddr;name=hardwareaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/hardwareaddr"
588
589# github.com/danieljoos/wincred v1.1.0
590# [1] git ls-remote https://github.com/danieljoos/wincred 78f93c1f8b99b0c2f6e7f3d2bdc4993cf87bddff
591SRCREV_wincred="78f93c1f8b99b0c2f6e7f3d2bdc4993cf87bddff"
592SRC_URI += "git://github.com/danieljoos/wincred;name=wincred;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/danieljoos/wincred"
593
594# github.com/davecgh/go-spew v1.1.1
595# [1] git ls-remote https://github.com/davecgh/go-spew 152484fe5c9ff65d013f0f372d748c03e8749e6d
596SRCREV_go-spew="152484fe5c9ff65d013f0f372d748c03e8749e6d"
597SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/davecgh/go-spew"
598
599# github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd
600# [1] git ls-remote https://github.com/daviddengcn/go-colortext 511bcaf42ccd42c38aba7427b6673277bf19e2a1
601SRCREV_go-colortext="511bcaf42ccd42c38aba7427b6673277bf19e2a1"
602SRC_URI += "git://github.com/daviddengcn/go-colortext;name=go-colortext;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/daviddengcn/go-colortext"
603
604# github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba
605# [1] git ls-remote https://github.com/denverdino/aliyungo a747050bb1baf06cdd65de7cddc281a2b1c2fde5
606SRCREV_aliyungo="a747050bb1baf06cdd65de7cddc281a2b1c2fde5"
607SRC_URI += "git://github.com/denverdino/aliyungo;name=aliyungo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/denverdino/aliyungo"
608
609# github.com/dgrijalva/jwt-go v3.2.0+incompatible
610# [1] git ls-remote https://github.com/dgrijalva/jwt-go 06ea1031745cb8b3dab3f6a236daf2b0aa468b7e
611SRCREV_jwt-go="06ea1031745cb8b3dab3f6a236daf2b0aa468b7e"
612SRC_URI += "git://github.com/dgrijalva/jwt-go;name=jwt-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgrijalva/jwt-go"
613
614# github.com/dgryski/go-farm v0.0.0-20171119141306-ac7624ea8da3
615# [1] git ls-remote https://github.com/dgryski/go-farm ac7624ea8da311f2fbbd94401d8c1cf66089f9fb
616SRCREV_go-farm="ac7624ea8da311f2fbbd94401d8c1cf66089f9fb"
617SRC_URI += "git://github.com/dgryski/go-farm;name=go-farm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgryski/go-farm"
618
619# github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954
620# [1] git ls-remote https://github.com/dgryski/go-sip13 e10d5fee79544bd84105c9329adcc7b745fd588c
621SRCREV_go-sip13="e10d5fee79544bd84105c9329adcc7b745fd588c"
622SRC_URI += "git://github.com/dgryski/go-sip13;name=go-sip13;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgryski/go-sip13"
623
624# github.com/dnaeon/go-vcr v1.0.1
625# [1] git ls-remote https://github.com/dnaeon/go-vcr 871b30b48ead17b28817bfec6226c77671f9f79a
626SRCREV_go-vcr="871b30b48ead17b28817bfec6226c77671f9f79a"
627SRC_URI += "git://github.com/dnaeon/go-vcr;name=go-vcr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dnaeon/go-vcr"
628
629# github.com/docker/cli v20.10.10+incompatible
630# [1] git ls-remote https://github.com/docker/cli ec1e6b3fce53a421de65d7da46501d7806bf83c3
631SRCREV_cli="ec1e6b3fce53a421de65d7da46501d7806bf83c3"
632SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
633
634# github.com/docker/distribution v2.7.1+incompatible
635# [1] git ls-remote https://github.com/docker/distribution ea7032ddc60c872197a0f57e49319bb6092548fe
636SRCREV_distribution="ea7032ddc60c872197a0f57e49319bb6092548fe"
637SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution"
638
639# github.com/docker/docker v20.10.2+incompatible
640# [1] git ls-remote https://github.com/docker/docker 298bd21ab4670e06b188ef179302c84bc59f193e
641SRCREV_docker="298bd21ab4670e06b188ef179302c84bc59f193e"
642SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
643
644# github.com/docker/docker-credential-helpers v0.6.4
645# [1] git ls-remote https://github.com/docker/docker-credential-helpers fc9290adbcf1594e78910e2f0334090eaee0e1ee
646SRCREV_docker-credential-helpers="fc9290adbcf1594e78910e2f0334090eaee0e1ee"
647SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker-credential-helpers"
648
649# github.com/docker/go-connections v0.4.0
650# [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55
651SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55"
652SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-connections"
653
654# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
655# [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
656SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f"
657SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-events"
658
659# github.com/docker/go-metrics v0.0.1
660# [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c
661SRCREV_go-metrics1="b619b3592b65de4f087d9f16863a7e6ff905973c"
662SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics"
663
664# github.com/docker/go-units v0.4.0
665# [1] git ls-remote https://github.com/docker/go-units 62a2352f021aa740f52d67afa00d211290c5855c
666SRCREV_go-units="62a2352f021aa740f52d67afa00d211290c5855c"
667SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units"
668
669# github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
670# [1] git ls-remote https://github.com/docopt/docopt-go ee0de3bc6815ee19d4a46c7eb90f829db0e014b1
671SRCREV_docopt-go="ee0de3bc6815ee19d4a46c7eb90f829db0e014b1"
672SRC_URI += "git://github.com/docopt/docopt-go;name=docopt-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docopt/docopt-go"
673
674# github.com/dustin/go-humanize v1.0.0
675# [1] git ls-remote https://github.com/dustin/go-humanize e673fa1ffc91213297a60d18a6f513aa74bced52
676SRCREV_go-humanize="e673fa1ffc91213297a60d18a6f513aa74bced52"
677SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustin/go-humanize"
678
679# github.com/dustmop/soup v1.1.2-0.20190516214245-38228baa104e
680# [1] git ls-remote https://github.com/dustmop/soup 38228baa104ea9c9b73420407c1c4ba813deeaae
681SRCREV_soup="38228baa104ea9c9b73420407c1c4ba813deeaae"
682SRC_URI += "git://github.com/dustmop/soup;name=soup;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustmop/soup"
683
684# github.com/eapache/channels v1.1.0
685# [1] git ls-remote https://github.com/eapache/channels 47238d5aae8c0fefd518ef2bee46290909cf8263
686SRCREV_channels="47238d5aae8c0fefd518ef2bee46290909cf8263"
687SRC_URI += "git://github.com/eapache/channels;name=channels;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/eapache/channels"
688
689# github.com/eapache/queue v1.1.0
690# [1] git ls-remote https://github.com/eapache/queue 44cc805cf13205b55f69e14bcb69867d1ae92f98
691SRCREV_queue="44cc805cf13205b55f69e14bcb69867d1ae92f98"
692SRC_URI += "git://github.com/eapache/queue;name=queue;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/eapache/queue"
693
694# github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153
695# [1] git ls-remote https://github.com/elazarl/goproxy 947c36da3153ff334e74d9d980de341d25f358ba
696SRCREV_goproxy="947c36da3153ff334e74d9d980de341d25f358ba"
697SRC_URI += "git://github.com/elazarl/goproxy;name=goproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/elazarl/goproxy"
698
699# github.com/emicklei/go-restful v2.9.5+incompatible
700# [1] git ls-remote https://github.com/emicklei/go-restful 3e6bdb66f81150bda4be5cc1c3a79fc4b1cf00f9
701SRCREV_go-restful="3e6bdb66f81150bda4be5cc1c3a79fc4b1cf00f9"
702SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful"
703
704# github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d
705# [1] git ls-remote https://github.com/envoyproxy/go-control-plane 668b12f5399deff9d7a31ecfcf413182a31574c0
706SRCREV_go-control-plane="668b12f5399deff9d7a31ecfcf413182a31574c0"
707SRC_URI += "git://github.com/envoyproxy/go-control-plane;name=go-control-plane;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/envoyproxy/go-control-plane"
708
709# github.com/envoyproxy/protoc-gen-validate v0.1.0
710# [1] git ls-remote https://github.com/envoyproxy/protoc-gen-validate b894e268e4263489751edd651656a98572ffc718
711SRCREV_protoc-gen-validate="b894e268e4263489751edd651656a98572ffc718"
712SRC_URI += "git://github.com/envoyproxy/protoc-gen-validate;name=protoc-gen-validate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/envoyproxy/protoc-gen-validate"
713
714# github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83
715# [1] git ls-remote https://github.com/erikdubbelboer/gspt e68493906b8382891943ddc9960cb9c6ecd1a1f0
716SRCREV_gspt="e68493906b8382891943ddc9960cb9c6ecd1a1f0"
717SRC_URI += "git://github.com/erikdubbelboer/gspt;name=gspt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/erikdubbelboer/gspt"
718
719# github.com/euank/go-kmsg-parser v2.0.0+incompatible
720# [1] git ls-remote https://github.com/euank/go-kmsg-parser 5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e
721SRCREV_go-kmsg-parser="5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e"
722SRC_URI += "git://github.com/euank/go-kmsg-parser;name=go-kmsg-parser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/euank/go-kmsg-parser"
723
724# github.com/evanphx/json-patch v4.11.0+incompatible
725# [1] git ls-remote https://github.com/evanphx/json-patch 3c3c85ec60c9921ef01901c824e95a6b0a4e45d1
726SRCREV_json-patch="3c3c85ec60c9921ef01901c824e95a6b0a4e45d1"
727SRC_URI += "git://github.com/evanphx/json-patch;name=json-patch;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/evanphx/json-patch"
728
729# github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
730# [1] git ls-remote https://github.com/exponent-io/jsonpath d6023ce2651d8eafb5c75bb0c7167536102ec9f5
731SRCREV_jsonpath="d6023ce2651d8eafb5c75bb0c7167536102ec9f5"
732SRC_URI += "git://github.com/exponent-io/jsonpath;name=jsonpath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/exponent-io/jsonpath"
733
734# github.com/fanliao/go-promise v0.0.0-20141029170127-1890db352a72
735# [1] git ls-remote https://github.com/fanliao/go-promise 1890db352a72f9e6c6219c20111355cddc795297
736SRCREV_go-promise="1890db352a72f9e6c6219c20111355cddc795297"
737SRC_URI += "git://github.com/fanliao/go-promise;name=go-promise;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fanliao/go-promise"
738
739# github.com/fatih/camelcase v1.0.0
740# [1] git ls-remote https://github.com/fatih/camelcase 44e46d280b43ec1531bb25252440e34f1b800b65
741SRCREV_camelcase="44e46d280b43ec1531bb25252440e34f1b800b65"
742SRC_URI += "git://github.com/fatih/camelcase;name=camelcase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/camelcase"
743
744# github.com/fatih/color v1.9.0
745# [1] git ls-remote https://github.com/fatih/color daf2830f2741ebb735b21709a520c5f37d642d85
746SRCREV_color="daf2830f2741ebb735b21709a520c5f37d642d85"
747SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color"
748
749# github.com/felixge/httpsnoop v1.0.1
750# [1] git ls-remote https://github.com/felixge/httpsnoop 33ec42cfe005395fb4cc4b296781f65d7ffef2c3
751SRCREV_httpsnoop="33ec42cfe005395fb4cc4b296781f65d7ffef2c3"
752SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop"
753
754# github.com/flannel-io/flannel v0.16.3
755# [1] git ls-remote https://github.com/flannel-io/flannel aba86a5775f9ce103a3fc5958da3e31dafd5cf50
756SRCREV_flannel="aba86a5775f9ce103a3fc5958da3e31dafd5cf50"
757SRC_URI += "git://github.com/flannel-io/flannel;name=flannel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/flannel-io/flannel"
758
759# github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
760# [1] git ls-remote https://github.com/flynn/go-shlex 3f9db97f856818214da2e1057f8ad84803971cff
761SRCREV_go-shlex="3f9db97f856818214da2e1057f8ad84803971cff"
762SRC_URI += "git://github.com/flynn/go-shlex;name=go-shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/flynn/go-shlex"
763
764# github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90
765# [1] git ls-remote https://github.com/fogleman/gg 0403632d5b905943a1c2a5b2763aaecd568467ec
766SRCREV_gg="0403632d5b905943a1c2a5b2763aaecd568467ec"
767SRC_URI += "git://github.com/fogleman/gg;name=gg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fogleman/gg"
768
769# github.com/form3tech-oss/jwt-go v3.2.3+incompatible
770# [1] git ls-remote https://github.com/form3tech-oss/jwt-go 5b2d2b5f6c34ccb3b6b65f77f4706558067690ef
771SRCREV_jwt-go1="5b2d2b5f6c34ccb3b6b65f77f4706558067690ef"
772SRC_URI += "git://github.com/form3tech-oss/jwt-go;name=jwt-go1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/form3tech-oss/jwt-go"
773
774# github.com/frankban/quicktest v1.12.1
775# [1] git ls-remote https://github.com/frankban/quicktest 46a4d984dc347eaa97966c8cc7b5630c2c1d3105
776SRCREV_quicktest="46a4d984dc347eaa97966c8cc7b5630c2c1d3105"
777SRC_URI += "git://github.com/frankban/quicktest;name=quicktest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/frankban/quicktest"
778
779# github.com/fsnotify/fsnotify v1.4.9
780# [1] git ls-remote https://github.com/fsnotify/fsnotify 45d7d09e39ef4ac08d493309fa031790c15bfe8a
781SRCREV_fsnotify="45d7d09e39ef4ac08d493309fa031790c15bfe8a"
782SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsnotify"
783
784# github.com/fvbommel/sortorder v1.0.1
785# [1] git ls-remote https://github.com/fvbommel/sortorder a1ddee917217bbd0691affdca9c88d24d3f5c27d
786SRCREV_sortorder="a1ddee917217bbd0691affdca9c88d24d3f5c27d"
787SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder"
788
789# github.com/getsentry/raven-go v0.2.0
790# [1] git ls-remote https://github.com/getsentry/raven-go f04e7487e9a6b9d9837d52743fb5f40576c56411
791SRCREV_raven-go="f04e7487e9a6b9d9837d52743fb5f40576c56411"
792SRC_URI += "git://github.com/getsentry/raven-go;name=raven-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/getsentry/raven-go"
793
794# github.com/ghodss/yaml v1.0.0
795# [1] git ls-remote https://github.com/ghodss/yaml 0ca9ea5df5451ffdf184b4428c902747c2c11cd7
796SRCREV_yaml="0ca9ea5df5451ffdf184b4428c902747c2c11cd7"
797SRC_URI += "git://github.com/ghodss/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ghodss/yaml"
798
799# github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
800# [1] git ls-remote https://github.com/globalsign/mgo eeefdecb41b842af6dc652aaea4026e8403e62df
801SRCREV_mgo="eeefdecb41b842af6dc652aaea4026e8403e62df"
802SRC_URI += "git://github.com/globalsign/mgo;name=mgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/globalsign/mgo"
803
804# github.com/go-bindata/go-bindata v3.1.2+incompatible
805# [1] git ls-remote https://github.com/go-bindata/go-bindata ff7109080027ec152dabb369e157c4f359b76f31
806SRCREV_go-bindata="ff7109080027ec152dabb369e157c4f359b76f31"
807SRC_URI += "git://github.com/go-bindata/go-bindata;name=go-bindata;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-bindata/go-bindata"
808
809# github.com/go-errors/errors v1.0.1
810# [1] git ls-remote https://github.com/go-errors/errors a6af135bd4e28680facf08a3d206b454abc877a4
811SRCREV_errors1="a6af135bd4e28680facf08a3d206b454abc877a4"
812SRC_URI += "git://github.com/go-errors/errors;name=errors1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-errors/errors"
813
814# github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1
815# [1] git ls-remote https://github.com/go-gl/glfw e6da0acd62b1b57ee2799d4d0a76a7d4514dc5bc
816SRCREV_glfw="e6da0acd62b1b57ee2799d4d0a76a7d4514dc5bc"
817SRC_URI += "git://github.com/go-gl/glfw;name=glfw;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-gl/glfw"
818
819# github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4
820# [1] git ls-remote https://github.com/go-gl/glfw 6f7a984d4dc470c3f197229ad1991ae9e211bba2
821SRCREV_glfw1="6f7a984d4dc470c3f197229ad1991ae9e211bba2"
822SRC_URI += "git://github.com/go-gl/glfw;name=glfw1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-gl/glfw/v3.3/glfw"
823
824# github.com/go-ini/ini v1.28.1
825# [1] git ls-remote https://github.com/go-ini/ini 3d73f4b845efdf9989fffd4b4e562727744a34ba
826SRCREV_ini="3d73f4b845efdf9989fffd4b4e562727744a34ba"
827SRC_URI += "git://github.com/go-ini/ini;name=ini;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-ini/ini"
828
829# github.com/go-kit/kit v0.9.0
830# [1] git ls-remote https://github.com/go-kit/kit 150a65a7ec6156b4b640c1fd55f26fd3d475d656
831SRCREV_kit="150a65a7ec6156b4b640c1fd55f26fd3d475d656"
832SRC_URI += "git://github.com/go-kit/kit;name=kit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-kit/kit"
833
834# github.com/go-kit/log v0.1.0
835# [1] git ls-remote https://github.com/go-kit/log 63376a29a92260f7b256eedf2fae39e28161114d
836SRCREV_log="63376a29a92260f7b256eedf2fae39e28161114d"
837SRC_URI += "git://github.com/go-kit/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-kit/log"
838
839# github.com/go-logfmt/logfmt v0.5.0
840# [1] git ls-remote https://github.com/go-logfmt/logfmt 7afbabc575def289dded38dc182d1ca197bbfa22
841SRCREV_logfmt="7afbabc575def289dded38dc182d1ca197bbfa22"
842SRC_URI += "git://github.com/go-logfmt/logfmt;name=logfmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logfmt/logfmt"
843
844# github.com/go-logr/logr v0.4.0
845# [1] git ls-remote https://github.com/go-logr/logr 8fc6c73f3911f11de3d0c18ade9880f1114ae72f
846SRCREV_logr="8fc6c73f3911f11de3d0c18ade9880f1114ae72f"
847SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/logr"
848
849# github.com/go-logr/zapr v0.1.0
850# [1] git ls-remote https://github.com/go-logr/zapr 7536572e8d55209135cd5e7ccf7fce43dca217ab
851SRCREV_zapr="7536572e8d55209135cd5e7ccf7fce43dca217ab"
852SRC_URI += "git://github.com/go-logr/zapr;name=zapr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/zapr"
853
854# github.com/go-openapi/analysis v0.19.5
855# [1] git ls-remote https://github.com/go-openapi/analysis 6f70729e6857d3987b435a501dd69beaa8bcb1bc
856SRCREV_analysis="6f70729e6857d3987b435a501dd69beaa8bcb1bc"
857SRC_URI += "git://github.com/go-openapi/analysis;name=analysis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/analysis"
858
859# github.com/go-openapi/errors v0.19.2
860# [1] git ls-remote https://github.com/go-openapi/errors 0a120edb04c2d2235ff2f7c898ad6178809ea39d
861SRCREV_errors12="0a120edb04c2d2235ff2f7c898ad6178809ea39d"
862SRC_URI += "git://github.com/go-openapi/errors;name=errors12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/errors"
863
864# github.com/go-openapi/jsonpointer v0.19.5
865# [1] git ls-remote https://github.com/go-openapi/jsonpointer a48280f97959fc230ba72550e0a7e7e49d321e1d
866SRCREV_jsonpointer="a48280f97959fc230ba72550e0a7e7e49d321e1d"
867SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonpointer"
868
869# github.com/go-openapi/jsonreference v0.19.5
870# [1] git ls-remote https://github.com/go-openapi/jsonreference 28a8ff900147568dc266d4cd84e062750e44f161
871SRCREV_jsonreference="28a8ff900147568dc266d4cd84e062750e44f161"
872SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonreference"
873
874# github.com/go-openapi/loads v0.19.4
875# [1] git ls-remote https://github.com/go-openapi/loads 08a83097cc08312bd7e0e41dd19fee4e908232df
876SRCREV_loads="08a83097cc08312bd7e0e41dd19fee4e908232df"
877SRC_URI += "git://github.com/go-openapi/loads;name=loads;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/loads"
878
879# github.com/go-openapi/runtime v0.19.4
880# [1] git ls-remote https://github.com/go-openapi/runtime 2a4238f8bbfd6a60d7c7ed67d050cdbe364aebac
881SRCREV_runtime="2a4238f8bbfd6a60d7c7ed67d050cdbe364aebac"
882SRC_URI += "git://github.com/go-openapi/runtime;name=runtime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/runtime"
883
884# github.com/go-openapi/spec v0.19.5
885# [1] git ls-remote https://github.com/go-openapi/spec 49edd8e9ef3c84b99d565f5e3b9f7d5d27659b2c
886SRCREV_spec1="49edd8e9ef3c84b99d565f5e3b9f7d5d27659b2c"
887SRC_URI += "git://github.com/go-openapi/spec;name=spec1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/spec"
888
889# github.com/go-openapi/strfmt v0.19.5
890# [1] git ls-remote https://github.com/go-openapi/strfmt 5bbd8bd13d7cc830fc92dfdb6c2cb4054e389bea
891SRCREV_strfmt="5bbd8bd13d7cc830fc92dfdb6c2cb4054e389bea"
892SRC_URI += "git://github.com/go-openapi/strfmt;name=strfmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/strfmt"
893
894# github.com/go-openapi/swag v0.19.14
895# [1] git ls-remote https://github.com/go-openapi/swag c78fa6719bc3d4b977d19a09064feda1c07571af
896SRCREV_swag="c78fa6719bc3d4b977d19a09064feda1c07571af"
897SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/swag"
898
899# github.com/go-openapi/validate v0.19.8
900# [1] git ls-remote https://github.com/go-openapi/validate e3f5ffaa902f65cef388cdef8a7fc9fdd618d18f
901SRCREV_validate="e3f5ffaa902f65cef388cdef8a7fc9fdd618d18f"
902SRC_URI += "git://github.com/go-openapi/validate;name=validate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/validate"
903
904# github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
905# [1] git ls-remote https://github.com/go-ozzo/ozzo-validation 106681dbb37bfa3e7683c4c8129cb7f5925ea3e9
906SRCREV_ozzo-validation="106681dbb37bfa3e7683c4c8129cb7f5925ea3e9"
907SRC_URI += "git://github.com/go-ozzo/ozzo-validation;name=ozzo-validation;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-ozzo/ozzo-validation"
908
909# github.com/go-sql-driver/mysql v1.6.0
910# [1] git ls-remote https://github.com/go-sql-driver/mysql bcc459a906419e2890a50fc2c99ea6dd927a88f2
911SRCREV_mysql="bcc459a906419e2890a50fc2c99ea6dd927a88f2"
912SRC_URI += "git://github.com/go-sql-driver/mysql;name=mysql;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-sql-driver/mysql"
913
914# github.com/go-stack/stack v1.8.0
915# [1] git ls-remote https://github.com/go-stack/stack f66e05c21cd224e01c8a3ee7bc867aa79439e207
916SRCREV_stack="f66e05c21cd224e01c8a3ee7bc867aa79439e207"
917SRC_URI += "git://github.com/go-stack/stack;name=stack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-stack/stack"
918
919# github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
920# [1] git ls-remote https://github.com/go-task/slim-sprig 348f09dbbbc0ff8b922a311da7a90cd014b69aa3
921SRCREV_slim-sprig="348f09dbbbc0ff8b922a311da7a90cd014b69aa3"
922SRC_URI += "git://github.com/go-task/slim-sprig;name=slim-sprig;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-task/slim-sprig"
923
924# github.com/go-test/deep v1.0.6
925# [1] git ls-remote https://github.com/go-test/deep 17394cbf6bf88945e8ffab0f084ab409167b5ed2
926SRCREV_deep="17394cbf6bf88945e8ffab0f084ab409167b5ed2"
927SRC_URI += "git://github.com/go-test/deep;name=deep;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-test/deep"
928
929# github.com/goccy/go-json v0.7.10
930# [1] git ls-remote https://github.com/goccy/go-json a89c9e30df2502328afc391b8b17931c706babad
931SRCREV_go-json="a89c9e30df2502328afc391b8b17931c706babad"
932SRC_URI += "git://github.com/goccy/go-json;name=go-json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/goccy/go-json"
933
934# github.com/godbus/dbus v0.0.0-20180201030542-885f9cc04c9c
935# [1] git ls-remote https://github.com/godbus/dbus 885f9cc04c9c1a6a61a2008e211d36c5737be3f5
936SRCREV_dbus="885f9cc04c9c1a6a61a2008e211d36c5737be3f5"
937SRC_URI += "git://github.com/godbus/dbus;name=dbus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus"
938
939# github.com/godbus/dbus/v5 v5.0.4
940# [1] git ls-remote https://github.com/godbus/dbus c88335c0b1d28a30e7fc76d526a06154b85e5d97
941SRCREV_v51="c88335c0b1d28a30e7fc76d526a06154b85e5d97"
942SRC_URI += "git://github.com/godbus/dbus;name=v51;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5"
943
944# github.com/gofrs/flock v0.8.1
945# [1] git ls-remote https://github.com/gofrs/flock a14e9f39bdc9c4be4c0ccddb25b72bbc9670c429
946SRCREV_flock="a14e9f39bdc9c4be4c0ccddb25b72bbc9670c429"
947SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock"
948
949# github.com/gofrs/uuid v4.0.0+incompatible
950# [1] git ls-remote https://github.com/gofrs/uuid 4b36aa0ea796d49630bbae624f8f05ab7013af77
951SRCREV_uuid="4b36aa0ea796d49630bbae624f8f05ab7013af77"
952SRC_URI += "git://github.com/gofrs/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/uuid"
953
954# github.com/gogo/googleapis v1.4.0
955# [1] git ls-remote https://github.com/gogo/googleapis 3a822044bc0ae0a330a7449d52de760218351d49
956SRCREV_googleapis="3a822044bc0ae0a330a7449d52de760218351d49"
957SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/googleapis"
958
959# github.com/gogo/protobuf v1.3.2
960# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc
961SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
962SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf"
963
964# github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
965# [1] git ls-remote https://github.com/golang/freetype e2365dfdc4a05e4b8299a783240d4a7d5a65d4e4
966SRCREV_freetype="e2365dfdc4a05e4b8299a783240d4a7d5a65d4e4"
967SRC_URI += "git://github.com/golang/freetype;name=freetype;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/freetype"
968
969# github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
970# [1] git ls-remote https://github.com/golang/glog 23def4e6c14b4da8ac2ed8007337bc5eb5007998
971SRCREV_glog="23def4e6c14b4da8ac2ed8007337bc5eb5007998"
972SRC_URI += "git://github.com/golang/glog;name=glog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/glog"
973
974# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
975# [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3
976SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3"
977SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/groupcache"
978
979# github.com/golang/mock v1.6.0
980# [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083
981SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083"
982SRC_URI += "git://github.com/golang/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/mock"
983
984# github.com/golang/protobuf v1.5.2
985# [1] git ls-remote https://github.com/golang/protobuf ae97035608a719c7a1c1c41bed0ae0744bdb0c6f
986SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f"
987SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf"
988
989# github.com/golang/snappy v0.0.3
990# [1] git ls-remote https://github.com/golang/snappy 674baa8c7fc30da5df3074a459494a7e6b427dff
991SRCREV_snappy="674baa8c7fc30da5df3074a459494a7e6b427dff"
992SRC_URI += "git://github.com/golang/snappy;name=snappy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/snappy"
993
994# github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450
995# [1] git ls-remote https://github.com/golangplus/bytes 45c989fe545070ef7c9003cf1998bb195c61731a
996SRCREV_bytes="45c989fe545070ef7c9003cf1998bb195c61731a"
997SRC_URI += "git://github.com/golangplus/bytes;name=bytes;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golangplus/bytes"
998
999# github.com/golangplus/fmt v1.0.0
1000# [1] git ls-remote https://github.com/golangplus/fmt 7a904709ad79c030bc913f5d1d1823dcf3953fa4
1001SRCREV_fmt="7a904709ad79c030bc913f5d1d1823dcf3953fa4"
1002SRC_URI += "git://github.com/golangplus/fmt;name=fmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golangplus/fmt"
1003
1004# github.com/golangplus/testing v1.0.0
1005# [1] git ls-remote https://github.com/golangplus/testing d51138b619a0cd6d297e1a9985accd95ca75be46
1006SRCREV_testing="d51138b619a0cd6d297e1a9985accd95ca75be46"
1007SRC_URI += "git://github.com/golangplus/testing;name=testing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golangplus/testing"
1008
1009# github.com/google/btree v1.0.1
1010# [1] git ls-remote https://github.com/google/btree 479b5e81b0a93ec038d201b0b33d17db599531d3
1011SRCREV_btree="479b5e81b0a93ec038d201b0b33d17db599531d3"
1012SRC_URI += "git://github.com/google/btree;name=btree;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/btree"
1013
1014# github.com/google/cadvisor v0.39.3
1015# [1] git ls-remote https://github.com/google/cadvisor 624ab2ff8a1ec94ceae3a4aac109eceffeed0444
1016SRCREV_cadvisor="624ab2ff8a1ec94ceae3a4aac109eceffeed0444"
1017SRC_URI += "git://github.com/google/cadvisor;name=cadvisor;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cadvisor"
1018
1019# github.com/google/go-cmp v0.5.6
1020# [1] git ls-remote https://github.com/google/go-cmp d103655696d8ae43c4125ee61454dbf03d8e8324
1021SRCREV_go-cmp="d103655696d8ae43c4125ee61454dbf03d8e8324"
1022SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp"
1023
1024# github.com/google/go-containerregistry v0.6.1-0.20211111182346-7a6ee45528a9
1025# [1] git ls-remote https://github.com/google/go-containerregistry 7a6ee45528a9faed11cf55b539478bd81d439868
1026SRCREV_go-containerregistry="7a6ee45528a9faed11cf55b539478bd81d439868"
1027SRC_URI += "git://github.com/google/go-containerregistry;name=go-containerregistry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-containerregistry"
1028
1029# github.com/google/gofuzz v1.1.0
1030# [1] git ls-remote https://github.com/google/gofuzz db92cf7ae75e4a7a28abc005addab2b394362888
1031SRCREV_gofuzz="db92cf7ae75e4a7a28abc005addab2b394362888"
1032SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz"
1033
1034# github.com/google/martian v2.1.0+incompatible
1035# [1] git ls-remote https://github.com/google/martian 195b986b4b6d4c513582cf4d2b8c4fd7e2494f7e
1036SRCREV_martian="195b986b4b6d4c513582cf4d2b8c4fd7e2494f7e"
1037SRC_URI += "git://github.com/google/martian;name=martian;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/martian"
1038
1039# github.com/google/martian/v3 v3.2.1
1040# [1] git ls-remote https://github.com/google/martian 7e75073889cd2324f33b959c4fb4545440da046c
1041SRCREV_v3="7e75073889cd2324f33b959c4fb4545440da046c"
1042SRC_URI += "git://github.com/google/martian;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/martian/v3"
1043
1044# github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1
1045# [1] git ls-remote https://github.com/google/pprof 4bb14d4b1be14417e47d0bbaf2bd4e188eda647f
1046SRCREV_pprof="4bb14d4b1be14417e47d0bbaf2bd4e188eda647f"
1047SRC_URI += "git://github.com/google/pprof;name=pprof;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/pprof"
1048
1049# github.com/google/renameio v0.1.0
1050# [1] git ls-remote https://github.com/google/renameio f0e32980c006571efd537032e5f9cd8c1a92819e
1051SRCREV_renameio="f0e32980c006571efd537032e5f9cd8c1a92819e"
1052SRC_URI += "git://github.com/google/renameio;name=renameio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/renameio"
1053
1054# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1055# [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d
1056SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d"
1057SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex"
1058
1059# github.com/google/uuid v1.3.0
1060# [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88
1061SRCREV_uuid1="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88"
1062SRC_URI += "git://github.com/google/uuid;name=uuid1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid"
1063
1064# github.com/googleapis/gax-go/v2 v2.0.5
1065# [1] git ls-remote https://github.com/googleapis/gax-go bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2
1066SRCREV_v212="bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2"
1067SRC_URI += "git://github.com/googleapis/gax-go;name=v212;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gax-go/v2"
1068
1069# github.com/googleapis/gnostic v0.5.5
1070# [1] git ls-remote https://github.com/googleapis/gnostic 1550ae29653d42db69c8a98d368648be7f2c488d
1071SRCREV_gnostic="1550ae29653d42db69c8a98d368648be7f2c488d"
1072SRC_URI += "git://github.com/googleapis/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gnostic"
1073
1074# github.com/gophercloud/gophercloud v0.1.0
1075# [1] git ls-remote https://github.com/gophercloud/gophercloud c2d73b246b48e239d3f03c455905e06fe26e33c3
1076SRCREV_gophercloud="c2d73b246b48e239d3f03c455905e06fe26e33c3"
1077SRC_URI += "git://github.com/gophercloud/gophercloud;name=gophercloud;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gophercloud/gophercloud"
1078
1079# github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00
1080# [1] git ls-remote https://github.com/gopherjs/gopherjs fce0ec30dd00773d3fa974351d04ce2737b5c4d9
1081SRCREV_gopherjs="fce0ec30dd00773d3fa974351d04ce2737b5c4d9"
1082SRC_URI += "git://github.com/gopherjs/gopherjs;name=gopherjs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gopherjs/gopherjs"
1083
1084# github.com/gorilla/mux v1.8.0
1085# [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b
1086SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b"
1087SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux"
1088
1089# github.com/gorilla/websocket v1.4.2
1090# [1] git ls-remote https://github.com/gorilla/websocket b65e62901fc1c0d968042419e74789f6af455eb9
1091SRCREV_websocket="b65e62901fc1c0d968042419e74789f6af455eb9"
1092SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/websocket"
1093
1094# github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
1095# [1] git ls-remote https://github.com/gregjones/httpcache 9cad4c3443a7200dd6400aef47183728de563a38
1096SRCREV_httpcache="9cad4c3443a7200dd6400aef47183728de563a38"
1097SRC_URI += "git://github.com/gregjones/httpcache;name=httpcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gregjones/httpcache"
1098
1099# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
1100# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd
1101SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd"
1102SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;name=go-grpc-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-middleware"
1103
1104# github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
1105# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-prometheus 502116f1a0a0c1140aab04fd3787489209b357d3
1106SRCREV_go-grpc-prometheus="502116f1a0a0c1140aab04fd3787489209b357d3"
1107SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-prometheus;name=go-grpc-prometheus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-prometheus"
1108
1109# github.com/grpc-ecosystem/grpc-gateway v1.16.0
1110# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 094a6fe78b3ca888297d090185cdf30f0e42e157
1111SRCREV_grpc-gateway="094a6fe78b3ca888297d090185cdf30f0e42e157"
1112SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway"
1113
1114# github.com/hanwen/go-fuse/v2 v2.1.1-0.20210825171523-3ab5d95a30ae
1115# [1] git ls-remote https://github.com/hanwen/go-fuse 3ab5d95a30ae25019bf030a2bab076dba61c27da
1116SRCREV_v2123="3ab5d95a30ae25019bf030a2bab076dba61c27da"
1117SRC_URI += "git://github.com/hanwen/go-fuse;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hanwen/go-fuse/v2"
1118
1119# github.com/hashicorp/consul/api v1.1.0
1120# [1] git ls-remote https://github.com/hashicorp/consul 6ff90c3c851705f389624e034f2d0b6d816ddc61
1121SRCREV_api="6ff90c3c851705f389624e034f2d0b6d816ddc61"
1122SRC_URI += "git://github.com/hashicorp/consul;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/consul/api"
1123
1124# github.com/hashicorp/consul/sdk v0.1.1
1125# [1] git ls-remote https://github.com/hashicorp/consul 6666832077e6fd75bd402c842d71e7c97b3f98eb
1126SRCREV_sdk="6666832077e6fd75bd402c842d71e7c97b3f98eb"
1127SRC_URI += "git://github.com/hashicorp/consul;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/consul/sdk"
1128
1129# github.com/hashicorp/errwrap v1.0.0
1130# [1] git ls-remote https://github.com/hashicorp/errwrap 8a6fb523712970c966eefc6b39ed2c5e74880354
1131SRCREV_errwrap="8a6fb523712970c966eefc6b39ed2c5e74880354"
1132SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap"
1133
1134# github.com/hashicorp/go-cleanhttp v0.5.1
1135# [1] git ls-remote https://github.com/hashicorp/go-cleanhttp eda1e5db218aad1db63ca4642c8906b26bcf2744
1136SRCREV_go-cleanhttp="eda1e5db218aad1db63ca4642c8906b26bcf2744"
1137SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-cleanhttp"
1138
1139# github.com/hashicorp/go-hclog v0.9.2
1140# [1] git ls-remote https://github.com/hashicorp/go-hclog 5ccdce08c75b6c7b37af61159f13f6a4f5e2e928
1141SRCREV_go-hclog="5ccdce08c75b6c7b37af61159f13f6a4f5e2e928"
1142SRC_URI += "git://github.com/hashicorp/go-hclog;name=go-hclog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-hclog"
1143
1144# github.com/hashicorp/go-immutable-radix v1.0.0
1145# [1] git ls-remote https://github.com/hashicorp/go-immutable-radix 27df80928bb34bb1b0d6d0e01b9e679902e7a6b5
1146SRCREV_go-immutable-radix="27df80928bb34bb1b0d6d0e01b9e679902e7a6b5"
1147SRC_URI += "git://github.com/hashicorp/go-immutable-radix;name=go-immutable-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-immutable-radix"
1148
1149# github.com/hashicorp/go-msgpack v0.5.3
1150# [1] git ls-remote https://github.com/hashicorp/go-msgpack be3a5be7ee2202386d02936a19ae4fbde1c77800
1151SRCREV_go-msgpack="be3a5be7ee2202386d02936a19ae4fbde1c77800"
1152SRC_URI += "git://github.com/hashicorp/go-msgpack;name=go-msgpack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-msgpack"
1153
1154# github.com/hashicorp/go-multierror v1.1.1
1155# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0
1156SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0"
1157SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror"
1158
1159# github.com/hashicorp/go-retryablehttp v0.7.0
1160# [1] git ls-remote https://github.com/hashicorp/go-retryablehttp 02c1586c8f14be23e7eeb522f1094afbabf45e93
1161SRCREV_go-retryablehttp="02c1586c8f14be23e7eeb522f1094afbabf45e93"
1162SRC_URI += "git://github.com/hashicorp/go-retryablehttp;name=go-retryablehttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-retryablehttp"
1163
1164# github.com/hashicorp/go-rootcerts v1.0.0
1165# [1] git ls-remote https://github.com/hashicorp/go-rootcerts 63503fb4e1eca22f9ae0f90b49c5d5538a0e87eb
1166SRCREV_go-rootcerts="63503fb4e1eca22f9ae0f90b49c5d5538a0e87eb"
1167SRC_URI += "git://github.com/hashicorp/go-rootcerts;name=go-rootcerts;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-rootcerts"
1168
1169# github.com/hashicorp/go-sockaddr v1.0.0
1170# [1] git ls-remote https://github.com/hashicorp/go-sockaddr a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0
1171SRCREV_go-sockaddr="a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0"
1172SRC_URI += "git://github.com/hashicorp/go-sockaddr;name=go-sockaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-sockaddr"
1173
1174# github.com/hashicorp/go-syslog v1.0.0
1175# [1] git ls-remote https://github.com/hashicorp/go-syslog 8d1874e3e8d1862b74e0536851e218c4571066a5
1176SRCREV_go-syslog="8d1874e3e8d1862b74e0536851e218c4571066a5"
1177SRC_URI += "git://github.com/hashicorp/go-syslog;name=go-syslog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-syslog"
1178
1179# github.com/hashicorp/go-uuid v1.0.1
1180# [1] git ls-remote https://github.com/hashicorp/go-uuid 4f571afc59f3043a65f8fe6bf46d887b10a01d43
1181SRCREV_go-uuid="4f571afc59f3043a65f8fe6bf46d887b10a01d43"
1182SRC_URI += "git://github.com/hashicorp/go-uuid;name=go-uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-uuid"
1183
1184# github.com/hashicorp/go.net v0.0.1
1185# [1] git ls-remote https://github.com/hashicorp/go.net afc3cb3a421746fc66dd55b09a270c750cf536ce
1186SRCREV_go.net="afc3cb3a421746fc66dd55b09a270c750cf536ce"
1187SRC_URI += "git://github.com/hashicorp/go.net;name=go.net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go.net"
1188
1189# github.com/hashicorp/golang-lru v0.5.3
1190# [1] git ls-remote https://github.com/hashicorp/golang-lru 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d
1191SRCREV_golang-lru="7f827b33c0f158ec5dfbba01bb0b14a4541fd81d"
1192SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru"
1193
1194# github.com/hashicorp/hcl v1.0.0
1195# [1] git ls-remote https://github.com/hashicorp/hcl 5592d2526badd60c172ffa95c6a3b209bea9d1ee
1196SRCREV_hcl="5592d2526badd60c172ffa95c6a3b209bea9d1ee"
1197SRC_URI += "git://github.com/hashicorp/hcl;name=hcl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/hcl"
1198
1199# github.com/hashicorp/logutils v1.0.0
1200# [1] git ls-remote https://github.com/hashicorp/logutils a335183dfd075f638afcc820c90591ca3c97eba6
1201SRCREV_logutils="a335183dfd075f638afcc820c90591ca3c97eba6"
1202SRC_URI += "git://github.com/hashicorp/logutils;name=logutils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/logutils"
1203
1204# github.com/hashicorp/mdns v1.0.0
1205# [1] git ls-remote https://github.com/hashicorp/mdns c31d3f8e4a0a5b46b118c2fd26d9da36467002c9
1206SRCREV_mdns="c31d3f8e4a0a5b46b118c2fd26d9da36467002c9"
1207SRC_URI += "git://github.com/hashicorp/mdns;name=mdns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/mdns"
1208
1209# github.com/hashicorp/memberlist v0.1.3
1210# [1] git ls-remote https://github.com/hashicorp/memberlist a9da52f0668fc4321ec18e9e28dd8141621a808f
1211SRCREV_memberlist="a9da52f0668fc4321ec18e9e28dd8141621a808f"
1212SRC_URI += "git://github.com/hashicorp/memberlist;name=memberlist;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/memberlist"
1213
1214# github.com/hashicorp/serf v0.8.2
1215# [1] git ls-remote https://github.com/hashicorp/serf fecd23b70e35eea7babb3fd66286eb1dcfcc174d
1216SRCREV_serf="fecd23b70e35eea7babb3fd66286eb1dcfcc174d"
1217SRC_URI += "git://github.com/hashicorp/serf;name=serf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/serf"
1218
1219# github.com/heketi/heketi v10.3.0+incompatible
1220# [1] git ls-remote https://github.com/heketi/heketi 44de925730c7c85cc69f11030d136b9be4773117
1221SRCREV_heketi="44de925730c7c85cc69f11030d136b9be4773117"
1222SRC_URI += "git://github.com/heketi/heketi;name=heketi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/heketi/heketi"
1223
1224# github.com/heketi/tests v0.0.0-20151005000721-f3775cbcefd6
1225# [1] git ls-remote https://github.com/heketi/tests f3775cbcefd6822086c729e3ce4b70ca85a5bd21
1226SRCREV_tests="f3775cbcefd6822086c729e3ce4b70ca85a5bd21"
1227SRC_URI += "git://github.com/heketi/tests;name=tests;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/heketi/tests"
1228
1229# github.com/hpcloud/tail v1.0.0
1230# [1] git ls-remote https://github.com/hpcloud/tail a30252cb686a21eb2d0b98132633053ec2f7f1e5
1231SRCREV_tail="a30252cb686a21eb2d0b98132633053ec2f7f1e5"
1232SRC_URI += "git://github.com/hpcloud/tail;name=tail;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hpcloud/tail"
1233
1234# github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714
1235# [1] git ls-remote https://github.com/hugelgupf/socketpair 05d35a94e71444d53460c2b34dfb3dc87c99d0bd
1236SRCREV_socketpair="05d35a94e71444d53460c2b34dfb3dc87c99d0bd"
1237SRC_URI += "git://github.com/hugelgupf/socketpair;name=socketpair;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hugelgupf/socketpair"
1238
1239# github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639
1240# [1] git ls-remote https://github.com/ianlancetaylor/demangle 28f6c0f3b63983aaa99575ca3b693afff7996387
1241SRCREV_demangle="28f6c0f3b63983aaa99575ca3b693afff7996387"
1242SRC_URI += "git://github.com/ianlancetaylor/demangle;name=demangle;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ianlancetaylor/demangle"
1243
1244# github.com/imdario/mergo v0.3.12
1245# [1] git ls-remote https://github.com/imdario/mergo 29fb3d3bdc5512887f1dc9aedde6a0fed407fa8f
1246SRCREV_mergo="29fb3d3bdc5512887f1dc9aedde6a0fed407fa8f"
1247SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo"
1248
1249# github.com/inconshreveable/mousetrap v1.0.0
1250# [1] git ls-remote https://github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
1251SRCREV_mousetrap="76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
1252SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap"
1253
1254# github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
1255# [1] git ls-remote https://github.com/insomniacslk/dhcp cc9239ac62943a78e89ef4880c8ebdd0ca9ae21e
1256SRCREV_dhcp="cc9239ac62943a78e89ef4880c8ebdd0ca9ae21e"
1257SRC_URI += "git://github.com/insomniacslk/dhcp;name=dhcp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/insomniacslk/dhcp"
1258
1259# github.com/ishidawataru/sctp v0.0.0-20190723014705-7c296d48a2b5
1260# [1] git ls-remote https://github.com/ishidawataru/sctp 7c296d48a2b553e41cc06904a1e6317a20694dc0
1261SRCREV_sctp="7c296d48a2b553e41cc06904a1e6317a20694dc0"
1262SRC_URI += "git://github.com/ishidawataru/sctp;name=sctp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ishidawataru/sctp"
1263
1264# github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56
1265# [1] git ls-remote https://github.com/j-keck/arping 2cf9dc699c5640a7e2c81403a44127bf28033600
1266SRCREV_arping="2cf9dc699c5640a7e2c81403a44127bf28033600"
1267SRC_URI += "git://github.com/j-keck/arping;name=arping;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/j-keck/arping"
1268
1269# github.com/jessevdk/go-flags v1.3.0
1270# [1] git ls-remote https://github.com/jessevdk/go-flags 96dc06278ce32a0e9d957d590bb987c81ee66407
1271SRCREV_go-flags="96dc06278ce32a0e9d957d590bb987c81ee66407"
1272SRC_URI += "git://github.com/jessevdk/go-flags;name=go-flags;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jessevdk/go-flags"
1273
1274# github.com/jmespath/go-jmespath v0.4.0
1275# [1] git ls-remote https://github.com/jmespath/go-jmespath 9c15c4acd1ffeaa5447b110dd3b427f1afcced99
1276SRCREV_go-jmespath="9c15c4acd1ffeaa5447b110dd3b427f1afcced99"
1277SRC_URI += "git://github.com/jmespath/go-jmespath;name=go-jmespath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jmespath/go-jmespath"
1278
1279# github.com/jmespath/go-jmespath/internal/testify v1.5.1
1280# [1] git ls-remote https://github.com/jmespath/go-jmespath 17482bad3800f5b47ee3b5b0a01e1a7dbcf55493
1281SRCREV_testify="17482bad3800f5b47ee3b5b0a01e1a7dbcf55493"
1282SRC_URI += "git://github.com/jmespath/go-jmespath;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jmespath/go-jmespath/internal/testify"
1283
1284# github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
1285# [1] git ls-remote https://github.com/joho/godotenv 726cc8b906e3d31c70a9671c90a13716a8d3f50d
1286SRCREV_godotenv="726cc8b906e3d31c70a9671c90a13716a8d3f50d"
1287SRC_URI += "git://github.com/joho/godotenv;name=godotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/joho/godotenv"
1288
1289# github.com/jonboulle/clockwork v0.2.2
1290# [1] git ls-remote https://github.com/jonboulle/clockwork b019beee95aca697d4f042c77f9cf2d1af979960
1291SRCREV_clockwork="b019beee95aca697d4f042c77f9cf2d1af979960"
1292SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork"
1293
1294# github.com/josharian/intern v1.0.0
1295# [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd
1296SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd"
1297SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/intern"
1298
1299# github.com/josharian/native v0.0.0-20200817173448-b6b71def0850
1300# [1] git ls-remote https://github.com/josharian/native b6b71def0850a2fbd7e6875f8e28217a48c5bcb4
1301SRCREV_native="b6b71def0850a2fbd7e6875f8e28217a48c5bcb4"
1302SRC_URI += "git://github.com/josharian/native;name=native;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/native"
1303
1304# github.com/jpillora/backoff v1.0.0
1305# [1] git ls-remote https://github.com/jpillora/backoff d80867952dff4e2fbfb4280ded4ff94d67790457
1306SRCREV_backoff="d80867952dff4e2fbfb4280ded4ff94d67790457"
1307SRC_URI += "git://github.com/jpillora/backoff;name=backoff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jpillora/backoff"
1308
1309# github.com/jsimonetti/rtnetlink v0.0.0-20211022192332-93da33804786
1310# [1] git ls-remote https://github.com/jsimonetti/rtnetlink 93da33804786e0d138aea412b38d80dd0099b941
1311SRCREV_rtnetlink="93da33804786e0d138aea412b38d80dd0099b941"
1312SRC_URI += "git://github.com/jsimonetti/rtnetlink;name=rtnetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jsimonetti/rtnetlink"
1313
1314# github.com/json-iterator/go v1.1.11
1315# [1] git ls-remote https://github.com/json-iterator/go e6b9536d3649bda3e8842bb7e4fab489d79a97ea
1316SRCREV_go12="e6b9536d3649bda3e8842bb7e4fab489d79a97ea"
1317SRC_URI += "git://github.com/json-iterator/go;name=go12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go"
1318
1319# github.com/jstemmer/go-junit-report v0.9.1
1320# [1] git ls-remote https://github.com/jstemmer/go-junit-report 601852a893a84bd7426fbcb1579a64b84f349c62
1321SRCREV_go-junit-report="601852a893a84bd7426fbcb1579a64b84f349c62"
1322SRC_URI += "git://github.com/jstemmer/go-junit-report;name=go-junit-report;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jstemmer/go-junit-report"
1323
1324# github.com/jtolds/gls v4.20.0+incompatible
1325# [1] git ls-remote https://github.com/jtolds/gls b4936e06046bbecbb94cae9c18127ebe510a2cb9
1326SRCREV_gls="b4936e06046bbecbb94cae9c18127ebe510a2cb9"
1327SRC_URI += "git://github.com/jtolds/gls;name=gls;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jtolds/gls"
1328
1329# github.com/julienschmidt/httprouter v1.3.0
1330# [1] git ls-remote https://github.com/julienschmidt/httprouter 4eec211fa4e8df74ed978dc5681612131854144f
1331SRCREV_httprouter="4eec211fa4e8df74ed978dc5681612131854144f"
1332SRC_URI += "git://github.com/julienschmidt/httprouter;name=httprouter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/julienschmidt/httprouter"
1333
1334# github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5
1335# [1] git ls-remote https://github.com/jung-kurt/gofpdf 24315acbbda57c4f6b80c8441fd108087dd7e305
1336SRCREV_gofpdf="24315acbbda57c4f6b80c8441fd108087dd7e305"
1337SRC_URI += "git://github.com/jung-kurt/gofpdf;name=gofpdf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jung-kurt/gofpdf"
1338
1339# github.com/k-sone/critbitgo v1.3.1-0.20191024122315-48c9e1530131
1340# [1] git ls-remote https://github.com/k-sone/critbitgo 48c9e1530131e6e7726ef4c05759e7fc0ab32e7f
1341SRCREV_critbitgo="48c9e1530131e6e7726ef4c05759e7fc0ab32e7f"
1342SRC_URI += "git://github.com/k-sone/critbitgo;name=critbitgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k-sone/critbitgo"
1343
1344# github.com/k3s-io/helm-controller v0.11.7
1345# [1] git ls-remote https://github.com/k3s-io/helm-controller f8b5a878922bd9a9eb5a9e8e65a3552cf90ed2c4
1346SRCREV_helm-controller="f8b5a878922bd9a9eb5a9e8e65a3552cf90ed2c4"
1347SRC_URI += "git://github.com/k3s-io/helm-controller;name=helm-controller;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/helm-controller"
1348
1349# github.com/k3s-io/kine v0.8.1
1350# [1] git ls-remote https://github.com/k3s-io/kine c1edece7772b4ff4f1f03f01d5218fbfe854c0cc
1351SRCREV_kine="c1edece7772b4ff4f1f03f01d5218fbfe854c0cc"
1352SRC_URI += "git://github.com/k3s-io/kine;name=kine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kine"
1353
1354# github.com/karrick/godirwalk v1.16.1
1355# [1] git ls-remote https://github.com/karrick/godirwalk 4b98035d5f574ae5b2bb1951efb2df23aa4f06a3
1356SRCREV_godirwalk="4b98035d5f574ae5b2bb1951efb2df23aa4f06a3"
1357SRC_URI += "git://github.com/karrick/godirwalk;name=godirwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/karrick/godirwalk"
1358
1359# github.com/kisielk/errcheck v1.5.0
1360# [1] git ls-remote https://github.com/kisielk/errcheck ee08a456fc430219ad80ce5af98415bcc027a219
1361SRCREV_errcheck="ee08a456fc430219ad80ce5af98415bcc027a219"
1362SRC_URI += "git://github.com/kisielk/errcheck;name=errcheck;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kisielk/errcheck"
1363
1364# github.com/kisielk/gotool v1.0.0
1365# [1] git ls-remote https://github.com/kisielk/gotool 80517062f582ea3340cd4baf70e86d539ae7d84d
1366SRCREV_gotool="80517062f582ea3340cd4baf70e86d539ae7d84d"
1367SRC_URI += "git://github.com/kisielk/gotool;name=gotool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kisielk/gotool"
1368
1369# github.com/klauspost/compress v1.13.6
1370# [1] git ls-remote https://github.com/klauspost/compress 38d4ba985ac157cb858763e016645e14e74c13c4
1371SRCREV_compress="38d4ba985ac157cb858763e016645e14e74c13c4"
1372SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
1373
1374# github.com/klauspost/cpuid v1.3.1
1375# [1] git ls-remote https://github.com/klauspost/cpuid 750c0591dbbd50ef88371c665ad49e426a4b830b
1376SRCREV_cpuid="750c0591dbbd50ef88371c665ad49e426a4b830b"
1377SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid"
1378
1379# github.com/konsorten/go-windows-terminal-sequences v1.0.3
1380# [1] git ls-remote https://github.com/konsorten/go-windows-terminal-sequences edb144dfd453055e1e49a3d8b410a660b5a87613
1381SRCREV_go-windows-terminal-sequences="edb144dfd453055e1e49a3d8b410a660b5a87613"
1382SRC_URI += "git://github.com/konsorten/go-windows-terminal-sequences;name=go-windows-terminal-sequences;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/konsorten/go-windows-terminal-sequences"
1383
1384# github.com/kr/fs v0.1.0
1385# [1] git ls-remote https://github.com/kr/fs a4edaa46e98ce745306fb4bf9a584000f0ccb0cd
1386SRCREV_fs="a4edaa46e98ce745306fb4bf9a584000f0ccb0cd"
1387SRC_URI += "git://github.com/kr/fs;name=fs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/fs"
1388
1389# github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
1390# [1] git ls-remote https://github.com/kr/logfmt b84e30acd515aadc4b783ad4ff83aff3299bdfe0
1391SRCREV_logfmt1="b84e30acd515aadc4b783ad4ff83aff3299bdfe0"
1392SRC_URI += "git://github.com/kr/logfmt;name=logfmt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/logfmt"
1393
1394# github.com/kr/pretty v0.2.1
1395# [1] git ls-remote https://github.com/kr/pretty 326f0883a47c4b88a699dc12c4ca20164aadd512
1396SRCREV_pretty="326f0883a47c4b88a699dc12c4ca20164aadd512"
1397SRC_URI += "git://github.com/kr/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pretty"
1398
1399# github.com/kr/pty v1.1.5
1400# [1] git ls-remote https://github.com/kr/pty b6e1bdd4a4f88614e0c6e5e8089c7abed98aae17
1401SRCREV_pty1="b6e1bdd4a4f88614e0c6e5e8089c7abed98aae17"
1402SRC_URI += "git://github.com/kr/pty;name=pty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pty"
1403
1404# github.com/kr/text v0.2.0
1405# [1] git ls-remote https://github.com/kr/text 0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5
1406SRCREV_text="0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5"
1407SRC_URI += "git://github.com/kr/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/text"
1408
1409# github.com/k3s-io/cri-tools v1.21.0-k3s1
1410# [1] git ls-remote https://github.com/k3s-io/cri-tools 47c43d3b6f0254aec4746dbc747f2178f0188647
1411SRCREV_cri-tools="47c43d3b6f0254aec4746dbc747f2178f0188647"
1412SRC_URI += "git://github.com/k3s-io/cri-tools;name=cri-tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/cri-tools"
1413
1414# github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
1415# [1] git ls-remote https://github.com/kylelemons/godebug d65d576e9348f5982d7f6d83682b694e731a45c6
1416SRCREV_godebug="d65d576e9348f5982d7f6d83682b694e731a45c6"
1417SRC_URI += "git://github.com/kylelemons/godebug;name=godebug;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kylelemons/godebug"
1418
1419# github.com/lib/pq v1.10.2
1420# [1] git ls-remote https://github.com/lib/pq 2da6713d67f03911a05b1b6559adc85927fe076e
1421SRCREV_pq="2da6713d67f03911a05b1b6559adc85927fe076e"
1422SRC_URI += "git://github.com/lib/pq;name=pq;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lib/pq"
1423
1424# github.com/libopenstorage/openstorage v1.0.0
1425# [1] git ls-remote https://github.com/libopenstorage/openstorage a0608a35f2d0151fe79b4761a8780621fd83dc27
1426SRCREV_openstorage="a0608a35f2d0151fe79b4761a8780621fd83dc27"
1427SRC_URI += "git://github.com/libopenstorage/openstorage;name=openstorage;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libopenstorage/openstorage"
1428
1429# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
1430# [1] git ls-remote https://github.com/liggitt/tabwriter 89fcab3d43de07060e4fd4c1547430ed57e87f24
1431SRCREV_tabwriter="89fcab3d43de07060e4fd4c1547430ed57e87f24"
1432SRC_URI += "git://github.com/liggitt/tabwriter;name=tabwriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/liggitt/tabwriter"
1433
1434# github.com/lithammer/dedent v1.1.0
1435# [1] git ls-remote https://github.com/lithammer/dedent 7da0ef12e7f6e16e724290d47c139520f1ad6171
1436SRCREV_dedent="7da0ef12e7f6e16e724290d47c139520f1ad6171"
1437SRC_URI += "git://github.com/lithammer/dedent;name=dedent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lithammer/dedent"
1438
1439# github.com/lpabon/godbc v0.1.1
1440# [1] git ls-remote https://github.com/lpabon/godbc 19db9f027401ab26533e2f647840c2c691a48572
1441SRCREV_godbc="19db9f027401ab26533e2f647840c2c691a48572"
1442SRC_URI += "git://github.com/lpabon/godbc;name=godbc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lpabon/godbc"
1443
1444# github.com/magiconair/properties v1.8.5
1445# [1] git ls-remote https://github.com/magiconair/properties bf326db7888cd3bdb60272aa8806e9d7a948e7d3
1446SRCREV_properties="bf326db7888cd3bdb60272aa8806e9d7a948e7d3"
1447SRC_URI += "git://github.com/magiconair/properties;name=properties;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/magiconair/properties"
1448
1449# github.com/mailru/easyjson v0.7.6
1450# [1] git ls-remote https://github.com/mailru/easyjson 8ab5ff9cd8e4e432e8b79f6c47d324a31dd803cf
1451SRCREV_easyjson="8ab5ff9cd8e4e432e8b79f6c47d324a31dd803cf"
1452SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mailru/easyjson"
1453
1454# github.com/mattn/go-colorable v0.1.4
1455# [1] git ls-remote https://github.com/mattn/go-colorable 98ec13f34aabf44cc914c65a1cfb7b9bc815aef1
1456SRCREV_go-colorable="98ec13f34aabf44cc914c65a1cfb7b9bc815aef1"
1457SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable"
1458
1459# github.com/mattn/go-isatty v0.0.11
1460# [1] git ls-remote https://github.com/mattn/go-isatty 31745d66dd679ac0ac4f8d3ecff168fce6170c6a
1461SRCREV_go-isatty="31745d66dd679ac0ac4f8d3ecff168fce6170c6a"
1462SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty"
1463
1464# github.com/mattn/go-runewidth v0.0.9
1465# [1] git ls-remote https://github.com/mattn/go-runewidth 14e809f6d78fcf9f48ff9b70981472b64c05f754
1466SRCREV_go-runewidth="14e809f6d78fcf9f48ff9b70981472b64c05f754"
1467SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth"
1468
1469# github.com/mattn/go-shellwords v1.0.3
1470# [1] git ls-remote https://github.com/mattn/go-shellwords 02e3cf038dcea8290e44424da473dd12be796a8a
1471SRCREV_go-shellwords="02e3cf038dcea8290e44424da473dd12be796a8a"
1472SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords"
1473
1474# github.com/mattn/go-sqlite3 v1.14.8
1475# [1] git ls-remote https://github.com/mattn/go-sqlite3 cba6eaee486f22a1b0f3208b145673ed951cb840
1476SRCREV_go-sqlite3="cba6eaee486f22a1b0f3208b145673ed951cb840"
1477SRC_URI += "git://github.com/mattn/go-sqlite3;name=go-sqlite3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-sqlite3"
1478
1479# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
1480# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d
1481SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d"
1482SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions"
1483
1484# github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
1485# [1] git ls-remote https://github.com/mdlayher/ethernet 0394541c37b7f86a10e0b49492f6d4f605c34163
1486SRCREV_ethernet="0394541c37b7f86a10e0b49492f6d4f605c34163"
1487SRC_URI += "git://github.com/mdlayher/ethernet;name=ethernet;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/ethernet"
1488
1489# github.com/mdlayher/ethtool v0.0.0-20211028163843-288d040e9d60
1490# [1] git ls-remote https://github.com/mdlayher/ethtool 288d040e9d60a1b55b53566a1624be427cfeef97
1491SRCREV_ethtool="288d040e9d60a1b55b53566a1624be427cfeef97"
1492SRC_URI += "git://github.com/mdlayher/ethtool;name=ethtool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/ethtool"
1493
1494# github.com/mdlayher/genetlink v1.1.0
1495# [1] git ls-remote https://github.com/mdlayher/genetlink 3a8264b219e1587c8c5814f9a4cf8fe56c530a32
1496SRCREV_genetlink="3a8264b219e1587c8c5814f9a4cf8fe56c530a32"
1497SRC_URI += "git://github.com/mdlayher/genetlink;name=genetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/genetlink"
1498
1499# github.com/mdlayher/netlink v1.4.2
1500# [1] git ls-remote https://github.com/mdlayher/netlink e7b35cd0b91ce844c2134741dfdc69fe5aee695d
1501SRCREV_netlink="e7b35cd0b91ce844c2134741dfdc69fe5aee695d"
1502SRC_URI += "git://github.com/mdlayher/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/netlink"
1503
1504# github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
1505# [1] git ls-remote https://github.com/mdlayher/raw 50f2db8cc0658568575938a39dbaa46172921d98
1506SRCREV_raw="50f2db8cc0658568575938a39dbaa46172921d98"
1507SRC_URI += "git://github.com/mdlayher/raw;name=raw;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/raw"
1508
1509# github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb
1510# [1] git ls-remote https://github.com/mdlayher/socket 57e3fa563ecb8fbbbf28b56c674ce382ae48f7db
1511SRCREV_socket="57e3fa563ecb8fbbbf28b56c674ce382ae48f7db"
1512SRC_URI += "git://github.com/mdlayher/socket;name=socket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/socket"
1513
1514# github.com/miekg/dns v1.0.14
1515# [1] git ls-remote https://github.com/miekg/dns 915ca3d5ffd945235828a097c917311a9d86ebb4
1516SRCREV_dns="915ca3d5ffd945235828a097c917311a9d86ebb4"
1517SRC_URI += "git://github.com/miekg/dns;name=dns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/dns"
1518
1519# github.com/miekg/pkcs11 v1.0.3
1520# [1] git ls-remote https://github.com/miekg/pkcs11 210dc1e16747c5ba98a03bcbcf728c38086ea357
1521SRCREV_pkcs11="210dc1e16747c5ba98a03bcbcf728c38086ea357"
1522SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11"
1523
1524# github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721
1525# [1] git ls-remote https://github.com/mikioh/ipaddr d465c8ab672111787b24b8f03326449059a4aa33
1526SRCREV_ipaddr="d465c8ab672111787b24b8f03326449059a4aa33"
1527SRC_URI += "git://github.com/mikioh/ipaddr;name=ipaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mikioh/ipaddr"
1528
1529# github.com/mindprince/gonvml v0.0.0-20190828220739-9ebdce4bb989
1530# [1] git ls-remote https://github.com/mindprince/gonvml 9ebdce4bb98934573700a3bfc2f8e791934a578d
1531SRCREV_gonvml="9ebdce4bb98934573700a3bfc2f8e791934a578d"
1532SRC_URI += "git://github.com/mindprince/gonvml;name=gonvml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mindprince/gonvml"
1533
1534# github.com/minio/md5-simd v1.1.0
1535# [1] git ls-remote https://github.com/minio/md5-simd d302c3dbe3e6573d7010992e3927355eb0e1ab91
1536SRCREV_md5-simd="d302c3dbe3e6573d7010992e3927355eb0e1ab91"
1537SRC_URI += "git://github.com/minio/md5-simd;name=md5-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/md5-simd"
1538
1539# github.com/minio/minio-go/v7 v7.0.7
1540# [1] git ls-remote https://github.com/minio/minio-go 2fc8929815e0a488f065b47bc1271ab0d4238f82
1541SRCREV_v7="2fc8929815e0a488f065b47bc1271ab0d4238f82"
1542SRC_URI += "git://github.com/minio/minio-go;name=v7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/minio-go/v7"
1543
1544# github.com/minio/sha256-simd v0.1.1
1545# [1] git ls-remote https://github.com/minio/sha256-simd 6de4475307716de15b286880ff321c9547086fdd
1546SRCREV_sha256-simd="6de4475307716de15b286880ff321c9547086fdd"
1547SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/sha256-simd"
1548
1549# github.com/minio/sio v0.2.1
1550# [1] git ls-remote https://github.com/minio/sio ae0213457e8a919f927bb03909b2135b6ca02ef1
1551SRCREV_sio="ae0213457e8a919f927bb03909b2135b6ca02ef1"
1552SRC_URI += "git://github.com/minio/sio;name=sio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/sio"
1553
1554# github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
1555# [1] git ls-remote https://github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb
1556SRCREV_go-zfs="f784269be439d704d3dfa1906f45dd848fed2beb"
1557SRC_URI += "git://github.com/mistifyio/go-zfs;name=go-zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mistifyio/go-zfs"
1558
1559# github.com/mitchellh/cli v1.0.0
1560# [1] git ls-remote https://github.com/mitchellh/cli 3d22a244be8aa6fb16ac24af0e195c08b7d973aa
1561SRCREV_cli1="3d22a244be8aa6fb16ac24af0e195c08b7d973aa"
1562SRC_URI += "git://github.com/mitchellh/cli;name=cli1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/cli"
1563
1564# github.com/mitchellh/go-homedir v1.1.0
1565# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727
1566SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727"
1567SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir"
1568
1569# github.com/mitchellh/go-testing-interface v1.0.0
1570# [1] git ls-remote https://github.com/mitchellh/go-testing-interface 6d0b8010fcc857872e42fc6c931227569016843c
1571SRCREV_go-testing-interface="6d0b8010fcc857872e42fc6c931227569016843c"
1572SRC_URI += "git://github.com/mitchellh/go-testing-interface;name=go-testing-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-testing-interface"
1573
1574# github.com/mitchellh/go-wordwrap v1.0.0
1575# [1] git ls-remote https://github.com/mitchellh/go-wordwrap 9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c
1576SRCREV_go-wordwrap="9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c"
1577SRC_URI += "git://github.com/mitchellh/go-wordwrap;name=go-wordwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-wordwrap"
1578
1579# github.com/mitchellh/gox v0.4.0
1580# [1] git ls-remote https://github.com/mitchellh/gox ce32ae4c610e1fed97dd0e0b5155d16d2638ffb1
1581SRCREV_gox="ce32ae4c610e1fed97dd0e0b5155d16d2638ffb1"
1582SRC_URI += "git://github.com/mitchellh/gox;name=gox;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/gox"
1583
1584# github.com/mitchellh/iochan v1.0.0
1585# [1] git ls-remote https://github.com/mitchellh/iochan b6e3aadd28864e14dae41ff5c7261455b1242d24
1586SRCREV_iochan="b6e3aadd28864e14dae41ff5c7261455b1242d24"
1587SRC_URI += "git://github.com/mitchellh/iochan;name=iochan;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/iochan"
1588
1589# github.com/mitchellh/mapstructure v1.4.1
1590# [1] git ls-remote https://github.com/mitchellh/mapstructure 8ebf2d61a8b4adcce25fc9fc9b76e8452a00672f
1591SRCREV_mapstructure="8ebf2d61a8b4adcce25fc9fc9b76e8452a00672f"
1592SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure"
1593
1594# github.com/moby/ipvs v1.0.1
1595# [1] git ls-remote https://github.com/moby/ipvs f72130f9871536f131d0f4be5a4d99ad2591218c
1596SRCREV_ipvs="f72130f9871536f131d0f4be5a4d99ad2591218c"
1597SRC_URI += "git://github.com/moby/ipvs;name=ipvs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/ipvs"
1598
1599# github.com/moby/locker v1.0.1
1600# [1] git ls-remote https://github.com/moby/locker e15721d7a0126008853f3cefbdbb368685cd1f4d
1601SRCREV_locker="e15721d7a0126008853f3cefbdbb368685cd1f4d"
1602SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker"
1603
1604# github.com/moby/spdystream v0.2.0
1605# [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b
1606SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b"
1607SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream"
1608
1609# github.com/moby/sys/mountinfo v0.5.0
1610# [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5
1611SRCREV_mountinfo="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5"
1612SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo"
1613
1614# github.com/moby/term v0.0.0-20210610120745-9d4ed1856297
1615# [1] git ls-remote https://github.com/moby/term 9d4ed185629744f381f269030675cb1957e2da94
1616SRCREV_term="9d4ed185629744f381f269030675cb1957e2da94"
1617SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term"
1618
1619# github.com/moby/vpnkit v0.5.0
1620# [1] git ls-remote https://github.com/moby/vpnkit 7f0eff0dd99b576c5474de53b4454a157c642834
1621SRCREV_vpnkit="7f0eff0dd99b576c5474de53b4454a157c642834"
1622SRC_URI += "git://github.com/moby/vpnkit;name=vpnkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/vpnkit"
1623
1624# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
1625# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94
1626SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94"
1627SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent"
1628
1629# github.com/modern-go/reflect2 v1.0.1
1630# [1] git ls-remote https://github.com/modern-go/reflect2 94122c33edd36123c84d5368cfb2b69df93a0ec8
1631SRCREV_reflect2="94122c33edd36123c84d5368cfb2b69df93a0ec8"
1632SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2"
1633
1634# github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
1635# [1] git ls-remote https://github.com/mohae/deepcopy c48cc78d482608239f6c4c92a4abd87eb8761c90
1636SRCREV_deepcopy="c48cc78d482608239f6c4c92a4abd87eb8761c90"
1637SRC_URI += "git://github.com/mohae/deepcopy;name=deepcopy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mohae/deepcopy"
1638
1639# github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
1640# [1] git ls-remote https://github.com/monochromegane/go-gitignore 205db1a8cc001de79230472da52edde4974df734
1641SRCREV_go-gitignore="205db1a8cc001de79230472da52edde4974df734"
1642SRC_URI += "git://github.com/monochromegane/go-gitignore;name=go-gitignore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/monochromegane/go-gitignore"
1643
1644# github.com/morikuni/aec v1.0.0
1645# [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b
1646SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b"
1647SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec"
1648
1649# github.com/mrunalp/fileutils v0.5.0
1650# [1] git ls-remote https://github.com/mrunalp/fileutils d7fdd64cc1cabe10bc154ee7d2318b07b7f296ef
1651SRCREV_fileutils="d7fdd64cc1cabe10bc154ee7d2318b07b7f296ef"
1652SRC_URI += "git://github.com/mrunalp/fileutils;name=fileutils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mrunalp/fileutils"
1653
1654# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
1655# [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e
1656SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e"
1657SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/munnerz/goautoneg"
1658
1659# github.com/mvdan/xurls v1.1.0
1660# [1] git ls-remote https://github.com/mvdan/xurls c174a0a92fc78706d57afd13cfb0197ec28d15b3
1661SRCREV_xurls="c174a0a92fc78706d57afd13cfb0197ec28d15b3"
1662SRC_URI += "git://github.com/mvdan/xurls;name=xurls;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mvdan/xurls"
1663
1664# github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
1665# [1] git ls-remote https://github.com/mwitkow/go-conntrack 2f068394615f73e460c2f3d2c158b0ad9321cadb
1666SRCREV_go-conntrack="2f068394615f73e460c2f3d2c158b0ad9321cadb"
1667SRC_URI += "git://github.com/mwitkow/go-conntrack;name=go-conntrack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mwitkow/go-conntrack"
1668
1669# github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
1670# [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682
1671SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682"
1672SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mxk/go-flowrate"
1673
1674# github.com/natefinch/lumberjack v2.0.0+incompatible
1675# [1] git ls-remote https://github.com/natefinch/lumberjack 2a59cad198e07a0ea1fad0b3d6733626861b5c65
1676SRCREV_lumberjack="2a59cad198e07a0ea1fad0b3d6733626861b5c65"
1677SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/natefinch/lumberjack"
1678
1679# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
1680# [1] git ls-remote https://github.com/niemeyer/pretty a10e7caefd8e0d600cea437f5c3613aeb1553d56
1681SRCREV_pretty1="a10e7caefd8e0d600cea437f5c3613aeb1553d56"
1682SRC_URI += "git://github.com/niemeyer/pretty;name=pretty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/niemeyer/pretty"
1683
1684# github.com/nxadm/tail v1.4.8
1685# [1] git ls-remote https://github.com/nxadm/tail abad231d8d07ef91e09cd4c4c457cac35ed3bbb9
1686SRCREV_tail1="abad231d8d07ef91e09cd4c4c457cac35ed3bbb9"
1687SRC_URI += "git://github.com/nxadm/tail;name=tail1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nxadm/tail"
1688
1689# github.com/oklog/ulid v1.3.1
1690# [1] git ls-remote https://github.com/oklog/ulid 02a8604050d8466dd915307496174adb9be4593a
1691SRCREV_ulid="02a8604050d8466dd915307496174adb9be4593a"
1692SRC_URI += "git://github.com/oklog/ulid;name=ulid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/oklog/ulid"
1693
1694# github.com/olekukonko/tablewriter v0.0.5
1695# [1] git ls-remote https://github.com/olekukonko/tablewriter c7d2a8a09b076b70918308a3cd95464b2ae3b5d8
1696SRCREV_tablewriter="c7d2a8a09b076b70918308a3cd95464b2ae3b5d8"
1697SRC_URI += "git://github.com/olekukonko/tablewriter;name=tablewriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/olekukonko/tablewriter"
1698
1699# github.com/onsi/ginkgo v1.16.4
1700# [1] git ls-remote https://github.com/onsi/ginkgo d125cd027fee341b3b3d65858a4121cf4931fead
1701SRCREV_ginkgo="d125cd027fee341b3b3d65858a4121cf4931fead"
1702SRC_URI += "git://github.com/onsi/ginkgo;name=ginkgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/ginkgo"
1703
1704# github.com/onsi/gomega v1.11.0
1705# [1] git ls-remote https://github.com/onsi/gomega d9ee1e278b3bd59704a0521284ce8f8b25273b20
1706SRCREV_gomega="d9ee1e278b3bd59704a0521284ce8f8b25273b20"
1707SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/gomega"
1708
1709# github.com/opencontainers/go-digest v1.0.0
1710# [1] git ls-remote https://github.com/opencontainers/go-digest 4a41a1fddd8208cc64f911e551a7f361716f8ae5
1711SRCREV_go-digest="4a41a1fddd8208cc64f911e551a7f361716f8ae5"
1712SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest"
1713
1714# github.com/opencontainers/image-spec v1.0.2
1715# [1] git ls-remote https://github.com/opencontainers/image-spec a8af30d0c9aac77c7c2927df80133222f0f315e2
1716SRCREV_image-spec="a8af30d0c9aac77c7c2927df80133222f0f315e2"
1717SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec"
1718
1719# github.com/opencontainers/runc v1.0.3
1720# [1] git ls-remote https://github.com/opencontainers/runc e4bccdbd64361ac5ea8ba90bb8845add78f957a6
1721SRCREV_runc="e4bccdbd64361ac5ea8ba90bb8845add78f957a6"
1722SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
1723
1724# github.com/opencontainers/runtime-spec v1.0.3-0.20210316141917-a8c4a9ee0f6b
1725# [1] git ls-remote https://github.com/opencontainers/runtime-spec a8c4a9ee0f6b5a0b994c5c23c68725394e2b0d9d
1726SRCREV_runtime-spec="a8c4a9ee0f6b5a0b994c5c23c68725394e2b0d9d"
1727SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-spec"
1728
1729# github.com/opencontainers/selinux v1.8.2
1730# [1] git ls-remote https://github.com/opencontainers/selinux 76bc82e11d854d3e40c08889d13c98abcea72ea2
1731SRCREV_selinux="76bc82e11d854d3e40c08889d13c98abcea72ea2"
1732SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux"
1733
1734# github.com/opentracing/opentracing-go v1.1.0
1735# [1] git ls-remote https://github.com/opentracing/opentracing-go 659c90643e714681897ec2521c60567dd21da733
1736SRCREV_opentracing-go="659c90643e714681897ec2521c60567dd21da733"
1737SRC_URI += "git://github.com/opentracing/opentracing-go;name=opentracing-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opentracing/opentracing-go"
1738
1739# github.com/osrg/gobgp v0.0.0-20210801043420-9e48a36ed97c
1740# [1] git ls-remote https://github.com/osrg/gobgp 9e48a36ed97c699e2a5b5d8dfd3f9fb6e6119e0b
1741SRCREV_gobgp="9e48a36ed97c699e2a5b5d8dfd3f9fb6e6119e0b"
1742SRC_URI += "git://github.com/osrg/gobgp;name=gobgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/osrg/gobgp"
1743
1744# github.com/otiai10/copy v1.6.0
1745# [1] git ls-remote https://github.com/otiai10/copy edeb9f37d4d0c28725014fcab6635120197932a1
1746SRCREV_copy="edeb9f37d4d0c28725014fcab6635120197932a1"
1747SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/copy"
1748
1749# github.com/otiai10/curr v1.0.0
1750# [1] git ls-remote https://github.com/otiai10/curr 88e2f2cffa0b5f13e90ee963a321bd1b2f715561
1751SRCREV_curr="88e2f2cffa0b5f13e90ee963a321bd1b2f715561"
1752SRC_URI += "git://github.com/otiai10/curr;name=curr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/curr"
1753
1754# github.com/otiai10/mint v1.3.2
1755# [1] git ls-remote https://github.com/otiai10/mint 3588d691480a831b1e78b776d3bccd9d5ce6461c
1756SRCREV_mint="3588d691480a831b1e78b776d3bccd9d5ce6461c"
1757SRC_URI += "git://github.com/otiai10/mint;name=mint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/mint"
1758
1759# github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c
1760# [1] git ls-remote https://github.com/pascaldekloe/goe 57f6aae5913c64c9bcae5dbdffd33365b5a7f138
1761SRCREV_goe="57f6aae5913c64c9bcae5dbdffd33365b5a7f138"
1762SRC_URI += "git://github.com/pascaldekloe/goe;name=goe;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pascaldekloe/goe"
1763
1764# github.com/paulmach/orb v0.1.3
1765# [1] git ls-remote https://github.com/paulmach/orb c6e407b203494d3b1edb9fd5cae4cf34a4ae0f29
1766SRCREV_orb="c6e407b203494d3b1edb9fd5cae4cf34a4ae0f29"
1767SRC_URI += "git://github.com/paulmach/orb;name=orb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/paulmach/orb"
1768
1769# github.com/pborman/uuid v1.2.1
1770# [1] git ls-remote https://github.com/pborman/uuid 5b6091a6a160ee5ce12917b21ab96acec2a4fdc0
1771SRCREV_uuid12="5b6091a6a160ee5ce12917b21ab96acec2a4fdc0"
1772SRC_URI += "git://github.com/pborman/uuid;name=uuid12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pborman/uuid"
1773
1774# github.com/pelletier/go-buffruneio v0.2.0
1775# [1] git ls-remote https://github.com/pelletier/go-buffruneio c37440a7cf42ac63b919c752ca73a85067e05992
1776SRCREV_go-buffruneio="c37440a7cf42ac63b919c752ca73a85067e05992"
1777SRC_URI += "git://github.com/pelletier/go-buffruneio;name=go-buffruneio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-buffruneio"
1778
1779# github.com/pelletier/go-toml v1.9.4
1780# [1] git ls-remote https://github.com/pelletier/go-toml b8ba995eaaba4be30c8a8090bdfb4aa61af52054
1781SRCREV_go-toml="b8ba995eaaba4be30c8a8090bdfb4aa61af52054"
1782SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml"
1783
1784# github.com/peterbourgon/diskv v2.0.1+incompatible
1785# [1] git ls-remote https://github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6
1786SRCREV_diskv="5f041e8faa004a95c88a202771f4cc3e991971e6"
1787SRC_URI += "git://github.com/peterbourgon/diskv;name=diskv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/peterbourgon/diskv"
1788
1789# github.com/pierrec/lz4 v2.6.0+incompatible
1790# [1] git ls-remote https://github.com/pierrec/lz4 0e583d326e0ec6b9c1ad223188dc709af385408e
1791SRCREV_lz4="0e583d326e0ec6b9c1ad223188dc709af385408e"
1792SRC_URI += "git://github.com/pierrec/lz4;name=lz4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pierrec/lz4"
1793
1794# github.com/pkg/errors v0.9.1
1795# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465
1796SRCREV_errors123="614d223910a179a466c1767a985424175c39b465"
1797SRC_URI += "git://github.com/pkg/errors;name=errors123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors"
1798
1799# github.com/pkg/sftp v1.10.1
1800# [1] git ls-remote https://github.com/pkg/sftp 43d3a6e716b1ed42563b40666089f29a19c2ce9d
1801SRCREV_sftp="43d3a6e716b1ed42563b40666089f29a19c2ce9d"
1802SRC_URI += "git://github.com/pkg/sftp;name=sftp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/sftp"
1803
1804# github.com/pmezard/go-difflib v1.0.0
1805# [1] git ls-remote https://github.com/pmezard/go-difflib c0b812dadcf4498dede02bb7f0c5c478be997e34
1806SRCREV_go-difflib="c0b812dadcf4498dede02bb7f0c5c478be997e34"
1807SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib"
1808
1809# github.com/posener/complete v1.1.1
1810# [1] git ls-remote https://github.com/posener/complete 98eb9847f27ba2008d380a32c98be474dea55bdf
1811SRCREV_complete="98eb9847f27ba2008d380a32c98be474dea55bdf"
1812SRC_URI += "git://github.com/posener/complete;name=complete;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/posener/complete"
1813
1814# github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021
1815# [1] git ls-remote https://github.com/pquerna/cachecontrol 0dec1b30a0215bb68605dfc568e8855066c9202d
1816SRCREV_cachecontrol="0dec1b30a0215bb68605dfc568e8855066c9202d"
1817SRC_URI += "git://github.com/pquerna/cachecontrol;name=cachecontrol;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pquerna/cachecontrol"
1818
1819# github.com/prometheus/client_golang v1.11.0
1820# [1] git ls-remote https://github.com/prometheus/client_golang 9b6b6df74a146d5e700cd7205818ad6b2f0afec2
1821SRCREV_client_golang="9b6b6df74a146d5e700cd7205818ad6b2f0afec2"
1822SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang"
1823
1824# github.com/prometheus/client_model v0.2.0
1825# [1] git ls-remote https://github.com/prometheus/client_model f44e7adcba5ee54c8a94709e6fc300d83245f171
1826SRCREV_client_model="f44e7adcba5ee54c8a94709e6fc300d83245f171"
1827SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model"
1828
1829# github.com/prometheus/common v0.26.0
1830# [1] git ls-remote https://github.com/prometheus/common 529a9a7d1e855d053e72af381608b7f89ac0e6e6
1831SRCREV_common="529a9a7d1e855d053e72af381608b7f89ac0e6e6"
1832SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common"
1833
1834# github.com/prometheus/procfs v0.6.0
1835# [1] git ls-remote https://github.com/prometheus/procfs 3d15d641cf3611be0d06474548e5e41c3e514df9
1836SRCREV_procfs="3d15d641cf3611be0d06474548e5e41c3e514df9"
1837SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs"
1838
1839# github.com/prometheus/tsdb v0.7.1
1840# [1] git ls-remote https://github.com/prometheus/tsdb 249a0812a512567b7278c767772d4bd7bdddefcd
1841SRCREV_tsdb="249a0812a512567b7278c767772d4bd7bdddefcd"
1842SRC_URI += "git://github.com/prometheus/tsdb;name=tsdb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/tsdb"
1843
1844# github.com/qri-io/starlib v0.4.2-0.20200213133954-ff2e8cd5ef8d
1845# [1] git ls-remote https://github.com/qri-io/starlib ff2e8cd5ef8d5cfec439238ec91bc1f03c84b306
1846SRCREV_starlib="ff2e8cd5ef8d5cfec439238ec91bc1f03c84b306"
1847SRC_URI += "git://github.com/qri-io/starlib;name=starlib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/qri-io/starlib"
1848
1849# github.com/quobyte/api v0.1.8
1850# [1] git ls-remote https://github.com/quobyte/api 61b1aa26de01c522ca8a2c713443137c99760036
1851SRCREV_api1="61b1aa26de01c522ca8a2c713443137c99760036"
1852SRC_URI += "git://github.com/quobyte/api;name=api1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/quobyte/api"
1853
1854# github.com/rancher/dynamiclistener v0.3.1
1855# [1] git ls-remote https://github.com/rancher/dynamiclistener 43f9c3ae0a4fe7e689b2e2ed5a7064ed01ad8e64
1856SRCREV_dynamiclistener="43f9c3ae0a4fe7e689b2e2ed5a7064ed01ad8e64"
1857SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/dynamiclistener"
1858
1859# github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08
1860# [1] git ls-remote https://github.com/rancher/lasso fc3ebd901c086dc8e4bfe2c07edf03c118572924
1861SRCREV_lasso="fc3ebd901c086dc8e4bfe2c07edf03c118572924"
1862SRC_URI += "git://github.com/rancher/lasso;name=lasso;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/lasso"
1863
1864# github.com/rancher/remotedialer v0.2.0
1865# [1] git ls-remote https://github.com/rancher/remotedialer 3d086baa0d95326b73f6f1d16286cc04fc856790
1866SRCREV_remotedialer="3d086baa0d95326b73f6f1d16286cc04fc856790"
1867SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/remotedialer"
1868
1869# github.com/rancher/wharfie v0.5.1
1870# [1] git ls-remote https://github.com/rancher/wharfie 80cc0b0ce983af2d75be7846e006d69fa5d64570
1871SRCREV_wharfie="80cc0b0ce983af2d75be7846e006d69fa5d64570"
1872SRC_URI += "git://github.com/rancher/wharfie;name=wharfie;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wharfie"
1873
1874# github.com/rancher/wrangler v0.8.11-0.20220211163748-d5a8ee98be5f
1875# [1] git ls-remote https://github.com/rancher/wrangler d5a8ee98be5f6eb429253d080017bd6dc691db97
1876SRCREV_wrangler="d5a8ee98be5f6eb429253d080017bd6dc691db97"
1877SRC_URI += "git://github.com/rancher/wrangler;name=wrangler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wrangler"
1878
1879# github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446
1880# [1] git ls-remote https://github.com/remyoudompheng/bigfft 52369c62f4463a21c8ff8531194c5526322b8521
1881SRCREV_bigfft="52369c62f4463a21c8ff8531194c5526322b8521"
1882SRC_URI += "git://github.com/remyoudompheng/bigfft;name=bigfft;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/remyoudompheng/bigfft"
1883
1884# github.com/robfig/cron/v3 v3.0.1
1885# [1] git ls-remote https://github.com/robfig/cron ccba498c397bb90a9c84945bbb0f7af2d72b6309
1886SRCREV_v31="ccba498c397bb90a9c84945bbb0f7af2d72b6309"
1887SRC_URI += "git://github.com/robfig/cron;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/robfig/cron/v3"
1888
1889# github.com/rogpeppe/fastuuid v1.2.0
1890# [1] git ls-remote https://github.com/rogpeppe/fastuuid 10c3923834d38e951ae8f627bfec2dc632c5b6cb
1891SRCREV_fastuuid="10c3923834d38e951ae8f627bfec2dc632c5b6cb"
1892SRC_URI += "git://github.com/rogpeppe/fastuuid;name=fastuuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/fastuuid"
1893
1894# github.com/rogpeppe/go-internal v1.3.0
1895# [1] git ls-remote https://github.com/rogpeppe/go-internal c41aae108fba1a0e55d440c3046043e1c32c4f9a
1896SRCREV_go-internal="c41aae108fba1a0e55d440c3046043e1c32c4f9a"
1897SRC_URI += "git://github.com/rogpeppe/go-internal;name=go-internal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/go-internal"
1898
1899# github.com/rootless-containers/rootlesskit v0.14.5
1900# [1] git ls-remote https://github.com/rootless-containers/rootlesskit e2d540ea3318e9e72ce2fb00734a0ac102efe733
1901SRCREV_rootlesskit="e2d540ea3318e9e72ce2fb00734a0ac102efe733"
1902SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/rootlesskit"
1903
1904# github.com/rs/xid v1.3.0
1905# [1] git ls-remote https://github.com/rs/xid efa678f304ab65d6d57eedcb086798381ae22206
1906SRCREV_xid="efa678f304ab65d6d57eedcb086798381ae22206"
1907SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/xid"
1908
1909# github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021
1910# [1] git ls-remote https://github.com/rubiojr/go-vhd 02e2102990218160c1cb608a3e9679312a3b8425
1911SRCREV_go-vhd="02e2102990218160c1cb608a3e9679312a3b8425"
1912SRC_URI += "git://github.com/rubiojr/go-vhd;name=go-vhd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rubiojr/go-vhd"
1913
1914# github.com/russross/blackfriday v1.5.2
1915# [1] git ls-remote https://github.com/russross/blackfriday 05f3235734ad95d0016f6a23902f06461fcf567a
1916SRCREV_blackfriday="05f3235734ad95d0016f6a23902f06461fcf567a"
1917SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday"
1918
1919# github.com/russross/blackfriday/v2 v2.1.0
1920# [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049
1921SRCREV_v21234="4c9bf9512682b995722660a4196c0013228e2049"
1922SRC_URI += "git://github.com/russross/blackfriday;name=v21234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday/v2"
1923
1924# github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f
1925# [1] git ls-remote https://github.com/ryanuber/columnize 9b3edd62028f107d7cabb19353292afd29311a4e
1926SRCREV_columnize="9b3edd62028f107d7cabb19353292afd29311a4e"
1927SRC_URI += "git://github.com/ryanuber/columnize;name=columnize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ryanuber/columnize"
1928
1929# github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8
1930# [1] git ls-remote https://github.com/safchain/ethtool 42ed695e3de80b9d695f280295fd7994639f209d
1931SRCREV_ethtool1="42ed695e3de80b9d695f280295fd7994639f209d"
1932SRC_URI += "git://github.com/safchain/ethtool;name=ethtool1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/safchain/ethtool"
1933
1934# github.com/satori/go.uuid v1.2.0
1935# [1] git ls-remote https://github.com/satori/go.uuid fe3bd84a0754cc4deb35c1398cd0ebd23f1d8a41
1936SRCREV_go.uuid="fe3bd84a0754cc4deb35c1398cd0ebd23f1d8a41"
1937SRC_URI += "git://github.com/satori/go.uuid;name=go.uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/satori/go.uuid"
1938
1939# github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
1940# [1] git ls-remote https://github.com/sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372
1941SRCREV_seed="e2103e2c35297fb7e17febb81e49b312087a2372"
1942SRC_URI += "git://github.com/sean-/seed;name=seed;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sean-/seed"
1943
1944# github.com/seccomp/libseccomp-golang v0.9.1
1945# [1] git ls-remote https://github.com/seccomp/libseccomp-golang 8107a3debc22fba7e6e48099eb3e1090bf6c78ba
1946SRCREV_libseccomp-golang="8107a3debc22fba7e6e48099eb3e1090bf6c78ba"
1947SRC_URI += "git://github.com/seccomp/libseccomp-golang;name=libseccomp-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/seccomp/libseccomp-golang"
1948
1949# github.com/sergi/go-diff v1.1.0
1950# [1] git ls-remote https://github.com/sergi/go-diff 6a0dfe7dd071f7a6a16e06409e39d73bca00f2d4
1951SRCREV_go-diff="6a0dfe7dd071f7a6a16e06409e39d73bca00f2d4"
1952SRC_URI += "git://github.com/sergi/go-diff;name=go-diff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sergi/go-diff"
1953
1954# github.com/shurcooL/sanitized_anchor_name v1.0.0
1955# [1] git ls-remote https://github.com/shurcooL/sanitized_anchor_name 7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615
1956SRCREV_sanitized_anchor_name="7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615"
1957SRC_URI += "git://github.com/shurcooL/sanitized_anchor_name;name=sanitized_anchor_name;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shurcooL/sanitized_anchor_name"
1958
1959# github.com/sirupsen/logrus v1.8.1
1960# [1] git ls-remote https://github.com/sirupsen/logrus bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b
1961SRCREV_logrus="bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b"
1962SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
1963
1964# github.com/smartystreets/assertions v1.1.0
1965# [1] git ls-remote https://github.com/smartystreets/assertions b40663cb802db13783b76a18589060864ab8df1f
1966SRCREV_assertions="b40663cb802db13783b76a18589060864ab8df1f"
1967SRC_URI += "git://github.com/smartystreets/assertions;name=assertions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/smartystreets/assertions"
1968
1969# github.com/smartystreets/goconvey v1.6.4
1970# [1] git ls-remote https://github.com/smartystreets/goconvey 505e419363375c0dc132d3ac02632a4ee32199ca
1971SRCREV_goconvey="505e419363375c0dc132d3ac02632a4ee32199ca"
1972SRC_URI += "git://github.com/smartystreets/goconvey;name=goconvey;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/smartystreets/goconvey"
1973
1974# github.com/soheilhy/cmux v0.1.5
1975# [1] git ls-remote https://github.com/soheilhy/cmux 5ec6847320e53b5fee0ab9a4757b56625a946c85
1976SRCREV_cmux="5ec6847320e53b5fee0ab9a4757b56625a946c85"
1977SRC_URI += "git://github.com/soheilhy/cmux;name=cmux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/soheilhy/cmux"
1978
1979# github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
1980# [1] git ls-remote https://github.com/songgao/water 2b4b6d7c09d80835e5f13f6b040d69f00a158b24
1981SRCREV_water="2b4b6d7c09d80835e5f13f6b040d69f00a158b24"
1982SRC_URI += "git://github.com/songgao/water;name=water;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/songgao/water"
1983
1984# github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
1985# [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc
1986SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc"
1987SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spaolacci/murmur3"
1988
1989# github.com/spf13/afero v1.6.0
1990# [1] git ls-remote https://github.com/spf13/afero bc94f58beda5dbff6f74599fcb1f1717c5b1c111
1991SRCREV_afero="bc94f58beda5dbff6f74599fcb1f1717c5b1c111"
1992SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/afero"
1993
1994# github.com/spf13/cast v1.3.1
1995# [1] git ls-remote https://github.com/spf13/cast 1ffadf551085444af981432dd0f6d1160c11ec64
1996SRCREV_cast="1ffadf551085444af981432dd0f6d1160c11ec64"
1997SRC_URI += "git://github.com/spf13/cast;name=cast;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cast"
1998
1999# github.com/spf13/cobra v1.2.1
2000# [1] git ls-remote https://github.com/spf13/cobra de187e874d1ca382320088f8f6d76333408e5c2e
2001SRCREV_cobra="de187e874d1ca382320088f8f6d76333408e5c2e"
2002SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
2003
2004# github.com/spf13/jwalterweatherman v1.1.0
2005# [1] git ls-remote https://github.com/spf13/jwalterweatherman 94f6ae3ed3bceceafa716478c5fbf8d29ca601a1
2006SRCREV_jwalterweatherman="94f6ae3ed3bceceafa716478c5fbf8d29ca601a1"
2007SRC_URI += "git://github.com/spf13/jwalterweatherman;name=jwalterweatherman;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/jwalterweatherman"
2008
2009# github.com/spf13/pflag v1.0.5
2010# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab
2011SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
2012SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
2013
2014# github.com/spf13/viper v1.8.1
2015# [1] git ls-remote https://github.com/spf13/viper 50df275b9f7ebeab30e4859dc9bb58b2535d40d0
2016SRCREV_viper="50df275b9f7ebeab30e4859dc9bb58b2535d40d0"
2017SRC_URI += "git://github.com/spf13/viper;name=viper;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/viper"
2018
2019# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
2020# [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99
2021SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99"
2022SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stefanberger/go-pkcs11uri"
2023
2024# github.com/stoewer/go-strcase v1.2.0
2025# [1] git ls-remote https://github.com/stoewer/go-strcase 7962b205553802087345c0b4c74d57b65236f676
2026SRCREV_go-strcase="7962b205553802087345c0b4c74d57b65236f676"
2027SRC_URI += "git://github.com/stoewer/go-strcase;name=go-strcase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stoewer/go-strcase"
2028
2029# github.com/storageos/go-api v2.2.0+incompatible
2030# [1] git ls-remote https://github.com/storageos/go-api d6e6bab2519238b8a582cabd2f4a71cca81963aa
2031SRCREV_go-api="d6e6bab2519238b8a582cabd2f4a71cca81963aa"
2032SRC_URI += "git://github.com/storageos/go-api;name=go-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/storageos/go-api"
2033
2034# github.com/stretchr/objx v0.2.0
2035# [1] git ls-remote https://github.com/stretchr/objx ea4fe68685ee0d3cee7032121851b57e7494e8ea
2036SRCREV_objx="ea4fe68685ee0d3cee7032121851b57e7494e8ea"
2037SRC_URI += "git://github.com/stretchr/objx;name=objx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/objx"
2038
2039# github.com/stretchr/testify v1.7.0
2040# [1] git ls-remote https://github.com/stretchr/testify acba37e5db06f0093b465a7d47822bf13644b66c
2041SRCREV_testify1="acba37e5db06f0093b465a7d47822bf13644b66c"
2042SRC_URI += "git://github.com/stretchr/testify;name=testify1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify"
2043
2044# github.com/subosito/gotenv v1.2.0
2045# [1] git ls-remote https://github.com/subosito/gotenv 4611354b6b3c13ad584fed71faf1f970aab511c3
2046SRCREV_gotenv="4611354b6b3c13ad584fed71faf1f970aab511c3"
2047SRC_URI += "git://github.com/subosito/gotenv;name=gotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/subosito/gotenv"
2048
2049# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
2050# [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb
2051SRCREV_gocapability="42c35b4376354fd554efc7ad35e0b7f94e3a0ffb"
2052SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/syndtr/gocapability"
2053
2054# github.com/tchap/go-patricia v2.3.0+incompatible
2055# [1] git ls-remote https://github.com/tchap/go-patricia a7f0089c6f496e8e70402f61733606daa326cac5
2056SRCREV_go-patricia="a7f0089c6f496e8e70402f61733606daa326cac5"
2057SRC_URI += "git://github.com/tchap/go-patricia;name=go-patricia;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tchap/go-patricia"
2058
2059# github.com/tencentcloud/tencentcloud-sdk-go v1.0.67
2060# [1] git ls-remote https://github.com/tencentcloud/tencentcloud-sdk-go d1f36c65d42b2276260adba712fcd48fa20f2ad3
2061SRCREV_tencentcloud-sdk-go="d1f36c65d42b2276260adba712fcd48fa20f2ad3"
2062SRC_URI += "git://github.com/tencentcloud/tencentcloud-sdk-go;name=tencentcloud-sdk-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tencentcloud/tencentcloud-sdk-go"
2063
2064# github.com/tidwall/pretty v1.0.0
2065# [1] git ls-remote https://github.com/tidwall/pretty 1166b9ac2b65e46a43d8618d30d1554f4652d49b
2066SRCREV_pretty12="1166b9ac2b65e46a43d8618d30d1554f4652d49b"
2067SRC_URI += "git://github.com/tidwall/pretty;name=pretty12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty"
2068
2069# github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
2070# [1] git ls-remote https://github.com/tmc/grpc-websocket-proxy e5319fda780223b9d4d06dba2059a26ebff67b8a
2071SRCREV_grpc-websocket-proxy="e5319fda780223b9d4d06dba2059a26ebff67b8a"
2072SRC_URI += "git://github.com/tmc/grpc-websocket-proxy;name=grpc-websocket-proxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tmc/grpc-websocket-proxy"
2073
2074# github.com/u-root/u-root v7.0.0+incompatible
2075# [1] git ls-remote https://github.com/u-root/u-root 5e45509ddd2c688178bff8fc796b028f2a752ecd
2076SRCREV_u-root="5e45509ddd2c688178bff8fc796b028f2a752ecd"
2077SRC_URI += "git://github.com/u-root/u-root;name=u-root;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/u-root/u-root"
2078
2079# github.com/ugorji/go v1.1.4
2080# [1] git ls-remote https://github.com/ugorji/go 2adff0894ba3bc2eeb9f9aea45fefd49802e1a13
2081SRCREV_go123="2adff0894ba3bc2eeb9f9aea45fefd49802e1a13"
2082SRC_URI += "git://github.com/ugorji/go;name=go123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ugorji/go"
2083
2084# github.com/urfave/cli v1.22.4
2085# [1] git ls-remote https://github.com/urfave/cli 053ba9dd02d2bfb768da2c1c50370c59d41dc04b
2086SRCREV_cli12="053ba9dd02d2bfb768da2c1c50370c59d41dc04b"
2087SRC_URI += "git://github.com/urfave/cli;name=cli12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli"
2088
2089# github.com/urfave/cli/v2 v2.3.0
2090# [1] git ls-remote https://github.com/urfave/cli 09ac54c2f97f4249282baf266c54a09fab1bef58
2091SRCREV_v212345="09ac54c2f97f4249282baf266c54a09fab1bef58"
2092SRC_URI += "git://github.com/urfave/cli;name=v212345;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli/v2"
2093
2094# github.com/urfave/negroni v1.0.0
2095# [1] git ls-remote https://github.com/urfave/negroni c6a59be0ce122566695fbd5e48a77f8f10c8a63a
2096SRCREV_negroni="c6a59be0ce122566695fbd5e48a77f8f10c8a63a"
2097SRC_URI += "git://github.com/urfave/negroni;name=negroni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/negroni"
2098
2099# github.com/vbatts/tar-split v0.11.2
2100# [1] git ls-remote https://github.com/vbatts/tar-split 6f35a43a158e8592b08db7e910de4236256df15f
2101SRCREV_tar-split="6f35a43a158e8592b08db7e910de4236256df15f"
2102SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vbatts/tar-split"
2103
2104# github.com/vektah/gqlparser v1.1.2
2105# [1] git ls-remote https://github.com/vektah/gqlparser 05741cdb0871330d8bc980d4afd21ab34eceee83
2106SRCREV_gqlparser="05741cdb0871330d8bc980d4afd21ab34eceee83"
2107SRC_URI += "git://github.com/vektah/gqlparser;name=gqlparser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vektah/gqlparser"
2108
2109# github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
2110# [1] git ls-remote https://github.com/vishvananda/netlink d40f9887b852ec4ce633f2a46734422c87fc8336
2111SRCREV_netlink1="d40f9887b852ec4ce633f2a46734422c87fc8336"
2112SRC_URI += "git://github.com/vishvananda/netlink;name=netlink1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink"
2113
2114# github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
2115# [1] git ls-remote https://github.com/vishvananda/netns 2eb08e3e575f00733a612d25cc5d7470f8db6f35
2116SRCREV_netns="2eb08e3e575f00733a612d25cc5d7470f8db6f35"
2117SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns"
2118
2119# github.com/vmware/govmomi v0.20.3
2120# [1] git ls-remote https://github.com/vmware/govmomi df148c315eaf6a84f23771aca1bce8a5e6dc6de9
2121SRCREV_govmomi="df148c315eaf6a84f23771aca1bce8a5e6dc6de9"
2122SRC_URI += "git://github.com/vmware/govmomi;name=govmomi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vmware/govmomi"
2123
2124# github.com/willf/bitset v1.1.11
2125# [1] git ls-remote https://github.com/willf/bitset 559910e8471e48d76d9e5a1ba15842dee77ad45d
2126SRCREV_bitset1="559910e8471e48d76d9e5a1ba15842dee77ad45d"
2127SRC_URI += "git://github.com/willf/bitset;name=bitset1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/willf/bitset"
2128
2129# github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
2130# [1] git ls-remote https://github.com/xiang90/probing 43a291ad63a214a207fefbf03c7d9d78b703162b
2131SRCREV_probing="43a291ad63a214a207fefbf03c7d9d78b703162b"
2132SRC_URI += "git://github.com/xiang90/probing;name=probing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xiang90/probing"
2133
2134# github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca
2135# [1] git ls-remote https://github.com/xlab/treeprint a009c3971eca89777614839eb7f69abed3ea3959
2136SRCREV_treeprint="a009c3971eca89777614839eb7f69abed3ea3959"
2137SRC_URI += "git://github.com/xlab/treeprint;name=treeprint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xlab/treeprint"
2138
2139# github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
2140# [1] git ls-remote https://github.com/xordataexchange/crypt b2862e3d0a775f18c7cfe02273500ae307b61218
2141SRCREV_crypt1="b2862e3d0a775f18c7cfe02273500ae307b61218"
2142SRC_URI += "git://github.com/xordataexchange/crypt;name=crypt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xordataexchange/crypt"
2143
2144# github.com/yuin/goldmark v1.4.1
2145# [1] git ls-remote https://github.com/yuin/goldmark 829d874034a5048e1a5c6354dcd8b40e1e41c3a2
2146SRCREV_goldmark="829d874034a5048e1a5c6354dcd8b40e1e41c3a2"
2147SRC_URI += "git://github.com/yuin/goldmark;name=goldmark;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuin/goldmark"
2148
2149# go.etcd.io/bbolt v1.3.6
2150# [1] git ls-remote https://github.com/etcd-io/bbolt 32406da58029624a55b1ad25b8ea6f0582021dd6
2151SRCREV_bbolt1="32406da58029624a55b1ad25b8ea6f0582021dd6"
2152SRC_URI += "git://github.com/etcd-io/bbolt;name=bbolt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.etcd.io/bbolt"
2153
2154# go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489
2155# [1] git ls-remote https://github.com/etcd-io/etcd dd1b699fc4895de8cc23c3cac5a428c37eee384a
2156SRCREV_etcd1="dd1b699fc4895de8cc23c3cac5a428c37eee384a"
2157SRC_URI += "git://github.com/etcd-io/etcd;name=etcd1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.etcd.io/etcd"
2158
2159# github.com/k3s-io/etcd/api/v3 v3.5.1-k3s1
2160# [1] git ls-remote https://github.com/k3s-io/etcd 643f36c2206cf25c8103cccc4a5e036092ee51d0
2161SRCREV_v312="643f36c2206cf25c8103cccc4a5e036092ee51d0"
2162SRC_URI += "git://github.com/k3s-io/etcd;name=v312;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/api/v3"
2163
2164# go.etcd.io/etcd/client/pkg/v3 v3.5.1
2165# [1] git ls-remote https://github.com/etcd-io/etcd 41e93a0e15df55891f00a7c5630363b5f7c6a62e
2166SRCREV_v3123="41e93a0e15df55891f00a7c5630363b5f7c6a62e"
2167SRC_URI += "git://github.com/etcd-io/etcd;name=v3123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/pkg/v3"
2168
2169# go.etcd.io/etcd/client/v2 v2.305.1
2170# [1] git ls-remote https://github.com/etcd-io/etcd 7c472a964e870180a698836923a5325cd70e36bd
2171SRCREV_v2123456="7c472a964e870180a698836923a5325cd70e36bd"
2172SRC_URI += "git://github.com/etcd-io/etcd;name=v2123456;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/v2"
2173
2174# go.etcd.io/etcd/pkg/v3 v3.5.1
2175# [1] git ls-remote https://github.com/etcd-io/etcd 41e93a0e15df55891f00a7c5630363b5f7c6a62e
2176SRCREV_v3123456="41e93a0e15df55891f00a7c5630363b5f7c6a62e"
2177SRC_URI += "git://github.com/etcd-io/etcd;name=v3123456;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/pkg/v3"
2178
2179# go.etcd.io/etcd/raft/v3 v3.5.1
2180# [1] git ls-remote https://github.com/etcd-io/etcd 41e93a0e15df55891f00a7c5630363b5f7c6a62e
2181SRCREV_v31234567="41e93a0e15df55891f00a7c5630363b5f7c6a62e"
2182SRC_URI += "git://github.com/etcd-io/etcd;name=v31234567;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/pkg/v3"
2183
2184# [2] failed: fatal: repository 'https://go.mongodb.org/' not found
2185# site; go.mongodb.org/mongo-driver
2186# git ls-remote https://go.mongodb.org v1.1.2
2187# SRCREV_mongo-driver="deadbeef"
2188# SRC_URI += "git://go.mongodb.org;name=mongo-driver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mongodb.org/mongo-driver"
2189
2190# go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
2191# [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21
2192SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21"
2193SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7"
2194
2195# go.opencensus.io v0.23.0
2196# [1] git ls-remote https://github.com/census-instrumentation/opencensus-go 49838f207d61097fc0ebb8aeef306913388376ca
2197SRCREV_go.opencensus.io="49838f207d61097fc0ebb8aeef306913388376ca"
2198SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opencensus.io"
2199
2200# go.opentelemetry.io/contrib v0.20.0
2201# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 26f8fdc236a8b3dab4abbb0c2f13f1a37f47fde6
2202SRCREV_contrib="26f8fdc236a8b3dab4abbb0c2f13f1a37f47fde6"
2203SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=contrib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib"
2204
2205# go.opentelemetry.io/otel v0.20.0
2206# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 842e1a46712b10d9ab5934254f81787d957f8d21
2207SRCREV_otel="842e1a46712b10d9ab5934254f81787d957f8d21"
2208SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel"
2209
2210# go.opentelemetry.io/proto/otlp v0.7.0
2211# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 5439eb8c2edea5f9fcbe1ea9993624a7ad74215c
2212SRCREV_otlp1="5439eb8c2edea5f9fcbe1ea9993624a7ad74215c"
2213SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp"
2214
2215# go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
2216# [1] git ls-remote https://github.com/google/starlark-go 8dd3e2ee1dd5d034baada4c7b4fcf231294a1013
2217SRCREV_go.starlark.net="8dd3e2ee1dd5d034baada4c7b4fcf231294a1013"
2218SRC_URI += "git://github.com/google/starlark-go;name=go.starlark.net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/starlark-go"
2219
2220# go.uber.org/atomic v1.7.0
2221# [1] git ls-remote https://github.com/uber-go/atomic 3f685f518c6a22050970a225fdf0097079f525f8
2222SRCREV_atomic="3f685f518c6a22050970a225fdf0097079f525f8"
2223SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic"
2224
2225# go.uber.org/goleak v1.1.10
2226# [1] git ls-remote https://github.com/uber-go/goleak 8186b793a375782d05df2748849e26b541b19ace
2227SRCREV_goleak="8186b793a375782d05df2748849e26b541b19ace"
2228SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/goleak"
2229
2230# go.uber.org/multierr v1.6.0
2231# [1] git ls-remote https://github.com/uber-go/multierr aa4dba30678ced01398aaed615ad69f3bb35de3a
2232SRCREV_multierr="aa4dba30678ced01398aaed615ad69f3bb35de3a"
2233SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr"
2234
2235# go.uber.org/zap v1.17.0
2236# [1] git ls-remote https://github.com/uber-go/zap 2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0
2237SRCREV_zap="2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0"
2238SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap"
2239
2240# golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
2241# [1] git ls-remote https://go.googlesource.com/crypto 5ea612d1eb830b38bc4e914e37f55311eb58adce
2242SRCREV_crypto="5ea612d1eb830b38bc4e914e37f55311eb58adce"
2243SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/crypto"
2244
2245# golang.org/x/exp v0.0.0-20210220032938-85be41e4509f
2246# [1] git ls-remote https://go.googlesource.com/exp 85be41e4509f417cbf99006a027aef75deb8afd1
2247SRCREV_exp="85be41e4509f417cbf99006a027aef75deb8afd1"
2248SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/exp"
2249
2250# golang.org/x/image v0.0.0-20190802002840-cff245a6509b
2251# [1] git ls-remote https://go.googlesource.com/image cff245a6509b8c4de022d0d5b9037c503c5989d6
2252SRCREV_image="cff245a6509b8c4de022d0d5b9037c503c5989d6"
2253SRC_URI += "git://go.googlesource.com/image;name=image;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/image"
2254
2255# golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
2256# [1] git ls-remote https://go.googlesource.com/lint 6edffad5e6160f5949cdefc81710b2706fbcd4f6
2257SRCREV_lint="6edffad5e6160f5949cdefc81710b2706fbcd4f6"
2258SRC_URI += "git://go.googlesource.com/lint;name=lint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/lint"
2259
2260# golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f
2261# [1] git ls-remote https://go.googlesource.com/mobile e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9
2262SRCREV_mobile="e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9"
2263SRC_URI += "git://go.googlesource.com/mobile;name=mobile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/mobile"
2264
2265# golang.org/x/mod v0.5.1
2266# [1] git ls-remote https://go.googlesource.com/mod 49f84bccfd3469cb3095201f7855641bcc8eb49a
2267SRCREV_mod="49f84bccfd3469cb3095201f7855641bcc8eb49a"
2268SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/mod"
2269
2270# golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
2271# [1] git ls-remote https://go.googlesource.com/net a5a99cb37ef4b68617775ab669177656090ab396
2272SRCREV_net="a5a99cb37ef4b68617775ab669177656090ab396"
2273SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/net"
2274
2275# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
2276# [1] git ls-remote https://go.googlesource.com/oauth2 d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe
2277SRCREV_oauth2="d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe"
2278SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/oauth2"
2279
2280# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2281# [1] git ls-remote https://go.googlesource.com/sync 036812b2e83c0ddf193dd5a34e034151da389d09
2282SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09"
2283SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sync"
2284
2285# golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e
2286# [1] git ls-remote https://go.googlesource.com/sys f4d43177bf5e2ee98617956e417d0555d4b69c17
2287SRCREV_sys="f4d43177bf5e2ee98617956e417d0555d4b69c17"
2288SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sys"
2289
2290# golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
2291# [1] git ls-remote https://go.googlesource.com/term 6a3ed077a48de71621ad530f9078fffa0bc0ce32
2292SRCREV_term1="6a3ed077a48de71621ad530f9078fffa0bc0ce32"
2293SRC_URI += "git://go.googlesource.com/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/term"
2294
2295# golang.org/x/text v0.3.7
2296# [1] git ls-remote https://go.googlesource.com/text 3cd4007149f3f883d229d707172ed356727aae99
2297SRCREV_text1="3cd4007149f3f883d229d707172ed356727aae99"
2298SRC_URI += "git://go.googlesource.com/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/text"
2299
2300# golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
2301# [1] git ls-remote https://go.googlesource.com/time 1f47c861a9ac5a6e7645609f91b895398ff31642
2302SRCREV_time="1f47c861a9ac5a6e7645609f91b895398ff31642"
2303SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/time"
2304
2305# golang.org/x/tools v0.1.8
2306# [1] git ls-remote https://go.googlesource.com/tools e212aff8fd146c44ddb0167c1dfbd5531d6c9213
2307SRCREV_tools="e212aff8fd146c44ddb0167c1dfbd5531d6c9213"
2308SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/tools"
2309
2310# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
2311# [1] git ls-remote https://go.googlesource.com/xerrors 5ec99f83aff198f5fbd629d6c8d8eb38a04218ca
2312SRCREV_xerrors="5ec99f83aff198f5fbd629d6c8d8eb38a04218ca"
2313SRC_URI += "git://go.googlesource.com/xerrors;name=xerrors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/xerrors"
2314
2315# golang.zx2c4.com/go118/netip v0.0.0-20211111135330-a4a02eeacf9d
2316# [1] git ls-remote https://git.zx2c4.com/go118-netip a4a02eeacf9d49566df85e8cff878e5527e51779
2317SRCREV_netip="a4a02eeacf9d49566df85e8cff878e5527e51779"
2318SRC_URI += "git://git.zx2c4.com/go118-netip;name=netip;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/go118/netip"
2319
2320# golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224
2321# [1] git ls-remote https://git.zx2c4.com/wintun-go 415007cec224e00ca8633a5d70c258cf9ab0cddd
2322SRCREV_wintun="415007cec224e00ca8633a5d70c258cf9ab0cddd"
2323SRC_URI += "git://git.zx2c4.com/wintun-go;name=wintun;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wintun"
2324
2325# golang.zx2c4.com/wireguard v0.0.0-20220117163742-e0b8f11489c5
2326# [1] git ls-remote https://git.zx2c4.com/wireguard-go e0b8f11489c57cbb38b12ae446cf41c4df6ac553
2327SRCREV_wireguard="e0b8f11489c57cbb38b12ae446cf41c4df6ac553"
2328SRC_URI += "git://git.zx2c4.com/wireguard-go;name=wireguard;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard"
2329
2330# golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211230205640-daad0b7ba671
2331# [1] git ls-remote https://github.com/WireGuard/wgctrl-go daad0b7ba671c0e628de07c6d16d24dbd0d8a55e
2332SRCREV_wgctrl="daad0b7ba671c0e628de07c6d16d24dbd0d8a55e"
2333SRC_URI += "git://github.com/WireGuard/wgctrl-go;name=wgctrl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard/wgctrl"
2334
2335# gonum.org/v1/gonum v0.6.2
2336# [1] git ls-remote https://github.com/gonum/gonum d85700d137aa397729110bf2a38ada165a5aa4f9
2337SRCREV_gonum="d85700d137aa397729110bf2a38ada165a5aa4f9"
2338SRC_URI += "git://github.com/gonum/gonum;name=gonum;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gonum/gonum"
2339
2340# gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e
2341# [1] git ls-remote https://github.com/gonum/netlib 76723241ea4ea9096177178f67ff221166249992
2342SRCREV_netlib="76723241ea4ea9096177178f67ff221166249992"
2343SRC_URI += "git://github.com/gonum/netlib;name=netlib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gonum/netlib"
2344
2345# gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b
2346# [1] git ls-remote https://github.com/gonum/plot e2840ee46a6b612972d746f9fea9920d329a0605
2347SRCREV_plot="e2840ee46a6b612972d746f9fea9920d329a0605"
2348SRC_URI += "git://github.com/gonum/plot;name=plot;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gonum/plot"
2349
2350# google.golang.org/api v0.57.0
2351# [1] git ls-remote https://github.com/googleapis/google-api-go-client 5dffc2b13eedc703d5e81c47bc3d2029a48203cb
2352SRCREV_api12="5dffc2b13eedc703d5e81c47bc3d2029a48203cb"
2353SRC_URI += "git://github.com/googleapis/google-api-go-client;name=api12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/api"
2354
2355# google.golang.org/appengine v1.6.7
2356# [1] git ls-remote https://github.com/golang/appengine 5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a
2357SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a"
2358SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/appengine"
2359
2360# google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
2361# [1] git ls-remote https://github.com/googleapis/go-genproto e50cd9704f63023d62cd06a1994b98227fc4d21a
2362SRCREV_genproto="e50cd9704f63023d62cd06a1994b98227fc4d21a"
2363SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto"
2364
2365# google.golang.org/grpc v1.38.0
2366# [1] git ls-remote https://github.com/grpc/grpc-go 0257c8657362b76f24e7a8cfb61df48d4cb735d3
2367SRCREV_grpc="0257c8657362b76f24e7a8cfb61df48d4cb735d3"
2368SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc"
2369
2370# google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
2371# [1] git ls-remote https://github.com/grpc/grpc-go 6b15b1356efe4f9cacb9d869ede181878229eeb5
2372SRCREV_protoc-gen-go-grpc="6b15b1356efe4f9cacb9d869ede181878229eeb5"
2373SRC_URI += "git://github.com/grpc/grpc-go;name=protoc-gen-go-grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc/cmd/protoc-gen-go-grpc"
2374
2375# google.golang.org/protobuf v1.27.1
2376# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go b92717ecb630d4a4824b372bf98c729d87311a4d
2377SRCREV_protobuf12="b92717ecb630d4a4824b372bf98c729d87311a4d"
2378SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf"
2379
2380# gopkg.in/airbrake/gobrake.v2 v2.0.9
2381# [1] git ls-remote https://gopkg.in/airbrake/gobrake.v2 668876711219e8b0206e2994bf0a59d889c775aa
2382SRCREV_gobrake.v2="668876711219e8b0206e2994bf0a59d889c775aa"
2383SRC_URI += "git://gopkg.in/airbrake/gobrake.v2;name=gobrake.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/airbrake/gobrake.v2"
2384
2385# gopkg.in/alecthomas/kingpin.v2 v2.2.6
2386# [1] git ls-remote https://gopkg.in/alecthomas/kingpin.v2 947dcec5ba9c011838740e680966fd7087a71d0d
2387SRCREV_kingpin.v2="947dcec5ba9c011838740e680966fd7087a71d0d"
2388SRC_URI += "git://gopkg.in/alecthomas/kingpin.v2;name=kingpin.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/alecthomas/kingpin.v2"
2389
2390# gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2391# [1] git ls-remote https://gopkg.in/check.v1 10cb98267c6cb43ea9cd6793f29ff4089c306974
2392SRCREV_check.v1="10cb98267c6cb43ea9cd6793f29ff4089c306974"
2393SRC_URI += "git://gopkg.in/check.v1;name=check.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/check.v1"
2394
2395# gopkg.in/cheggaaa/pb.v1 v1.0.25
2396# [1] git ls-remote https://gopkg.in/cheggaaa/pb.v1 8329f1a930db7e578b2c5aefb87b82c7c49016e1
2397SRCREV_pb.v1="8329f1a930db7e578b2c5aefb87b82c7c49016e1"
2398SRC_URI += "git://gopkg.in/cheggaaa/pb.v1;name=pb.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/cheggaaa/pb.v1"
2399
2400# gopkg.in/errgo.v2 v2.1.0
2401# [1] git ls-remote https://gopkg.in/errgo.v2 635edbc13741bd819966931e8b599c690b4f074d
2402SRCREV_errgo.v2="635edbc13741bd819966931e8b599c690b4f074d"
2403SRC_URI += "git://gopkg.in/errgo.v2;name=errgo.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/errgo.v2"
2404
2405# gopkg.in/fsnotify.v1 v1.4.7
2406# [1] git ls-remote https://gopkg.in/fsnotify.v1 c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9
2407SRCREV_fsnotify.v1="c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9"
2408SRC_URI += "git://gopkg.in/fsnotify.v1;name=fsnotify.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/fsnotify.v1"
2409
2410# gopkg.in/gcfg.v1 v1.2.0
2411# [1] git ls-remote https://gopkg.in/gcfg.v1 27e4946190b4a327b539185f2b5b1f7c84730728
2412SRCREV_gcfg.v1="27e4946190b4a327b539185f2b5b1f7c84730728"
2413SRC_URI += "git://gopkg.in/gcfg.v1;name=gcfg.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gcfg.v1"
2414
2415# gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
2416# [1] git ls-remote https://gopkg.in/gemnasium/logrus-airbrake-hook.v2 bbcc56fcf0ca142c5f8e396cca816fb034967332
2417SRCREV_logrus-airbrake-hook.v2="bbcc56fcf0ca142c5f8e396cca816fb034967332"
2418SRC_URI += "git://gopkg.in/gemnasium/logrus-airbrake-hook.v2;name=logrus-airbrake-hook.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gemnasium/logrus-airbrake-hook.v2"
2419
2420# gopkg.in/inf.v0 v0.9.1
2421# [1] git ls-remote https://gopkg.in/inf.v0 d2d2541c53f18d2a059457998ce2876cc8e67cbf
2422SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf"
2423SRC_URI += "git://gopkg.in/inf.v0;name=inf.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/inf.v0"
2424
2425# gopkg.in/ini.v1 v1.62.0
2426# [1] git ls-remote https://gopkg.in/ini.v1 5e97220809ffaa826f787728501264e9114cb834
2427SRCREV_ini.v1="5e97220809ffaa826f787728501264e9114cb834"
2428SRC_URI += "git://gopkg.in/ini.v1;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1"
2429
2430# gopkg.in/natefinch/lumberjack.v2 v2.0.0
2431# [1] git ls-remote https://gopkg.in/natefinch/lumberjack.v2 2a59cad198e07a0ea1fad0b3d6733626861b5c65
2432SRCREV_lumberjack.v2="2a59cad198e07a0ea1fad0b3d6733626861b5c65"
2433SRC_URI += "git://gopkg.in/natefinch/lumberjack.v2;name=lumberjack.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/natefinch/lumberjack.v2"
2434
2435# gopkg.in/resty.v1 v1.12.0
2436# [1] git ls-remote https://gopkg.in/resty.v1 fa5875c0caa5c260ab78acec5a244215a730247f
2437SRCREV_resty.v1="fa5875c0caa5c260ab78acec5a244215a730247f"
2438SRC_URI += "git://gopkg.in/resty.v1;name=resty.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/resty.v1"
2439
2440# gopkg.in/square/go-jose.v2 v2.2.2
2441# [1] git ls-remote https://gopkg.in/square/go-jose.v2 215b07193e1c654935b8d2a1c4e5d6f7992ce617
2442SRCREV_go-jose.v2="215b07193e1c654935b8d2a1c4e5d6f7992ce617"
2443SRC_URI += "git://gopkg.in/square/go-jose.v2;name=go-jose.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/square/go-jose.v2"
2444
2445# gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2446# [1] git ls-remote https://gopkg.in/tomb.v1 dd632973f1e7218eb1089048e0798ec9ae7dceb8
2447SRCREV_tomb.v1="dd632973f1e7218eb1089048e0798ec9ae7dceb8"
2448SRC_URI += "git://gopkg.in/tomb.v1;name=tomb.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/tomb.v1"
2449
2450# gopkg.in/warnings.v0 v0.1.1
2451# [1] git ls-remote https://gopkg.in/warnings.v0 8a331561fe74dadba6edfc59f3be66c22c3b065d
2452SRCREV_warnings.v0="8a331561fe74dadba6edfc59f3be66c22c3b065d"
2453SRC_URI += "git://gopkg.in/warnings.v0;name=warnings.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/warnings.v0"
2454
2455# gopkg.in/yaml.v2 v2.4.0
2456# [1] git ls-remote https://gopkg.in/yaml.v2 7649d4548cb53a614db133b2a8ac1f31859dda8c
2457SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c"
2458SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2"
2459
2460# gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2461# [1] git ls-remote https://gopkg.in/yaml.v3 496545a6307b2a7d7a710fd516e5e16e8ab62dbc
2462SRCREV_yaml.v3="496545a6307b2a7d7a710fd516e5e16e8ab62dbc"
2463SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3"
2464
2465# gotest.tools v2.2.0+incompatible
2466# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 7c797b5133e5460410dbb22ba779bf35e6975dea
2467SRCREV_gotest.tools="7c797b5133e5460410dbb22ba779bf35e6975dea"
2468SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gotest.tools"
2469
2470# gotest.tools/v3 v3.0.3
2471# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d
2472SRCREV_v3123456789="568bc57cc5c19a2ef85e5749870b49a4cc2ab54d"
2473SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3123456789;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools/v3"
2474
2475# honnef.co/go/tools v0.2.2
2476# [1] git ls-remote https://github.com/dominikh/go-tools e45d48d0ce974563d846121b451f55c20acfc9cd
2477SRCREV_tools1="e45d48d0ce974563d846121b451f55c20acfc9cd"
2478SRC_URI += "git://github.com/dominikh/go-tools;name=tools1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/honnef.co/go/tools"
2479
2480# inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
2481# [1] git ls-remote https://github.com/inetaf/tcpproxy b6bb9b5b82524122bcf27291ede32d1517a14ab8
2482SRCREV_tcpproxy="b6bb9b5b82524122bcf27291ede32d1517a14ab8"
2483SRC_URI += "git://github.com/inetaf/tcpproxy;name=tcpproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/inet.af/tcpproxy"
2484
2485# github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.22.6-k3s1
2486# [1] git ls-remote https://github.com/k3s-io/kubernetes 4ffc33b0cfb40b12ee1c687503491d9e17009928
2487SRCREV_api123="4ffc33b0cfb40b12ee1c687503491d9e17009928"
2488SRC_URI += "git://github.com/k3s-io/kubernetes;name=api123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/api"
2489
2490# github.com/kubernetes/gengo v0.0.0-20201214224949-b6c5ce23f027
2491# [1] git ls-remote https://github.com/kubernetes/gengo b6c5ce23f0274839a68889e60dfea0ba05302109
2492SRCREV_gengo="b6c5ce23f0274839a68889e60dfea0ba05302109"
2493SRC_URI += "git://github.com/kubernetes/gengo;name=gengo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/gengo"
2494
2495# github.com/k3s-io/klog v1.0.0-k3s2
2496# [1] git ls-remote https://github.com/k3s-io/klog e94f416e9301d90f5c8d6043c999ea179bd9b455
2497SRCREV_klog="e94f416e9301d90f5c8d6043c999ea179bd9b455"
2498SRC_URI += "git://github.com/k3s-io/klog;name=klog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/klog"
2499
2500# github.com/k3s-io/klog/v2 v2.9.0-k3s2
2501# [1] git ls-remote https://github.com/k3s-io/klog 92394dadeec2079ad3102572fc8abf0a885cdae6
2502SRCREV_v21234567="92394dadeec2079ad3102572fc8abf0a885cdae6"
2503SRC_URI += "git://github.com/k3s-io/klog;name=v21234567;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/klog/v2"
2504
2505# github.com/kubernetes/kube-openapi v0.0.0-20211109043538-20434351676c
2506# [1] git ls-remote https://github.com/kubernetes/kube-openapi 20434351676c2bbd010b1f864dac03c799858023
2507SRCREV_kube-openapi="20434351676c2bbd010b1f864dac03c799858023"
2508SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/kube-openapi"
2509
2510# github.com/kubernetes/system-validators v1.5.0
2511# [1] git ls-remote https://github.com/kubernetes/system-validators 82ab84f11f7ae7b531b90f6a9aec18202fccc11f
2512SRCREV_system-validators="82ab84f11f7ae7b531b90f6a9aec18202fccc11f"
2513SRC_URI += "git://github.com/kubernetes/system-validators;name=system-validators;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/system-validators"
2514
2515# github.com/kubernetes/utils v0.0.0-20210819203725-bdf08cb9a70a
2516# [1] git ls-remote https://github.com/kubernetes/utils bdf08cb9a70a05bd10b6fe605643a9cbab6effd5
2517SRCREV_utils="bdf08cb9a70a05bd10b6fe605643a9cbab6effd5"
2518SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/utils"
2519
2520# modernc.org/cc v1.0.0
2521# [1] git ls-remote https://gitlab.com/cznic/cc 38a4d54db3b80250bc24d7dd0ac540be62efdcda
2522SRCREV_cc="38a4d54db3b80250bc24d7dd0ac540be62efdcda"
2523SRC_URI += "git://gitlab.com/cznic/cc;name=cc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/cc"
2524
2525# modernc.org/golex v1.0.0
2526# [1] git ls-remote https://gitlab.com/cznic/golex d746c229646901b48840606ac77fa7878d9818ba
2527SRCREV_golex="d746c229646901b48840606ac77fa7878d9818ba"
2528SRC_URI += "git://gitlab.com/cznic/golex;name=golex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/golex"
2529
2530# modernc.org/mathutil v1.0.0
2531# [1] git ls-remote https://gitlab.com/cznic/mathutil 44d67c390eec11366b364548f77bf1c04462658c
2532SRCREV_mathutil="44d67c390eec11366b364548f77bf1c04462658c"
2533SRC_URI += "git://gitlab.com/cznic/mathutil;name=mathutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/mathutil"
2534
2535# modernc.org/strutil v1.0.0
2536# [1] git ls-remote https://gitlab.com/cznic/strutil 0d0c5de42e2b9c28090f8d87a145d83aa9bfd651
2537SRCREV_strutil="0d0c5de42e2b9c28090f8d87a145d83aa9bfd651"
2538SRC_URI += "git://gitlab.com/cznic/strutil;name=strutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/strutil"
2539
2540# modernc.org/xc v1.0.0
2541# [1] git ls-remote https://gitlab.com/cznic/xc ee024816a7d98ca3a45f6f8a5f40fbdcb23e1318
2542SRCREV_xc="ee024816a7d98ca3a45f6f8a5f40fbdcb23e1318"
2543SRC_URI += "git://gitlab.com/cznic/xc;name=xc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/xc"
2544
2545# rsc.io/binaryregexp v0.2.0
2546# [1] git ls-remote https://github.com/rsc/binaryregexp 857b9542aaa89cfa42a1477b43fa1f24192fe921
2547SRCREV_binaryregexp="857b9542aaa89cfa42a1477b43fa1f24192fe921"
2548SRC_URI += "git://github.com/rsc/binaryregexp;name=binaryregexp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/binaryregexp"
2549
2550# rsc.io/pdf v0.1.1
2551# [1] git ls-remote https://github.com/rsc/pdf 48d040297cebccc9e8dc43927e1b8036ecd33bfe
2552SRCREV_pdf="48d040297cebccc9e8dc43927e1b8036ecd33bfe"
2553SRC_URI += "git://github.com/rsc/pdf;name=pdf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/pdf"
2554
2555# rsc.io/quote/v3 v3.1.0
2556# [1] git ls-remote https://github.com/rsc/quote 0406d7298882187f4c75f75fa85cc808a64bcef1
2557SRCREV_v312345678910="0406d7298882187f4c75f75fa85cc808a64bcef1"
2558SRC_URI += "git://github.com/rsc/quote;name=v312345678910;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rsc/quote/v3"
2559
2560# rsc.io/sampler v1.3.0
2561# [1] git ls-remote https://github.com/rsc/sampler 0cc034b51e57ed7832d4c67d526f75a900996e5c
2562SRCREV_sampler="0cc034b51e57ed7832d4c67d526f75a900996e5c"
2563SRC_URI += "git://github.com/rsc/sampler;name=sampler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/sampler"
2564
2565# github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client v0.0.27
2566# [1] git ls-remote https://github.com/kubernetes-sigs/apiserver-network-proxy 21b41da407fde6d64ff30066702d03653393e8e2
2567SRCREV_konnectivity-client="21b41da407fde6d64ff30066702d03653393e8e2"
2568SRC_URI += "git://github.com/kubernetes-sigs/apiserver-network-proxy;name=konnectivity-client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client"
2569
2570# github.com/kubernetes-sigs/cli-utils v0.16.0
2571# [1] git ls-remote https://github.com/kubernetes-sigs/cli-utils 07e70706507fffdaba787571d3000fdd58ebab3d
2572SRCREV_cli-utils="07e70706507fffdaba787571d3000fdd58ebab3d"
2573SRC_URI += "git://github.com/kubernetes-sigs/cli-utils;name=cli-utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/cli-utils"
2574
2575# github.com/kubernetes-sigs/controller-runtime v0.4.0
2576# [1] git ls-remote https://github.com/kubernetes-sigs/controller-runtime 198197fe0fd7553cadd8afcd3338f8ee4b8a7e3f
2577SRCREV_controller-runtime="198197fe0fd7553cadd8afcd3338f8ee4b8a7e3f"
2578SRC_URI += "git://github.com/kubernetes-sigs/controller-runtime;name=controller-runtime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/controller-runtime"
2579
2580# github.com/kubernetes-sigs/kustomize/api v0.8.11
2581# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 70ce89d9935877822f2f84fc1678be3d1645a733
2582SRCREV_api1234="70ce89d9935877822f2f84fc1678be3d1645a733"
2583SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=api1234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/kustomize/api"
2584
2585# github.com/kubernetes-sigs/structured-merge-diff/v4 v4.2.1
2586# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 65611e5f7fc60e909529889c29faa9cac17cb485
2587SRCREV_v41="65611e5f7fc60e909529889c29faa9cac17cb485"
2588SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/structured-merge-diff/v4"
2589
2590# github.com/kubernetes-sigs/testing_frameworks v0.1.2
2591# [1] git ls-remote https://github.com/kubernetes-sigs/testing_frameworks c7087048c932a346b910a2240f3a053e544eb352
2592SRCREV_testing_frameworks="c7087048c932a346b910a2240f3a053e544eb352"
2593SRC_URI += "git://github.com/kubernetes-sigs/testing_frameworks;name=testing_frameworks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/testing_frameworks"
2594
2595# github.com/kubernetes-sigs/yaml v1.2.0
2596# [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9fc95527decd95bb9d28cc2eab08179b2d0f6971
2597SRCREV_yaml1="9fc95527decd95bb9d28cc2eab08179b2d0f6971"
2598SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml"
2599
2600# github.com/kubernetes-sigs/json v0.0.0-20210819203725-bdf08cb9a70a
2601# [1] git ls-remote https://github.com/kubernetes-sigs/json 9f7c6b3444d2435b37c474910c55d371a1c769be
2602SRCREV_json="9f7c6b3444d2435b37c474910c55d371a1c769be"
2603SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/json"
2604
2605 25
2606CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" 26CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf"
2607 27
@@ -2633,13 +53,569 @@ do_compile() {
2633 53
2634 cd ${S}/src/import 54 cd ${S}/src/import
2635 55
2636 sites="bazil.org/fuse:github.com/bazil/fuse bitbucket.org/bertimus9/systemstat:bitbucket.org/bertimus9/systemstat cloud.google.com/go:github.com/googleapis/google-cloud-go cloud.google.com/go/bigquery:github.com/googleapis/google-cloud-go/bigquery//bigquery cloud.google.com/go/datastore:github.com/googleapis/google-cloud-go/bigquery//datastore cloud.google.com/go/firestore:github.com/googleapis/google-cloud-go/bigquery//firestore cloud.google.com/go/pubsub:github.com/googleapis/google-cloud-go/bigquery//pubsub cloud.google.com/go/storage:github.com/googleapis/google-cloud-go/bigquery//storage dmitri.shuralyov.com/gpu/mtl:dmitri.shuralyov.com/gpu/mtl github.com/360EntSecGroup-Skylar/excelize:github.com/360EntSecGroup-Skylar/excelize github.com/Azure/azure-sdk-for-go:github.com/Azure/azure-sdk-for-go github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm github.com/Azure/go-autorest:github.com/Azure/go-autorest github.com/Azure/go-autorest/autorest:github.com/Azure/go-autorest/autorest//autorest github.com/Azure/go-autorest/autorest/adal:github.com/Azure/go-autorest/autorest//autorest/adal github.com/Azure/go-autorest/autorest/date:github.com/Azure/go-autorest/autorest//autorest/date github.com/Azure/go-autorest/autorest/mocks:github.com/Azure/go-autorest/autorest//autorest/mocks github.com/Azure/go-autorest/autorest/to:github.com/Azure/go-autorest/autorest//autorest/to github.com/Azure/go-autorest/autorest/validation:github.com/Azure/go-autorest/autorest//autorest/validation github.com/Azure/go-autorest/logger:github.com/Azure/go-autorest/autorest//logger github.com/Azure/go-autorest/tracing:github.com/Azure/go-autorest/autorest//tracing github.com/BurntSushi/toml:github.com/BurntSushi/toml github.com/BurntSushi/xgb:github.com/BurntSushi/xgb github.com/GoogleCloudPlatform/k8s-cloud-provider:github.com/GoogleCloudPlatform/k8s-cloud-provider github.com/JeffAshton/win_pdh:github.com/JeffAshton/win_pdh github.com/MakeNowJust/heredoc:github.com/MakeNowJust/heredoc github.com/Microsoft/go-winio:github.com/Microsoft/go-winio github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim github.com/NYTimes/gziphandler:github.com/NYTimes/gziphandler github.com/OneOfOne/xxhash:github.com/OneOfOne/xxhash github.com/PuerkitoBio/goquery:github.com/PuerkitoBio/goquery github.com/PuerkitoBio/purell:github.com/PuerkitoBio/purell github.com/PuerkitoBio/urlesc:github.com/PuerkitoBio/urlesc github.com/Rican7/retry:github.com/Rican7/retry github.com/agnivade/levenshtein:github.com/agnivade/levenshtein github.com/ajstarks/svgo:github.com/ajstarks/svgo github.com/alecthomas/template:github.com/alecthomas/template github.com/alecthomas/units:github.com/alecthomas/units github.com/alexflint/go-filemutex:github.com/alexflint/go-filemutex github.com/andreyvit/diff:github.com/andreyvit/diff github.com/andybalholm/cascadia:github.com/andybalholm/cascadia github.com/antihax/optional:github.com/antihax/optional github.com/armon/circbuf:github.com/armon/circbuf github.com/armon/consul-api:github.com/armon/consul-api github.com/armon/go-metrics:github.com/armon/go-metrics github.com/armon/go-radix:github.com/armon/go-radix github.com/asaskevich/govalidator:github.com/asaskevich/govalidator github.com/auth0/go-jwt-middleware:github.com/auth0/go-jwt-middleware github.com/aws/aws-sdk-go:github.com/aws/aws-sdk-go github.com/benbjohnson/clock:github.com/benbjohnson/clock github.com/beorn7/perks:github.com/beorn7/perks github.com/bgentry/speakeasy:github.com/bgentry/speakeasy github.com/bits-and-blooms/bitset:github.com/bits-and-blooms/bitset github.com/bketelsen/crypt:github.com/bketelsen/crypt github.com/blang/semver:github.com/blang/semver github.com/boltdb/bolt:github.com/boltdb/bolt github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici github.com/buger/jsonparser:github.com/buger/jsonparser github.com/canonical/go-dqlite:github.com/canonical/go-dqlite github.com/census-instrumentation/opencensus-proto:github.com/census-instrumentation/opencensus-proto github.com/certifi/gocertifi:github.com/certifi/gocertifi github.com/cespare/xxhash:github.com/cespare/xxhash github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 github.com/chai2010/gettext-go:github.com/chai2010/gettext-go github.com/checkpoint-restore/go-criu/v5:github.com/checkpoint-restore/go-criu/v5 github.com/cheggaaa/pb:github.com/cheggaaa/pb github.com/chzyer/logex:github.com/chzyer/logex github.com/chzyer/readline:github.com/chzyer/readline github.com/chzyer/test:github.com/chzyer/test github.com/cilium/ebpf:github.com/cilium/ebpf github.com/cloudnativelabs/kube-router:github.com/cloudnativelabs/kube-router github.com/clusterhq/flocker-go:github.com/clusterhq/flocker-go github.com/cncf/udpa/go:github.com/cncf/udpa/go//go github.com/cockroachdb/datadriven:github.com/cockroachdb/datadriven github.com/cockroachdb/errors:github.com/cockroachdb/errors github.com/cockroachdb/logtags:github.com/cockroachdb/logtags github.com/container-storage-interface/spec:github.com/container-storage-interface/spec github.com/containerd/aufs:github.com/containerd/aufs github.com/containerd/btrfs:github.com/containerd/btrfs github.com/containerd/cgroups:github.com/containerd/cgroups github.com/containerd/console:github.com/containerd/console github.com/containerd/containerd:github.com/containerd/containerd github.com/containerd/continuity:github.com/containerd/continuity github.com/containerd/fifo:github.com/containerd/fifo github.com/containerd/fuse-overlayfs-snapshotter:github.com/containerd/fuse-overlayfs-snapshotter github.com/containerd/go-cni:github.com/containerd/go-cni github.com/containerd/go-runc:github.com/containerd/go-runc github.com/containerd/imgcrypt:github.com/containerd/imgcrypt github.com/containerd/nri:github.com/containerd/nri github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz github.com/containerd/ttrpc:github.com/containerd/ttrpc github.com/containerd/typeurl:github.com/containerd/typeurl github.com/containerd/zfs:github.com/containerd/zfs github.com/containernetworking/cni:github.com/containernetworking/cni github.com/containernetworking/plugins:github.com/containernetworking/plugins github.com/containers/ocicrypt:github.com/containers/ocicrypt github.com/coredns/caddy:github.com/coredns/caddy github.com/coredns/corefile-migration:github.com/coredns/corefile-migration github.com/coreos/bbolt:github.com/coreos/bbolt github.com/coreos/etcd:github.com/coreos/etcd github.com/coreos/go-iptables:github.com/coreos/go-iptables github.com/coreos/go-oidc:github.com/coreos/go-oidc github.com/coreos/go-semver:github.com/coreos/go-semver github.com/coreos/go-systemd:github.com/coreos/go-systemd github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 github.com/coreos/pkg:github.com/coreos/pkg github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 github.com/creack/pty:github.com/creack/pty github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin github.com/d2g/dhcp4:github.com/d2g/dhcp4 github.com/d2g/dhcp4client:github.com/d2g/dhcp4client github.com/d2g/dhcp4server:github.com/d2g/dhcp4server github.com/d2g/hardwareaddr:github.com/d2g/hardwareaddr github.com/danieljoos/wincred:github.com/danieljoos/wincred github.com/davecgh/go-spew:github.com/davecgh/go-spew github.com/daviddengcn/go-colortext:github.com/daviddengcn/go-colortext github.com/denverdino/aliyungo:github.com/denverdino/aliyungo github.com/dgrijalva/jwt-go:github.com/dgrijalva/jwt-go github.com/dgryski/go-farm:github.com/dgryski/go-farm github.com/dgryski/go-sip13:github.com/dgryski/go-sip13 github.com/dnaeon/go-vcr:github.com/dnaeon/go-vcr github.com/docker/cli:github.com/docker/cli github.com/docker/distribution:github.com/docker/distribution github.com/docker/docker:github.com/docker/docker github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers github.com/docker/go-connections:github.com/docker/go-connections github.com/docker/go-events:github.com/docker/go-events github.com/docker/go-metrics:github.com/docker/go-metrics github.com/docker/go-units:github.com/docker/go-units github.com/docopt/docopt-go:github.com/docopt/docopt-go github.com/dustin/go-humanize:github.com/dustin/go-humanize github.com/dustmop/soup:github.com/dustmop/soup github.com/eapache/channels:github.com/eapache/channels github.com/eapache/queue:github.com/eapache/queue github.com/elazarl/goproxy:github.com/elazarl/goproxy github.com/emicklei/go-restful:github.com/emicklei/go-restful github.com/envoyproxy/go-control-plane:github.com/envoyproxy/go-control-plane github.com/envoyproxy/protoc-gen-validate:github.com/envoyproxy/protoc-gen-validate github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser github.com/evanphx/json-patch:github.com/evanphx/json-patch github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath github.com/fanliao/go-promise:github.com/fanliao/go-promise github.com/fatih/camelcase:github.com/fatih/camelcase github.com/fatih/color:github.com/fatih/color github.com/felixge/httpsnoop:github.com/felixge/httpsnoop github.com/flannel-io/flannel:github.com/flannel-io/flannel github.com/flynn/go-shlex:github.com/flynn/go-shlex github.com/fogleman/gg:github.com/fogleman/gg github.com/form3tech-oss/jwt-go:github.com/form3tech-oss/jwt-go github.com/frankban/quicktest:github.com/frankban/quicktest github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify github.com/fvbommel/sortorder:github.com/fvbommel/sortorder github.com/getsentry/raven-go:github.com/getsentry/raven-go github.com/ghodss/yaml:github.com/ghodss/yaml github.com/globalsign/mgo:github.com/globalsign/mgo github.com/go-bindata/go-bindata:github.com/go-bindata/go-bindata github.com/go-errors/errors:github.com/go-errors/errors github.com/go-gl/glfw:github.com/go-gl/glfw github.com/go-gl/glfw/v3.3/glfw:github.com/go-gl/glfw/v3.3/glfw//v3.3/glfw github.com/go-ini/ini:github.com/go-ini/ini github.com/go-kit/kit:github.com/go-kit/kit github.com/go-kit/log:github.com/go-kit/log github.com/go-logfmt/logfmt:github.com/go-logfmt/logfmt github.com/go-logr/logr:github.com/go-logr/logr github.com/go-logr/zapr:github.com/go-logr/zapr github.com/go-openapi/analysis:github.com/go-openapi/analysis github.com/go-openapi/errors:github.com/go-openapi/errors github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference github.com/go-openapi/loads:github.com/go-openapi/loads github.com/go-openapi/runtime:github.com/go-openapi/runtime github.com/go-openapi/spec:github.com/go-openapi/spec github.com/go-openapi/strfmt:github.com/go-openapi/strfmt github.com/go-openapi/swag:github.com/go-openapi/swag github.com/go-openapi/validate:github.com/go-openapi/validate github.com/go-ozzo/ozzo-validation:github.com/go-ozzo/ozzo-validation github.com/go-sql-driver/mysql:github.com/go-sql-driver/mysql github.com/go-stack/stack:github.com/go-stack/stack github.com/go-task/slim-sprig:github.com/go-task/slim-sprig github.com/go-test/deep:github.com/go-test/deep github.com/goccy/go-json:github.com/goccy/go-json github.com/godbus/dbus:github.com/godbus/dbus github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 github.com/gofrs/flock:github.com/gofrs/flock github.com/gofrs/uuid:github.com/gofrs/uuid github.com/gogo/googleapis:github.com/gogo/googleapis github.com/gogo/protobuf:github.com/gogo/protobuf github.com/golang/freetype:github.com/golang/freetype github.com/golang/glog:github.com/golang/glog github.com/golang/groupcache:github.com/golang/groupcache github.com/golang/mock:github.com/golang/mock github.com/golang/protobuf:github.com/golang/protobuf github.com/golang/snappy:github.com/golang/snappy github.com/golangplus/bytes:github.com/golangplus/bytes github.com/golangplus/fmt:github.com/golangplus/fmt github.com/golangplus/testing:github.com/golangplus/testing github.com/google/btree:github.com/google/btree github.com/google/cadvisor:github.com/google/cadvisor github.com/google/go-cmp:github.com/google/go-cmp github.com/google/go-containerregistry:github.com/google/go-containerregistry github.com/google/gofuzz:github.com/google/gofuzz github.com/google/martian:github.com/google/martian github.com/google/martian/v3:github.com/google/martian/v3 github.com/google/pprof:github.com/google/pprof github.com/google/renameio:github.com/google/renameio github.com/google/shlex:github.com/google/shlex github.com/google/uuid:github.com/google/uuid github.com/googleapis/gax-go/v2:github.com/googleapis/gax-go/v2//v2 github.com/googleapis/gnostic:github.com/googleapis/gnostic github.com/gophercloud/gophercloud:github.com/gophercloud/gophercloud github.com/gopherjs/gopherjs:github.com/gopherjs/gopherjs github.com/gorilla/mux:github.com/gorilla/mux github.com/gorilla/websocket:github.com/gorilla/websocket github.com/gregjones/httpcache:github.com/gregjones/httpcache github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2 github.com/hashicorp/consul/api:github.com/hashicorp/consul/api//api github.com/hashicorp/consul/sdk:github.com/hashicorp/consul/sdk//sdk github.com/hashicorp/errwrap:github.com/hashicorp/errwrap github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp github.com/hashicorp/go-hclog:github.com/hashicorp/go-hclog github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix github.com/hashicorp/go-msgpack:github.com/hashicorp/go-msgpack github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp github.com/hashicorp/go-rootcerts:github.com/hashicorp/go-rootcerts github.com/hashicorp/go-sockaddr:github.com/hashicorp/go-sockaddr github.com/hashicorp/go-syslog:github.com/hashicorp/go-syslog github.com/hashicorp/go-uuid:github.com/hashicorp/go-uuid github.com/hashicorp/go.net:github.com/hashicorp/go.net github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru github.com/hashicorp/hcl:github.com/hashicorp/hcl github.com/hashicorp/logutils:github.com/hashicorp/logutils github.com/hashicorp/mdns:github.com/hashicorp/mdns github.com/hashicorp/memberlist:github.com/hashicorp/memberlist github.com/hashicorp/serf:github.com/hashicorp/serf github.com/heketi/heketi:github.com/heketi/heketi github.com/heketi/tests:github.com/heketi/tests github.com/hpcloud/tail:github.com/hpcloud/tail github.com/hugelgupf/socketpair:github.com/hugelgupf/socketpair github.com/ianlancetaylor/demangle:github.com/ianlancetaylor/demangle github.com/imdario/mergo:github.com/imdario/mergo github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap github.com/insomniacslk/dhcp:github.com/insomniacslk/dhcp github.com/ishidawataru/sctp:github.com/ishidawataru/sctp github.com/j-keck/arping:github.com/j-keck/arping github.com/jessevdk/go-flags:github.com/jessevdk/go-flags github.com/jmespath/go-jmespath:github.com/jmespath/go-jmespath github.com/jmespath/go-jmespath/internal/testify:github.com/jmespath/go-jmespath/internal/testify//internal/testify github.com/joho/godotenv:github.com/joho/godotenv github.com/jonboulle/clockwork:github.com/jonboulle/clockwork github.com/josharian/intern:github.com/josharian/intern github.com/josharian/native:github.com/josharian/native github.com/jpillora/backoff:github.com/jpillora/backoff github.com/jsimonetti/rtnetlink:github.com/jsimonetti/rtnetlink github.com/json-iterator/go:github.com/json-iterator/go github.com/jstemmer/go-junit-report:github.com/jstemmer/go-junit-report github.com/jtolds/gls:github.com/jtolds/gls github.com/julienschmidt/httprouter:github.com/julienschmidt/httprouter github.com/jung-kurt/gofpdf:github.com/jung-kurt/gofpdf github.com/k-sone/critbitgo:github.com/k-sone/critbitgo github.com/k3s-io/helm-controller:github.com/k3s-io/helm-controller github.com/k3s-io/kine:github.com/k3s-io/kine github.com/karrick/godirwalk:github.com/karrick/godirwalk github.com/kisielk/errcheck:github.com/kisielk/errcheck github.com/kisielk/gotool:github.com/kisielk/gotool github.com/klauspost/compress:github.com/klauspost/compress github.com/klauspost/cpuid:github.com/klauspost/cpuid github.com/konsorten/go-windows-terminal-sequences:github.com/konsorten/go-windows-terminal-sequences github.com/kr/fs:github.com/kr/fs github.com/kr/logfmt:github.com/kr/logfmt github.com/kr/pretty:github.com/kr/pretty github.com/kr/pty:github.com/kr/pty github.com/kr/text:github.com/kr/text github.com/kubernetes-sigs/cri-tools:github.com/kubernetes-sigs/cri-tools github.com/kylelemons/godebug:github.com/kylelemons/godebug github.com/lib/pq:github.com/lib/pq github.com/libopenstorage/openstorage:github.com/libopenstorage/openstorage github.com/liggitt/tabwriter:github.com/liggitt/tabwriter github.com/lithammer/dedent:github.com/lithammer/dedent github.com/lpabon/godbc:github.com/lpabon/godbc github.com/magiconair/properties:github.com/magiconair/properties github.com/mailru/easyjson:github.com/mailru/easyjson github.com/mattn/go-colorable:github.com/mattn/go-colorable github.com/mattn/go-isatty:github.com/mattn/go-isatty github.com/mattn/go-runewidth:github.com/mattn/go-runewidth github.com/mattn/go-shellwords:github.com/mattn/go-shellwords github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3 github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions github.com/mdlayher/ethernet:github.com/mdlayher/ethernet github.com/mdlayher/ethtool:github.com/mdlayher/ethtool github.com/mdlayher/genetlink:github.com/mdlayher/genetlink github.com/mdlayher/netlink:github.com/mdlayher/netlink github.com/mdlayher/raw:github.com/mdlayher/raw github.com/mdlayher/socket:github.com/mdlayher/socket github.com/miekg/dns:github.com/miekg/dns github.com/miekg/pkcs11:github.com/miekg/pkcs11 github.com/mikioh/ipaddr:github.com/mikioh/ipaddr github.com/mindprince/gonvml:github.com/mindprince/gonvml github.com/minio/md5-simd:github.com/minio/md5-simd github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 github.com/minio/sha256-simd:github.com/minio/sha256-simd github.com/minio/sio:github.com/minio/sio github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs github.com/mitchellh/cli:github.com/mitchellh/cli github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir github.com/mitchellh/go-testing-interface:github.com/mitchellh/go-testing-interface github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap github.com/mitchellh/gox:github.com/mitchellh/gox github.com/mitchellh/iochan:github.com/mitchellh/iochan github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure github.com/moby/ipvs:github.com/moby/ipvs github.com/moby/locker:github.com/moby/locker github.com/moby/spdystream:github.com/moby/spdystream github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo github.com/moby/sys/symlink:github.com/moby/sys/mountinfo//symlink github.com/moby/term:github.com/moby/term github.com/moby/vpnkit:github.com/moby/vpnkit github.com/modern-go/concurrent:github.com/modern-go/concurrent github.com/modern-go/reflect2:github.com/modern-go/reflect2 github.com/mohae/deepcopy:github.com/mohae/deepcopy github.com/monochromegane/go-gitignore:github.com/monochromegane/go-gitignore github.com/morikuni/aec:github.com/morikuni/aec github.com/mrunalp/fileutils:github.com/mrunalp/fileutils github.com/munnerz/goautoneg:github.com/munnerz/goautoneg github.com/mvdan/xurls:github.com/mvdan/xurls github.com/mwitkow/go-conntrack:github.com/mwitkow/go-conntrack github.com/mxk/go-flowrate:github.com/mxk/go-flowrate github.com/natefinch/lumberjack:github.com/natefinch/lumberjack github.com/niemeyer/pretty:github.com/niemeyer/pretty github.com/nxadm/tail:github.com/nxadm/tail github.com/oklog/ulid:github.com/oklog/ulid github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter github.com/onsi/ginkgo:github.com/onsi/ginkgo github.com/onsi/gomega:github.com/onsi/gomega github.com/opencontainers/go-digest:github.com/opencontainers/go-digest github.com/opencontainers/image-spec:github.com/opencontainers/image-spec github.com/opencontainers/runc:github.com/opencontainers/runc github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec github.com/opencontainers/selinux:github.com/opencontainers/selinux github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go github.com/osrg/gobgp:github.com/osrg/gobgp github.com/otiai10/copy:github.com/otiai10/copy github.com/otiai10/curr:github.com/otiai10/curr github.com/otiai10/mint:github.com/otiai10/mint github.com/pascaldekloe/goe:github.com/pascaldekloe/goe github.com/paulmach/orb:github.com/paulmach/orb github.com/pborman/uuid:github.com/pborman/uuid github.com/pelletier/go-buffruneio:github.com/pelletier/go-buffruneio github.com/pelletier/go-toml:github.com/pelletier/go-toml github.com/peterbourgon/diskv:github.com/peterbourgon/diskv github.com/pierrec/lz4:github.com/pierrec/lz4 github.com/pkg/errors:github.com/pkg/errors github.com/pkg/sftp:github.com/pkg/sftp github.com/pmezard/go-difflib:github.com/pmezard/go-difflib github.com/posener/complete:github.com/posener/complete github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol github.com/prometheus/client_golang:github.com/prometheus/client_golang github.com/prometheus/client_model:github.com/prometheus/client_model github.com/prometheus/common:github.com/prometheus/common github.com/prometheus/procfs:github.com/prometheus/procfs github.com/prometheus/tsdb:github.com/prometheus/tsdb github.com/qri-io/starlib:github.com/qri-io/starlib github.com/quobyte/api:github.com/quobyte/api github.com/rancher/dynamiclistener:github.com/rancher/dynamiclistener github.com/rancher/lasso:github.com/rancher/lasso github.com/rancher/remotedialer:github.com/rancher/remotedialer github.com/rancher/wharfie:github.com/rancher/wharfie github.com/rancher/wrangler:github.com/rancher/wrangler github.com/remyoudompheng/bigfft:github.com/remyoudompheng/bigfft github.com/robfig/cron/v3:github.com/robfig/cron/v3 github.com/rogpeppe/fastuuid:github.com/rogpeppe/fastuuid github.com/rogpeppe/go-internal:github.com/rogpeppe/go-internal github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit github.com/rs/xid:github.com/rs/xid github.com/rubiojr/go-vhd:github.com/rubiojr/go-vhd github.com/russross/blackfriday:github.com/russross/blackfriday github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 github.com/ryanuber/columnize:github.com/ryanuber/columnize github.com/safchain/ethtool:github.com/safchain/ethtool github.com/satori/go.uuid:github.com/satori/go.uuid github.com/sean-/seed:github.com/sean-/seed github.com/seccomp/libseccomp-golang:github.com/seccomp/libseccomp-golang github.com/sergi/go-diff:github.com/sergi/go-diff github.com/shurcooL/sanitized_anchor_name:github.com/shurcooL/sanitized_anchor_name github.com/sirupsen/logrus:github.com/sirupsen/logrus github.com/smartystreets/assertions:github.com/smartystreets/assertions github.com/smartystreets/goconvey:github.com/smartystreets/goconvey github.com/soheilhy/cmux:github.com/soheilhy/cmux github.com/songgao/water:github.com/songgao/water github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 github.com/spf13/afero:github.com/spf13/afero github.com/spf13/cast:github.com/spf13/cast github.com/spf13/cobra:github.com/spf13/cobra github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman github.com/spf13/pflag:github.com/spf13/pflag github.com/spf13/viper:github.com/spf13/viper github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri github.com/stoewer/go-strcase:github.com/stoewer/go-strcase github.com/storageos/go-api:github.com/storageos/go-api github.com/stretchr/objx:github.com/stretchr/objx github.com/stretchr/testify:github.com/stretchr/testify github.com/subosito/gotenv:github.com/subosito/gotenv github.com/syndtr/gocapability:github.com/syndtr/gocapability github.com/tchap/go-patricia:github.com/tchap/go-patricia github.com/tencentcloud/tencentcloud-sdk-go:github.com/tencentcloud/tencentcloud-sdk-go github.com/tidwall/pretty:github.com/tidwall/pretty github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy github.com/u-root/u-root:github.com/u-root/u-root github.com/ugorji/go:github.com/ugorji/go github.com/urfave/cli:github.com/urfave/cli github.com/urfave/cli/v2:github.com/urfave/cli/v2 github.com/urfave/negroni:github.com/urfave/negroni github.com/vbatts/tar-split:github.com/vbatts/tar-split github.com/vektah/gqlparser:github.com/vektah/gqlparser github.com/vishvananda/netlink:github.com/vishvananda/netlink github.com/vishvananda/netns:github.com/vishvananda/netns github.com/vmware/govmomi:github.com/vmware/govmomi github.com/willf/bitset:github.com/willf/bitset github.com/xiang90/probing:github.com/xiang90/probing github.com/xlab/treeprint:github.com/xlab/treeprint github.com/xordataexchange/crypt:github.com/xordataexchange/crypt github.com/yuin/goldmark:github.com/yuin/goldmark go.etcd.io/bbolt:go.etcd.io/bbolt go.etcd.io/etcd:go.etcd.io/etcd go.etcd.io/etcd/client/pkg/v3:github.com/etcd-io/etcd/client/pkg/v3//client/pkg go.etcd.io/etcd/client/v2:github.com/etcd-io/etcd/client/v2//client/v2 go.etcd.io/etcd/pkg/v3:github.com/etcd-io/etcd/client/pkg/v3//pkg go.etcd.io/etcd/raft/v3:github.com/etcd-io/etcd/client/pkg/v3//raft go.etcd.io/etcd/api/v3:github.com/k3s-io/etcd/api/v3//api go.etcd.io/etcd/client/v3:github.com/k3s-io/etcd/api/v3//client/v3 go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/api/v3//etcdutl go.etcd.io/etcd/server/v3:github.com/k3s-io/etcd/api/v3//server go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 go.opencensus.io:go.opencensus.io go.opentelemetry.io/contrib:go.opentelemetry.io/contrib go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib//instrumentation/google.golang.org/grpc/otelgrpc go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib//instrumentation/net/http/otelhttp go.opentelemetry.io/otel:go.opentelemetry.io/otel go.opentelemetry.io/otel/exporters/otlp:go.opentelemetry.io/otel//exporters/otlp go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel//metric go.opentelemetry.io/otel/oteltest:go.opentelemetry.io/otel//oteltest go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel//sdk go.opentelemetry.io/otel/sdk/export/metric:go.opentelemetry.io/otel//sdk/export/metric go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel//sdk/metric go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp go.starlark.net:github.com/google/starlark-go go.uber.org/atomic:go.uber.org/atomic go.uber.org/goleak:go.uber.org/goleak go.uber.org/multierr:go.uber.org/multierr go.uber.org/zap:go.uber.org/zap golang.org/x/crypto:go.googlesource.com/crypto golang.org/x/exp:go.googlesource.com/exp golang.org/x/image:go.googlesource.com/image golang.org/x/lint:go.googlesource.com/lint golang.org/x/mobile:go.googlesource.com/mobile golang.org/x/mod:go.googlesource.com/mod golang.org/x/net:go.googlesource.com/net golang.org/x/oauth2:go.googlesource.com/oauth2 golang.org/x/sync:go.googlesource.com/sync golang.org/x/sys:go.googlesource.com/sys golang.org/x/term:go.googlesource.com/term golang.org/x/text:go.googlesource.com/text golang.org/x/time:go.googlesource.com/time golang.org/x/tools:go.googlesource.com/tools golang.org/x/xerrors:go.googlesource.com/xerrors golang.zx2c4.com/go118/netip:golang.zx2c4.com/go118/netip golang.zx2c4.com/wintun:golang.zx2c4.com/wintun golang.zx2c4.com/wireguard:golang.zx2c4.com/wireguard golang.zx2c4.com/wireguard/wgctrl:golang.zx2c4.com/wireguard/wgctrl gonum.org/v1/gonum:github.com/gonum/gonum gonum.org/v1/netlib:github.com/gonum/netlib gonum.org/v1/plot:github.com/gonum/plot google.golang.org/api:google.golang.org/api google.golang.org/appengine:google.golang.org/appengine google.golang.org/genproto:google.golang.org/genproto google.golang.org/grpc:google.golang.org/grpc google.golang.org/grpc/cmd/protoc-gen-go-grpc:google.golang.org/grpc/cmd/protoc-gen-go-grpc google.golang.org/protobuf:google.golang.org/protobuf gopkg.in/airbrake/gobrake.v2:gopkg.in/airbrake/gobrake.v2 gopkg.in/alecthomas/kingpin.v2:gopkg.in/alecthomas/kingpin.v2 gopkg.in/check.v1:gopkg.in/check.v1 gopkg.in/cheggaaa/pb.v1:gopkg.in/cheggaaa/pb.v1 gopkg.in/errgo.v2:gopkg.in/errgo.v2 gopkg.in/fsnotify.v1:gopkg.in/fsnotify.v1 gopkg.in/gcfg.v1:gopkg.in/gcfg.v1 gopkg.in/gemnasium/logrus-airbrake-hook.v2:gopkg.in/gemnasium/logrus-airbrake-hook.v2 gopkg.in/inf.v0:gopkg.in/inf.v0 gopkg.in/ini.v1:gopkg.in/ini.v1 gopkg.in/natefinch/lumberjack.v2:gopkg.in/natefinch/lumberjack.v2 gopkg.in/resty.v1:gopkg.in/resty.v1 gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 gopkg.in/tomb.v1:gopkg.in/tomb.v1 gopkg.in/warnings.v0:gopkg.in/warnings.v0 gopkg.in/yaml.v2:gopkg.in/yaml.v2 gopkg.in/yaml.v3:gopkg.in/yaml.v3 gotest.tools:gotest.tools gotest.tools/v3:github.com/gotestyourself/gotest.tools/v3 honnef.co/go/tools:honnef.co/go/tools inet.af/tcpproxy:inet.af/tcpproxy k8s.io/api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/api k8s.io/apiextensions-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apiextensions-apiserver k8s.io/apimachinery:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apimachinery k8s.io/apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apiserver k8s.io/cli-runtime:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cli-runtime k8s.io/client-go:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/client-go k8s.io/cloud-provider:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cloud-provider k8s.io/cluster-bootstrap:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cluster-bootstrap k8s.io/code-generator:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/code-generator k8s.io/component-base:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/component-base k8s.io/component-helpers:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/component-helpers k8s.io/controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/controller-manager k8s.io/cri-api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cri-api k8s.io/csi-translation-lib:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/csi-translation-lib k8s.io/kube-aggregator:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-aggregator k8s.io/kube-controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-controller-manager k8s.io/kube-proxy:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-proxy k8s.io/kube-scheduler:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-scheduler k8s.io/kubectl:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kubectl k8s.io/kubelet:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kubelet k8s.io/kubernetes:github.com/k3s-io/kubernetes/staging/src/k8s.io/api k8s.io/legacy-cloud-providers:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/legacy-cloud-providers k8s.io/metrics:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/metrics k8s.io/mount-utils:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/mount-utils k8s.io/pod-security-admission:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/pod-security-admission k8s.io/sample-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/sample-apiserver k8s.io/gengo:k8s.io/gengo k8s.io/klog:k8s.io/klog k8s.io/klog/v2:github.com/k3s-io/klog/v2 k8s.io/kube-openapi:k8s.io/kube-openapi k8s.io/system-validators:k8s.io/system-validators k8s.io/utils:k8s.io/utils modernc.org/cc:modernc.org/cc modernc.org/golex:modernc.org/golex modernc.org/mathutil:modernc.org/mathutil modernc.org/strutil:modernc.org/strutil modernc.org/xc:modernc.org/xc rsc.io/binaryregexp:rsc.io/binaryregexp rsc.io/pdf:rsc.io/pdf rsc.io/quote/v3:github.com/rsc/quote/v3//v3 rsc.io/sampler:rsc.io/sampler sigs.k8s.io/apiserver-network-proxy/konnectivity-client:github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client//konnectivity-client sigs.k8s.io/cli-utils:sigs.k8s.io/cli-utils sigs.k8s.io/controller-runtime:sigs.k8s.io/controller-runtime sigs.k8s.io/kustomize/api:github.com/kubernetes-sigs/kustomize/api//api sigs.k8s.io/kustomize/cmd/config:github.com/kubernetes-sigs/kustomize/api//cmd/config sigs.k8s.io/kustomize/kustomize/v4:github.com/kubernetes-sigs/kustomize/api//kustomize sigs.k8s.io/kustomize/kyaml:github.com/kubernetes-sigs/kustomize/api//kyaml sigs.k8s.io/structured-merge-diff/v4:github.com/kubernetes-sigs/structured-merge-diff/v4 sigs.k8s.io/testing_frameworks:sigs.k8s.io/testing_frameworks sigs.k8s.io/yaml:sigs.k8s.io/yaml sigs.k8s.io/json:sigs.k8s.io/json" 56 sites="bazil.org/fuse:github.com/bazil/fuse \
2637 for s in $sites; do 57 bitbucket.org/bertimus9/systemstat:bitbucket.org/bertimus9/systemstat \
58 cloud.google.com/go:github.com/googleapis/google-cloud-go \
59 cloud.google.com/go/bigquery:github.com/googleapis/google-cloud-go/bigquery//bigquery \
60 cloud.google.com/go/datastore:github.com/googleapis/google-cloud-go/bigquery//datastore \
61 cloud.google.com/go/firestore:github.com/googleapis/google-cloud-go/bigquery//firestore \
62 cloud.google.com/go/pubsub:github.com/googleapis/google-cloud-go/bigquery//pubsub \
63 cloud.google.com/go/storage:github.com/googleapis/google-cloud-go/bigquery//storage \
64 dmitri.shuralyov.com/gpu/mtl:dmitri.shuralyov.com/gpu/mtl \
65 github.com/360EntSecGroup-Skylar/excelize:github.com/360EntSecGroup-Skylar/excelize \
66 github.com/Azure/azure-sdk-for-go:github.com/Azure/azure-sdk-for-go \
67 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \
68 github.com/Azure/go-autorest:github.com/Azure/go-autorest \
69 github.com/Azure/go-autorest/autorest:github.com/Azure/go-autorest/autorest//autorest \
70 github.com/Azure/go-autorest/autorest/adal:github.com/Azure/go-autorest/autorest//autorest/adal \
71 github.com/Azure/go-autorest/autorest/date:github.com/Azure/go-autorest/autorest//autorest/date \
72 github.com/Azure/go-autorest/autorest/mocks:github.com/Azure/go-autorest/autorest//autorest/mocks \
73 github.com/Azure/go-autorest/autorest/to:github.com/Azure/go-autorest/autorest//autorest/to \
74 github.com/Azure/go-autorest/autorest/validation:github.com/Azure/go-autorest/autorest//autorest/validation \
75 github.com/Azure/go-autorest/logger:github.com/Azure/go-autorest/autorest//logger \
76 github.com/Azure/go-autorest/tracing:github.com/Azure/go-autorest/autorest//tracing \
77 github.com/BurntSushi/toml:github.com/BurntSushi/toml \
78 github.com/BurntSushi/xgb:github.com/BurntSushi/xgb \
79 github.com/GoogleCloudPlatform/k8s-cloud-provider:github.com/GoogleCloudPlatform/k8s-cloud-provider \
80 github.com/JeffAshton/win_pdh:github.com/JeffAshton/win_pdh \
81 github.com/MakeNowJust/heredoc:github.com/MakeNowJust/heredoc \
82 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \
83 github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim \
84 github.com/NYTimes/gziphandler:github.com/NYTimes/gziphandler \
85 github.com/OneOfOne/xxhash:github.com/OneOfOne/xxhash \
86 github.com/PuerkitoBio/goquery:github.com/PuerkitoBio/goquery \
87 github.com/PuerkitoBio/purell:github.com/PuerkitoBio/purell \
88 github.com/PuerkitoBio/urlesc:github.com/PuerkitoBio/urlesc \
89 github.com/Rican7/retry:github.com/Rican7/retry \
90 github.com/agnivade/levenshtein:github.com/agnivade/levenshtein \
91 github.com/ajstarks/svgo:github.com/ajstarks/svgo \
92 github.com/alecthomas/template:github.com/alecthomas/template \
93 github.com/alecthomas/units:github.com/alecthomas/units \
94 github.com/alexflint/go-filemutex:github.com/alexflint/go-filemutex \
95 github.com/andreyvit/diff:github.com/andreyvit/diff \
96 github.com/andybalholm/cascadia:github.com/andybalholm/cascadia \
97 github.com/antihax/optional:github.com/antihax/optional \
98 github.com/armon/circbuf:github.com/armon/circbuf \
99 github.com/armon/consul-api:github.com/armon/consul-api \
100 github.com/armon/go-metrics:github.com/armon/go-metrics \
101 github.com/armon/go-radix:github.com/armon/go-radix \
102 github.com/asaskevich/govalidator:github.com/asaskevich/govalidator \
103 github.com/auth0/go-jwt-middleware:github.com/auth0/go-jwt-middleware \
104 github.com/aws/aws-sdk-go:github.com/aws/aws-sdk-go \
105 github.com/benbjohnson/clock:github.com/benbjohnson/clock \
106 github.com/beorn7/perks:github.com/beorn7/perks \
107 github.com/bgentry/speakeasy:github.com/bgentry/speakeasy \
108 github.com/bits-and-blooms/bitset:github.com/bits-and-blooms/bitset \
109 github.com/bketelsen/crypt:github.com/bketelsen/crypt \
110 github.com/blang/semver:github.com/blang/semver \
111 github.com/boltdb/bolt:github.com/boltdb/bolt \
112 github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici \
113 github.com/buger/jsonparser:github.com/buger/jsonparser \
114 github.com/canonical/go-dqlite:github.com/canonical/go-dqlite \
115 github.com/census-instrumentation/opencensus-proto:github.com/census-instrumentation/opencensus-proto \
116 github.com/certifi/gocertifi:github.com/certifi/gocertifi \
117 github.com/cespare/xxhash:github.com/cespare/xxhash \
118 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \
119 github.com/chai2010/gettext-go:github.com/chai2010/gettext-go \
120 github.com/checkpoint-restore/go-criu/v5:github.com/checkpoint-restore/go-criu/v5 \
121 github.com/cheggaaa/pb:github.com/cheggaaa/pb \
122 github.com/chzyer/logex:github.com/chzyer/logex \
123 github.com/chzyer/readline:github.com/chzyer/readline \
124 github.com/chzyer/test:github.com/chzyer/test \
125 github.com/cilium/ebpf:github.com/cilium/ebpf \
126 github.com/cloudnativelabs/kube-router:github.com/cloudnativelabs/kube-router \
127 github.com/clusterhq/flocker-go:github.com/clusterhq/flocker-go \
128 github.com/cncf/udpa/go:github.com/cncf/udpa/go//go \
129 github.com/cockroachdb/datadriven:github.com/cockroachdb/datadriven \
130 github.com/cockroachdb/errors:github.com/cockroachdb/errors \
131 github.com/cockroachdb/logtags:github.com/cockroachdb/logtags \
132 github.com/container-storage-interface/spec:github.com/container-storage-interface/spec \
133 github.com/containerd/aufs:github.com/containerd/aufs \
134 github.com/containerd/btrfs:github.com/containerd/btrfs \
135 github.com/containerd/cgroups:github.com/containerd/cgroups \
136 github.com/containerd/console:github.com/containerd/console \
137 github.com/containerd/containerd:github.com/containerd/containerd \
138 github.com/containerd/continuity:github.com/containerd/continuity \
139 github.com/containerd/fifo:github.com/containerd/fifo \
140 github.com/containerd/fuse-overlayfs-snapshotter:github.com/containerd/fuse-overlayfs-snapshotter \
141 github.com/containerd/go-cni:github.com/containerd/go-cni \
142 github.com/containerd/go-runc:github.com/containerd/go-runc \
143 github.com/containerd/imgcrypt:github.com/containerd/imgcrypt \
144 github.com/containerd/nri:github.com/containerd/nri \
145 github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter \
146 github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz \
147 github.com/containerd/ttrpc:github.com/containerd/ttrpc \
148 github.com/containerd/typeurl:github.com/containerd/typeurl \
149 github.com/containerd/zfs:github.com/containerd/zfs \
150 github.com/containernetworking/cni:github.com/containernetworking/cni \
151 github.com/containernetworking/plugins:github.com/containernetworking/plugins \
152 github.com/containers/ocicrypt:github.com/containers/ocicrypt \
153 github.com/coredns/caddy:github.com/coredns/caddy \
154 github.com/coredns/corefile-migration:github.com/coredns/corefile-migration \
155 github.com/coreos/bbolt:github.com/coreos/bbolt \
156 github.com/coreos/etcd:github.com/coreos/etcd \
157 github.com/coreos/go-iptables:github.com/coreos/go-iptables \
158 github.com/coreos/go-oidc:github.com/coreos/go-oidc \
159 github.com/coreos/go-semver:github.com/coreos/go-semver \
160 github.com/coreos/go-systemd:github.com/coreos/go-systemd \
161 github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 \
162 github.com/coreos/pkg:github.com/coreos/pkg \
163 github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 \
164 github.com/creack/pty:github.com/creack/pty \
165 github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin \
166 github.com/d2g/dhcp4:github.com/d2g/dhcp4 \
167 github.com/d2g/dhcp4client:github.com/d2g/dhcp4client \
168 github.com/d2g/dhcp4server:github.com/d2g/dhcp4server \
169 github.com/d2g/hardwareaddr:github.com/d2g/hardwareaddr \
170 github.com/danieljoos/wincred:github.com/danieljoos/wincred \
171 github.com/davecgh/go-spew:github.com/davecgh/go-spew \
172 github.com/daviddengcn/go-colortext:github.com/daviddengcn/go-colortext \
173 github.com/denverdino/aliyungo:github.com/denverdino/aliyungo \
174 github.com/dgrijalva/jwt-go:github.com/dgrijalva/jwt-go \
175 github.com/dgryski/go-farm:github.com/dgryski/go-farm \
176 github.com/dgryski/go-sip13:github.com/dgryski/go-sip13 \
177 github.com/dnaeon/go-vcr:github.com/dnaeon/go-vcr \
178 github.com/docker/cli:github.com/docker/cli \
179 github.com/docker/distribution:github.com/docker/distribution \
180 github.com/docker/docker:github.com/docker/docker \
181 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \
182 github.com/docker/go-connections:github.com/docker/go-connections \
183 github.com/docker/go-events:github.com/docker/go-events \
184 github.com/docker/go-metrics:github.com/docker/go-metrics \
185 github.com/docker/go-units:github.com/docker/go-units \
186 github.com/docopt/docopt-go:github.com/docopt/docopt-go \
187 github.com/dustin/go-humanize:github.com/dustin/go-humanize \
188 github.com/dustmop/soup:github.com/dustmop/soup \
189 github.com/eapache/channels:github.com/eapache/channels \
190 github.com/eapache/queue:github.com/eapache/queue \
191 github.com/elazarl/goproxy:github.com/elazarl/goproxy \
192 github.com/emicklei/go-restful:github.com/emicklei/go-restful \
193 github.com/envoyproxy/go-control-plane:github.com/envoyproxy/go-control-plane \
194 github.com/envoyproxy/protoc-gen-validate:github.com/envoyproxy/protoc-gen-validate \
195 github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt \
196 github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser \
197 github.com/evanphx/json-patch:github.com/evanphx/json-patch \
198 github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath \
199 github.com/fanliao/go-promise:github.com/fanliao/go-promise \
200 github.com/fatih/camelcase:github.com/fatih/camelcase \
201 github.com/fatih/color:github.com/fatih/color \
202 github.com/felixge/httpsnoop:github.com/felixge/httpsnoop \
203 github.com/flannel-io/flannel:github.com/flannel-io/flannel \
204 github.com/flynn/go-shlex:github.com/flynn/go-shlex \
205 github.com/fogleman/gg:github.com/fogleman/gg \
206 github.com/form3tech-oss/jwt-go:github.com/form3tech-oss/jwt-go \
207 github.com/frankban/quicktest:github.com/frankban/quicktest \
208 github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify \
209 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder \
210 github.com/getsentry/raven-go:github.com/getsentry/raven-go \
211 github.com/ghodss/yaml:github.com/ghodss/yaml \
212 github.com/globalsign/mgo:github.com/globalsign/mgo \
213 github.com/go-bindata/go-bindata:github.com/go-bindata/go-bindata \
214 github.com/go-errors/errors:github.com/go-errors/errors \
215 github.com/go-gl/glfw:github.com/go-gl/glfw \
216 github.com/go-gl/glfw/v3.3/glfw:github.com/go-gl/glfw/v3.3/glfw//v3.3/glfw \
217 github.com/go-ini/ini:github.com/go-ini/ini \
218 github.com/go-kit/kit:github.com/go-kit/kit \
219 github.com/go-kit/log:github.com/go-kit/log \
220 github.com/go-logfmt/logfmt:github.com/go-logfmt/logfmt \
221 github.com/go-logr/logr:github.com/go-logr/logr \
222 github.com/go-logr/zapr:github.com/go-logr/zapr \
223 github.com/go-openapi/analysis:github.com/go-openapi/analysis \
224 github.com/go-openapi/errors:github.com/go-openapi/errors \
225 github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer \
226 github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference \
227 github.com/go-openapi/loads:github.com/go-openapi/loads \
228 github.com/go-openapi/runtime:github.com/go-openapi/runtime \
229 github.com/go-openapi/spec:github.com/go-openapi/spec \
230 github.com/go-openapi/strfmt:github.com/go-openapi/strfmt \
231 github.com/go-openapi/swag:github.com/go-openapi/swag \
232 github.com/go-openapi/validate:github.com/go-openapi/validate \
233 github.com/go-ozzo/ozzo-validation:github.com/go-ozzo/ozzo-validation \
234 github.com/go-sql-driver/mysql:github.com/go-sql-driver/mysql \
235 github.com/go-stack/stack:github.com/go-stack/stack \
236 github.com/go-task/slim-sprig:github.com/go-task/slim-sprig \
237 github.com/go-test/deep:github.com/go-test/deep \
238 github.com/goccy/go-json:github.com/goccy/go-json \
239 github.com/godbus/dbus:github.com/godbus/dbus \
240 github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \
241 github.com/gofrs/flock:github.com/gofrs/flock \
242 github.com/gofrs/uuid:github.com/gofrs/uuid \
243 github.com/gogo/googleapis:github.com/gogo/googleapis \
244 github.com/gogo/protobuf:github.com/gogo/protobuf \
245 github.com/golang/freetype:github.com/golang/freetype \
246 github.com/golang/glog:github.com/golang/glog \
247 github.com/golang/groupcache:github.com/golang/groupcache \
248 github.com/golang/mock:github.com/golang/mock \
249 github.com/golang/protobuf:github.com/golang/protobuf \
250 github.com/golang/snappy:github.com/golang/snappy \
251 github.com/golangplus/bytes:github.com/golangplus/bytes \
252 github.com/golangplus/fmt:github.com/golangplus/fmt \
253 github.com/golangplus/testing:github.com/golangplus/testing \
254 github.com/google/btree:github.com/google/btree \
255 github.com/google/cadvisor:github.com/google/cadvisor \
256 github.com/google/go-cmp:github.com/google/go-cmp \
257 github.com/google/go-containerregistry:github.com/google/go-containerregistry \
258 github.com/google/gofuzz:github.com/google/gofuzz \
259 github.com/google/martian:github.com/google/martian \
260 github.com/google/martian/v3:github.com/google/martian/v3 \
261 github.com/google/pprof:github.com/google/pprof \
262 github.com/google/renameio:github.com/google/renameio \
263 github.com/google/shlex:github.com/google/shlex \
264 github.com/google/uuid:github.com/google/uuid \
265 github.com/googleapis/gax-go/v2:github.com/googleapis/gax-go/v2//v2 \
266 github.com/googleapis/gnostic:github.com/googleapis/gnostic \
267 github.com/google/gnostic:github.com/googleapis/gnostic \
268 github.com/gophercloud/gophercloud:github.com/gophercloud/gophercloud \
269 github.com/gopherjs/gopherjs:github.com/gopherjs/gopherjs \
270 github.com/gorilla/mux:github.com/gorilla/mux \
271 github.com/gorilla/websocket:github.com/gorilla/websocket \
272 github.com/gregjones/httpcache:github.com/gregjones/httpcache \
273 github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware \
274 github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus \
275 github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway \
276 github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2 \
277 github.com/hashicorp/consul/api:github.com/hashicorp/consul/api//api \
278 github.com/hashicorp/consul/sdk:github.com/hashicorp/consul/sdk//sdk \
279 github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \
280 github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp \
281 github.com/hashicorp/go-hclog:github.com/hashicorp/go-hclog \
282 github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix \
283 github.com/hashicorp/go-msgpack:github.com/hashicorp/go-msgpack \
284 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \
285 github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp \
286 github.com/hashicorp/go-rootcerts:github.com/hashicorp/go-rootcerts \
287 github.com/hashicorp/go-sockaddr:github.com/hashicorp/go-sockaddr \
288 github.com/hashicorp/go-syslog:github.com/hashicorp/go-syslog \
289 github.com/hashicorp/go-uuid:github.com/hashicorp/go-uuid \
290 github.com/hashicorp/go.net:github.com/hashicorp/go.net \
291 github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \
292 github.com/hashicorp/hcl:github.com/hashicorp/hcl \
293 github.com/hashicorp/logutils:github.com/hashicorp/logutils \
294 github.com/hashicorp/mdns:github.com/hashicorp/mdns \
295 github.com/hashicorp/memberlist:github.com/hashicorp/memberlist \
296 github.com/hashicorp/serf:github.com/hashicorp/serf \
297 github.com/heketi/heketi:github.com/heketi/heketi \
298 github.com/heketi/tests:github.com/heketi/tests \
299 github.com/hpcloud/tail:github.com/hpcloud/tail \
300 github.com/hugelgupf/socketpair:github.com/hugelgupf/socketpair \
301 github.com/ianlancetaylor/demangle:github.com/ianlancetaylor/demangle \
302 github.com/imdario/mergo:github.com/imdario/mergo \
303 github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \
304 github.com/insomniacslk/dhcp:github.com/insomniacslk/dhcp \
305 github.com/ishidawataru/sctp:github.com/ishidawataru/sctp \
306 github.com/j-keck/arping:github.com/j-keck/arping \
307 github.com/jessevdk/go-flags:github.com/jessevdk/go-flags \
308 github.com/jmespath/go-jmespath:github.com/jmespath/go-jmespath \
309 github.com/jmespath/go-jmespath/internal/testify:github.com/jmespath/go-jmespath/internal/testify//internal/testify \
310 github.com/joho/godotenv:github.com/joho/godotenv \
311 github.com/jonboulle/clockwork:github.com/jonboulle/clockwork \
312 github.com/josharian/intern:github.com/josharian/intern \
313 github.com/josharian/native:github.com/josharian/native \
314 github.com/jpillora/backoff:github.com/jpillora/backoff \
315 github.com/jsimonetti/rtnetlink:github.com/jsimonetti/rtnetlink \
316 github.com/json-iterator/go:github.com/json-iterator/go \
317 github.com/jstemmer/go-junit-report:github.com/jstemmer/go-junit-report \
318 github.com/jtolds/gls:github.com/jtolds/gls \
319 github.com/julienschmidt/httprouter:github.com/julienschmidt/httprouter \
320 github.com/jung-kurt/gofpdf:github.com/jung-kurt/gofpdf \
321 github.com/k-sone/critbitgo:github.com/k-sone/critbitgo \
322 github.com/k3s-io/helm-controller:github.com/k3s-io/helm-controller \
323 github.com/k3s-io/kine:github.com/k3s-io/kine \
324 github.com/karrick/godirwalk:github.com/karrick/godirwalk \
325 github.com/kisielk/errcheck:github.com/kisielk/errcheck \
326 github.com/kisielk/gotool:github.com/kisielk/gotool \
327 github.com/klauspost/compress:github.com/klauspost/compress \
328 github.com/klauspost/cpuid:github.com/klauspost/cpuid \
329 github.com/konsorten/go-windows-terminal-sequences:github.com/konsorten/go-windows-terminal-sequences \
330 github.com/kr/fs:github.com/kr/fs \
331 github.com/kr/logfmt:github.com/kr/logfmt \
332 github.com/kr/pretty:github.com/kr/pretty \
333 github.com/kr/pty:github.com/kr/pty \
334 github.com/kr/text:github.com/kr/text \
335 github.com/kubernetes-sigs/cri-tools:github.com/kubernetes-sigs/cri-tools \
336 github.com/kylelemons/godebug:github.com/kylelemons/godebug \
337 github.com/lib/pq:github.com/lib/pq \
338 github.com/libopenstorage/openstorage:github.com/libopenstorage/openstorage \
339 github.com/liggitt/tabwriter:github.com/liggitt/tabwriter \
340 github.com/lithammer/dedent:github.com/lithammer/dedent \
341 github.com/lpabon/godbc:github.com/lpabon/godbc \
342 github.com/magiconair/properties:github.com/magiconair/properties \
343 github.com/mailru/easyjson:github.com/mailru/easyjson \
344 github.com/mattn/go-colorable:github.com/mattn/go-colorable \
345 github.com/mattn/go-isatty:github.com/mattn/go-isatty \
346 github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \
347 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \
348 github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3 \
349 github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \
350 github.com/mdlayher/ethernet:github.com/mdlayher/ethernet \
351 github.com/mdlayher/ethtool:github.com/mdlayher/ethtool \
352 github.com/mdlayher/genetlink:github.com/mdlayher/genetlink \
353 github.com/mdlayher/netlink:github.com/mdlayher/netlink \
354 github.com/mdlayher/raw:github.com/mdlayher/raw \
355 github.com/mdlayher/socket:github.com/mdlayher/socket \
356 github.com/miekg/dns:github.com/miekg/dns \
357 github.com/miekg/pkcs11:github.com/miekg/pkcs11 \
358 github.com/mikioh/ipaddr:github.com/mikioh/ipaddr \
359 github.com/mindprince/gonvml:github.com/mindprince/gonvml \
360 github.com/minio/md5-simd:github.com/minio/md5-simd \
361 github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 \
362 github.com/minio/sha256-simd:github.com/minio/sha256-simd \
363 github.com/minio/sio:github.com/minio/sio \
364 github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs \
365 github.com/mitchellh/cli:github.com/mitchellh/cli \
366 github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \
367 github.com/mitchellh/go-testing-interface:github.com/mitchellh/go-testing-interface \
368 github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap \
369 github.com/mitchellh/gox:github.com/mitchellh/gox \
370 github.com/mitchellh/iochan:github.com/mitchellh/iochan \
371 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \
372 github.com/moby/ipvs:github.com/moby/ipvs \
373 github.com/moby/locker:github.com/moby/locker \
374 github.com/moby/spdystream:github.com/moby/spdystream \
375 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \
376 github.com/moby/sys/symlink:github.com/moby/sys/mountinfo//symlink \
377 github.com/moby/term:github.com/moby/term \
378 github.com/moby/vpnkit:github.com/moby/vpnkit \
379 github.com/modern-go/concurrent:github.com/modern-go/concurrent \
380 github.com/modern-go/reflect2:github.com/modern-go/reflect2 \
381 github.com/mohae/deepcopy:github.com/mohae/deepcopy \
382 github.com/monochromegane/go-gitignore:github.com/monochromegane/go-gitignore \
383 github.com/morikuni/aec:github.com/morikuni/aec \
384 github.com/mrunalp/fileutils:github.com/mrunalp/fileutils \
385 github.com/munnerz/goautoneg:github.com/munnerz/goautoneg \
386 github.com/mvdan/xurls:github.com/mvdan/xurls \
387 github.com/mwitkow/go-conntrack:github.com/mwitkow/go-conntrack \
388 github.com/mxk/go-flowrate:github.com/mxk/go-flowrate \
389 github.com/natefinch/lumberjack:github.com/natefinch/lumberjack \
390 github.com/niemeyer/pretty:github.com/niemeyer/pretty \
391 github.com/nxadm/tail:github.com/nxadm/tail \
392 github.com/oklog/ulid:github.com/oklog/ulid \
393 github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter \
394 github.com/onsi/ginkgo:github.com/onsi/ginkgo \
395 github.com/onsi/gomega:github.com/onsi/gomega \
396 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \
397 github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \
398 github.com/opencontainers/runc:github.com/opencontainers/runc \
399 github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \
400 github.com/opencontainers/selinux:github.com/opencontainers/selinux \
401 github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go \
402 github.com/osrg/gobgp:github.com/osrg/gobgp \
403 github.com/otiai10/copy:github.com/otiai10/copy \
404 github.com/otiai10/curr:github.com/otiai10/curr \
405 github.com/otiai10/mint:github.com/otiai10/mint \
406 github.com/pascaldekloe/goe:github.com/pascaldekloe/goe \
407 github.com/paulmach/orb:github.com/paulmach/orb \
408 github.com/pborman/uuid:github.com/pborman/uuid \
409 github.com/pelletier/go-buffruneio:github.com/pelletier/go-buffruneio \
410 github.com/pelletier/go-toml:github.com/pelletier/go-toml \
411 github.com/peterbourgon/diskv:github.com/peterbourgon/diskv \
412 github.com/pierrec/lz4:github.com/pierrec/lz4 \
413 github.com/pkg/errors:github.com/pkg/errors \
414 github.com/pkg/sftp:github.com/pkg/sftp \
415 github.com/pmezard/go-difflib:github.com/pmezard/go-difflib \
416 github.com/posener/complete:github.com/posener/complete \
417 github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol \
418 github.com/prometheus/client_golang:github.com/prometheus/client_golang \
419 github.com/prometheus/client_model:github.com/prometheus/client_model \
420 github.com/prometheus/common:github.com/prometheus/common \
421 github.com/prometheus/procfs:github.com/prometheus/procfs \
422 github.com/prometheus/tsdb:github.com/prometheus/tsdb \
423 github.com/qri-io/starlib:github.com/qri-io/starlib \
424 github.com/quobyte/api:github.com/quobyte/api \
425 github.com/rancher/dynamiclistener:github.com/rancher/dynamiclistener \
426 github.com/rancher/lasso:github.com/rancher/lasso \
427 github.com/rancher/remotedialer:github.com/rancher/remotedialer \
428 github.com/rancher/wharfie:github.com/rancher/wharfie \
429 github.com/rancher/wrangler:github.com/rancher/wrangler \
430 github.com/remyoudompheng/bigfft:github.com/remyoudompheng/bigfft \
431 github.com/robfig/cron/v3:github.com/robfig/cron/v3 \
432 github.com/rogpeppe/fastuuid:github.com/rogpeppe/fastuuid \
433 github.com/rogpeppe/go-internal:github.com/rogpeppe/go-internal \
434 github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit \
435 github.com/rs/xid:github.com/rs/xid \
436 github.com/rubiojr/go-vhd:github.com/rubiojr/go-vhd \
437 github.com/russross/blackfriday:github.com/russross/blackfriday \
438 github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 \
439 github.com/ryanuber/columnize:github.com/ryanuber/columnize \
440 github.com/safchain/ethtool:github.com/safchain/ethtool \
441 github.com/satori/go.uuid:github.com/satori/go.uuid \
442 github.com/sean-/seed:github.com/sean-/seed \
443 github.com/seccomp/libseccomp-golang:github.com/seccomp/libseccomp-golang \
444 github.com/sergi/go-diff:github.com/sergi/go-diff \
445 github.com/shurcooL/sanitized_anchor_name:github.com/shurcooL/sanitized_anchor_name \
446 github.com/sirupsen/logrus:github.com/sirupsen/logrus \
447 github.com/smartystreets/assertions:github.com/smartystreets/assertions \
448 github.com/smartystreets/goconvey:github.com/smartystreets/goconvey \
449 github.com/soheilhy/cmux:github.com/soheilhy/cmux \
450 github.com/songgao/water:github.com/songgao/water \
451 github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 \
452 github.com/spf13/afero:github.com/spf13/afero \
453 github.com/spf13/cast:github.com/spf13/cast \
454 github.com/spf13/cobra:github.com/spf13/cobra \
455 github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman \
456 github.com/spf13/pflag:github.com/spf13/pflag \
457 github.com/spf13/viper:github.com/spf13/viper \
458 github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \
459 github.com/stoewer/go-strcase:github.com/stoewer/go-strcase \
460 github.com/storageos/go-api:github.com/storageos/go-api \
461 github.com/stretchr/objx:github.com/stretchr/objx \
462 github.com/stretchr/testify:github.com/stretchr/testify \
463 github.com/subosito/gotenv:github.com/subosito/gotenv \
464 github.com/syndtr/gocapability:github.com/syndtr/gocapability \
465 github.com/tchap/go-patricia:github.com/tchap/go-patricia \
466 github.com/tencentcloud/tencentcloud-sdk-go:github.com/tencentcloud/tencentcloud-sdk-go \
467 github.com/tidwall/pretty:github.com/tidwall/pretty \
468 github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy \
469 github.com/u-root/u-root:github.com/u-root/u-root \
470 github.com/ugorji/go:github.com/ugorji/go \
471 github.com/urfave/cli:github.com/urfave/cli \
472 github.com/urfave/cli/v2:github.com/urfave/cli/v2 \
473 github.com/urfave/negroni:github.com/urfave/negroni \
474 github.com/vbatts/tar-split:github.com/vbatts/tar-split \
475 github.com/vektah/gqlparser:github.com/vektah/gqlparser \
476 github.com/vishvananda/netlink:github.com/vishvananda/netlink \
477 github.com/vishvananda/netns:github.com/vishvananda/netns \
478 github.com/vmware/govmomi:github.com/vmware/govmomi \
479 github.com/willf/bitset:github.com/willf/bitset \
480 github.com/xiang90/probing:github.com/xiang90/probing \
481 github.com/xlab/treeprint:github.com/xlab/treeprint \
482 github.com/xordataexchange/crypt:github.com/xordataexchange/crypt \
483 github.com/yuin/goldmark:github.com/yuin/goldmark \
484 go.etcd.io/bbolt:go.etcd.io/bbolt \
485 go.etcd.io/etcd:go.etcd.io/etcd \
486 go.etcd.io/etcd/client/pkg/v3:github.com/etcd-io/etcd/client/pkg/v3//client/pkg \
487 go.etcd.io/etcd/client/v2:github.com/etcd-io/etcd/client/v2//client/v2 \
488 go.etcd.io/etcd/pkg/v3:github.com/etcd-io/etcd/client/pkg/v3//pkg \
489 go.etcd.io/etcd/raft/v3:github.com/etcd-io/etcd/client/pkg/v3//raft \
490 go.etcd.io/etcd/api/v3:github.com/k3s-io/etcd/api/v3//api \
491 go.etcd.io/etcd/client/v3:github.com/k3s-io/etcd/api/v3//client/v3 \
492 go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/api/v3//etcdutl \
493 go.etcd.io/etcd/server/v3:github.com/k3s-io/etcd/api/v3//server \
494 go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \
495 go.opencensus.io:go.opencensus.io \
496 go.opentelemetry.io/contrib:go.opentelemetry.io/contrib \
497 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib//instrumentation/google.golang.org/grpc/otelgrpc \
498 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib//instrumentation/net/http/otelhttp \
499 go.opentelemetry.io/otel:go.opentelemetry.io/otel \
500 go.opentelemetry.io/otel/exporters/otlp:go.opentelemetry.io/otel//exporters/otlp \
501 go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel//metric \
502 go.opentelemetry.io/otel/oteltest:go.opentelemetry.io/otel//oteltest \
503 go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel//sdk \
504 go.opentelemetry.io/otel/sdk/export/metric:go.opentelemetry.io/otel//sdk/export/metric \
505 go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel//sdk/metric \
506 go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace \
507 go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp \
508 go.starlark.net:github.com/google/starlark-go \
509 go.uber.org/atomic:go.uber.org/atomic \
510 go.uber.org/goleak:go.uber.org/goleak \
511 go.uber.org/multierr:go.uber.org/multierr \
512 go.uber.org/zap:go.uber.org/zap \
513 golang.org/x/crypto:golang.org/x/crypto \
514 golang.org/x/exp:golang.org/x/exp \
515 golang.org/x/image:golang.org/x/image \
516 golang.org/x/lint:golang.org/x/lint \
517 golang.org/x/mobile:golang.org/x/mobile \
518 golang.org/x/mod:golang.org/x/mod \
519 golang.org/x/net:golang.org/x/net \
520 golang.org/x/oauth2:golang.org/x/oauth2 \
521 golang.org/x/sync:golang.org/x/sync \
522 golang.org/x/sys:golang.org/x/sys \
523 golang.org/x/term:golang.org/x/term \
524 golang.org/x/text:golang.org/x/text \
525 golang.org/x/time:golang.org/x/time \
526 golang.org/x/tools:golang.org/x/tools \
527 golang.org/x/xerrors:golang.org/x/xerrors \
528 golang.zx2c4.com/wintun:golang.zx2c4.com/wintun \
529 golang.zx2c4.com/wireguard:golang.zx2c4.com/wireguard \
530 golang.zx2c4.com/wireguard/wgctrl:golang.zx2c4.com/wireguard/wgctrl \
531 gonum.org/v1/gonum:github.com/gonum/gonum \
532 gonum.org/v1/netlib:github.com/gonum/netlib \
533 gonum.org/v1/plot:github.com/gonum/plot \
534 google.golang.org/api:google.golang.org/api \
535 google.golang.org/appengine:google.golang.org/appengine \
536 google.golang.org/genproto:google.golang.org/genproto \
537 google.golang.org/grpc:google.golang.org/grpc \
538 google.golang.org/grpc/cmd/protoc-gen-go-grpc:google.golang.org/grpc/cmd/protoc-gen-go-grpc \
539 google.golang.org/protobuf:google.golang.org/protobuf \
540 gopkg.in/airbrake/gobrake.v2:gopkg.in/airbrake/gobrake.v2 \
541 gopkg.in/alecthomas/kingpin.v2:gopkg.in/alecthomas/kingpin.v2 \
542 gopkg.in/check.v1:gopkg.in/check.v1 \
543 gopkg.in/cheggaaa/pb.v1:gopkg.in/cheggaaa/pb.v1 \
544 gopkg.in/errgo.v2:gopkg.in/errgo.v2 \
545 gopkg.in/fsnotify.v1:gopkg.in/fsnotify.v1 \
546 gopkg.in/gcfg.v1:gopkg.in/gcfg.v1 \
547 gopkg.in/gemnasium/logrus-airbrake-hook.v2:gopkg.in/gemnasium/logrus-airbrake-hook.v2 \
548 gopkg.in/inf.v0:gopkg.in/inf.v0 \
549 gopkg.in/ini.v1:gopkg.in/ini.v1 \
550 gopkg.in/natefinch/lumberjack.v2:gopkg.in/natefinch/lumberjack.v2 \
551 gopkg.in/resty.v1:gopkg.in/resty.v1 \
552 gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 \
553 gopkg.in/tomb.v1:gopkg.in/tomb.v1 \
554 gopkg.in/warnings.v0:gopkg.in/warnings.v0 \
555 gopkg.in/yaml.v2:gopkg.in/yaml.v2 \
556 gopkg.in/yaml.v3:gopkg.in/yaml.v3 \
557 gotest.tools:github.com/gotestyourself/gotest.tools \
558 gotest.tools/v3:github.com/gotestyourself/gotest.tools568bc57cc5c19a2ef85e5749870b49a4cc2ab54d \
559 honnef.co/go/tools:honnef.co/go/tools \
560 inet.af/tcpproxy:inet.af/tcpproxy \
561 k8s.io/api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/api \
562 k8s.io/apiextensions-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apiextensions-apiserver \
563 k8s.io/apimachinery:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apimachinery \
564 k8s.io/apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apiserver \
565 k8s.io/cli-runtime:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cli-runtime \
566 k8s.io/client-go:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/client-go \
567 k8s.io/cloud-provider:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cloud-provider \
568 k8s.io/cluster-bootstrap:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cluster-bootstrap \
569 k8s.io/code-generator:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/code-generator \
570 k8s.io/component-base:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/component-base \
571 k8s.io/component-helpers:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/component-helpers \
572 k8s.io/controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/controller-manager \
573 k8s.io/cri-api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cri-api \
574 k8s.io/csi-translation-lib:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/csi-translation-lib \
575 k8s.io/kube-aggregator:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-aggregator \
576 k8s.io/kube-controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-controller-manager \
577 k8s.io/kube-proxy:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-proxy \
578 k8s.io/kube-scheduler:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-scheduler \
579 k8s.io/kubectl:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kubectl \
580 k8s.io/kubelet:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kubelet \
581 k8s.io/kubernetes:github.com/k3s-io/kubernetes/staging/src/k8s.io/api \
582 k8s.io/legacy-cloud-providers:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/legacy-cloud-providers \
583 k8s.io/metrics:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/metrics \
584 k8s.io/mount-utils:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/mount-utils \
585 k8s.io/pod-security-admission:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/pod-security-admission \
586 k8s.io/sample-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/sample-apiserver \
587 k8s.io/gengo:k8s.io/gengo \
588 k8s.io/klog:k8s.io/klog \
589 k8s.io/klog/v2:github.com/k3s-io/klog/v2 \
590 k8s.io/kube-openapi:k8s.io/kube-openapi \
591 k8s.io/system-validators:k8s.io/system-validators \
592 k8s.io/utils:k8s.io/utils \
593 modernc.org/cc:modernc.org/cc \
594 modernc.org/golex:modernc.org/golex \
595 modernc.org/mathutil:modernc.org/mathutil \
596 modernc.org/strutil:modernc.org/strutil \
597 modernc.org/xc:modernc.org/xc \
598 rsc.io/binaryregexp:rsc.io/binaryregexp \
599 rsc.io/pdf:rsc.io/pdf \
600 rsc.io/quote/v3:github.com/rsc/quote/v3//v3 \
601 rsc.io/sampler:rsc.io/sampler \
602 sigs.k8s.io/apiserver-network-proxy/konnectivity-client:github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client//konnectivity-client \
603 sigs.k8s.io/cli-utils:sigs.k8s.io/cli-utils \
604 sigs.k8s.io/controller-runtime:sigs.k8s.io/controller-runtime \
605 sigs.k8s.io/kustomize/api:github.com/kubernetes-sigs/kustomize/api//api \
606 sigs.k8s.io/kustomize/cmd/config:github.com/kubernetes-sigs/kustomize/api//cmd/config \
607 sigs.k8s.io/kustomize/kustomize/v4:github.com/kubernetes-sigs/kustomize/api//kustomize \
608 sigs.k8s.io/kustomize/kyaml:github.com/kubernetes-sigs/kustomize/api//kyaml \
609 sigs.k8s.io/structured-merge-diff/v4:github.com/kubernetes-sigs/structured-merge-diff/v4 \
610 sigs.k8s.io/testing_frameworks:sigs.k8s.io/testing_frameworks \
611 sigs.k8s.io/yaml:sigs.k8s.io/yaml \
612 sigs.k8s.io/json:sigs.k8s.io/json"
613 for s in $sites; do
2638 site_dest=$(echo $s | cut -d: -f1) 614 site_dest=$(echo $s | cut -d: -f1)
2639 site_source=$(echo $s | cut -d: -f2) 615 site_source=$(echo $s | cut -d: -f2)
2640 mkdir -p vendor.copy/$site_dest 616 mkdir -p vendor.copy/$site_dest
2641 [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } 617 [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; }
2642 done 618 done
2643 619
2644 ln -sf vendor.copy vendor 620 ln -sf vendor.copy vendor
2645 621
diff --git a/recipes-containers/k3s/src_uri.inc b/recipes-containers/k3s/src_uri.inc
new file mode 100644
index 00000000..4c0c283f
--- /dev/null
+++ b/recipes-containers/k3s/src_uri.inc
@@ -0,0 +1,2523 @@
1# bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
2# [1] git ls-remote https://github.com/bazil/fuse 371fbbdaa8987b715bdd21d6adc4c9b20155f748
3SRCREV_fuse="371fbbdaa8987b715bdd21d6adc4c9b20155f748"
4SRC_URI += "git://github.com/bazil/fuse;name=fuse;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bazil/fuse"
5
6# bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
7# [1] git ls-remote https://bitbucket.org/bertimus9/systemstat 0eeff89b0690611fc32e21f0cd2e4434abf8fe53
8SRCREV_systemstat="0eeff89b0690611fc32e21f0cd2e4434abf8fe53"
9SRC_URI += "git://bitbucket.org/bertimus9/systemstat;name=systemstat;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/bitbucket.org/bertimus9/systemstat"
10
11# cloud.google.com/go v0.97.0
12# [1] git ls-remote https://github.com/googleapis/google-cloud-go 26286e362470c1b4e60e33d07cb2e12b62843ed7
13SRCREV_go="26286e362470c1b4e60e33d07cb2e12b62843ed7"
14SRC_URI += "git://github.com/googleapis/google-cloud-go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go"
15
16# cloud.google.com/go/bigquery v1.8.0
17# [1] git ls-remote https://github.com/googleapis/google-cloud-go b3945009be381cc70ed324060d32bb109af42b18
18SRCREV_bigquery="b3945009be381cc70ed324060d32bb109af42b18"
19SRC_URI += "git://github.com/googleapis/google-cloud-go;name=bigquery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/bigquery"
20
21# dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037
22# [1] git ls-remote https://dmitri.shuralyov.com/gpu/mtl 28db891af037715d8c1deec7652485a173c60e25
23SRCREV_mtl="28db891af037715d8c1deec7652485a173c60e25"
24SRC_URI += "git://dmitri.shuralyov.com/gpu/mtl;name=mtl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/dmitri.shuralyov.com/gpu/mtl"
25
26# github.com/360EntSecGroup-Skylar/excelize v1.4.1
27# [1] git ls-remote https://github.com/360EntSecGroup-Skylar/excelize dea7ba0ec43a4c29a6642d02b6edc73b8b0369f0
28SRCREV_excelize="dea7ba0ec43a4c29a6642d02b6edc73b8b0369f0"
29SRC_URI += "git://github.com/360EntSecGroup-Skylar/excelize;name=excelize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/360EntSecGroup-Skylar/excelize"
30
31# github.com/Azure/azure-sdk-for-go v55.0.0+incompatible
32# [1] git ls-remote https://github.com/Azure/azure-sdk-for-go 3640559afddbad452d265b54fb1c20b30be0b062
33SRCREV_azure-sdk-for-go="3640559afddbad452d265b54fb1c20b30be0b062"
34SRC_URI += "git://github.com/Azure/azure-sdk-for-go;name=azure-sdk-for-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/azure-sdk-for-go"
35
36# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
37# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9
38SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9"
39SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-ansiterm"
40
41# github.com/Azure/go-autorest v14.2.0+incompatible
42# [1] git ls-remote https://github.com/Azure/go-autorest e7b391b759b050d6719cc6fd8bb87b6dc038bca6
43SRCREV_go-autorest="e7b391b759b050d6719cc6fd8bb87b6dc038bca6"
44SRC_URI += "git://github.com/Azure/go-autorest;name=go-autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest"
45
46# github.com/Azure/go-autorest/autorest v0.11.18
47# [1] git ls-remote https://github.com/Azure/go-autorest 7dd32b67be4e6c9386b9ba7b1c44a51263f05270
48SRCREV_autorest="7dd32b67be4e6c9386b9ba7b1c44a51263f05270"
49SRC_URI += "git://github.com/Azure/go-autorest;name=autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest"
50
51# github.com/BurntSushi/toml v0.4.1
52# [1] git ls-remote https://github.com/BurntSushi/toml f8ffb34d6924aa5f450dacce4c2146a1c9fc7253
53SRCREV_toml="f8ffb34d6924aa5f450dacce4c2146a1c9fc7253"
54SRC_URI += "git://github.com/BurntSushi/toml;name=toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/BurntSushi/toml"
55
56# github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
57# [1] git ls-remote https://github.com/BurntSushi/xgb 27f122750802c950b2c869a5b63dafcf590ced95
58SRCREV_xgb="27f122750802c950b2c869a5b63dafcf590ced95"
59SRC_URI += "git://github.com/BurntSushi/xgb;name=xgb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/BurntSushi/xgb"
60
61# github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20200415212048-7901bc822317
62# [1] git ls-remote https://github.com/GoogleCloudPlatform/k8s-cloud-provider 7901bc822317c56ff20e5189878966a70d52321e
63SRCREV_k8s-cloud-provider="7901bc822317c56ff20e5189878966a70d52321e"
64SRC_URI += "git://github.com/GoogleCloudPlatform/k8s-cloud-provider;name=k8s-cloud-provider;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/GoogleCloudPlatform/k8s-cloud-provider"
65
66# github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab
67# [1] git ls-remote https://github.com/JeffAshton/win_pdh 76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2
68SRCREV_win_pdh="76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2"
69SRC_URI += "git://github.com/JeffAshton/win_pdh;name=win_pdh;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/JeffAshton/win_pdh"
70
71# github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
72# [1] git ls-remote https://github.com/MakeNowJust/heredoc bb23615498cded5e105af4ce27de75b089cbe851
73SRCREV_heredoc="bb23615498cded5e105af4ce27de75b089cbe851"
74SRC_URI += "git://github.com/MakeNowJust/heredoc;name=heredoc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/MakeNowJust/heredoc"
75
76# github.com/Microsoft/go-winio v0.5.0
77# [1] git ls-remote https://github.com/Microsoft/go-winio 58dba89befbca5b5a2c944f84642f5b0540bcfd5
78SRCREV_go-winio="58dba89befbca5b5a2c944f84642f5b0540bcfd5"
79SRC_URI += "git://github.com/Microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio"
80
81# github.com/Microsoft/hcsshim v0.8.20
82# [1] git ls-remote https://github.com/Microsoft/hcsshim 3ad51c76263bad09548a40e1996960814a12a870
83SRCREV_hcsshim="3ad51c76263bad09548a40e1996960814a12a870"
84SRC_URI += "git://github.com/Microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim"
85
86# github.com/NYTimes/gziphandler v1.1.1
87# [1] git ls-remote https://github.com/NYTimes/gziphandler dd0439581c7657cb652dfe5c71d7d48baf39541d
88SRCREV_gziphandler="dd0439581c7657cb652dfe5c71d7d48baf39541d"
89SRC_URI += "git://github.com/NYTimes/gziphandler;name=gziphandler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/NYTimes/gziphandler"
90
91# github.com/OneOfOne/xxhash v1.2.2
92# [1] git ls-remote https://github.com/OneOfOne/xxhash 6def279d2ce6c81a79dd1c1be580f03bb216fb8a
93SRCREV_xxhash="6def279d2ce6c81a79dd1c1be580f03bb216fb8a"
94SRC_URI += "git://github.com/OneOfOne/xxhash;name=xxhash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/OneOfOne/xxhash"
95
96# github.com/PuerkitoBio/goquery v1.5.0
97# [1] git ls-remote https://github.com/PuerkitoBio/goquery 2d2796f41742ece03e8086188fa4db16a3a0b458
98SRCREV_goquery="2d2796f41742ece03e8086188fa4db16a3a0b458"
99SRC_URI += "git://github.com/PuerkitoBio/goquery;name=goquery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/PuerkitoBio/goquery"
100
101# github.com/PuerkitoBio/purell v1.1.1
102# [1] git ls-remote https://github.com/PuerkitoBio/purell 44968752391892e1b0d0b821ee79e9a85fa13049
103SRCREV_purell="44968752391892e1b0d0b821ee79e9a85fa13049"
104SRC_URI += "git://github.com/PuerkitoBio/purell;name=purell;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/PuerkitoBio/purell"
105
106# github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
107# [1] git ls-remote https://github.com/PuerkitoBio/urlesc de5bf2ad457846296e2031421a34e2568e304e35
108SRCREV_urlesc="de5bf2ad457846296e2031421a34e2568e304e35"
109SRC_URI += "git://github.com/PuerkitoBio/urlesc;name=urlesc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/PuerkitoBio/urlesc"
110
111# github.com/Rican7/retry v0.1.0
112# [1] git ls-remote https://github.com/Rican7/retry af41d8e8dc050fe4ad27246530a187a1ce601b95
113SRCREV_retry="af41d8e8dc050fe4ad27246530a187a1ce601b95"
114SRC_URI += "git://github.com/Rican7/retry;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Rican7/retry"
115
116# github.com/agnivade/levenshtein v1.0.1
117# [1] git ls-remote https://github.com/agnivade/levenshtein 834b435c3df04fba060c8d74a40d849ab2c4a090
118SRCREV_levenshtein="834b435c3df04fba060c8d74a40d849ab2c4a090"
119SRC_URI += "git://github.com/agnivade/levenshtein;name=levenshtein;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/agnivade/levenshtein"
120
121# github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af
122# [1] git ls-remote https://github.com/ajstarks/svgo 644b8db467afccf19a0692a3e31a1868e4287ab8
123SRCREV_svgo="644b8db467afccf19a0692a3e31a1868e4287ab8"
124SRC_URI += "git://github.com/ajstarks/svgo;name=svgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ajstarks/svgo"
125
126# github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
127# [1] git ls-remote https://github.com/alecthomas/template fb15b899a75114aa79cc930e33c46b577cc664b1
128SRCREV_template="fb15b899a75114aa79cc930e33c46b577cc664b1"
129SRC_URI += "git://github.com/alecthomas/template;name=template;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alecthomas/template"
130
131# github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
132# [1] git ls-remote https://github.com/alecthomas/units f65c72e2690dc4b403c8bd637baf4611cd4c069b
133SRCREV_units="f65c72e2690dc4b403c8bd637baf4611cd4c069b"
134SRC_URI += "git://github.com/alecthomas/units;name=units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alecthomas/units"
135
136# github.com/alexflint/go-filemutex v0.0.0-20171022225611-72bdc8eae2ae
137# [1] git ls-remote https://github.com/alexflint/go-filemutex 72bdc8eae2aef913234599b837f5dda445ca9bd9
138SRCREV_go-filemutex="72bdc8eae2aef913234599b837f5dda445ca9bd9"
139SRC_URI += "git://github.com/alexflint/go-filemutex;name=go-filemutex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alexflint/go-filemutex"
140
141# github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
142# [1] git ls-remote https://github.com/andreyvit/diff c7f18ee00883bfd3b00e0a2bf7607827e0148ad4
143SRCREV_diff="c7f18ee00883bfd3b00e0a2bf7607827e0148ad4"
144SRC_URI += "git://github.com/andreyvit/diff;name=diff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/andreyvit/diff"
145
146# github.com/andybalholm/cascadia v1.0.0
147# [1] git ls-remote https://github.com/andybalholm/cascadia 901648c87902174f774fac311d7f176f8647bdaa
148SRCREV_cascadia="901648c87902174f774fac311d7f176f8647bdaa"
149SRC_URI += "git://github.com/andybalholm/cascadia;name=cascadia;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/andybalholm/cascadia"
150
151# github.com/antihax/optional v1.0.0
152# [1] git ls-remote https://github.com/antihax/optional c3f0ba9c1a592b971d66b2787679af55b5c58f21
153SRCREV_optional="c3f0ba9c1a592b971d66b2787679af55b5c58f21"
154SRC_URI += "git://github.com/antihax/optional;name=optional;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/antihax/optional"
155
156# github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
157# [1] git ls-remote https://github.com/armon/circbuf bbbad097214e2918d8543d5201d12bfd7bca254d
158SRCREV_circbuf="bbbad097214e2918d8543d5201d12bfd7bca254d"
159SRC_URI += "git://github.com/armon/circbuf;name=circbuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/circbuf"
160
161# github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6
162# [1] git ls-remote https://github.com/armon/consul-api eb2c6b5be1b66bab83016e0b05f01b8d5496ffbd
163SRCREV_consul-api="eb2c6b5be1b66bab83016e0b05f01b8d5496ffbd"
164SRC_URI += "git://github.com/armon/consul-api;name=consul-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/consul-api"
165
166# github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
167# [1] git ls-remote https://github.com/armon/go-metrics f0300d1749da6fa982027e449ec0c7a145510c3c
168SRCREV_go-metrics="f0300d1749da6fa982027e449ec0c7a145510c3c"
169SRC_URI += "git://github.com/armon/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/go-metrics"
170
171# github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310
172# [1] git ls-remote https://github.com/armon/go-radix 7fddfc383310abc091d79a27f116d30cf0424032
173SRCREV_go-radix="7fddfc383310abc091d79a27f116d30cf0424032"
174SRC_URI += "git://github.com/armon/go-radix;name=go-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/go-radix"
175
176# github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
177# [1] git ls-remote https://github.com/asaskevich/govalidator f61b66f89f4a311bef65f13e575bcf1a2ffadda6
178SRCREV_govalidator="f61b66f89f4a311bef65f13e575bcf1a2ffadda6"
179SRC_URI += "git://github.com/asaskevich/govalidator;name=govalidator;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/asaskevich/govalidator"
180
181# github.com/auth0/go-jwt-middleware v1.0.1
182# [1] git ls-remote https://github.com/auth0/go-jwt-middleware dec8d9f66d0b99d1085a060812cd13d7219a7ebd
183SRCREV_go-jwt-middleware="dec8d9f66d0b99d1085a060812cd13d7219a7ebd"
184SRC_URI += "git://github.com/auth0/go-jwt-middleware;name=go-jwt-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/auth0/go-jwt-middleware"
185
186# github.com/aws/aws-sdk-go v1.38.70
187# [1] git ls-remote https://github.com/aws/aws-sdk-go c2c371dfc5c3306bf6e7bec6cc75054a9f205c21
188SRCREV_aws-sdk-go="c2c371dfc5c3306bf6e7bec6cc75054a9f205c21"
189SRC_URI += "git://github.com/aws/aws-sdk-go;name=aws-sdk-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go"
190
191# github.com/benbjohnson/clock v1.0.3
192# [1] git ls-remote https://github.com/benbjohnson/clock d30813fdb557385ec7cbe73036752baa31e72664
193SRCREV_clock="d30813fdb557385ec7cbe73036752baa31e72664"
194SRC_URI += "git://github.com/benbjohnson/clock;name=clock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/benbjohnson/clock"
195
196# github.com/beorn7/perks v1.0.1
197# [1] git ls-remote https://github.com/beorn7/perks c49ff274687222a7373c4cd83578f1065cf3e143
198SRCREV_perks="c49ff274687222a7373c4cd83578f1065cf3e143"
199SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks"
200
201# github.com/bgentry/speakeasy v0.1.0
202# [1] git ls-remote https://github.com/bgentry/speakeasy 12abe455afa69a18b1098acb18b1f004a4a6c33c
203SRCREV_speakeasy="12abe455afa69a18b1098acb18b1f004a4a6c33c"
204SRC_URI += "git://github.com/bgentry/speakeasy;name=speakeasy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bgentry/speakeasy"
205
206# github.com/bits-and-blooms/bitset v1.2.0
207# [1] git ls-remote https://github.com/bits-and-blooms/bitset 59de210119f50cedaa42d175dc88b6335fcf63f6
208SRCREV_bitset="59de210119f50cedaa42d175dc88b6335fcf63f6"
209SRC_URI += "git://github.com/bits-and-blooms/bitset;name=bitset;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bits-and-blooms/bitset"
210
211# github.com/bketelsen/crypt v0.0.4
212# [1] git ls-remote https://github.com/bketelsen/crypt 3f0829aaee54a3e9eabd45afbf68257a5cf754f7
213SRCREV_crypt="3f0829aaee54a3e9eabd45afbf68257a5cf754f7"
214SRC_URI += "git://github.com/bketelsen/crypt;name=crypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bketelsen/crypt"
215
216# github.com/blang/semver v3.5.1+incompatible
217# [1] git ls-remote https://github.com/blang/semver 2ee87856327ba09384cabd113bc6b5d174e9ec0f
218SRCREV_semver="2ee87856327ba09384cabd113bc6b5d174e9ec0f"
219SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver"
220
221# github.com/boltdb/bolt v1.3.1
222# [1] git ls-remote https://github.com/boltdb/bolt 2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8
223SRCREV_bolt="2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8"
224SRC_URI += "git://github.com/boltdb/bolt;name=bolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/boltdb/bolt"
225
226# github.com/bronze1man/goStrongswanVici v0.0.0-20201105010758-936f38b697fd
227# [1] git ls-remote https://github.com/bronze1man/goStrongswanVici 936f38b697fd9a0054eee1469fee9d51199d4e66
228SRCREV_goStrongswanVici="936f38b697fd9a0054eee1469fee9d51199d4e66"
229SRC_URI += "git://github.com/bronze1man/goStrongswanVici;name=goStrongswanVici;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bronze1man/goStrongswanVici"
230
231# github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44
232# [1] git ls-remote https://github.com/buger/jsonparser f4dd9f5a6b441265aefc1d44872a6f8c10f42b37
233SRCREV_jsonparser="f4dd9f5a6b441265aefc1d44872a6f8c10f42b37"
234SRC_URI += "git://github.com/buger/jsonparser;name=jsonparser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/jsonparser"
235
236# github.com/canonical/go-dqlite v1.5.1
237# [1] git ls-remote https://github.com/canonical/go-dqlite 830c1a017995b73322e86c2a6f2ca799c1caca07
238SRCREV_go-dqlite="830c1a017995b73322e86c2a6f2ca799c1caca07"
239SRC_URI += "git://github.com/canonical/go-dqlite;name=go-dqlite;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/canonical/go-dqlite"
240
241# github.com/census-instrumentation/opencensus-proto v0.2.1
242# [1] git ls-remote https://github.com/census-instrumentation/opencensus-proto 69cb099384edf046119a59a69761efa7042fbeb4
243SRCREV_opencensus-proto="69cb099384edf046119a59a69761efa7042fbeb4"
244SRC_URI += "git://github.com/census-instrumentation/opencensus-proto;name=opencensus-proto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/census-instrumentation/opencensus-proto"
245
246# github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054
247# [1] git ls-remote https://github.com/certifi/gocertifi 2c3bb06c6054e133430498817d26ac003d08f020
248SRCREV_gocertifi="2c3bb06c6054e133430498817d26ac003d08f020"
249SRC_URI += "git://github.com/certifi/gocertifi;name=gocertifi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/certifi/gocertifi"
250
251# github.com/cespare/xxhash v1.1.0
252# [1] git ls-remote https://github.com/cespare/xxhash 569f7c8abf1f58d9043ab804d364483cb1c853b6
253SRCREV_xxhash1="569f7c8abf1f58d9043ab804d364483cb1c853b6"
254SRC_URI += "git://github.com/cespare/xxhash;name=xxhash1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash"
255
256# github.com/cespare/xxhash/v2 v2.1.1
257# [1] git ls-remote https://github.com/cespare/xxhash 68d2e6187fda44f45b905aeeebdb40a73d137ea1
258SRCREV_v2="68d2e6187fda44f45b905aeeebdb40a73d137ea1"
259SRC_URI += "git://github.com/cespare/xxhash;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2"
260
261# github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5
262# [1] git ls-remote https://github.com/chai2010/gettext-go c6fed771bfd517099caf0f7a961671fa8ed08723
263SRCREV_gettext-go="c6fed771bfd517099caf0f7a961671fa8ed08723"
264SRC_URI += "git://github.com/chai2010/gettext-go;name=gettext-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chai2010/gettext-go"
265
266# github.com/checkpoint-restore/go-criu/v5 v5.0.0
267# [1] git ls-remote https://github.com/checkpoint-restore/go-criu 885cc36edb02fc5afeed0759885b473c16d249d8
268SRCREV_v5="885cc36edb02fc5afeed0759885b473c16d249d8"
269SRC_URI += "git://github.com/checkpoint-restore/go-criu;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/checkpoint-restore/go-criu/v5"
270
271# github.com/cheggaaa/pb v1.0.29
272# [1] git ls-remote https://github.com/cheggaaa/pb e2a33cc368a206516cc95f7bdd9176db0b83f098
273SRCREV_pb="e2a33cc368a206516cc95f7bdd9176db0b83f098"
274SRC_URI += "git://github.com/cheggaaa/pb;name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cheggaaa/pb"
275
276# github.com/chzyer/logex v1.1.10
277# [1] git ls-remote https://github.com/chzyer/logex cd112f618178aaaf4ea8592c8839f5276145d9cf
278SRCREV_logex="cd112f618178aaaf4ea8592c8839f5276145d9cf"
279SRC_URI += "git://github.com/chzyer/logex;name=logex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chzyer/logex"
280
281# github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
282# [1] git ls-remote https://github.com/chzyer/readline 2972be24d48e78746da79ba8e24e8b488c9880de
283SRCREV_readline="2972be24d48e78746da79ba8e24e8b488c9880de"
284SRC_URI += "git://github.com/chzyer/readline;name=readline;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chzyer/readline"
285
286# github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1
287# [1] git ls-remote https://github.com/chzyer/test a1ea475d72b168a29f44221e0ad031a842642302
288SRCREV_test="a1ea475d72b168a29f44221e0ad031a842642302"
289SRC_URI += "git://github.com/chzyer/test;name=test;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chzyer/test"
290
291# github.com/cilium/ebpf v0.7.0
292# [1] git ls-remote https://github.com/cilium/ebpf 13667bdb8f164c32ae1b85e7130552dd93e86dfd
293SRCREV_ebpf="13667bdb8f164c32ae1b85e7130552dd93e86dfd"
294SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf"
295
296# github.com/cloudnativelabs/kube-router v1.3.2
297# [1] git ls-remote https://github.com/cloudnativelabs/kube-router 6ed5596ff731b42c6a3bda87835a96afe338e1d2
298SRCREV_kube-router="6ed5596ff731b42c6a3bda87835a96afe338e1d2"
299SRC_URI += "git://github.com/cloudnativelabs/kube-router;name=kube-router;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cloudnativelabs/kube-router"
300
301# github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313
302# [1] git ls-remote https://github.com/clusterhq/flocker-go 2b8b7259d3139c96c4a6871031355808ab3fd3b3
303SRCREV_flocker-go="2b8b7259d3139c96c4a6871031355808ab3fd3b3"
304SRC_URI += "git://github.com/clusterhq/flocker-go;name=flocker-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/clusterhq/flocker-go"
305
306# github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403
307# [1] git ls-remote https://github.com/cncf/udpa 5459f2c994033b0afed7e4a70ac7e90c90c1ffee
308SRCREV_go1="5459f2c994033b0afed7e4a70ac7e90c90c1ffee"
309SRC_URI += "git://github.com/cncf/udpa;name=go1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cncf/udpa/go"
310
311# github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5
312# [1] git ls-remote https://github.com/cockroachdb/datadriven bf6692d28da5d6c6dade56f0c2679ca87705e1ad
313SRCREV_datadriven="bf6692d28da5d6c6dade56f0c2679ca87705e1ad"
314SRC_URI += "git://github.com/cockroachdb/datadriven;name=datadriven;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cockroachdb/datadriven"
315
316# github.com/cockroachdb/errors v1.2.4
317# [1] git ls-remote https://github.com/cockroachdb/errors 9e21257b06ad938e53c24c52b393076a51b61540
318SRCREV_errors="9e21257b06ad938e53c24c52b393076a51b61540"
319SRC_URI += "git://github.com/cockroachdb/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cockroachdb/errors"
320
321# github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f
322# [1] git ls-remote https://github.com/cockroachdb/logtags eb05cc24525fa45bcdbaaeec3e431a82099f9ad4
323SRCREV_logtags="eb05cc24525fa45bcdbaaeec3e431a82099f9ad4"
324SRC_URI += "git://github.com/cockroachdb/logtags;name=logtags;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cockroachdb/logtags"
325
326# github.com/container-storage-interface/spec v1.5.0
327# [1] git ls-remote https://github.com/container-storage-interface/spec f1ae02418ccc363f089ee952d438f30ffdb4b4dc
328SRCREV_spec="f1ae02418ccc363f089ee952d438f30ffdb4b4dc"
329SRC_URI += "git://github.com/container-storage-interface/spec;name=spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/container-storage-interface/spec"
330
331# github.com/containerd/aufs v1.0.0
332# [1] git ls-remote https://github.com/containerd/aufs 7dffc75339ca1cecb6de8a275ec8cee94e0ed855
333SRCREV_aufs="7dffc75339ca1cecb6de8a275ec8cee94e0ed855"
334SRC_URI += "git://github.com/containerd/aufs;name=aufs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/aufs"
335
336# github.com/containerd/btrfs v1.0.0
337# [1] git ls-remote https://github.com/containerd/btrfs ecd3a1e4f05ca245081bbaeaff5b3acff9e97c6a
338SRCREV_btrfs="ecd3a1e4f05ca245081bbaeaff5b3acff9e97c6a"
339SRC_URI += "git://github.com/containerd/btrfs;name=btrfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/btrfs"
340
341# github.com/containerd/cgroups v1.0.1
342# [1] git ls-remote https://github.com/containerd/cgroups 198bd73e83ff6bdebc18b1a356bf99df2436140f
343SRCREV_cgroups="198bd73e83ff6bdebc18b1a356bf99df2436140f"
344SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups"
345
346# github.com/containerd/console v1.0.2
347# [1] git ls-remote https://github.com/containerd/console d5efa7d56fd239f7f3dad2ab6685db09359a3618
348SRCREV_console="d5efa7d56fd239f7f3dad2ab6685db09359a3618"
349SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
350
351# github.com/k3s-io/containerd v1.5.9-k3s1
352# [1] git ls-remote https://github.com/k3s-io/containerd d5a46d003e3079a0f4897fd97408409ab77b8e27
353SRCREV_containerd="d5a46d003e3079a0f4897fd97408409ab77b8e27"
354SRC_URI += "git://github.com/k3s-io/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
355
356# github.com/k3s-io/continuity v0.0.0-20210309170710-f93269e0d5c1
357# [1] git ls-remote https://github.com/k3s-io/continuity f93269e0d5c1e116e1c7f1f5af80eae9a75f988b
358SRCREV_continuity="f93269e0d5c1e116e1c7f1f5af80eae9a75f988b"
359SRC_URI += "git://github.com/k3s-io/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
360
361# github.com/containerd/fifo v1.0.0
362# [1] git ls-remote https://github.com/containerd/fifo eb4e163db80cfde4102acfa62c87b2a37232c8a2
363SRCREV_fifo="eb4e163db80cfde4102acfa62c87b2a37232c8a2"
364SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo"
365
366# github.com/containerd/fuse-overlayfs-snapshotter v1.0.4
367# [1] git ls-remote https://github.com/containerd/fuse-overlayfs-snapshotter a4fb9d4458e8a700e55933024b650712b493f22f
368SRCREV_fuse-overlayfs-snapshotter="a4fb9d4458e8a700e55933024b650712b493f22f"
369SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;name=fuse-overlayfs-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fuse-overlayfs-snapshotter"
370
371# github.com/containerd/go-cni v1.0.2
372# [1] git ls-remote https://github.com/containerd/go-cni f1cbb273482be741efcf81da9eb69e3ab82a42cf
373SRCREV_go-cni="f1cbb273482be741efcf81da9eb69e3ab82a42cf"
374SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-cni"
375
376# github.com/containerd/go-runc v1.0.0
377# [1] git ls-remote https://github.com/containerd/go-runc 2b3d0644d70c637e0b2795aabbe15c89770d85b9
378SRCREV_go-runc="2b3d0644d70c637e0b2795aabbe15c89770d85b9"
379SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-runc"
380
381# github.com/containerd/imgcrypt v1.1.1
382# [1] git ls-remote https://github.com/containerd/imgcrypt 93e954ac574d39a54b4e6a8e9e50b7ff4acee41c
383SRCREV_imgcrypt="93e954ac574d39a54b4e6a8e9e50b7ff4acee41c"
384SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt"
385
386# github.com/containerd/nri v0.1.0
387# [1] git ls-remote https://github.com/containerd/nri cf90ff293408e9a021f738e73a8e0cee258e940a
388SRCREV_nri="cf90ff293408e9a021f738e73a8e0cee258e940a"
389SRC_URI += "git://github.com/containerd/nri;name=nri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/nri"
390
391# github.com/containerd/stargz-snapshotter v0.10.1
392# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 91eb38acd4102d9e08edc3f583f7c18c6e614971
393SRCREV_stargz-snapshotter="91eb38acd4102d9e08edc3f583f7c18c6e614971"
394SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter"
395
396# github.com/containerd/ttrpc v1.0.2
397# [1] git ls-remote https://github.com/containerd/ttrpc bfba540dc45464586c106b1f31c8547933c1eb41
398SRCREV_ttrpc="bfba540dc45464586c106b1f31c8547933c1eb41"
399SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc"
400
401# github.com/containerd/typeurl v1.0.2
402# [1] git ls-remote https://github.com/containerd/typeurl 9e1ad9a145b768c8f6bab9880513cd1b05fe5a20
403SRCREV_typeurl="9e1ad9a145b768c8f6bab9880513cd1b05fe5a20"
404SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl"
405
406# github.com/containerd/zfs v1.0.0
407# [1] git ls-remote https://github.com/containerd/zfs 7d55686cf303446a33007780f9f008b281c8831c
408SRCREV_zfs="7d55686cf303446a33007780f9f008b281c8831c"
409SRC_URI += "git://github.com/containerd/zfs;name=zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/zfs"
410
411# github.com/containernetworking/cni v0.8.1
412# [1] git ls-remote https://github.com/containernetworking/cni 9fc34aee0a6396d6484992035819c92c42522eea
413SRCREV_cni="9fc34aee0a6396d6484992035819c92c42522eea"
414SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni"
415
416# github.com/containernetworking/plugins v0.9.1
417# [1] git ls-remote https://github.com/containernetworking/plugins acf137b1f7e1c9f9bf1511ec938ed0aca7841f80
418SRCREV_plugins="acf137b1f7e1c9f9bf1511ec938ed0aca7841f80"
419SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins"
420
421# github.com/containers/ocicrypt v1.1.1
422# [1] git ls-remote https://github.com/containers/ocicrypt c989c0bcefa41e177f5d9f2f3182a7da13df0621
423SRCREV_ocicrypt="c989c0bcefa41e177f5d9f2f3182a7da13df0621"
424SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt"
425
426# github.com/coredns/caddy v1.1.0
427# [1] git ls-remote https://github.com/coredns/caddy 115eb7dee367f3ee1907bc3d84d6aa7a7cd193d8
428SRCREV_caddy="115eb7dee367f3ee1907bc3d84d6aa7a7cd193d8"
429SRC_URI += "git://github.com/coredns/caddy;name=caddy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coredns/caddy"
430
431# github.com/coredns/corefile-migration v1.0.12
432# [1] git ls-remote https://github.com/coredns/corefile-migration a17d727a232d5836eba83d558b94d73331b0f6c1
433SRCREV_corefile-migration="a17d727a232d5836eba83d558b94d73331b0f6c1"
434SRC_URI += "git://github.com/coredns/corefile-migration;name=corefile-migration;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coredns/corefile-migration"
435
436# github.com/coreos/bbolt v1.3.2
437# [1] git ls-remote https://github.com/coreos/bbolt 63597a96ec0ad9e6d43c3fc81e809909e0237461
438SRCREV_bbolt="63597a96ec0ad9e6d43c3fc81e809909e0237461"
439SRC_URI += "git://github.com/coreos/bbolt;name=bbolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/bbolt"
440
441# github.com/coreos/etcd v3.3.13+incompatible
442# [1] git ls-remote https://github.com/coreos/etcd 1aa3d4036677a2e4e0d024177446f6459f0e1ea1
443SRCREV_etcd="1aa3d4036677a2e4e0d024177446f6459f0e1ea1"
444SRC_URI += "git://github.com/coreos/etcd;name=etcd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/etcd"
445
446# github.com/coreos/go-iptables v0.6.0
447# [1] git ls-remote https://github.com/coreos/go-iptables 14d56d57c892f27a717aa6026fd2d3293221395b
448SRCREV_go-iptables="14d56d57c892f27a717aa6026fd2d3293221395b"
449SRC_URI += "git://github.com/coreos/go-iptables;name=go-iptables;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-iptables"
450
451# github.com/coreos/go-oidc v2.1.0+incompatible
452# [1] git ls-remote https://github.com/coreos/go-oidc 2be1c5b8a260760503f66dc0996e102b683b3ac3
453SRCREV_go-oidc="2be1c5b8a260760503f66dc0996e102b683b3ac3"
454SRC_URI += "git://github.com/coreos/go-oidc;name=go-oidc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-oidc"
455
456# github.com/coreos/go-semver v0.3.0
457# [1] git ls-remote https://github.com/coreos/go-semver 6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5
458SRCREV_go-semver="6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5"
459SRC_URI += "git://github.com/coreos/go-semver;name=go-semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-semver"
460
461# github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
462# [1] git ls-remote https://github.com/coreos/go-systemd 95778dfbb74eb7e4dbaf43bf7d71809650ef8076
463SRCREV_go-systemd="95778dfbb74eb7e4dbaf43bf7d71809650ef8076"
464SRC_URI += "git://github.com/coreos/go-systemd;name=go-systemd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd"
465
466# github.com/coreos/go-systemd/v22 v22.3.2
467# [1] git ls-remote https://github.com/coreos/go-systemd 0b40357fd65760243a3eceb80a299772c23c8470
468SRCREV_v22="0b40357fd65760243a3eceb80a299772c23c8470"
469SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22"
470
471# github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
472# [1] git ls-remote https://github.com/coreos/pkg 399ea9e2e55f791b6e3d920860dbecb99c3692f0
473SRCREV_pkg="399ea9e2e55f791b6e3d920860dbecb99c3692f0"
474SRC_URI += "git://github.com/coreos/pkg;name=pkg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/pkg"
475
476# github.com/cpuguy83/go-md2man/v2 v2.0.1
477# [1] git ls-remote https://github.com/cpuguy83/go-md2man b1ec32e02fe539480dc03e3bf381c20066e7c6cc
478SRCREV_v21="b1ec32e02fe539480dc03e3bf381c20066e7c6cc"
479SRC_URI += "git://github.com/cpuguy83/go-md2man;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cpuguy83/go-md2man/v2"
480
481# github.com/creack/pty v1.1.11
482# [1] git ls-remote https://github.com/creack/pty 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc
483SRCREV_pty="2a38352e8b4d7ab6c336eef107e42a55e72e7fbc"
484SRC_URI += "git://github.com/creack/pty;name=pty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/creack/pty"
485
486# github.com/cyphar/filepath-securejoin v0.2.2
487# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 6388e205e2047c305ff1a1e976b97523b8eeef9f
488SRCREV_filepath-securejoin="6388e205e2047c305ff1a1e976b97523b8eeef9f"
489SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyphar/filepath-securejoin"
490
491# github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c
492# [1] git ls-remote https://github.com/d2g/dhcp4 a1d1b6c41b1ce8a71a5121a9cee31809c4707d9c
493SRCREV_dhcp4="a1d1b6c41b1ce8a71a5121a9cee31809c4707d9c"
494SRC_URI += "git://github.com/d2g/dhcp4;name=dhcp4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/dhcp4"
495
496# github.com/d2g/dhcp4client v1.0.0
497# [1] git ls-remote https://github.com/d2g/dhcp4client b7a004ff1a09ab6723625e179a44e476306977a6
498SRCREV_dhcp4client="b7a004ff1a09ab6723625e179a44e476306977a6"
499SRC_URI += "git://github.com/d2g/dhcp4client;name=dhcp4client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/dhcp4client"
500
501# github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5
502# [1] git ls-remote https://github.com/d2g/dhcp4server 7d4a0a7f59a572d629ba5f49634b35c7fac7967e
503SRCREV_dhcp4server="7d4a0a7f59a572d629ba5f49634b35c7fac7967e"
504SRC_URI += "git://github.com/d2g/dhcp4server;name=dhcp4server;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/dhcp4server"
505
506# github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4
507# [1] git ls-remote https://github.com/d2g/hardwareaddr e7d9fbe030e4b7b08e3bdd128e2e81809e4389fd
508SRCREV_hardwareaddr="e7d9fbe030e4b7b08e3bdd128e2e81809e4389fd"
509SRC_URI += "git://github.com/d2g/hardwareaddr;name=hardwareaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/hardwareaddr"
510
511# github.com/danieljoos/wincred v1.1.0
512# [1] git ls-remote https://github.com/danieljoos/wincred 78f93c1f8b99b0c2f6e7f3d2bdc4993cf87bddff
513SRCREV_wincred="78f93c1f8b99b0c2f6e7f3d2bdc4993cf87bddff"
514SRC_URI += "git://github.com/danieljoos/wincred;name=wincred;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/danieljoos/wincred"
515
516# github.com/davecgh/go-spew v1.1.1
517# [1] git ls-remote https://github.com/davecgh/go-spew 152484fe5c9ff65d013f0f372d748c03e8749e6d
518SRCREV_go-spew="152484fe5c9ff65d013f0f372d748c03e8749e6d"
519SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/davecgh/go-spew"
520
521# github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd
522# [1] git ls-remote https://github.com/daviddengcn/go-colortext 511bcaf42ccd42c38aba7427b6673277bf19e2a1
523SRCREV_go-colortext="511bcaf42ccd42c38aba7427b6673277bf19e2a1"
524SRC_URI += "git://github.com/daviddengcn/go-colortext;name=go-colortext;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/daviddengcn/go-colortext"
525
526# github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba
527# [1] git ls-remote https://github.com/denverdino/aliyungo a747050bb1baf06cdd65de7cddc281a2b1c2fde5
528SRCREV_aliyungo="a747050bb1baf06cdd65de7cddc281a2b1c2fde5"
529SRC_URI += "git://github.com/denverdino/aliyungo;name=aliyungo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/denverdino/aliyungo"
530
531# github.com/dgrijalva/jwt-go v3.2.0+incompatible
532# [1] git ls-remote https://github.com/dgrijalva/jwt-go 06ea1031745cb8b3dab3f6a236daf2b0aa468b7e
533SRCREV_jwt-go="06ea1031745cb8b3dab3f6a236daf2b0aa468b7e"
534SRC_URI += "git://github.com/dgrijalva/jwt-go;name=jwt-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgrijalva/jwt-go"
535
536# github.com/dgryski/go-farm v0.0.0-20171119141306-ac7624ea8da3
537# [1] git ls-remote https://github.com/dgryski/go-farm ac7624ea8da311f2fbbd94401d8c1cf66089f9fb
538SRCREV_go-farm="ac7624ea8da311f2fbbd94401d8c1cf66089f9fb"
539SRC_URI += "git://github.com/dgryski/go-farm;name=go-farm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgryski/go-farm"
540
541# github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954
542# [1] git ls-remote https://github.com/dgryski/go-sip13 e10d5fee79544bd84105c9329adcc7b745fd588c
543SRCREV_go-sip13="e10d5fee79544bd84105c9329adcc7b745fd588c"
544SRC_URI += "git://github.com/dgryski/go-sip13;name=go-sip13;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgryski/go-sip13"
545
546# github.com/dnaeon/go-vcr v1.0.1
547# [1] git ls-remote https://github.com/dnaeon/go-vcr 871b30b48ead17b28817bfec6226c77671f9f79a
548SRCREV_go-vcr="871b30b48ead17b28817bfec6226c77671f9f79a"
549SRC_URI += "git://github.com/dnaeon/go-vcr;name=go-vcr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dnaeon/go-vcr"
550
551# github.com/docker/cli v20.10.10+incompatible
552# [1] git ls-remote https://github.com/docker/cli ec1e6b3fce53a421de65d7da46501d7806bf83c3
553SRCREV_cli="ec1e6b3fce53a421de65d7da46501d7806bf83c3"
554SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
555
556# github.com/docker/distribution v2.7.1+incompatible
557# [1] git ls-remote https://github.com/docker/distribution ea7032ddc60c872197a0f57e49319bb6092548fe
558SRCREV_distribution="ea7032ddc60c872197a0f57e49319bb6092548fe"
559SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution"
560
561# github.com/docker/docker v20.10.2+incompatible
562# [1] git ls-remote https://github.com/docker/docker 298bd21ab4670e06b188ef179302c84bc59f193e
563SRCREV_docker="298bd21ab4670e06b188ef179302c84bc59f193e"
564SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
565
566# github.com/docker/docker-credential-helpers v0.6.4
567# [1] git ls-remote https://github.com/docker/docker-credential-helpers fc9290adbcf1594e78910e2f0334090eaee0e1ee
568SRCREV_docker-credential-helpers="fc9290adbcf1594e78910e2f0334090eaee0e1ee"
569SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker-credential-helpers"
570
571# github.com/docker/go-connections v0.4.0
572# [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55
573SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55"
574SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-connections"
575
576# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
577# [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
578SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f"
579SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-events"
580
581# github.com/docker/go-metrics v0.0.1
582# [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c
583SRCREV_go-metrics1="b619b3592b65de4f087d9f16863a7e6ff905973c"
584SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics"
585
586# github.com/docker/go-units v0.4.0
587# [1] git ls-remote https://github.com/docker/go-units 62a2352f021aa740f52d67afa00d211290c5855c
588SRCREV_go-units="62a2352f021aa740f52d67afa00d211290c5855c"
589SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units"
590
591# github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
592# [1] git ls-remote https://github.com/docopt/docopt-go ee0de3bc6815ee19d4a46c7eb90f829db0e014b1
593SRCREV_docopt-go="ee0de3bc6815ee19d4a46c7eb90f829db0e014b1"
594SRC_URI += "git://github.com/docopt/docopt-go;name=docopt-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docopt/docopt-go"
595
596# github.com/dustin/go-humanize v1.0.0
597# [1] git ls-remote https://github.com/dustin/go-humanize e673fa1ffc91213297a60d18a6f513aa74bced52
598SRCREV_go-humanize="e673fa1ffc91213297a60d18a6f513aa74bced52"
599SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustin/go-humanize"
600
601# github.com/dustmop/soup v1.1.2-0.20190516214245-38228baa104e
602# [1] git ls-remote https://github.com/dustmop/soup 38228baa104ea9c9b73420407c1c4ba813deeaae
603SRCREV_soup="38228baa104ea9c9b73420407c1c4ba813deeaae"
604SRC_URI += "git://github.com/dustmop/soup;name=soup;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustmop/soup"
605
606# github.com/eapache/channels v1.1.0
607# [1] git ls-remote https://github.com/eapache/channels 47238d5aae8c0fefd518ef2bee46290909cf8263
608SRCREV_channels="47238d5aae8c0fefd518ef2bee46290909cf8263"
609SRC_URI += "git://github.com/eapache/channels;name=channels;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/eapache/channels"
610
611# github.com/eapache/queue v1.1.0
612# [1] git ls-remote https://github.com/eapache/queue 44cc805cf13205b55f69e14bcb69867d1ae92f98
613SRCREV_queue="44cc805cf13205b55f69e14bcb69867d1ae92f98"
614SRC_URI += "git://github.com/eapache/queue;name=queue;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/eapache/queue"
615
616# github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153
617# [1] git ls-remote https://github.com/elazarl/goproxy 947c36da3153ff334e74d9d980de341d25f358ba
618SRCREV_goproxy="947c36da3153ff334e74d9d980de341d25f358ba"
619SRC_URI += "git://github.com/elazarl/goproxy;name=goproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/elazarl/goproxy"
620
621# github.com/emicklei/go-restful v2.9.5+incompatible
622# [1] git ls-remote https://github.com/emicklei/go-restful 3e6bdb66f81150bda4be5cc1c3a79fc4b1cf00f9
623SRCREV_go-restful="3e6bdb66f81150bda4be5cc1c3a79fc4b1cf00f9"
624SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful"
625
626# github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d
627# [1] git ls-remote https://github.com/envoyproxy/go-control-plane 668b12f5399deff9d7a31ecfcf413182a31574c0
628SRCREV_go-control-plane="668b12f5399deff9d7a31ecfcf413182a31574c0"
629SRC_URI += "git://github.com/envoyproxy/go-control-plane;name=go-control-plane;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/envoyproxy/go-control-plane"
630
631# github.com/envoyproxy/protoc-gen-validate v0.1.0
632# [1] git ls-remote https://github.com/envoyproxy/protoc-gen-validate b894e268e4263489751edd651656a98572ffc718
633SRCREV_protoc-gen-validate="b894e268e4263489751edd651656a98572ffc718"
634SRC_URI += "git://github.com/envoyproxy/protoc-gen-validate;name=protoc-gen-validate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/envoyproxy/protoc-gen-validate"
635
636# github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83
637# [1] git ls-remote https://github.com/erikdubbelboer/gspt e68493906b8382891943ddc9960cb9c6ecd1a1f0
638SRCREV_gspt="e68493906b8382891943ddc9960cb9c6ecd1a1f0"
639SRC_URI += "git://github.com/erikdubbelboer/gspt;name=gspt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/erikdubbelboer/gspt"
640
641# github.com/euank/go-kmsg-parser v2.0.0+incompatible
642# [1] git ls-remote https://github.com/euank/go-kmsg-parser 5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e
643SRCREV_go-kmsg-parser="5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e"
644SRC_URI += "git://github.com/euank/go-kmsg-parser;name=go-kmsg-parser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/euank/go-kmsg-parser"
645
646# github.com/evanphx/json-patch v4.11.0+incompatible
647# [1] git ls-remote https://github.com/evanphx/json-patch 3c3c85ec60c9921ef01901c824e95a6b0a4e45d1
648SRCREV_json-patch="3c3c85ec60c9921ef01901c824e95a6b0a4e45d1"
649SRC_URI += "git://github.com/evanphx/json-patch;name=json-patch;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/evanphx/json-patch"
650
651# github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
652# [1] git ls-remote https://github.com/exponent-io/jsonpath d6023ce2651d8eafb5c75bb0c7167536102ec9f5
653SRCREV_jsonpath="d6023ce2651d8eafb5c75bb0c7167536102ec9f5"
654SRC_URI += "git://github.com/exponent-io/jsonpath;name=jsonpath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/exponent-io/jsonpath"
655
656# github.com/fanliao/go-promise v0.0.0-20141029170127-1890db352a72
657# [1] git ls-remote https://github.com/fanliao/go-promise 1890db352a72f9e6c6219c20111355cddc795297
658SRCREV_go-promise="1890db352a72f9e6c6219c20111355cddc795297"
659SRC_URI += "git://github.com/fanliao/go-promise;name=go-promise;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fanliao/go-promise"
660
661# github.com/fatih/camelcase v1.0.0
662# [1] git ls-remote https://github.com/fatih/camelcase 44e46d280b43ec1531bb25252440e34f1b800b65
663SRCREV_camelcase="44e46d280b43ec1531bb25252440e34f1b800b65"
664SRC_URI += "git://github.com/fatih/camelcase;name=camelcase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/camelcase"
665
666# github.com/fatih/color v1.9.0
667# [1] git ls-remote https://github.com/fatih/color daf2830f2741ebb735b21709a520c5f37d642d85
668SRCREV_color="daf2830f2741ebb735b21709a520c5f37d642d85"
669SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color"
670
671# github.com/felixge/httpsnoop v1.0.1
672# [1] git ls-remote https://github.com/felixge/httpsnoop 33ec42cfe005395fb4cc4b296781f65d7ffef2c3
673SRCREV_httpsnoop="33ec42cfe005395fb4cc4b296781f65d7ffef2c3"
674SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop"
675
676# github.com/flannel-io/flannel v0.16.3
677# [1] git ls-remote https://github.com/flannel-io/flannel aba86a5775f9ce103a3fc5958da3e31dafd5cf50
678SRCREV_flannel="aba86a5775f9ce103a3fc5958da3e31dafd5cf50"
679SRC_URI += "git://github.com/flannel-io/flannel;name=flannel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/flannel-io/flannel"
680
681# github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
682# [1] git ls-remote https://github.com/flynn/go-shlex 3f9db97f856818214da2e1057f8ad84803971cff
683SRCREV_go-shlex="3f9db97f856818214da2e1057f8ad84803971cff"
684SRC_URI += "git://github.com/flynn/go-shlex;name=go-shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/flynn/go-shlex"
685
686# github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90
687# [1] git ls-remote https://github.com/fogleman/gg 0403632d5b905943a1c2a5b2763aaecd568467ec
688SRCREV_gg="0403632d5b905943a1c2a5b2763aaecd568467ec"
689SRC_URI += "git://github.com/fogleman/gg;name=gg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fogleman/gg"
690
691# github.com/form3tech-oss/jwt-go v3.2.3+incompatible
692# [1] git ls-remote https://github.com/form3tech-oss/jwt-go 5b2d2b5f6c34ccb3b6b65f77f4706558067690ef
693SRCREV_jwt-go1="5b2d2b5f6c34ccb3b6b65f77f4706558067690ef"
694SRC_URI += "git://github.com/form3tech-oss/jwt-go;name=jwt-go1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/form3tech-oss/jwt-go"
695
696# github.com/frankban/quicktest v1.12.1
697# [1] git ls-remote https://github.com/frankban/quicktest 46a4d984dc347eaa97966c8cc7b5630c2c1d3105
698SRCREV_quicktest="46a4d984dc347eaa97966c8cc7b5630c2c1d3105"
699SRC_URI += "git://github.com/frankban/quicktest;name=quicktest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/frankban/quicktest"
700
701# github.com/fsnotify/fsnotify v1.4.9
702# [1] git ls-remote https://github.com/fsnotify/fsnotify 45d7d09e39ef4ac08d493309fa031790c15bfe8a
703SRCREV_fsnotify="45d7d09e39ef4ac08d493309fa031790c15bfe8a"
704SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsnotify"
705
706# github.com/fvbommel/sortorder v1.0.1
707# [1] git ls-remote https://github.com/fvbommel/sortorder a1ddee917217bbd0691affdca9c88d24d3f5c27d
708SRCREV_sortorder="a1ddee917217bbd0691affdca9c88d24d3f5c27d"
709SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder"
710
711# github.com/getsentry/raven-go v0.2.0
712# [1] git ls-remote https://github.com/getsentry/raven-go f04e7487e9a6b9d9837d52743fb5f40576c56411
713SRCREV_raven-go="f04e7487e9a6b9d9837d52743fb5f40576c56411"
714SRC_URI += "git://github.com/getsentry/raven-go;name=raven-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/getsentry/raven-go"
715
716# github.com/ghodss/yaml v1.0.0
717# [1] git ls-remote https://github.com/ghodss/yaml 0ca9ea5df5451ffdf184b4428c902747c2c11cd7
718SRCREV_yaml="0ca9ea5df5451ffdf184b4428c902747c2c11cd7"
719SRC_URI += "git://github.com/ghodss/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ghodss/yaml"
720
721# github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
722# [1] git ls-remote https://github.com/globalsign/mgo eeefdecb41b842af6dc652aaea4026e8403e62df
723SRCREV_mgo="eeefdecb41b842af6dc652aaea4026e8403e62df"
724SRC_URI += "git://github.com/globalsign/mgo;name=mgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/globalsign/mgo"
725
726# github.com/go-bindata/go-bindata v3.1.2+incompatible
727# [1] git ls-remote https://github.com/go-bindata/go-bindata ff7109080027ec152dabb369e157c4f359b76f31
728SRCREV_go-bindata="ff7109080027ec152dabb369e157c4f359b76f31"
729SRC_URI += "git://github.com/go-bindata/go-bindata;name=go-bindata;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-bindata/go-bindata"
730
731# github.com/go-errors/errors v1.0.1
732# [1] git ls-remote https://github.com/go-errors/errors a6af135bd4e28680facf08a3d206b454abc877a4
733SRCREV_errors1="a6af135bd4e28680facf08a3d206b454abc877a4"
734SRC_URI += "git://github.com/go-errors/errors;name=errors1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-errors/errors"
735
736# github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1
737# [1] git ls-remote https://github.com/go-gl/glfw e6da0acd62b1b57ee2799d4d0a76a7d4514dc5bc
738SRCREV_glfw="e6da0acd62b1b57ee2799d4d0a76a7d4514dc5bc"
739SRC_URI += "git://github.com/go-gl/glfw;name=glfw;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-gl/glfw"
740
741# github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4
742# [1] git ls-remote https://github.com/go-gl/glfw 6f7a984d4dc470c3f197229ad1991ae9e211bba2
743SRCREV_glfw1="6f7a984d4dc470c3f197229ad1991ae9e211bba2"
744SRC_URI += "git://github.com/go-gl/glfw;name=glfw1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-gl/glfw/v3.3/glfw"
745
746# github.com/go-ini/ini v1.28.1
747# [1] git ls-remote https://github.com/go-ini/ini 3d73f4b845efdf9989fffd4b4e562727744a34ba
748SRCREV_ini="3d73f4b845efdf9989fffd4b4e562727744a34ba"
749SRC_URI += "git://github.com/go-ini/ini;name=ini;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-ini/ini"
750
751# github.com/go-kit/kit v0.9.0
752# [1] git ls-remote https://github.com/go-kit/kit 150a65a7ec6156b4b640c1fd55f26fd3d475d656
753SRCREV_kit="150a65a7ec6156b4b640c1fd55f26fd3d475d656"
754SRC_URI += "git://github.com/go-kit/kit;name=kit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-kit/kit"
755
756# github.com/go-kit/log v0.1.0
757# [1] git ls-remote https://github.com/go-kit/log 63376a29a92260f7b256eedf2fae39e28161114d
758SRCREV_log="63376a29a92260f7b256eedf2fae39e28161114d"
759SRC_URI += "git://github.com/go-kit/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-kit/log"
760
761# github.com/go-logfmt/logfmt v0.5.0
762# [1] git ls-remote https://github.com/go-logfmt/logfmt 7afbabc575def289dded38dc182d1ca197bbfa22
763SRCREV_logfmt="7afbabc575def289dded38dc182d1ca197bbfa22"
764SRC_URI += "git://github.com/go-logfmt/logfmt;name=logfmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logfmt/logfmt"
765
766# github.com/go-logr/logr v0.4.0
767# [1] git ls-remote https://github.com/go-logr/logr 8fc6c73f3911f11de3d0c18ade9880f1114ae72f
768SRCREV_logr="8fc6c73f3911f11de3d0c18ade9880f1114ae72f"
769SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/logr"
770
771# github.com/go-logr/zapr v0.1.0
772# [1] git ls-remote https://github.com/go-logr/zapr 7536572e8d55209135cd5e7ccf7fce43dca217ab
773SRCREV_zapr="7536572e8d55209135cd5e7ccf7fce43dca217ab"
774SRC_URI += "git://github.com/go-logr/zapr;name=zapr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/zapr"
775
776# github.com/go-openapi/analysis v0.19.5
777# [1] git ls-remote https://github.com/go-openapi/analysis 6f70729e6857d3987b435a501dd69beaa8bcb1bc
778SRCREV_analysis="6f70729e6857d3987b435a501dd69beaa8bcb1bc"
779SRC_URI += "git://github.com/go-openapi/analysis;name=analysis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/analysis"
780
781# github.com/go-openapi/errors v0.19.2
782# [1] git ls-remote https://github.com/go-openapi/errors 0a120edb04c2d2235ff2f7c898ad6178809ea39d
783SRCREV_errors12="0a120edb04c2d2235ff2f7c898ad6178809ea39d"
784SRC_URI += "git://github.com/go-openapi/errors;name=errors12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/errors"
785
786# github.com/go-openapi/jsonpointer v0.19.5
787# [1] git ls-remote https://github.com/go-openapi/jsonpointer a48280f97959fc230ba72550e0a7e7e49d321e1d
788SRCREV_jsonpointer="a48280f97959fc230ba72550e0a7e7e49d321e1d"
789SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonpointer"
790
791# github.com/go-openapi/jsonreference v0.19.5
792# [1] git ls-remote https://github.com/go-openapi/jsonreference 28a8ff900147568dc266d4cd84e062750e44f161
793SRCREV_jsonreference="28a8ff900147568dc266d4cd84e062750e44f161"
794SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonreference"
795
796# github.com/go-openapi/loads v0.19.4
797# [1] git ls-remote https://github.com/go-openapi/loads 08a83097cc08312bd7e0e41dd19fee4e908232df
798SRCREV_loads="08a83097cc08312bd7e0e41dd19fee4e908232df"
799SRC_URI += "git://github.com/go-openapi/loads;name=loads;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/loads"
800
801# github.com/go-openapi/runtime v0.19.4
802# [1] git ls-remote https://github.com/go-openapi/runtime 2a4238f8bbfd6a60d7c7ed67d050cdbe364aebac
803SRCREV_runtime="2a4238f8bbfd6a60d7c7ed67d050cdbe364aebac"
804SRC_URI += "git://github.com/go-openapi/runtime;name=runtime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/runtime"
805
806# github.com/go-openapi/spec v0.19.5
807# [1] git ls-remote https://github.com/go-openapi/spec 49edd8e9ef3c84b99d565f5e3b9f7d5d27659b2c
808SRCREV_spec1="49edd8e9ef3c84b99d565f5e3b9f7d5d27659b2c"
809SRC_URI += "git://github.com/go-openapi/spec;name=spec1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/spec"
810
811# github.com/go-openapi/strfmt v0.19.5
812# [1] git ls-remote https://github.com/go-openapi/strfmt 5bbd8bd13d7cc830fc92dfdb6c2cb4054e389bea
813SRCREV_strfmt="5bbd8bd13d7cc830fc92dfdb6c2cb4054e389bea"
814SRC_URI += "git://github.com/go-openapi/strfmt;name=strfmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/strfmt"
815
816# github.com/go-openapi/swag v0.19.14
817# [1] git ls-remote https://github.com/go-openapi/swag c78fa6719bc3d4b977d19a09064feda1c07571af
818SRCREV_swag="c78fa6719bc3d4b977d19a09064feda1c07571af"
819SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/swag"
820
821# github.com/go-openapi/validate v0.19.8
822# [1] git ls-remote https://github.com/go-openapi/validate e3f5ffaa902f65cef388cdef8a7fc9fdd618d18f
823SRCREV_validate="e3f5ffaa902f65cef388cdef8a7fc9fdd618d18f"
824SRC_URI += "git://github.com/go-openapi/validate;name=validate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/validate"
825
826# github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
827# [1] git ls-remote https://github.com/go-ozzo/ozzo-validation 106681dbb37bfa3e7683c4c8129cb7f5925ea3e9
828SRCREV_ozzo-validation="106681dbb37bfa3e7683c4c8129cb7f5925ea3e9"
829SRC_URI += "git://github.com/go-ozzo/ozzo-validation;name=ozzo-validation;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-ozzo/ozzo-validation"
830
831# github.com/go-sql-driver/mysql v1.6.0
832# [1] git ls-remote https://github.com/go-sql-driver/mysql bcc459a906419e2890a50fc2c99ea6dd927a88f2
833SRCREV_mysql="bcc459a906419e2890a50fc2c99ea6dd927a88f2"
834SRC_URI += "git://github.com/go-sql-driver/mysql;name=mysql;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-sql-driver/mysql"
835
836# github.com/go-stack/stack v1.8.0
837# [1] git ls-remote https://github.com/go-stack/stack f66e05c21cd224e01c8a3ee7bc867aa79439e207
838SRCREV_stack="f66e05c21cd224e01c8a3ee7bc867aa79439e207"
839SRC_URI += "git://github.com/go-stack/stack;name=stack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-stack/stack"
840
841# github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
842# [1] git ls-remote https://github.com/go-task/slim-sprig 348f09dbbbc0ff8b922a311da7a90cd014b69aa3
843SRCREV_slim-sprig="348f09dbbbc0ff8b922a311da7a90cd014b69aa3"
844SRC_URI += "git://github.com/go-task/slim-sprig;name=slim-sprig;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-task/slim-sprig"
845
846# github.com/go-test/deep v1.0.6
847# [1] git ls-remote https://github.com/go-test/deep 17394cbf6bf88945e8ffab0f084ab409167b5ed2
848SRCREV_deep="17394cbf6bf88945e8ffab0f084ab409167b5ed2"
849SRC_URI += "git://github.com/go-test/deep;name=deep;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-test/deep"
850
851# github.com/goccy/go-json v0.7.10
852# [1] git ls-remote https://github.com/goccy/go-json a89c9e30df2502328afc391b8b17931c706babad
853SRCREV_go-json="a89c9e30df2502328afc391b8b17931c706babad"
854SRC_URI += "git://github.com/goccy/go-json;name=go-json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/goccy/go-json"
855
856# github.com/godbus/dbus v0.0.0-20180201030542-885f9cc04c9c
857# [1] git ls-remote https://github.com/godbus/dbus 885f9cc04c9c1a6a61a2008e211d36c5737be3f5
858SRCREV_dbus="885f9cc04c9c1a6a61a2008e211d36c5737be3f5"
859SRC_URI += "git://github.com/godbus/dbus;name=dbus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus"
860
861# github.com/godbus/dbus/v5 v5.0.4
862# [1] git ls-remote https://github.com/godbus/dbus c88335c0b1d28a30e7fc76d526a06154b85e5d97
863SRCREV_v51="c88335c0b1d28a30e7fc76d526a06154b85e5d97"
864SRC_URI += "git://github.com/godbus/dbus;name=v51;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5"
865
866# github.com/gofrs/flock v0.8.1
867# [1] git ls-remote https://github.com/gofrs/flock a14e9f39bdc9c4be4c0ccddb25b72bbc9670c429
868SRCREV_flock="a14e9f39bdc9c4be4c0ccddb25b72bbc9670c429"
869SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock"
870
871# github.com/gofrs/uuid v4.0.0+incompatible
872# [1] git ls-remote https://github.com/gofrs/uuid 4b36aa0ea796d49630bbae624f8f05ab7013af77
873SRCREV_uuid="4b36aa0ea796d49630bbae624f8f05ab7013af77"
874SRC_URI += "git://github.com/gofrs/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/uuid"
875
876# github.com/gogo/googleapis v1.4.0
877# [1] git ls-remote https://github.com/gogo/googleapis 3a822044bc0ae0a330a7449d52de760218351d49
878SRCREV_googleapis="3a822044bc0ae0a330a7449d52de760218351d49"
879SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/googleapis"
880
881# github.com/gogo/protobuf v1.3.2
882# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc
883SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
884SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf"
885
886# github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
887# [1] git ls-remote https://github.com/golang/freetype e2365dfdc4a05e4b8299a783240d4a7d5a65d4e4
888SRCREV_freetype="e2365dfdc4a05e4b8299a783240d4a7d5a65d4e4"
889SRC_URI += "git://github.com/golang/freetype;name=freetype;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/freetype"
890
891# github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
892# [1] git ls-remote https://github.com/golang/glog 23def4e6c14b4da8ac2ed8007337bc5eb5007998
893SRCREV_glog="23def4e6c14b4da8ac2ed8007337bc5eb5007998"
894SRC_URI += "git://github.com/golang/glog;name=glog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/glog"
895
896# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
897# [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3
898SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3"
899SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/groupcache"
900
901# github.com/golang/mock v1.6.0
902# [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083
903SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083"
904SRC_URI += "git://github.com/golang/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/mock"
905
906# github.com/golang/protobuf v1.5.2
907# [1] git ls-remote https://github.com/golang/protobuf ae97035608a719c7a1c1c41bed0ae0744bdb0c6f
908SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f"
909SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf"
910
911# github.com/golang/snappy v0.0.3
912# [1] git ls-remote https://github.com/golang/snappy 674baa8c7fc30da5df3074a459494a7e6b427dff
913SRCREV_snappy="674baa8c7fc30da5df3074a459494a7e6b427dff"
914SRC_URI += "git://github.com/golang/snappy;name=snappy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/snappy"
915
916# github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450
917# [1] git ls-remote https://github.com/golangplus/bytes 45c989fe545070ef7c9003cf1998bb195c61731a
918SRCREV_bytes="45c989fe545070ef7c9003cf1998bb195c61731a"
919SRC_URI += "git://github.com/golangplus/bytes;name=bytes;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golangplus/bytes"
920
921# github.com/golangplus/fmt v1.0.0
922# [1] git ls-remote https://github.com/golangplus/fmt 7a904709ad79c030bc913f5d1d1823dcf3953fa4
923SRCREV_fmt="7a904709ad79c030bc913f5d1d1823dcf3953fa4"
924SRC_URI += "git://github.com/golangplus/fmt;name=fmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golangplus/fmt"
925
926# github.com/golangplus/testing v1.0.0
927# [1] git ls-remote https://github.com/golangplus/testing d51138b619a0cd6d297e1a9985accd95ca75be46
928SRCREV_testing="d51138b619a0cd6d297e1a9985accd95ca75be46"
929SRC_URI += "git://github.com/golangplus/testing;name=testing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golangplus/testing"
930
931# github.com/google/btree v1.0.1
932# [1] git ls-remote https://github.com/google/btree 479b5e81b0a93ec038d201b0b33d17db599531d3
933SRCREV_btree="479b5e81b0a93ec038d201b0b33d17db599531d3"
934SRC_URI += "git://github.com/google/btree;name=btree;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/btree"
935
936# github.com/google/cadvisor v0.39.3
937# [1] git ls-remote https://github.com/google/cadvisor 624ab2ff8a1ec94ceae3a4aac109eceffeed0444
938SRCREV_cadvisor="624ab2ff8a1ec94ceae3a4aac109eceffeed0444"
939SRC_URI += "git://github.com/google/cadvisor;name=cadvisor;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cadvisor"
940
941# github.com/google/go-cmp v0.5.6
942# [1] git ls-remote https://github.com/google/go-cmp d103655696d8ae43c4125ee61454dbf03d8e8324
943SRCREV_go-cmp="d103655696d8ae43c4125ee61454dbf03d8e8324"
944SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp"
945
946# github.com/google/go-containerregistry v0.6.1-0.20211111182346-7a6ee45528a9
947# [1] git ls-remote https://github.com/google/go-containerregistry 7a6ee45528a9faed11cf55b539478bd81d439868
948SRCREV_go-containerregistry="7a6ee45528a9faed11cf55b539478bd81d439868"
949SRC_URI += "git://github.com/google/go-containerregistry;name=go-containerregistry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-containerregistry"
950
951# github.com/google/gofuzz v1.1.0
952# [1] git ls-remote https://github.com/google/gofuzz db92cf7ae75e4a7a28abc005addab2b394362888
953SRCREV_gofuzz="db92cf7ae75e4a7a28abc005addab2b394362888"
954SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz"
955
956# github.com/google/martian v2.1.0+incompatible
957# [1] git ls-remote https://github.com/google/martian 195b986b4b6d4c513582cf4d2b8c4fd7e2494f7e
958SRCREV_martian="195b986b4b6d4c513582cf4d2b8c4fd7e2494f7e"
959SRC_URI += "git://github.com/google/martian;name=martian;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/martian"
960
961# github.com/google/martian/v3 v3.2.1
962# [1] git ls-remote https://github.com/google/martian 7e75073889cd2324f33b959c4fb4545440da046c
963SRCREV_v3="7e75073889cd2324f33b959c4fb4545440da046c"
964SRC_URI += "git://github.com/google/martian;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/martian/v3"
965
966# github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1
967# [1] git ls-remote https://github.com/google/pprof 4bb14d4b1be14417e47d0bbaf2bd4e188eda647f
968SRCREV_pprof="4bb14d4b1be14417e47d0bbaf2bd4e188eda647f"
969SRC_URI += "git://github.com/google/pprof;name=pprof;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/pprof"
970
971# github.com/google/renameio v0.1.0
972# [1] git ls-remote https://github.com/google/renameio f0e32980c006571efd537032e5f9cd8c1a92819e
973SRCREV_renameio="f0e32980c006571efd537032e5f9cd8c1a92819e"
974SRC_URI += "git://github.com/google/renameio;name=renameio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/renameio"
975
976# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
977# [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d
978SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d"
979SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex"
980
981# github.com/google/uuid v1.3.0
982# [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88
983SRCREV_uuid1="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88"
984SRC_URI += "git://github.com/google/uuid;name=uuid1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid"
985
986# github.com/googleapis/gax-go/v2 v2.0.5
987# [1] git ls-remote https://github.com/googleapis/gax-go bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2
988SRCREV_v212="bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2"
989SRC_URI += "git://github.com/googleapis/gax-go;name=v212;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gax-go/v2"
990
991# github.com/googleapis/gnostic v0.5.5
992# [1] git ls-remote https://github.com/googleapis/gnostic 1550ae29653d42db69c8a98d368648be7f2c488d
993SRCREV_gnostic="1550ae29653d42db69c8a98d368648be7f2c488d"
994SRC_URI += "git://github.com/googleapis/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gnostic"
995
996# github.com/gophercloud/gophercloud v0.1.0
997# [1] git ls-remote https://github.com/gophercloud/gophercloud c2d73b246b48e239d3f03c455905e06fe26e33c3
998SRCREV_gophercloud="c2d73b246b48e239d3f03c455905e06fe26e33c3"
999SRC_URI += "git://github.com/gophercloud/gophercloud;name=gophercloud;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gophercloud/gophercloud"
1000
1001# github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00
1002# [1] git ls-remote https://github.com/gopherjs/gopherjs fce0ec30dd00773d3fa974351d04ce2737b5c4d9
1003SRCREV_gopherjs="fce0ec30dd00773d3fa974351d04ce2737b5c4d9"
1004SRC_URI += "git://github.com/gopherjs/gopherjs;name=gopherjs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gopherjs/gopherjs"
1005
1006# github.com/gorilla/mux v1.8.0
1007# [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b
1008SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b"
1009SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux"
1010
1011# github.com/gorilla/websocket v1.4.2
1012# [1] git ls-remote https://github.com/gorilla/websocket b65e62901fc1c0d968042419e74789f6af455eb9
1013SRCREV_websocket="b65e62901fc1c0d968042419e74789f6af455eb9"
1014SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/websocket"
1015
1016# github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
1017# [1] git ls-remote https://github.com/gregjones/httpcache 9cad4c3443a7200dd6400aef47183728de563a38
1018SRCREV_httpcache="9cad4c3443a7200dd6400aef47183728de563a38"
1019SRC_URI += "git://github.com/gregjones/httpcache;name=httpcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gregjones/httpcache"
1020
1021# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
1022# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd
1023SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd"
1024SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;name=go-grpc-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-middleware"
1025
1026# github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
1027# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-prometheus 502116f1a0a0c1140aab04fd3787489209b357d3
1028SRCREV_go-grpc-prometheus="502116f1a0a0c1140aab04fd3787489209b357d3"
1029SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-prometheus;name=go-grpc-prometheus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-prometheus"
1030
1031# github.com/grpc-ecosystem/grpc-gateway v1.16.0
1032# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 094a6fe78b3ca888297d090185cdf30f0e42e157
1033SRCREV_grpc-gateway="094a6fe78b3ca888297d090185cdf30f0e42e157"
1034SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway"
1035
1036# github.com/hanwen/go-fuse/v2 v2.1.1-0.20210825171523-3ab5d95a30ae
1037# [1] git ls-remote https://github.com/hanwen/go-fuse 3ab5d95a30ae25019bf030a2bab076dba61c27da
1038SRCREV_v2123="3ab5d95a30ae25019bf030a2bab076dba61c27da"
1039SRC_URI += "git://github.com/hanwen/go-fuse;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hanwen/go-fuse/v2"
1040
1041# github.com/hashicorp/consul/api v1.1.0
1042# [1] git ls-remote https://github.com/hashicorp/consul 6ff90c3c851705f389624e034f2d0b6d816ddc61
1043SRCREV_api="6ff90c3c851705f389624e034f2d0b6d816ddc61"
1044SRC_URI += "git://github.com/hashicorp/consul;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/consul/api"
1045
1046# github.com/hashicorp/consul/sdk v0.1.1
1047# [1] git ls-remote https://github.com/hashicorp/consul 72cdb203dc4a27a9644ecefe2ceb6e7f93337ec8
1048SRCREV_sdk="72cdb203dc4a27a9644ecefe2ceb6e7f93337ec8"
1049SRC_URI += "git://github.com/hashicorp/consul;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/consul/sdk"
1050
1051# github.com/hashicorp/errwrap v1.0.0
1052# [1] git ls-remote https://github.com/hashicorp/errwrap 8a6fb523712970c966eefc6b39ed2c5e74880354
1053SRCREV_errwrap="8a6fb523712970c966eefc6b39ed2c5e74880354"
1054SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap"
1055
1056# github.com/hashicorp/go-cleanhttp v0.5.1
1057# [1] git ls-remote https://github.com/hashicorp/go-cleanhttp eda1e5db218aad1db63ca4642c8906b26bcf2744
1058SRCREV_go-cleanhttp="eda1e5db218aad1db63ca4642c8906b26bcf2744"
1059SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-cleanhttp"
1060
1061# github.com/hashicorp/go-hclog v0.9.2
1062# [1] git ls-remote https://github.com/hashicorp/go-hclog 5ccdce08c75b6c7b37af61159f13f6a4f5e2e928
1063SRCREV_go-hclog="5ccdce08c75b6c7b37af61159f13f6a4f5e2e928"
1064SRC_URI += "git://github.com/hashicorp/go-hclog;name=go-hclog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-hclog"
1065
1066# github.com/hashicorp/go-immutable-radix v1.0.0
1067# [1] git ls-remote https://github.com/hashicorp/go-immutable-radix 27df80928bb34bb1b0d6d0e01b9e679902e7a6b5
1068SRCREV_go-immutable-radix="27df80928bb34bb1b0d6d0e01b9e679902e7a6b5"
1069SRC_URI += "git://github.com/hashicorp/go-immutable-radix;name=go-immutable-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-immutable-radix"
1070
1071# github.com/hashicorp/go-msgpack v0.5.3
1072# [1] git ls-remote https://github.com/hashicorp/go-msgpack be3a5be7ee2202386d02936a19ae4fbde1c77800
1073SRCREV_go-msgpack="be3a5be7ee2202386d02936a19ae4fbde1c77800"
1074SRC_URI += "git://github.com/hashicorp/go-msgpack;name=go-msgpack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-msgpack"
1075
1076# github.com/hashicorp/go-multierror v1.1.1
1077# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0
1078SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0"
1079SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror"
1080
1081# github.com/hashicorp/go-retryablehttp v0.7.0
1082# [1] git ls-remote https://github.com/hashicorp/go-retryablehttp 02c1586c8f14be23e7eeb522f1094afbabf45e93
1083SRCREV_go-retryablehttp="02c1586c8f14be23e7eeb522f1094afbabf45e93"
1084SRC_URI += "git://github.com/hashicorp/go-retryablehttp;name=go-retryablehttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-retryablehttp"
1085
1086# github.com/hashicorp/go-rootcerts v1.0.0
1087# [1] git ls-remote https://github.com/hashicorp/go-rootcerts 63503fb4e1eca22f9ae0f90b49c5d5538a0e87eb
1088SRCREV_go-rootcerts="63503fb4e1eca22f9ae0f90b49c5d5538a0e87eb"
1089SRC_URI += "git://github.com/hashicorp/go-rootcerts;name=go-rootcerts;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-rootcerts"
1090
1091# github.com/hashicorp/go-sockaddr v1.0.0
1092# [1] git ls-remote https://github.com/hashicorp/go-sockaddr a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0
1093SRCREV_go-sockaddr="a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0"
1094SRC_URI += "git://github.com/hashicorp/go-sockaddr;name=go-sockaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-sockaddr"
1095
1096# github.com/hashicorp/go-syslog v1.0.0
1097# [1] git ls-remote https://github.com/hashicorp/go-syslog 8d1874e3e8d1862b74e0536851e218c4571066a5
1098SRCREV_go-syslog="8d1874e3e8d1862b74e0536851e218c4571066a5"
1099SRC_URI += "git://github.com/hashicorp/go-syslog;name=go-syslog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-syslog"
1100
1101# github.com/hashicorp/go-uuid v1.0.1
1102# [1] git ls-remote https://github.com/hashicorp/go-uuid 4f571afc59f3043a65f8fe6bf46d887b10a01d43
1103SRCREV_go-uuid="4f571afc59f3043a65f8fe6bf46d887b10a01d43"
1104SRC_URI += "git://github.com/hashicorp/go-uuid;name=go-uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-uuid"
1105
1106# github.com/hashicorp/go.net v0.0.1
1107# [1] git ls-remote https://github.com/hashicorp/go.net afc3cb3a421746fc66dd55b09a270c750cf536ce
1108SRCREV_go.net="afc3cb3a421746fc66dd55b09a270c750cf536ce"
1109SRC_URI += "git://github.com/hashicorp/go.net;name=go.net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go.net"
1110
1111# github.com/hashicorp/golang-lru v0.5.3
1112# [1] git ls-remote https://github.com/hashicorp/golang-lru 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d
1113SRCREV_golang-lru="7f827b33c0f158ec5dfbba01bb0b14a4541fd81d"
1114SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru"
1115
1116# github.com/hashicorp/hcl v1.0.0
1117# [1] git ls-remote https://github.com/hashicorp/hcl 5592d2526badd60c172ffa95c6a3b209bea9d1ee
1118SRCREV_hcl="5592d2526badd60c172ffa95c6a3b209bea9d1ee"
1119SRC_URI += "git://github.com/hashicorp/hcl;name=hcl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/hcl"
1120
1121# github.com/hashicorp/logutils v1.0.0
1122# [1] git ls-remote https://github.com/hashicorp/logutils a335183dfd075f638afcc820c90591ca3c97eba6
1123SRCREV_logutils="a335183dfd075f638afcc820c90591ca3c97eba6"
1124SRC_URI += "git://github.com/hashicorp/logutils;name=logutils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/logutils"
1125
1126# github.com/hashicorp/mdns v1.0.0
1127# [1] git ls-remote https://github.com/hashicorp/mdns c31d3f8e4a0a5b46b118c2fd26d9da36467002c9
1128SRCREV_mdns="c31d3f8e4a0a5b46b118c2fd26d9da36467002c9"
1129SRC_URI += "git://github.com/hashicorp/mdns;name=mdns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/mdns"
1130
1131# github.com/hashicorp/memberlist v0.1.3
1132# [1] git ls-remote https://github.com/hashicorp/memberlist a9da52f0668fc4321ec18e9e28dd8141621a808f
1133SRCREV_memberlist="a9da52f0668fc4321ec18e9e28dd8141621a808f"
1134SRC_URI += "git://github.com/hashicorp/memberlist;name=memberlist;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/memberlist"
1135
1136# github.com/hashicorp/serf v0.8.2
1137# [1] git ls-remote https://github.com/hashicorp/serf fecd23b70e35eea7babb3fd66286eb1dcfcc174d
1138SRCREV_serf="fecd23b70e35eea7babb3fd66286eb1dcfcc174d"
1139SRC_URI += "git://github.com/hashicorp/serf;name=serf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/serf"
1140
1141# github.com/heketi/heketi v10.3.0+incompatible
1142# [1] git ls-remote https://github.com/heketi/heketi 44de925730c7c85cc69f11030d136b9be4773117
1143SRCREV_heketi="44de925730c7c85cc69f11030d136b9be4773117"
1144SRC_URI += "git://github.com/heketi/heketi;name=heketi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/heketi/heketi"
1145
1146# github.com/heketi/tests v0.0.0-20151005000721-f3775cbcefd6
1147# [1] git ls-remote https://github.com/heketi/tests f3775cbcefd6822086c729e3ce4b70ca85a5bd21
1148SRCREV_tests="f3775cbcefd6822086c729e3ce4b70ca85a5bd21"
1149SRC_URI += "git://github.com/heketi/tests;name=tests;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/heketi/tests"
1150
1151# github.com/hpcloud/tail v1.0.0
1152# [1] git ls-remote https://github.com/hpcloud/tail a30252cb686a21eb2d0b98132633053ec2f7f1e5
1153SRCREV_tail="a30252cb686a21eb2d0b98132633053ec2f7f1e5"
1154SRC_URI += "git://github.com/hpcloud/tail;name=tail;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hpcloud/tail"
1155
1156# github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714
1157# [1] git ls-remote https://github.com/hugelgupf/socketpair 05d35a94e71444d53460c2b34dfb3dc87c99d0bd
1158SRCREV_socketpair="05d35a94e71444d53460c2b34dfb3dc87c99d0bd"
1159SRC_URI += "git://github.com/hugelgupf/socketpair;name=socketpair;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hugelgupf/socketpair"
1160
1161# github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639
1162# [1] git ls-remote https://github.com/ianlancetaylor/demangle 28f6c0f3b63983aaa99575ca3b693afff7996387
1163SRCREV_demangle="28f6c0f3b63983aaa99575ca3b693afff7996387"
1164SRC_URI += "git://github.com/ianlancetaylor/demangle;name=demangle;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ianlancetaylor/demangle"
1165
1166# github.com/imdario/mergo v0.3.12
1167# [1] git ls-remote https://github.com/imdario/mergo 29fb3d3bdc5512887f1dc9aedde6a0fed407fa8f
1168SRCREV_mergo="29fb3d3bdc5512887f1dc9aedde6a0fed407fa8f"
1169SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo"
1170
1171# github.com/inconshreveable/mousetrap v1.0.0
1172# [1] git ls-remote https://github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
1173SRCREV_mousetrap="76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
1174SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap"
1175
1176# github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
1177# [1] git ls-remote https://github.com/insomniacslk/dhcp cc9239ac62943a78e89ef4880c8ebdd0ca9ae21e
1178SRCREV_dhcp="cc9239ac62943a78e89ef4880c8ebdd0ca9ae21e"
1179SRC_URI += "git://github.com/insomniacslk/dhcp;name=dhcp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/insomniacslk/dhcp"
1180
1181# github.com/ishidawataru/sctp v0.0.0-20190723014705-7c296d48a2b5
1182# [1] git ls-remote https://github.com/ishidawataru/sctp 7c296d48a2b553e41cc06904a1e6317a20694dc0
1183SRCREV_sctp="7c296d48a2b553e41cc06904a1e6317a20694dc0"
1184SRC_URI += "git://github.com/ishidawataru/sctp;name=sctp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ishidawataru/sctp"
1185
1186# github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56
1187# [1] git ls-remote https://github.com/j-keck/arping 2cf9dc699c5640a7e2c81403a44127bf28033600
1188SRCREV_arping="2cf9dc699c5640a7e2c81403a44127bf28033600"
1189SRC_URI += "git://github.com/j-keck/arping;name=arping;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/j-keck/arping"
1190
1191# github.com/jessevdk/go-flags v1.3.0
1192# [1] git ls-remote https://github.com/jessevdk/go-flags 96dc06278ce32a0e9d957d590bb987c81ee66407
1193SRCREV_go-flags="96dc06278ce32a0e9d957d590bb987c81ee66407"
1194SRC_URI += "git://github.com/jessevdk/go-flags;name=go-flags;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jessevdk/go-flags"
1195
1196# github.com/jmespath/go-jmespath v0.4.0
1197# [1] git ls-remote https://github.com/jmespath/go-jmespath 9c15c4acd1ffeaa5447b110dd3b427f1afcced99
1198SRCREV_go-jmespath="9c15c4acd1ffeaa5447b110dd3b427f1afcced99"
1199SRC_URI += "git://github.com/jmespath/go-jmespath;name=go-jmespath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jmespath/go-jmespath"
1200
1201# github.com/jmespath/go-jmespath/internal/testify v1.5.1
1202# [1] git ls-remote https://github.com/jmespath/go-jmespath 17482bad3800f5b47ee3b5b0a01e1a7dbcf55493
1203SRCREV_testify="17482bad3800f5b47ee3b5b0a01e1a7dbcf55493"
1204SRC_URI += "git://github.com/jmespath/go-jmespath;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jmespath/go-jmespath/internal/testify"
1205
1206# github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
1207# [1] git ls-remote https://github.com/joho/godotenv 726cc8b906e3d31c70a9671c90a13716a8d3f50d
1208SRCREV_godotenv="726cc8b906e3d31c70a9671c90a13716a8d3f50d"
1209SRC_URI += "git://github.com/joho/godotenv;name=godotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/joho/godotenv"
1210
1211# github.com/jonboulle/clockwork v0.2.2
1212# [1] git ls-remote https://github.com/jonboulle/clockwork b019beee95aca697d4f042c77f9cf2d1af979960
1213SRCREV_clockwork="b019beee95aca697d4f042c77f9cf2d1af979960"
1214SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork"
1215
1216# github.com/josharian/intern v1.0.0
1217# [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd
1218SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd"
1219SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/intern"
1220
1221# github.com/josharian/native v0.0.0-20200817173448-b6b71def0850
1222# [1] git ls-remote https://github.com/josharian/native b6b71def0850a2fbd7e6875f8e28217a48c5bcb4
1223SRCREV_native="b6b71def0850a2fbd7e6875f8e28217a48c5bcb4"
1224SRC_URI += "git://github.com/josharian/native;name=native;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/native"
1225
1226# github.com/jpillora/backoff v1.0.0
1227# [1] git ls-remote https://github.com/jpillora/backoff d80867952dff4e2fbfb4280ded4ff94d67790457
1228SRCREV_backoff="d80867952dff4e2fbfb4280ded4ff94d67790457"
1229SRC_URI += "git://github.com/jpillora/backoff;name=backoff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jpillora/backoff"
1230
1231# github.com/jsimonetti/rtnetlink v0.0.0-20211022192332-93da33804786
1232# [1] git ls-remote https://github.com/jsimonetti/rtnetlink 93da33804786e0d138aea412b38d80dd0099b941
1233SRCREV_rtnetlink="93da33804786e0d138aea412b38d80dd0099b941"
1234SRC_URI += "git://github.com/jsimonetti/rtnetlink;name=rtnetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jsimonetti/rtnetlink"
1235
1236# github.com/json-iterator/go v1.1.11
1237# [1] git ls-remote https://github.com/json-iterator/go e6b9536d3649bda3e8842bb7e4fab489d79a97ea
1238SRCREV_go12="e6b9536d3649bda3e8842bb7e4fab489d79a97ea"
1239SRC_URI += "git://github.com/json-iterator/go;name=go12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go"
1240
1241# github.com/jstemmer/go-junit-report v0.9.1
1242# [1] git ls-remote https://github.com/jstemmer/go-junit-report 601852a893a84bd7426fbcb1579a64b84f349c62
1243SRCREV_go-junit-report="601852a893a84bd7426fbcb1579a64b84f349c62"
1244SRC_URI += "git://github.com/jstemmer/go-junit-report;name=go-junit-report;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jstemmer/go-junit-report"
1245
1246# github.com/jtolds/gls v4.20.0+incompatible
1247# [1] git ls-remote https://github.com/jtolds/gls b4936e06046bbecbb94cae9c18127ebe510a2cb9
1248SRCREV_gls="b4936e06046bbecbb94cae9c18127ebe510a2cb9"
1249SRC_URI += "git://github.com/jtolds/gls;name=gls;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jtolds/gls"
1250
1251# github.com/julienschmidt/httprouter v1.3.0
1252# [1] git ls-remote https://github.com/julienschmidt/httprouter 4eec211fa4e8df74ed978dc5681612131854144f
1253SRCREV_httprouter="4eec211fa4e8df74ed978dc5681612131854144f"
1254SRC_URI += "git://github.com/julienschmidt/httprouter;name=httprouter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/julienschmidt/httprouter"
1255
1256# github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5
1257# [1] git ls-remote https://github.com/jung-kurt/gofpdf 24315acbbda57c4f6b80c8441fd108087dd7e305
1258SRCREV_gofpdf="24315acbbda57c4f6b80c8441fd108087dd7e305"
1259SRC_URI += "git://github.com/jung-kurt/gofpdf;name=gofpdf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jung-kurt/gofpdf"
1260
1261# github.com/k-sone/critbitgo v1.3.1-0.20191024122315-48c9e1530131
1262# [1] git ls-remote https://github.com/k-sone/critbitgo 48c9e1530131e6e7726ef4c05759e7fc0ab32e7f
1263SRCREV_critbitgo="48c9e1530131e6e7726ef4c05759e7fc0ab32e7f"
1264SRC_URI += "git://github.com/k-sone/critbitgo;name=critbitgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k-sone/critbitgo"
1265
1266# github.com/k3s-io/helm-controller v0.11.7
1267# [1] git ls-remote https://github.com/k3s-io/helm-controller f8b5a878922bd9a9eb5a9e8e65a3552cf90ed2c4
1268SRCREV_helm-controller="f8b5a878922bd9a9eb5a9e8e65a3552cf90ed2c4"
1269SRC_URI += "git://github.com/k3s-io/helm-controller;name=helm-controller;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/helm-controller"
1270
1271# github.com/k3s-io/kine v0.8.1
1272# [1] git ls-remote https://github.com/k3s-io/kine c1edece7772b4ff4f1f03f01d5218fbfe854c0cc
1273SRCREV_kine="c1edece7772b4ff4f1f03f01d5218fbfe854c0cc"
1274SRC_URI += "git://github.com/k3s-io/kine;name=kine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kine"
1275
1276# github.com/karrick/godirwalk v1.16.1
1277# [1] git ls-remote https://github.com/karrick/godirwalk 4b98035d5f574ae5b2bb1951efb2df23aa4f06a3
1278SRCREV_godirwalk="4b98035d5f574ae5b2bb1951efb2df23aa4f06a3"
1279SRC_URI += "git://github.com/karrick/godirwalk;name=godirwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/karrick/godirwalk"
1280
1281# github.com/kisielk/errcheck v1.5.0
1282# [1] git ls-remote https://github.com/kisielk/errcheck ee08a456fc430219ad80ce5af98415bcc027a219
1283SRCREV_errcheck="ee08a456fc430219ad80ce5af98415bcc027a219"
1284SRC_URI += "git://github.com/kisielk/errcheck;name=errcheck;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kisielk/errcheck"
1285
1286# github.com/kisielk/gotool v1.0.0
1287# [1] git ls-remote https://github.com/kisielk/gotool 80517062f582ea3340cd4baf70e86d539ae7d84d
1288SRCREV_gotool="80517062f582ea3340cd4baf70e86d539ae7d84d"
1289SRC_URI += "git://github.com/kisielk/gotool;name=gotool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kisielk/gotool"
1290
1291# github.com/klauspost/compress v1.13.6
1292# [1] git ls-remote https://github.com/klauspost/compress 38d4ba985ac157cb858763e016645e14e74c13c4
1293SRCREV_compress="38d4ba985ac157cb858763e016645e14e74c13c4"
1294SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
1295
1296# github.com/klauspost/cpuid v1.3.1
1297# [1] git ls-remote https://github.com/klauspost/cpuid 750c0591dbbd50ef88371c665ad49e426a4b830b
1298SRCREV_cpuid="750c0591dbbd50ef88371c665ad49e426a4b830b"
1299SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid"
1300
1301# github.com/konsorten/go-windows-terminal-sequences v1.0.3
1302# [1] git ls-remote https://github.com/konsorten/go-windows-terminal-sequences edb144dfd453055e1e49a3d8b410a660b5a87613
1303SRCREV_go-windows-terminal-sequences="edb144dfd453055e1e49a3d8b410a660b5a87613"
1304SRC_URI += "git://github.com/konsorten/go-windows-terminal-sequences;name=go-windows-terminal-sequences;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/konsorten/go-windows-terminal-sequences"
1305
1306# github.com/kr/fs v0.1.0
1307# [1] git ls-remote https://github.com/kr/fs a4edaa46e98ce745306fb4bf9a584000f0ccb0cd
1308SRCREV_fs="a4edaa46e98ce745306fb4bf9a584000f0ccb0cd"
1309SRC_URI += "git://github.com/kr/fs;name=fs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/fs"
1310
1311# github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
1312# [1] git ls-remote https://github.com/kr/logfmt b84e30acd515aadc4b783ad4ff83aff3299bdfe0
1313SRCREV_logfmt1="b84e30acd515aadc4b783ad4ff83aff3299bdfe0"
1314SRC_URI += "git://github.com/kr/logfmt;name=logfmt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/logfmt"
1315
1316# github.com/kr/pretty v0.2.1
1317# [1] git ls-remote https://github.com/kr/pretty 326f0883a47c4b88a699dc12c4ca20164aadd512
1318SRCREV_pretty="326f0883a47c4b88a699dc12c4ca20164aadd512"
1319SRC_URI += "git://github.com/kr/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pretty"
1320
1321# github.com/kr/pty v1.1.5
1322# [1] git ls-remote https://github.com/kr/pty b6e1bdd4a4f88614e0c6e5e8089c7abed98aae17
1323SRCREV_pty1="b6e1bdd4a4f88614e0c6e5e8089c7abed98aae17"
1324SRC_URI += "git://github.com/kr/pty;name=pty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pty"
1325
1326# github.com/kr/text v0.2.0
1327# [1] git ls-remote https://github.com/kr/text 0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5
1328SRCREV_text="0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5"
1329SRC_URI += "git://github.com/kr/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/text"
1330
1331# github.com/k3s-io/cri-tools v1.21.0-k3s1
1332# [1] git ls-remote https://github.com/k3s-io/cri-tools 47c43d3b6f0254aec4746dbc747f2178f0188647
1333SRCREV_cri-tools="47c43d3b6f0254aec4746dbc747f2178f0188647"
1334SRC_URI += "git://github.com/k3s-io/cri-tools;name=cri-tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/cri-tools"
1335
1336# github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
1337# [1] git ls-remote https://github.com/kylelemons/godebug d65d576e9348f5982d7f6d83682b694e731a45c6
1338SRCREV_godebug="d65d576e9348f5982d7f6d83682b694e731a45c6"
1339SRC_URI += "git://github.com/kylelemons/godebug;name=godebug;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kylelemons/godebug"
1340
1341# github.com/lib/pq v1.10.2
1342# [1] git ls-remote https://github.com/lib/pq 2da6713d67f03911a05b1b6559adc85927fe076e
1343SRCREV_pq="2da6713d67f03911a05b1b6559adc85927fe076e"
1344SRC_URI += "git://github.com/lib/pq;name=pq;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lib/pq"
1345
1346# github.com/libopenstorage/openstorage v1.0.0
1347# [1] git ls-remote https://github.com/libopenstorage/openstorage a0608a35f2d0151fe79b4761a8780621fd83dc27
1348SRCREV_openstorage="a0608a35f2d0151fe79b4761a8780621fd83dc27"
1349SRC_URI += "git://github.com/libopenstorage/openstorage;name=openstorage;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libopenstorage/openstorage"
1350
1351# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
1352# [1] git ls-remote https://github.com/liggitt/tabwriter 89fcab3d43de07060e4fd4c1547430ed57e87f24
1353SRCREV_tabwriter="89fcab3d43de07060e4fd4c1547430ed57e87f24"
1354SRC_URI += "git://github.com/liggitt/tabwriter;name=tabwriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/liggitt/tabwriter"
1355
1356# github.com/lithammer/dedent v1.1.0
1357# [1] git ls-remote https://github.com/lithammer/dedent 7da0ef12e7f6e16e724290d47c139520f1ad6171
1358SRCREV_dedent="7da0ef12e7f6e16e724290d47c139520f1ad6171"
1359SRC_URI += "git://github.com/lithammer/dedent;name=dedent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lithammer/dedent"
1360
1361# github.com/lpabon/godbc v0.1.1
1362# [1] git ls-remote https://github.com/lpabon/godbc 19db9f027401ab26533e2f647840c2c691a48572
1363SRCREV_godbc="19db9f027401ab26533e2f647840c2c691a48572"
1364SRC_URI += "git://github.com/lpabon/godbc;name=godbc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lpabon/godbc"
1365
1366# github.com/magiconair/properties v1.8.5
1367# [1] git ls-remote https://github.com/magiconair/properties bf326db7888cd3bdb60272aa8806e9d7a948e7d3
1368SRCREV_properties="bf326db7888cd3bdb60272aa8806e9d7a948e7d3"
1369SRC_URI += "git://github.com/magiconair/properties;name=properties;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/magiconair/properties"
1370
1371# github.com/mailru/easyjson v0.7.6
1372# [1] git ls-remote https://github.com/mailru/easyjson 8ab5ff9cd8e4e432e8b79f6c47d324a31dd803cf
1373SRCREV_easyjson="8ab5ff9cd8e4e432e8b79f6c47d324a31dd803cf"
1374SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mailru/easyjson"
1375
1376# github.com/mattn/go-colorable v0.1.4
1377# [1] git ls-remote https://github.com/mattn/go-colorable 98ec13f34aabf44cc914c65a1cfb7b9bc815aef1
1378SRCREV_go-colorable="98ec13f34aabf44cc914c65a1cfb7b9bc815aef1"
1379SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable"
1380
1381# github.com/mattn/go-isatty v0.0.11
1382# [1] git ls-remote https://github.com/mattn/go-isatty 31745d66dd679ac0ac4f8d3ecff168fce6170c6a
1383SRCREV_go-isatty="31745d66dd679ac0ac4f8d3ecff168fce6170c6a"
1384SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty"
1385
1386# github.com/mattn/go-runewidth v0.0.9
1387# [1] git ls-remote https://github.com/mattn/go-runewidth 14e809f6d78fcf9f48ff9b70981472b64c05f754
1388SRCREV_go-runewidth="14e809f6d78fcf9f48ff9b70981472b64c05f754"
1389SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth"
1390
1391# github.com/mattn/go-shellwords v1.0.3
1392# [1] git ls-remote https://github.com/mattn/go-shellwords 02e3cf038dcea8290e44424da473dd12be796a8a
1393SRCREV_go-shellwords="02e3cf038dcea8290e44424da473dd12be796a8a"
1394SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords"
1395
1396# github.com/mattn/go-sqlite3 v1.14.8
1397# [1] git ls-remote https://github.com/mattn/go-sqlite3 cba6eaee486f22a1b0f3208b145673ed951cb840
1398SRCREV_go-sqlite3="cba6eaee486f22a1b0f3208b145673ed951cb840"
1399SRC_URI += "git://github.com/mattn/go-sqlite3;name=go-sqlite3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-sqlite3"
1400
1401# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
1402# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d
1403SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d"
1404SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions"
1405
1406# github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
1407# [1] git ls-remote https://github.com/mdlayher/ethernet 0394541c37b7f86a10e0b49492f6d4f605c34163
1408SRCREV_ethernet="0394541c37b7f86a10e0b49492f6d4f605c34163"
1409SRC_URI += "git://github.com/mdlayher/ethernet;name=ethernet;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/ethernet"
1410
1411# github.com/mdlayher/ethtool v0.0.0-20211028163843-288d040e9d60
1412# [1] git ls-remote https://github.com/mdlayher/ethtool 288d040e9d60a1b55b53566a1624be427cfeef97
1413SRCREV_ethtool="288d040e9d60a1b55b53566a1624be427cfeef97"
1414SRC_URI += "git://github.com/mdlayher/ethtool;name=ethtool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/ethtool"
1415
1416# github.com/mdlayher/genetlink v1.1.0
1417# [1] git ls-remote https://github.com/mdlayher/genetlink 3a8264b219e1587c8c5814f9a4cf8fe56c530a32
1418SRCREV_genetlink="3a8264b219e1587c8c5814f9a4cf8fe56c530a32"
1419SRC_URI += "git://github.com/mdlayher/genetlink;name=genetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/genetlink"
1420
1421# github.com/mdlayher/netlink v1.4.2
1422# [1] git ls-remote https://github.com/mdlayher/netlink e7b35cd0b91ce844c2134741dfdc69fe5aee695d
1423SRCREV_netlink="e7b35cd0b91ce844c2134741dfdc69fe5aee695d"
1424SRC_URI += "git://github.com/mdlayher/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/netlink"
1425
1426# github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
1427# [1] git ls-remote https://github.com/mdlayher/raw 50f2db8cc0658568575938a39dbaa46172921d98
1428SRCREV_raw="50f2db8cc0658568575938a39dbaa46172921d98"
1429SRC_URI += "git://github.com/mdlayher/raw;name=raw;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/raw"
1430
1431# github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb
1432# [1] git ls-remote https://github.com/mdlayher/socket 57e3fa563ecb8fbbbf28b56c674ce382ae48f7db
1433SRCREV_socket="57e3fa563ecb8fbbbf28b56c674ce382ae48f7db"
1434SRC_URI += "git://github.com/mdlayher/socket;name=socket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/socket"
1435
1436# github.com/miekg/dns v1.0.14
1437# [1] git ls-remote https://github.com/miekg/dns 915ca3d5ffd945235828a097c917311a9d86ebb4
1438SRCREV_dns="915ca3d5ffd945235828a097c917311a9d86ebb4"
1439SRC_URI += "git://github.com/miekg/dns;name=dns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/dns"
1440
1441# github.com/miekg/pkcs11 v1.0.3
1442# [1] git ls-remote https://github.com/miekg/pkcs11 210dc1e16747c5ba98a03bcbcf728c38086ea357
1443SRCREV_pkcs11="210dc1e16747c5ba98a03bcbcf728c38086ea357"
1444SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11"
1445
1446# github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721
1447# [1] git ls-remote https://github.com/mikioh/ipaddr d465c8ab672111787b24b8f03326449059a4aa33
1448SRCREV_ipaddr="d465c8ab672111787b24b8f03326449059a4aa33"
1449SRC_URI += "git://github.com/mikioh/ipaddr;name=ipaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mikioh/ipaddr"
1450
1451# github.com/mindprince/gonvml v0.0.0-20190828220739-9ebdce4bb989
1452# [1] git ls-remote https://github.com/mindprince/gonvml 9ebdce4bb98934573700a3bfc2f8e791934a578d
1453SRCREV_gonvml="9ebdce4bb98934573700a3bfc2f8e791934a578d"
1454SRC_URI += "git://github.com/mindprince/gonvml;name=gonvml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mindprince/gonvml"
1455
1456# github.com/minio/md5-simd v1.1.0
1457# [1] git ls-remote https://github.com/minio/md5-simd d302c3dbe3e6573d7010992e3927355eb0e1ab91
1458SRCREV_md5-simd="d302c3dbe3e6573d7010992e3927355eb0e1ab91"
1459SRC_URI += "git://github.com/minio/md5-simd;name=md5-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/md5-simd"
1460
1461# github.com/minio/minio-go/v7 v7.0.7
1462# [1] git ls-remote https://github.com/minio/minio-go 2fc8929815e0a488f065b47bc1271ab0d4238f82
1463SRCREV_v7="2fc8929815e0a488f065b47bc1271ab0d4238f82"
1464SRC_URI += "git://github.com/minio/minio-go;name=v7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/minio-go/v7"
1465
1466# github.com/minio/sha256-simd v0.1.1
1467# [1] git ls-remote https://github.com/minio/sha256-simd 6de4475307716de15b286880ff321c9547086fdd
1468SRCREV_sha256-simd="6de4475307716de15b286880ff321c9547086fdd"
1469SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/sha256-simd"
1470
1471# github.com/minio/sio v0.2.1
1472# [1] git ls-remote https://github.com/minio/sio ae0213457e8a919f927bb03909b2135b6ca02ef1
1473SRCREV_sio="ae0213457e8a919f927bb03909b2135b6ca02ef1"
1474SRC_URI += "git://github.com/minio/sio;name=sio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/sio"
1475
1476# github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
1477# [1] git ls-remote https://github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb
1478SRCREV_go-zfs="f784269be439d704d3dfa1906f45dd848fed2beb"
1479SRC_URI += "git://github.com/mistifyio/go-zfs;name=go-zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mistifyio/go-zfs"
1480
1481# github.com/mitchellh/cli v1.0.0
1482# [1] git ls-remote https://github.com/mitchellh/cli 3d22a244be8aa6fb16ac24af0e195c08b7d973aa
1483SRCREV_cli1="3d22a244be8aa6fb16ac24af0e195c08b7d973aa"
1484SRC_URI += "git://github.com/mitchellh/cli;name=cli1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/cli"
1485
1486# github.com/mitchellh/go-homedir v1.1.0
1487# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727
1488SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727"
1489SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir"
1490
1491# github.com/mitchellh/go-testing-interface v1.0.0
1492# [1] git ls-remote https://github.com/mitchellh/go-testing-interface 6d0b8010fcc857872e42fc6c931227569016843c
1493SRCREV_go-testing-interface="6d0b8010fcc857872e42fc6c931227569016843c"
1494SRC_URI += "git://github.com/mitchellh/go-testing-interface;name=go-testing-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-testing-interface"
1495
1496# github.com/mitchellh/go-wordwrap v1.0.0
1497# [1] git ls-remote https://github.com/mitchellh/go-wordwrap 9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c
1498SRCREV_go-wordwrap="9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c"
1499SRC_URI += "git://github.com/mitchellh/go-wordwrap;name=go-wordwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-wordwrap"
1500
1501# github.com/mitchellh/gox v0.4.0
1502# [1] git ls-remote https://github.com/mitchellh/gox ce32ae4c610e1fed97dd0e0b5155d16d2638ffb1
1503SRCREV_gox="ce32ae4c610e1fed97dd0e0b5155d16d2638ffb1"
1504SRC_URI += "git://github.com/mitchellh/gox;name=gox;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/gox"
1505
1506# github.com/mitchellh/iochan v1.0.0
1507# [1] git ls-remote https://github.com/mitchellh/iochan b6e3aadd28864e14dae41ff5c7261455b1242d24
1508SRCREV_iochan="b6e3aadd28864e14dae41ff5c7261455b1242d24"
1509SRC_URI += "git://github.com/mitchellh/iochan;name=iochan;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/iochan"
1510
1511# github.com/mitchellh/mapstructure v1.4.1
1512# [1] git ls-remote https://github.com/mitchellh/mapstructure 8ebf2d61a8b4adcce25fc9fc9b76e8452a00672f
1513SRCREV_mapstructure="8ebf2d61a8b4adcce25fc9fc9b76e8452a00672f"
1514SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure"
1515
1516# github.com/moby/ipvs v1.0.1
1517# [1] git ls-remote https://github.com/moby/ipvs f72130f9871536f131d0f4be5a4d99ad2591218c
1518SRCREV_ipvs="f72130f9871536f131d0f4be5a4d99ad2591218c"
1519SRC_URI += "git://github.com/moby/ipvs;name=ipvs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/ipvs"
1520
1521# github.com/moby/locker v1.0.1
1522# [1] git ls-remote https://github.com/moby/locker e15721d7a0126008853f3cefbdbb368685cd1f4d
1523SRCREV_locker="e15721d7a0126008853f3cefbdbb368685cd1f4d"
1524SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker"
1525
1526# github.com/moby/spdystream v0.2.0
1527# [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b
1528SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b"
1529SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream"
1530
1531# github.com/moby/sys/mountinfo v0.5.0
1532# [1] git ls-remote https://github.com/moby/sys 416188aff8404d549e1e34a50e513befeb11c3b9
1533SRCREV_mountinfo="416188aff8404d549e1e34a50e513befeb11c3b9"
1534SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo"
1535
1536# github.com/moby/term v0.0.0-20210610120745-9d4ed1856297
1537# [1] git ls-remote https://github.com/moby/term 9d4ed185629744f381f269030675cb1957e2da94
1538SRCREV_term="9d4ed185629744f381f269030675cb1957e2da94"
1539SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term"
1540
1541# github.com/moby/vpnkit v0.5.0
1542# [1] git ls-remote https://github.com/moby/vpnkit 7f0eff0dd99b576c5474de53b4454a157c642834
1543SRCREV_vpnkit="7f0eff0dd99b576c5474de53b4454a157c642834"
1544SRC_URI += "git://github.com/moby/vpnkit;name=vpnkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/vpnkit"
1545
1546# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
1547# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94
1548SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94"
1549SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent"
1550
1551# github.com/modern-go/reflect2 v1.0.1
1552# [1] git ls-remote https://github.com/modern-go/reflect2 94122c33edd36123c84d5368cfb2b69df93a0ec8
1553SRCREV_reflect2="94122c33edd36123c84d5368cfb2b69df93a0ec8"
1554SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2"
1555
1556# github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
1557# [1] git ls-remote https://github.com/mohae/deepcopy c48cc78d482608239f6c4c92a4abd87eb8761c90
1558SRCREV_deepcopy="c48cc78d482608239f6c4c92a4abd87eb8761c90"
1559SRC_URI += "git://github.com/mohae/deepcopy;name=deepcopy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mohae/deepcopy"
1560
1561# github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
1562# [1] git ls-remote https://github.com/monochromegane/go-gitignore 205db1a8cc001de79230472da52edde4974df734
1563SRCREV_go-gitignore="205db1a8cc001de79230472da52edde4974df734"
1564SRC_URI += "git://github.com/monochromegane/go-gitignore;name=go-gitignore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/monochromegane/go-gitignore"
1565
1566# github.com/morikuni/aec v1.0.0
1567# [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b
1568SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b"
1569SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec"
1570
1571# github.com/mrunalp/fileutils v0.5.0
1572# [1] git ls-remote https://github.com/mrunalp/fileutils d7fdd64cc1cabe10bc154ee7d2318b07b7f296ef
1573SRCREV_fileutils="d7fdd64cc1cabe10bc154ee7d2318b07b7f296ef"
1574SRC_URI += "git://github.com/mrunalp/fileutils;name=fileutils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mrunalp/fileutils"
1575
1576# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
1577# [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e
1578SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e"
1579SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/munnerz/goautoneg"
1580
1581# github.com/mvdan/xurls v1.1.0
1582# [1] git ls-remote https://github.com/mvdan/xurls c174a0a92fc78706d57afd13cfb0197ec28d15b3
1583SRCREV_xurls="c174a0a92fc78706d57afd13cfb0197ec28d15b3"
1584SRC_URI += "git://github.com/mvdan/xurls;name=xurls;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mvdan/xurls"
1585
1586# github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
1587# [1] git ls-remote https://github.com/mwitkow/go-conntrack 2f068394615f73e460c2f3d2c158b0ad9321cadb
1588SRCREV_go-conntrack="2f068394615f73e460c2f3d2c158b0ad9321cadb"
1589SRC_URI += "git://github.com/mwitkow/go-conntrack;name=go-conntrack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mwitkow/go-conntrack"
1590
1591# github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
1592# [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682
1593SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682"
1594SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mxk/go-flowrate"
1595
1596# github.com/natefinch/lumberjack v2.0.0+incompatible
1597# [1] git ls-remote https://github.com/natefinch/lumberjack 2a59cad198e07a0ea1fad0b3d6733626861b5c65
1598SRCREV_lumberjack="2a59cad198e07a0ea1fad0b3d6733626861b5c65"
1599SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/natefinch/lumberjack"
1600
1601# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
1602# [1] git ls-remote https://github.com/niemeyer/pretty a10e7caefd8e0d600cea437f5c3613aeb1553d56
1603SRCREV_pretty1="a10e7caefd8e0d600cea437f5c3613aeb1553d56"
1604SRC_URI += "git://github.com/niemeyer/pretty;name=pretty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/niemeyer/pretty"
1605
1606# github.com/nxadm/tail v1.4.8
1607# [1] git ls-remote https://github.com/nxadm/tail abad231d8d07ef91e09cd4c4c457cac35ed3bbb9
1608SRCREV_tail1="abad231d8d07ef91e09cd4c4c457cac35ed3bbb9"
1609SRC_URI += "git://github.com/nxadm/tail;name=tail1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nxadm/tail"
1610
1611# github.com/oklog/ulid v1.3.1
1612# [1] git ls-remote https://github.com/oklog/ulid 02a8604050d8466dd915307496174adb9be4593a
1613SRCREV_ulid="02a8604050d8466dd915307496174adb9be4593a"
1614SRC_URI += "git://github.com/oklog/ulid;name=ulid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/oklog/ulid"
1615
1616# github.com/olekukonko/tablewriter v0.0.5
1617# [1] git ls-remote https://github.com/olekukonko/tablewriter c7d2a8a09b076b70918308a3cd95464b2ae3b5d8
1618SRCREV_tablewriter="c7d2a8a09b076b70918308a3cd95464b2ae3b5d8"
1619SRC_URI += "git://github.com/olekukonko/tablewriter;name=tablewriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/olekukonko/tablewriter"
1620
1621# github.com/onsi/ginkgo v1.16.4
1622# [1] git ls-remote https://github.com/onsi/ginkgo d125cd027fee341b3b3d65858a4121cf4931fead
1623SRCREV_ginkgo="d125cd027fee341b3b3d65858a4121cf4931fead"
1624SRC_URI += "git://github.com/onsi/ginkgo;name=ginkgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/ginkgo"
1625
1626# github.com/onsi/gomega v1.11.0
1627# [1] git ls-remote https://github.com/onsi/gomega d9ee1e278b3bd59704a0521284ce8f8b25273b20
1628SRCREV_gomega="d9ee1e278b3bd59704a0521284ce8f8b25273b20"
1629SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/gomega"
1630
1631# github.com/opencontainers/go-digest v1.0.0
1632# [1] git ls-remote https://github.com/opencontainers/go-digest 4a41a1fddd8208cc64f911e551a7f361716f8ae5
1633SRCREV_go-digest="4a41a1fddd8208cc64f911e551a7f361716f8ae5"
1634SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest"
1635
1636# github.com/opencontainers/image-spec v1.0.2
1637# [1] git ls-remote https://github.com/opencontainers/image-spec a8af30d0c9aac77c7c2927df80133222f0f315e2
1638SRCREV_image-spec="a8af30d0c9aac77c7c2927df80133222f0f315e2"
1639SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec"
1640
1641# github.com/opencontainers/runc v1.0.3
1642# [1] git ls-remote https://github.com/opencontainers/runc e4bccdbd64361ac5ea8ba90bb8845add78f957a6
1643SRCREV_runc="e4bccdbd64361ac5ea8ba90bb8845add78f957a6"
1644SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
1645
1646# github.com/opencontainers/runtime-spec v1.0.3-0.20210316141917-a8c4a9ee0f6b
1647# [1] git ls-remote https://github.com/opencontainers/runtime-spec a8c4a9ee0f6b5a0b994c5c23c68725394e2b0d9d
1648SRCREV_runtime-spec="a8c4a9ee0f6b5a0b994c5c23c68725394e2b0d9d"
1649SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-spec"
1650
1651# github.com/opencontainers/selinux v1.8.2
1652# [1] git ls-remote https://github.com/opencontainers/selinux 76bc82e11d854d3e40c08889d13c98abcea72ea2
1653SRCREV_selinux="76bc82e11d854d3e40c08889d13c98abcea72ea2"
1654SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux"
1655
1656# github.com/opentracing/opentracing-go v1.1.0
1657# [1] git ls-remote https://github.com/opentracing/opentracing-go 659c90643e714681897ec2521c60567dd21da733
1658SRCREV_opentracing-go="659c90643e714681897ec2521c60567dd21da733"
1659SRC_URI += "git://github.com/opentracing/opentracing-go;name=opentracing-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opentracing/opentracing-go"
1660
1661# github.com/osrg/gobgp v0.0.0-20210801043420-9e48a36ed97c
1662# [1] git ls-remote https://github.com/osrg/gobgp 9e48a36ed97c699e2a5b5d8dfd3f9fb6e6119e0b
1663SRCREV_gobgp="9e48a36ed97c699e2a5b5d8dfd3f9fb6e6119e0b"
1664SRC_URI += "git://github.com/osrg/gobgp;name=gobgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/osrg/gobgp"
1665
1666# github.com/otiai10/copy v1.6.0
1667# [1] git ls-remote https://github.com/otiai10/copy edeb9f37d4d0c28725014fcab6635120197932a1
1668SRCREV_copy="edeb9f37d4d0c28725014fcab6635120197932a1"
1669SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/copy"
1670
1671# github.com/otiai10/curr v1.0.0
1672# [1] git ls-remote https://github.com/otiai10/curr 88e2f2cffa0b5f13e90ee963a321bd1b2f715561
1673SRCREV_curr="88e2f2cffa0b5f13e90ee963a321bd1b2f715561"
1674SRC_URI += "git://github.com/otiai10/curr;name=curr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/curr"
1675
1676# github.com/otiai10/mint v1.3.2
1677# [1] git ls-remote https://github.com/otiai10/mint 3588d691480a831b1e78b776d3bccd9d5ce6461c
1678SRCREV_mint="3588d691480a831b1e78b776d3bccd9d5ce6461c"
1679SRC_URI += "git://github.com/otiai10/mint;name=mint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/mint"
1680
1681# github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c
1682# [1] git ls-remote https://github.com/pascaldekloe/goe 57f6aae5913c64c9bcae5dbdffd33365b5a7f138
1683SRCREV_goe="57f6aae5913c64c9bcae5dbdffd33365b5a7f138"
1684SRC_URI += "git://github.com/pascaldekloe/goe;name=goe;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pascaldekloe/goe"
1685
1686# github.com/paulmach/orb v0.1.3
1687# [1] git ls-remote https://github.com/paulmach/orb c6e407b203494d3b1edb9fd5cae4cf34a4ae0f29
1688SRCREV_orb="c6e407b203494d3b1edb9fd5cae4cf34a4ae0f29"
1689SRC_URI += "git://github.com/paulmach/orb;name=orb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/paulmach/orb"
1690
1691# github.com/pborman/uuid v1.2.1
1692# [1] git ls-remote https://github.com/pborman/uuid 5b6091a6a160ee5ce12917b21ab96acec2a4fdc0
1693SRCREV_uuid12="5b6091a6a160ee5ce12917b21ab96acec2a4fdc0"
1694SRC_URI += "git://github.com/pborman/uuid;name=uuid12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pborman/uuid"
1695
1696# github.com/pelletier/go-buffruneio v0.2.0
1697# [1] git ls-remote https://github.com/pelletier/go-buffruneio c37440a7cf42ac63b919c752ca73a85067e05992
1698SRCREV_go-buffruneio="c37440a7cf42ac63b919c752ca73a85067e05992"
1699SRC_URI += "git://github.com/pelletier/go-buffruneio;name=go-buffruneio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-buffruneio"
1700
1701# github.com/pelletier/go-toml v1.9.4
1702# [1] git ls-remote https://github.com/pelletier/go-toml b8ba995eaaba4be30c8a8090bdfb4aa61af52054
1703SRCREV_go-toml="b8ba995eaaba4be30c8a8090bdfb4aa61af52054"
1704SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml"
1705
1706# github.com/peterbourgon/diskv v2.0.1+incompatible
1707# [1] git ls-remote https://github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6
1708SRCREV_diskv="5f041e8faa004a95c88a202771f4cc3e991971e6"
1709SRC_URI += "git://github.com/peterbourgon/diskv;name=diskv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/peterbourgon/diskv"
1710
1711# github.com/pierrec/lz4 v2.6.0+incompatible
1712# [1] git ls-remote https://github.com/pierrec/lz4 0e583d326e0ec6b9c1ad223188dc709af385408e
1713SRCREV_lz4="0e583d326e0ec6b9c1ad223188dc709af385408e"
1714SRC_URI += "git://github.com/pierrec/lz4;name=lz4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pierrec/lz4"
1715
1716# github.com/pkg/errors v0.9.1
1717# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465
1718SRCREV_errors123="614d223910a179a466c1767a985424175c39b465"
1719SRC_URI += "git://github.com/pkg/errors;name=errors123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors"
1720
1721# github.com/pkg/sftp v1.10.1
1722# [1] git ls-remote https://github.com/pkg/sftp 43d3a6e716b1ed42563b40666089f29a19c2ce9d
1723SRCREV_sftp="43d3a6e716b1ed42563b40666089f29a19c2ce9d"
1724SRC_URI += "git://github.com/pkg/sftp;name=sftp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/sftp"
1725
1726# github.com/pmezard/go-difflib v1.0.0
1727# [1] git ls-remote https://github.com/pmezard/go-difflib c0b812dadcf4498dede02bb7f0c5c478be997e34
1728SRCREV_go-difflib="c0b812dadcf4498dede02bb7f0c5c478be997e34"
1729SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib"
1730
1731# github.com/posener/complete v1.1.1
1732# [1] git ls-remote https://github.com/posener/complete 98eb9847f27ba2008d380a32c98be474dea55bdf
1733SRCREV_complete="98eb9847f27ba2008d380a32c98be474dea55bdf"
1734SRC_URI += "git://github.com/posener/complete;name=complete;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/posener/complete"
1735
1736# github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021
1737# [1] git ls-remote https://github.com/pquerna/cachecontrol 0dec1b30a0215bb68605dfc568e8855066c9202d
1738SRCREV_cachecontrol="0dec1b30a0215bb68605dfc568e8855066c9202d"
1739SRC_URI += "git://github.com/pquerna/cachecontrol;name=cachecontrol;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pquerna/cachecontrol"
1740
1741# github.com/prometheus/client_golang v1.11.0
1742# [1] git ls-remote https://github.com/prometheus/client_golang 9b6b6df74a146d5e700cd7205818ad6b2f0afec2
1743SRCREV_client_golang="9b6b6df74a146d5e700cd7205818ad6b2f0afec2"
1744SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang"
1745
1746# github.com/prometheus/client_model v0.2.0
1747# [1] git ls-remote https://github.com/prometheus/client_model f44e7adcba5ee54c8a94709e6fc300d83245f171
1748SRCREV_client_model="f44e7adcba5ee54c8a94709e6fc300d83245f171"
1749SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model"
1750
1751# github.com/prometheus/common v0.26.0
1752# [1] git ls-remote https://github.com/prometheus/common 529a9a7d1e855d053e72af381608b7f89ac0e6e6
1753SRCREV_common="529a9a7d1e855d053e72af381608b7f89ac0e6e6"
1754SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common"
1755
1756# github.com/prometheus/procfs v0.6.0
1757# [1] git ls-remote https://github.com/prometheus/procfs 3d15d641cf3611be0d06474548e5e41c3e514df9
1758SRCREV_procfs="3d15d641cf3611be0d06474548e5e41c3e514df9"
1759SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs"
1760
1761# github.com/prometheus/tsdb v0.7.1
1762# [1] git ls-remote https://github.com/prometheus/tsdb 249a0812a512567b7278c767772d4bd7bdddefcd
1763SRCREV_tsdb="249a0812a512567b7278c767772d4bd7bdddefcd"
1764SRC_URI += "git://github.com/prometheus/tsdb;name=tsdb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/tsdb"
1765
1766# github.com/qri-io/starlib v0.4.2-0.20200213133954-ff2e8cd5ef8d
1767# [1] git ls-remote https://github.com/qri-io/starlib ff2e8cd5ef8d5cfec439238ec91bc1f03c84b306
1768SRCREV_starlib="ff2e8cd5ef8d5cfec439238ec91bc1f03c84b306"
1769SRC_URI += "git://github.com/qri-io/starlib;name=starlib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/qri-io/starlib"
1770
1771# github.com/quobyte/api v0.1.8
1772# [1] git ls-remote https://github.com/quobyte/api 61b1aa26de01c522ca8a2c713443137c99760036
1773SRCREV_api1="61b1aa26de01c522ca8a2c713443137c99760036"
1774SRC_URI += "git://github.com/quobyte/api;name=api1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/quobyte/api"
1775
1776# github.com/rancher/dynamiclistener v0.3.1
1777# [1] git ls-remote https://github.com/rancher/dynamiclistener 43f9c3ae0a4fe7e689b2e2ed5a7064ed01ad8e64
1778SRCREV_dynamiclistener="43f9c3ae0a4fe7e689b2e2ed5a7064ed01ad8e64"
1779SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/dynamiclistener"
1780
1781# github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08
1782# [1] git ls-remote https://github.com/rancher/lasso fc3ebd901c086dc8e4bfe2c07edf03c118572924
1783SRCREV_lasso="fc3ebd901c086dc8e4bfe2c07edf03c118572924"
1784SRC_URI += "git://github.com/rancher/lasso;name=lasso;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/lasso"
1785
1786# github.com/rancher/remotedialer v0.2.0
1787# [1] git ls-remote https://github.com/rancher/remotedialer 3d086baa0d95326b73f6f1d16286cc04fc856790
1788SRCREV_remotedialer="3d086baa0d95326b73f6f1d16286cc04fc856790"
1789SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/remotedialer"
1790
1791# github.com/rancher/wharfie v0.5.1
1792# [1] git ls-remote https://github.com/rancher/wharfie 80cc0b0ce983af2d75be7846e006d69fa5d64570
1793SRCREV_wharfie="80cc0b0ce983af2d75be7846e006d69fa5d64570"
1794SRC_URI += "git://github.com/rancher/wharfie;name=wharfie;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wharfie"
1795
1796# github.com/rancher/wrangler v0.8.11-0.20220211163748-d5a8ee98be5f
1797# [1] git ls-remote https://github.com/rancher/wrangler d5a8ee98be5f6eb429253d080017bd6dc691db97
1798SRCREV_wrangler="d5a8ee98be5f6eb429253d080017bd6dc691db97"
1799SRC_URI += "git://github.com/rancher/wrangler;name=wrangler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wrangler"
1800
1801# github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446
1802# [1] git ls-remote https://github.com/remyoudompheng/bigfft 52369c62f4463a21c8ff8531194c5526322b8521
1803SRCREV_bigfft="52369c62f4463a21c8ff8531194c5526322b8521"
1804SRC_URI += "git://github.com/remyoudompheng/bigfft;name=bigfft;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/remyoudompheng/bigfft"
1805
1806# github.com/robfig/cron/v3 v3.0.1
1807# [1] git ls-remote https://github.com/robfig/cron ccba498c397bb90a9c84945bbb0f7af2d72b6309
1808SRCREV_v31="ccba498c397bb90a9c84945bbb0f7af2d72b6309"
1809SRC_URI += "git://github.com/robfig/cron;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/robfig/cron/v3"
1810
1811# github.com/rogpeppe/fastuuid v1.2.0
1812# [1] git ls-remote https://github.com/rogpeppe/fastuuid 10c3923834d38e951ae8f627bfec2dc632c5b6cb
1813SRCREV_fastuuid="10c3923834d38e951ae8f627bfec2dc632c5b6cb"
1814SRC_URI += "git://github.com/rogpeppe/fastuuid;name=fastuuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/fastuuid"
1815
1816# github.com/rogpeppe/go-internal v1.3.0
1817# [1] git ls-remote https://github.com/rogpeppe/go-internal c41aae108fba1a0e55d440c3046043e1c32c4f9a
1818SRCREV_go-internal="c41aae108fba1a0e55d440c3046043e1c32c4f9a"
1819SRC_URI += "git://github.com/rogpeppe/go-internal;name=go-internal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/go-internal"
1820
1821# github.com/rootless-containers/rootlesskit v0.14.5
1822# [1] git ls-remote https://github.com/rootless-containers/rootlesskit e2d540ea3318e9e72ce2fb00734a0ac102efe733
1823SRCREV_rootlesskit="e2d540ea3318e9e72ce2fb00734a0ac102efe733"
1824SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/rootlesskit"
1825
1826# github.com/rs/xid v1.3.0
1827# [1] git ls-remote https://github.com/rs/xid efa678f304ab65d6d57eedcb086798381ae22206
1828SRCREV_xid="efa678f304ab65d6d57eedcb086798381ae22206"
1829SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/xid"
1830
1831# github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021
1832# [1] git ls-remote https://github.com/rubiojr/go-vhd 02e2102990218160c1cb608a3e9679312a3b8425
1833SRCREV_go-vhd="02e2102990218160c1cb608a3e9679312a3b8425"
1834SRC_URI += "git://github.com/rubiojr/go-vhd;name=go-vhd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rubiojr/go-vhd"
1835
1836# github.com/russross/blackfriday v1.5.2
1837# [1] git ls-remote https://github.com/russross/blackfriday 05f3235734ad95d0016f6a23902f06461fcf567a
1838SRCREV_blackfriday="05f3235734ad95d0016f6a23902f06461fcf567a"
1839SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday"
1840
1841# github.com/russross/blackfriday/v2 v2.1.0
1842# [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049
1843SRCREV_v21234="4c9bf9512682b995722660a4196c0013228e2049"
1844SRC_URI += "git://github.com/russross/blackfriday;name=v21234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday/v2"
1845
1846# github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f
1847# [1] git ls-remote https://github.com/ryanuber/columnize 9b3edd62028f107d7cabb19353292afd29311a4e
1848SRCREV_columnize="9b3edd62028f107d7cabb19353292afd29311a4e"
1849SRC_URI += "git://github.com/ryanuber/columnize;name=columnize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ryanuber/columnize"
1850
1851# github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8
1852# [1] git ls-remote https://github.com/safchain/ethtool 42ed695e3de80b9d695f280295fd7994639f209d
1853SRCREV_ethtool1="42ed695e3de80b9d695f280295fd7994639f209d"
1854SRC_URI += "git://github.com/safchain/ethtool;name=ethtool1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/safchain/ethtool"
1855
1856# github.com/satori/go.uuid v1.2.0
1857# [1] git ls-remote https://github.com/satori/go.uuid fe3bd84a0754cc4deb35c1398cd0ebd23f1d8a41
1858SRCREV_go.uuid="fe3bd84a0754cc4deb35c1398cd0ebd23f1d8a41"
1859SRC_URI += "git://github.com/satori/go.uuid;name=go.uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/satori/go.uuid"
1860
1861# github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
1862# [1] git ls-remote https://github.com/sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372
1863SRCREV_seed="e2103e2c35297fb7e17febb81e49b312087a2372"
1864SRC_URI += "git://github.com/sean-/seed;name=seed;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sean-/seed"
1865
1866# github.com/seccomp/libseccomp-golang v0.9.1
1867# [1] git ls-remote https://github.com/seccomp/libseccomp-golang 8107a3debc22fba7e6e48099eb3e1090bf6c78ba
1868SRCREV_libseccomp-golang="8107a3debc22fba7e6e48099eb3e1090bf6c78ba"
1869SRC_URI += "git://github.com/seccomp/libseccomp-golang;name=libseccomp-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/seccomp/libseccomp-golang"
1870
1871# github.com/sergi/go-diff v1.1.0
1872# [1] git ls-remote https://github.com/sergi/go-diff 6a0dfe7dd071f7a6a16e06409e39d73bca00f2d4
1873SRCREV_go-diff="6a0dfe7dd071f7a6a16e06409e39d73bca00f2d4"
1874SRC_URI += "git://github.com/sergi/go-diff;name=go-diff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sergi/go-diff"
1875
1876# github.com/shurcooL/sanitized_anchor_name v1.0.0
1877# [1] git ls-remote https://github.com/shurcooL/sanitized_anchor_name 7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615
1878SRCREV_sanitized_anchor_name="7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615"
1879SRC_URI += "git://github.com/shurcooL/sanitized_anchor_name;name=sanitized_anchor_name;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shurcooL/sanitized_anchor_name"
1880
1881# github.com/sirupsen/logrus v1.8.1
1882# [1] git ls-remote https://github.com/sirupsen/logrus bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b
1883SRCREV_logrus="bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b"
1884SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
1885
1886# github.com/smartystreets/assertions v1.1.0
1887# [1] git ls-remote https://github.com/smartystreets/assertions b40663cb802db13783b76a18589060864ab8df1f
1888SRCREV_assertions="b40663cb802db13783b76a18589060864ab8df1f"
1889SRC_URI += "git://github.com/smartystreets/assertions;name=assertions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/smartystreets/assertions"
1890
1891# github.com/smartystreets/goconvey v1.6.4
1892# [1] git ls-remote https://github.com/smartystreets/goconvey 505e419363375c0dc132d3ac02632a4ee32199ca
1893SRCREV_goconvey="505e419363375c0dc132d3ac02632a4ee32199ca"
1894SRC_URI += "git://github.com/smartystreets/goconvey;name=goconvey;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/smartystreets/goconvey"
1895
1896# github.com/soheilhy/cmux v0.1.5
1897# [1] git ls-remote https://github.com/soheilhy/cmux 5ec6847320e53b5fee0ab9a4757b56625a946c85
1898SRCREV_cmux="5ec6847320e53b5fee0ab9a4757b56625a946c85"
1899SRC_URI += "git://github.com/soheilhy/cmux;name=cmux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/soheilhy/cmux"
1900
1901# github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
1902# [1] git ls-remote https://github.com/songgao/water 2b4b6d7c09d80835e5f13f6b040d69f00a158b24
1903SRCREV_water="2b4b6d7c09d80835e5f13f6b040d69f00a158b24"
1904SRC_URI += "git://github.com/songgao/water;name=water;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/songgao/water"
1905
1906# github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
1907# [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc
1908SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc"
1909SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spaolacci/murmur3"
1910
1911# github.com/spf13/afero v1.6.0
1912# [1] git ls-remote https://github.com/spf13/afero bc94f58beda5dbff6f74599fcb1f1717c5b1c111
1913SRCREV_afero="bc94f58beda5dbff6f74599fcb1f1717c5b1c111"
1914SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/afero"
1915
1916# github.com/spf13/cast v1.3.1
1917# [1] git ls-remote https://github.com/spf13/cast 1ffadf551085444af981432dd0f6d1160c11ec64
1918SRCREV_cast="1ffadf551085444af981432dd0f6d1160c11ec64"
1919SRC_URI += "git://github.com/spf13/cast;name=cast;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cast"
1920
1921# github.com/spf13/cobra v1.2.1
1922# [1] git ls-remote https://github.com/spf13/cobra de187e874d1ca382320088f8f6d76333408e5c2e
1923SRCREV_cobra="de187e874d1ca382320088f8f6d76333408e5c2e"
1924SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
1925
1926# github.com/spf13/jwalterweatherman v1.1.0
1927# [1] git ls-remote https://github.com/spf13/jwalterweatherman 94f6ae3ed3bceceafa716478c5fbf8d29ca601a1
1928SRCREV_jwalterweatherman="94f6ae3ed3bceceafa716478c5fbf8d29ca601a1"
1929SRC_URI += "git://github.com/spf13/jwalterweatherman;name=jwalterweatherman;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/jwalterweatherman"
1930
1931# github.com/spf13/pflag v1.0.5
1932# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab
1933SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
1934SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
1935
1936# github.com/spf13/viper v1.8.1
1937# [1] git ls-remote https://github.com/spf13/viper 50df275b9f7ebeab30e4859dc9bb58b2535d40d0
1938SRCREV_viper="50df275b9f7ebeab30e4859dc9bb58b2535d40d0"
1939SRC_URI += "git://github.com/spf13/viper;name=viper;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/viper"
1940
1941# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
1942# [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99
1943SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99"
1944SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stefanberger/go-pkcs11uri"
1945
1946# github.com/stoewer/go-strcase v1.2.0
1947# [1] git ls-remote https://github.com/stoewer/go-strcase 7962b205553802087345c0b4c74d57b65236f676
1948SRCREV_go-strcase="7962b205553802087345c0b4c74d57b65236f676"
1949SRC_URI += "git://github.com/stoewer/go-strcase;name=go-strcase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stoewer/go-strcase"
1950
1951# github.com/storageos/go-api v2.2.0+incompatible
1952# [1] git ls-remote https://github.com/storageos/go-api d6e6bab2519238b8a582cabd2f4a71cca81963aa
1953SRCREV_go-api="d6e6bab2519238b8a582cabd2f4a71cca81963aa"
1954SRC_URI += "git://github.com/storageos/go-api;name=go-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/storageos/go-api"
1955
1956# github.com/stretchr/objx v0.2.0
1957# [1] git ls-remote https://github.com/stretchr/objx ea4fe68685ee0d3cee7032121851b57e7494e8ea
1958SRCREV_objx="ea4fe68685ee0d3cee7032121851b57e7494e8ea"
1959SRC_URI += "git://github.com/stretchr/objx;name=objx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/objx"
1960
1961# github.com/stretchr/testify v1.7.0
1962# [1] git ls-remote https://github.com/stretchr/testify acba37e5db06f0093b465a7d47822bf13644b66c
1963SRCREV_testify1="acba37e5db06f0093b465a7d47822bf13644b66c"
1964SRC_URI += "git://github.com/stretchr/testify;name=testify1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify"
1965
1966# github.com/subosito/gotenv v1.2.0
1967# [1] git ls-remote https://github.com/subosito/gotenv 4611354b6b3c13ad584fed71faf1f970aab511c3
1968SRCREV_gotenv="4611354b6b3c13ad584fed71faf1f970aab511c3"
1969SRC_URI += "git://github.com/subosito/gotenv;name=gotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/subosito/gotenv"
1970
1971# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
1972# [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb
1973SRCREV_gocapability="42c35b4376354fd554efc7ad35e0b7f94e3a0ffb"
1974SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/syndtr/gocapability"
1975
1976# github.com/tchap/go-patricia v2.3.0+incompatible
1977# [1] git ls-remote https://github.com/tchap/go-patricia a7f0089c6f496e8e70402f61733606daa326cac5
1978SRCREV_go-patricia="a7f0089c6f496e8e70402f61733606daa326cac5"
1979SRC_URI += "git://github.com/tchap/go-patricia;name=go-patricia;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tchap/go-patricia"
1980
1981# github.com/tencentcloud/tencentcloud-sdk-go v1.0.67
1982# [1] git ls-remote https://github.com/tencentcloud/tencentcloud-sdk-go d1f36c65d42b2276260adba712fcd48fa20f2ad3
1983SRCREV_tencentcloud-sdk-go="d1f36c65d42b2276260adba712fcd48fa20f2ad3"
1984SRC_URI += "git://github.com/tencentcloud/tencentcloud-sdk-go;name=tencentcloud-sdk-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tencentcloud/tencentcloud-sdk-go"
1985
1986# github.com/tidwall/pretty v1.0.0
1987# [1] git ls-remote https://github.com/tidwall/pretty 1166b9ac2b65e46a43d8618d30d1554f4652d49b
1988SRCREV_pretty12="1166b9ac2b65e46a43d8618d30d1554f4652d49b"
1989SRC_URI += "git://github.com/tidwall/pretty;name=pretty12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty"
1990
1991# github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
1992# [1] git ls-remote https://github.com/tmc/grpc-websocket-proxy e5319fda780223b9d4d06dba2059a26ebff67b8a
1993SRCREV_grpc-websocket-proxy="e5319fda780223b9d4d06dba2059a26ebff67b8a"
1994SRC_URI += "git://github.com/tmc/grpc-websocket-proxy;name=grpc-websocket-proxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tmc/grpc-websocket-proxy"
1995
1996# github.com/u-root/u-root v7.0.0+incompatible
1997# [1] git ls-remote https://github.com/u-root/u-root 5e45509ddd2c688178bff8fc796b028f2a752ecd
1998SRCREV_u-root="5e45509ddd2c688178bff8fc796b028f2a752ecd"
1999SRC_URI += "git://github.com/u-root/u-root;name=u-root;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/u-root/u-root"
2000
2001# github.com/ugorji/go v1.1.4
2002# [1] git ls-remote https://github.com/ugorji/go 2adff0894ba3bc2eeb9f9aea45fefd49802e1a13
2003SRCREV_go123="2adff0894ba3bc2eeb9f9aea45fefd49802e1a13"
2004SRC_URI += "git://github.com/ugorji/go;name=go123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ugorji/go"
2005
2006# github.com/urfave/cli v1.22.4
2007# [1] git ls-remote https://github.com/urfave/cli 053ba9dd02d2bfb768da2c1c50370c59d41dc04b
2008SRCREV_cli12="053ba9dd02d2bfb768da2c1c50370c59d41dc04b"
2009SRC_URI += "git://github.com/urfave/cli;name=cli12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli"
2010
2011# github.com/urfave/cli/v2 v2.3.0
2012# [1] git ls-remote https://github.com/urfave/cli 09ac54c2f97f4249282baf266c54a09fab1bef58
2013SRCREV_v212345="09ac54c2f97f4249282baf266c54a09fab1bef58"
2014SRC_URI += "git://github.com/urfave/cli;name=v212345;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli/v2"
2015
2016# github.com/urfave/negroni v1.0.0
2017# [1] git ls-remote https://github.com/urfave/negroni c6a59be0ce122566695fbd5e48a77f8f10c8a63a
2018SRCREV_negroni="c6a59be0ce122566695fbd5e48a77f8f10c8a63a"
2019SRC_URI += "git://github.com/urfave/negroni;name=negroni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/negroni"
2020
2021# github.com/vbatts/tar-split v0.11.2
2022# [1] git ls-remote https://github.com/vbatts/tar-split 6f35a43a158e8592b08db7e910de4236256df15f
2023SRCREV_tar-split="6f35a43a158e8592b08db7e910de4236256df15f"
2024SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vbatts/tar-split"
2025
2026# github.com/vektah/gqlparser v1.1.2
2027# [1] git ls-remote https://github.com/vektah/gqlparser 05741cdb0871330d8bc980d4afd21ab34eceee83
2028SRCREV_gqlparser="05741cdb0871330d8bc980d4afd21ab34eceee83"
2029SRC_URI += "git://github.com/vektah/gqlparser;name=gqlparser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vektah/gqlparser"
2030
2031# github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
2032# [1] git ls-remote https://github.com/vishvananda/netlink d40f9887b852ec4ce633f2a46734422c87fc8336
2033SRCREV_netlink1="d40f9887b852ec4ce633f2a46734422c87fc8336"
2034SRC_URI += "git://github.com/vishvananda/netlink;name=netlink1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink"
2035
2036# github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
2037# [1] git ls-remote https://github.com/vishvananda/netns 2eb08e3e575f00733a612d25cc5d7470f8db6f35
2038SRCREV_netns="2eb08e3e575f00733a612d25cc5d7470f8db6f35"
2039SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns"
2040
2041# github.com/vmware/govmomi v0.20.3
2042# [1] git ls-remote https://github.com/vmware/govmomi df148c315eaf6a84f23771aca1bce8a5e6dc6de9
2043SRCREV_govmomi="df148c315eaf6a84f23771aca1bce8a5e6dc6de9"
2044SRC_URI += "git://github.com/vmware/govmomi;name=govmomi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vmware/govmomi"
2045
2046# github.com/willf/bitset v1.1.11
2047# [1] git ls-remote https://github.com/willf/bitset 559910e8471e48d76d9e5a1ba15842dee77ad45d
2048SRCREV_bitset1="559910e8471e48d76d9e5a1ba15842dee77ad45d"
2049SRC_URI += "git://github.com/willf/bitset;name=bitset1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/willf/bitset"
2050
2051# github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
2052# [1] git ls-remote https://github.com/xiang90/probing 43a291ad63a214a207fefbf03c7d9d78b703162b
2053SRCREV_probing="43a291ad63a214a207fefbf03c7d9d78b703162b"
2054SRC_URI += "git://github.com/xiang90/probing;name=probing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xiang90/probing"
2055
2056# github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca
2057# [1] git ls-remote https://github.com/xlab/treeprint a009c3971eca89777614839eb7f69abed3ea3959
2058SRCREV_treeprint="a009c3971eca89777614839eb7f69abed3ea3959"
2059SRC_URI += "git://github.com/xlab/treeprint;name=treeprint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xlab/treeprint"
2060
2061# github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
2062# [1] git ls-remote https://github.com/xordataexchange/crypt b2862e3d0a775f18c7cfe02273500ae307b61218
2063SRCREV_crypt1="b2862e3d0a775f18c7cfe02273500ae307b61218"
2064SRC_URI += "git://github.com/xordataexchange/crypt;name=crypt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xordataexchange/crypt"
2065
2066# github.com/yuin/goldmark v1.4.1
2067# [1] git ls-remote https://github.com/yuin/goldmark 829d874034a5048e1a5c6354dcd8b40e1e41c3a2
2068SRCREV_goldmark="829d874034a5048e1a5c6354dcd8b40e1e41c3a2"
2069SRC_URI += "git://github.com/yuin/goldmark;name=goldmark;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuin/goldmark"
2070
2071# go.etcd.io/bbolt v1.3.6
2072# [1] git ls-remote https://github.com/etcd-io/bbolt 32406da58029624a55b1ad25b8ea6f0582021dd6
2073SRCREV_bbolt1="32406da58029624a55b1ad25b8ea6f0582021dd6"
2074SRC_URI += "git://github.com/etcd-io/bbolt;name=bbolt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.etcd.io/bbolt"
2075
2076# go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489
2077# [1] git ls-remote https://github.com/etcd-io/etcd dd1b699fc4895de8cc23c3cac5a428c37eee384a
2078SRCREV_etcd1="dd1b699fc4895de8cc23c3cac5a428c37eee384a"
2079SRC_URI += "git://github.com/etcd-io/etcd;name=etcd1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.etcd.io/etcd"
2080
2081# github.com/k3s-io/etcd/api/v3 v3.5.1-k3s1
2082# [1] git ls-remote https://github.com/k3s-io/etcd 643f36c2206cf25c8103cccc4a5e036092ee51d0
2083SRCREV_v312="643f36c2206cf25c8103cccc4a5e036092ee51d0"
2084SRC_URI += "git://github.com/k3s-io/etcd;name=v312;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/api/v3"
2085
2086# go.etcd.io/etcd/client/pkg/v3 v3.5.1
2087# [1] git ls-remote https://github.com/etcd-io/etcd 41e93a0e15df55891f00a7c5630363b5f7c6a62e
2088SRCREV_v3123="41e93a0e15df55891f00a7c5630363b5f7c6a62e"
2089SRC_URI += "git://github.com/etcd-io/etcd;name=v3123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/pkg/v3"
2090
2091# go.etcd.io/etcd/client/v2 v2.305.1
2092# [1] git ls-remote https://github.com/etcd-io/etcd 71bba3c761b0078c81c2b39781ec74853c458303
2093SRCREV_v2123456="71bba3c761b0078c81c2b39781ec74853c458303"
2094SRC_URI += "git://github.com/etcd-io/etcd;name=v2123456;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/v2"
2095
2096# go.etcd.io/etcd/pkg/v3 v3.5.1
2097# [1] git ls-remote https://github.com/etcd-io/etcd 41e93a0e15df55891f00a7c5630363b5f7c6a62e
2098SRCREV_v3123456="41e93a0e15df55891f00a7c5630363b5f7c6a62e"
2099SRC_URI += "git://github.com/etcd-io/etcd;name=v3123456;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/pkg/v3"
2100
2101# [2] failed: fatal: repository 'https://go.mongodb.org/' not found
2102# site; go.mongodb.org/mongo-driver
2103# git ls-remote https://go.mongodb.org v1.1.2
2104# SRCREV_mongo-driver="deadbeef"
2105# SRC_URI += "git://go.mongodb.org;name=mongo-driver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mongodb.org/mongo-driver"
2106
2107# go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
2108# [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21
2109SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21"
2110SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7"
2111
2112# go.opencensus.io v0.23.0
2113# [1] git ls-remote https://github.com/census-instrumentation/opencensus-go 49838f207d61097fc0ebb8aeef306913388376ca
2114SRCREV_go.opencensus.io="49838f207d61097fc0ebb8aeef306913388376ca"
2115SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opencensus.io"
2116
2117# go.opentelemetry.io/contrib v0.20.0
2118# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 26f8fdc236a8b3dab4abbb0c2f13f1a37f47fde6
2119SRCREV_contrib="26f8fdc236a8b3dab4abbb0c2f13f1a37f47fde6"
2120SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=contrib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib"
2121
2122# go.opentelemetry.io/otel v0.20.0
2123# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 842e1a46712b10d9ab5934254f81787d957f8d21
2124SRCREV_otel="842e1a46712b10d9ab5934254f81787d957f8d21"
2125SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel"
2126
2127# go.opentelemetry.io/proto/otlp v0.7.0
2128# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 5439eb8c2edea5f9fcbe1ea9993624a7ad74215c
2129SRCREV_otlp1="5439eb8c2edea5f9fcbe1ea9993624a7ad74215c"
2130SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp"
2131
2132# go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
2133# [1] git ls-remote https://github.com/google/starlark-go 8dd3e2ee1dd5d034baada4c7b4fcf231294a1013
2134SRCREV_go.starlark.net="8dd3e2ee1dd5d034baada4c7b4fcf231294a1013"
2135SRC_URI += "git://github.com/google/starlark-go;name=go.starlark.net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/starlark-go"
2136
2137# go.uber.org/atomic v1.7.0
2138# [1] git ls-remote https://github.com/uber-go/atomic 3f685f518c6a22050970a225fdf0097079f525f8
2139SRCREV_atomic="3f685f518c6a22050970a225fdf0097079f525f8"
2140SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic"
2141
2142# go.uber.org/goleak v1.1.10
2143# [1] git ls-remote https://github.com/uber-go/goleak 8186b793a375782d05df2748849e26b541b19ace
2144SRCREV_goleak="8186b793a375782d05df2748849e26b541b19ace"
2145SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/goleak"
2146
2147# go.uber.org/multierr v1.6.0
2148# [1] git ls-remote https://github.com/uber-go/multierr aa4dba30678ced01398aaed615ad69f3bb35de3a
2149SRCREV_multierr="aa4dba30678ced01398aaed615ad69f3bb35de3a"
2150SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr"
2151
2152# go.uber.org/zap v1.17.0
2153# [1] git ls-remote https://github.com/uber-go/zap 2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0
2154SRCREV_zap="2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0"
2155SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap"
2156
2157# golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
2158# [1] git ls-remote https://github.com/golang/crypto 5ea612d1eb830b38bc4e914e37f55311eb58adce
2159SRCREV_crypto="5ea612d1eb830b38bc4e914e37f55311eb58adce"
2160SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto"
2161
2162# golang.org/x/exp v0.0.0-20210220032938-85be41e4509f
2163# [1] git ls-remote https://github.com/golang/exp 85be41e4509f417cbf99006a027aef75deb8afd1
2164SRCREV_exp="85be41e4509f417cbf99006a027aef75deb8afd1"
2165SRC_URI += "git://github.com/golang/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp"
2166
2167# golang.org/x/image v0.0.0-20190802002840-cff245a6509b
2168# [1] git ls-remote https://github.com/golang/image cff245a6509b8c4de022d0d5b9037c503c5989d6
2169SRCREV_image="cff245a6509b8c4de022d0d5b9037c503c5989d6"
2170SRC_URI += "git://github.com/golang/image;name=image;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/image"
2171
2172# golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
2173# [1] git ls-remote https://github.com/golang/lint 6edffad5e6160f5949cdefc81710b2706fbcd4f6
2174SRCREV_lint="6edffad5e6160f5949cdefc81710b2706fbcd4f6"
2175SRC_URI += "git://github.com/golang/lint;name=lint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/lint"
2176
2177# golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f
2178# [1] git ls-remote https://github.com/golang/mobile e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9
2179SRCREV_mobile="e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9"
2180SRC_URI += "git://github.com/golang/mobile;name=mobile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mobile"
2181
2182# golang.org/x/mod v0.5.1
2183# [1] git ls-remote https://github.com/golang/mod 49f84bccfd3469cb3095201f7855641bcc8eb49a
2184SRCREV_mod="49f84bccfd3469cb3095201f7855641bcc8eb49a"
2185SRC_URI += "git://github.com/golang/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod"
2186
2187# golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
2188# [1] git ls-remote https://github.com/golang/net a5a99cb37ef4b68617775ab669177656090ab396
2189SRCREV_net="a5a99cb37ef4b68617775ab669177656090ab396"
2190SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net"
2191
2192# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
2193# [1] git ls-remote https://github.com/golang/oauth2 d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe
2194SRCREV_oauth2="d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe"
2195SRC_URI += "git://github.com/golang/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2"
2196
2197# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2198# [1] git ls-remote https://github.com/golang/sync 036812b2e83c0ddf193dd5a34e034151da389d09
2199SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09"
2200SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync"
2201
2202# golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e
2203# [1] git ls-remote https://github.com/golang/sys f4d43177bf5e2ee98617956e417d0555d4b69c17
2204SRCREV_sys="f4d43177bf5e2ee98617956e417d0555d4b69c17"
2205SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys"
2206
2207# golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
2208# [1] git ls-remote https://github.com/golang/term 6a3ed077a48de71621ad530f9078fffa0bc0ce32
2209SRCREV_term1="6a3ed077a48de71621ad530f9078fffa0bc0ce32"
2210SRC_URI += "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term"
2211
2212# golang.org/x/text v0.3.7
2213# [1] git ls-remote https://github.com/golang/text 3cd4007149f3f883d229d707172ed356727aae99
2214SRCREV_text1="3cd4007149f3f883d229d707172ed356727aae99"
2215SRC_URI += "git://github.com/golang/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text"
2216
2217# golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
2218# [1] git ls-remote https://github.com/golang/time 1f47c861a9ac5a6e7645609f91b895398ff31642
2219SRCREV_time="1f47c861a9ac5a6e7645609f91b895398ff31642"
2220SRC_URI += "git://github.com/golang/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time"
2221
2222# golang.org/x/tools v0.1.8
2223# [1] git ls-remote https://github.com/golang/tools e212aff8fd146c44ddb0167c1dfbd5531d6c9213
2224SRCREV_tools="e212aff8fd146c44ddb0167c1dfbd5531d6c9213"
2225SRC_URI += "git://github.com/golang/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools"
2226
2227# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
2228# [1] git ls-remote https://github.com/golang/xerrors 5ec99f83aff198f5fbd629d6c8d8eb38a04218ca
2229SRCREV_xerrors="5ec99f83aff198f5fbd629d6c8d8eb38a04218ca"
2230SRC_URI += "git://github.com/golang/xerrors;name=xerrors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/xerrors"
2231
2232# [2] failed: fatal: repository 'https://git.zx2c4.com/' not found
2233# site; golang.zx2c4.com/go118/netip
2234# git ls-remote https://git.zx2c4.com a4a02eeacf9d
2235# SRCREV_netip="deadbeef"
2236# SRC_URI += "git://git.zx2c4.com;name=netip;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/go118/netip"
2237
2238# golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224
2239# [1] git ls-remote https://git.zx2c4.com/wintun-go 415007cec224e00ca8633a5d70c258cf9ab0cddd
2240SRCREV_wintun="415007cec224e00ca8633a5d70c258cf9ab0cddd"
2241SRC_URI += "git://git.zx2c4.com/wintun-go;name=wintun;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wintun"
2242
2243# golang.zx2c4.com/wireguard v0.0.0-20220117163742-e0b8f11489c5
2244# [1] git ls-remote https://git.zx2c4.com/wireguard-go e0b8f11489c57cbb38b12ae446cf41c4df6ac553
2245SRCREV_wireguard="e0b8f11489c57cbb38b12ae446cf41c4df6ac553"
2246SRC_URI += "git://git.zx2c4.com/wireguard-go;name=wireguard;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard"
2247
2248# golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211230205640-daad0b7ba671
2249# [1] git ls-remote https://github.com/WireGuard/wgctrl-go daad0b7ba671c0e628de07c6d16d24dbd0d8a55e
2250SRCREV_wgctrl="daad0b7ba671c0e628de07c6d16d24dbd0d8a55e"
2251SRC_URI += "git://github.com/WireGuard/wgctrl-go;name=wgctrl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard/wgctrl"
2252
2253# gonum.org/v1/gonum v0.6.2
2254# [1] git ls-remote https://github.com/gonum/gonum d85700d137aa397729110bf2a38ada165a5aa4f9
2255SRCREV_gonum="d85700d137aa397729110bf2a38ada165a5aa4f9"
2256SRC_URI += "git://github.com/gonum/gonum;name=gonum;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gonum/gonum"
2257
2258# gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e
2259# [1] git ls-remote https://github.com/gonum/netlib 76723241ea4ea9096177178f67ff221166249992
2260SRCREV_netlib="76723241ea4ea9096177178f67ff221166249992"
2261SRC_URI += "git://github.com/gonum/netlib;name=netlib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gonum/netlib"
2262
2263# gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b
2264# [1] git ls-remote https://github.com/gonum/plot e2840ee46a6b612972d746f9fea9920d329a0605
2265SRCREV_plot="e2840ee46a6b612972d746f9fea9920d329a0605"
2266SRC_URI += "git://github.com/gonum/plot;name=plot;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gonum/plot"
2267
2268# google.golang.org/api v0.57.0
2269# [1] git ls-remote https://github.com/googleapis/google-api-go-client 5dffc2b13eedc703d5e81c47bc3d2029a48203cb
2270SRCREV_api12="5dffc2b13eedc703d5e81c47bc3d2029a48203cb"
2271SRC_URI += "git://github.com/googleapis/google-api-go-client;name=api12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/api"
2272
2273# google.golang.org/appengine v1.6.7
2274# [1] git ls-remote https://github.com/golang/appengine 5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a
2275SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a"
2276SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/appengine"
2277
2278# google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
2279# [1] git ls-remote https://github.com/googleapis/go-genproto e50cd9704f63023d62cd06a1994b98227fc4d21a
2280SRCREV_genproto="e50cd9704f63023d62cd06a1994b98227fc4d21a"
2281SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto"
2282
2283# google.golang.org/grpc v1.38.0
2284# [1] git ls-remote https://github.com/grpc/grpc-go 0257c8657362b76f24e7a8cfb61df48d4cb735d3
2285SRCREV_grpc="0257c8657362b76f24e7a8cfb61df48d4cb735d3"
2286SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc"
2287
2288# google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
2289# [1] git ls-remote https://github.com/grpc/grpc-go c0198a9ce33b0755079e4cdae7f2315af2ebe993
2290SRCREV_protoc-gen-go-grpc="c0198a9ce33b0755079e4cdae7f2315af2ebe993"
2291SRC_URI += "git://github.com/grpc/grpc-go;name=protoc-gen-go-grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc/cmd/protoc-gen-go-grpc"
2292
2293# google.golang.org/protobuf v1.27.1
2294# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go b92717ecb630d4a4824b372bf98c729d87311a4d
2295SRCREV_protobuf12="b92717ecb630d4a4824b372bf98c729d87311a4d"
2296SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf"
2297
2298# gopkg.in/airbrake/gobrake.v2 v2.0.9
2299# [1] git ls-remote https://gopkg.in/airbrake/gobrake.v2 668876711219e8b0206e2994bf0a59d889c775aa
2300SRCREV_gobrake.v2="668876711219e8b0206e2994bf0a59d889c775aa"
2301SRC_URI += "git://gopkg.in/airbrake/gobrake.v2;name=gobrake.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/airbrake/gobrake.v2"
2302
2303# gopkg.in/alecthomas/kingpin.v2 v2.2.6
2304# [1] git ls-remote https://gopkg.in/alecthomas/kingpin.v2 947dcec5ba9c011838740e680966fd7087a71d0d
2305SRCREV_kingpin.v2="947dcec5ba9c011838740e680966fd7087a71d0d"
2306SRC_URI += "git://gopkg.in/alecthomas/kingpin.v2;name=kingpin.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/alecthomas/kingpin.v2"
2307
2308# gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2309# [1] git ls-remote https://gopkg.in/check.v1 10cb98267c6cb43ea9cd6793f29ff4089c306974
2310SRCREV_check.v1="10cb98267c6cb43ea9cd6793f29ff4089c306974"
2311SRC_URI += "git://gopkg.in/check.v1;name=check.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/check.v1"
2312
2313# gopkg.in/cheggaaa/pb.v1 v1.0.25
2314# [1] git ls-remote https://gopkg.in/cheggaaa/pb.v1 8329f1a930db7e578b2c5aefb87b82c7c49016e1
2315SRCREV_pb.v1="8329f1a930db7e578b2c5aefb87b82c7c49016e1"
2316SRC_URI += "git://gopkg.in/cheggaaa/pb.v1;name=pb.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/cheggaaa/pb.v1"
2317
2318# gopkg.in/errgo.v2 v2.1.0
2319# [1] git ls-remote https://gopkg.in/errgo.v2 635edbc13741bd819966931e8b599c690b4f074d
2320SRCREV_errgo.v2="635edbc13741bd819966931e8b599c690b4f074d"
2321SRC_URI += "git://gopkg.in/errgo.v2;name=errgo.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/errgo.v2"
2322
2323# gopkg.in/fsnotify.v1 v1.4.7
2324# [1] git ls-remote https://gopkg.in/fsnotify.v1 c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9
2325SRCREV_fsnotify.v1="c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9"
2326SRC_URI += "git://gopkg.in/fsnotify.v1;name=fsnotify.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/fsnotify.v1"
2327
2328# gopkg.in/gcfg.v1 v1.2.0
2329# [1] git ls-remote https://gopkg.in/gcfg.v1 27e4946190b4a327b539185f2b5b1f7c84730728
2330SRCREV_gcfg.v1="27e4946190b4a327b539185f2b5b1f7c84730728"
2331SRC_URI += "git://gopkg.in/gcfg.v1;name=gcfg.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gcfg.v1"
2332
2333# gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
2334# [1] git ls-remote https://gopkg.in/gemnasium/logrus-airbrake-hook.v2 bbcc56fcf0ca142c5f8e396cca816fb034967332
2335SRCREV_logrus-airbrake-hook.v2="bbcc56fcf0ca142c5f8e396cca816fb034967332"
2336SRC_URI += "git://gopkg.in/gemnasium/logrus-airbrake-hook.v2;name=logrus-airbrake-hook.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gemnasium/logrus-airbrake-hook.v2"
2337
2338# gopkg.in/inf.v0 v0.9.1
2339# [1] git ls-remote https://gopkg.in/inf.v0 d2d2541c53f18d2a059457998ce2876cc8e67cbf
2340SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf"
2341SRC_URI += "git://gopkg.in/inf.v0;name=inf.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/inf.v0"
2342
2343# gopkg.in/ini.v1 v1.62.0
2344# [1] git ls-remote https://gopkg.in/ini.v1 5e97220809ffaa826f787728501264e9114cb834
2345SRCREV_ini.v1="5e97220809ffaa826f787728501264e9114cb834"
2346SRC_URI += "git://gopkg.in/ini.v1;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1"
2347
2348# gopkg.in/natefinch/lumberjack.v2 v2.0.0
2349# [1] git ls-remote https://gopkg.in/natefinch/lumberjack.v2 2a59cad198e07a0ea1fad0b3d6733626861b5c65
2350SRCREV_lumberjack.v2="2a59cad198e07a0ea1fad0b3d6733626861b5c65"
2351SRC_URI += "git://gopkg.in/natefinch/lumberjack.v2;name=lumberjack.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/natefinch/lumberjack.v2"
2352
2353# gopkg.in/resty.v1 v1.12.0
2354# [1] git ls-remote https://gopkg.in/resty.v1 fa5875c0caa5c260ab78acec5a244215a730247f
2355SRCREV_resty.v1="fa5875c0caa5c260ab78acec5a244215a730247f"
2356SRC_URI += "git://gopkg.in/resty.v1;name=resty.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/resty.v1"
2357
2358# gopkg.in/square/go-jose.v2 v2.2.2
2359# [1] git ls-remote https://gopkg.in/square/go-jose.v2 215b07193e1c654935b8d2a1c4e5d6f7992ce617
2360SRCREV_go-jose.v2="215b07193e1c654935b8d2a1c4e5d6f7992ce617"
2361SRC_URI += "git://gopkg.in/square/go-jose.v2;name=go-jose.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/square/go-jose.v2"
2362
2363# gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2364# [1] git ls-remote https://gopkg.in/tomb.v1 dd632973f1e7218eb1089048e0798ec9ae7dceb8
2365SRCREV_tomb.v1="dd632973f1e7218eb1089048e0798ec9ae7dceb8"
2366SRC_URI += "git://gopkg.in/tomb.v1;name=tomb.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/tomb.v1"
2367
2368# gopkg.in/warnings.v0 v0.1.1
2369# [1] git ls-remote https://gopkg.in/warnings.v0 8a331561fe74dadba6edfc59f3be66c22c3b065d
2370SRCREV_warnings.v0="8a331561fe74dadba6edfc59f3be66c22c3b065d"
2371SRC_URI += "git://gopkg.in/warnings.v0;name=warnings.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/warnings.v0"
2372
2373# gopkg.in/yaml.v2 v2.4.0
2374# [1] git ls-remote https://gopkg.in/yaml.v2 7649d4548cb53a614db133b2a8ac1f31859dda8c
2375SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c"
2376SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2"
2377
2378# gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2379# [1] git ls-remote https://gopkg.in/yaml.v3 496545a6307b2a7d7a710fd516e5e16e8ab62dbc
2380SRCREV_yaml.v3="496545a6307b2a7d7a710fd516e5e16e8ab62dbc"
2381SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3"
2382
2383# gotest.tools v2.2.0+incompatible
2384# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 7c797b5133e5460410dbb22ba779bf35e6975dea
2385SRCREV_gotest.tools="7c797b5133e5460410dbb22ba779bf35e6975dea"
2386SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools"
2387
2388# gotest.tools/v3 v3.0.3
2389# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d
2390SRCREV_v3123456789="568bc57cc5c19a2ef85e5749870b49a4cc2ab54d"
2391SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3123456789;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools568bc57cc5c19a2ef85e5749870b49a4cc2ab54d"
2392
2393# honnef.co/go/tools v0.2.2
2394# [1] git ls-remote https://github.com/dominikh/go-tools e45d48d0ce974563d846121b451f55c20acfc9cd
2395SRCREV_tools1="e45d48d0ce974563d846121b451f55c20acfc9cd"
2396SRC_URI += "git://github.com/dominikh/go-tools;name=tools1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/honnef.co/go/tools"
2397
2398# inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
2399# [1] git ls-remote https://github.com/inetaf/tcpproxy b6bb9b5b82524122bcf27291ede32d1517a14ab8
2400SRCREV_tcpproxy="b6bb9b5b82524122bcf27291ede32d1517a14ab8"
2401SRC_URI += "git://github.com/inetaf/tcpproxy;name=tcpproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/inet.af/tcpproxy"
2402
2403# github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.22.6-k3s1
2404# [1] git ls-remote https://github.com/k3s-io/kubernetes 4ffc33b0cfb40b12ee1c687503491d9e17009928
2405SRCREV_api123="4ffc33b0cfb40b12ee1c687503491d9e17009928"
2406SRC_URI += "git://github.com/k3s-io/kubernetes;name=api123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/api"
2407
2408# github.com/kubernetes/gengo v0.0.0-20201214224949-b6c5ce23f027
2409# [1] git ls-remote https://github.com/kubernetes/gengo b6c5ce23f0274839a68889e60dfea0ba05302109
2410SRCREV_gengo="b6c5ce23f0274839a68889e60dfea0ba05302109"
2411SRC_URI += "git://github.com/kubernetes/gengo;name=gengo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/gengo"
2412
2413# github.com/k3s-io/klog v1.0.0-k3s2
2414# [1] git ls-remote https://github.com/k3s-io/klog e94f416e9301d90f5c8d6043c999ea179bd9b455
2415SRCREV_klog="e94f416e9301d90f5c8d6043c999ea179bd9b455"
2416SRC_URI += "git://github.com/k3s-io/klog;name=klog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/klog"
2417
2418# github.com/k3s-io/klog/v2 v2.9.0-k3s2
2419# [1] git ls-remote https://github.com/k3s-io/klog 92394dadeec2079ad3102572fc8abf0a885cdae6
2420SRCREV_v21234567="92394dadeec2079ad3102572fc8abf0a885cdae6"
2421SRC_URI += "git://github.com/k3s-io/klog;name=v21234567;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/klog/v2"
2422
2423# github.com/kubernetes/kube-openapi v0.0.0-20211109043538-20434351676c
2424# [1] git ls-remote https://github.com/kubernetes/kube-openapi 20434351676c2bbd010b1f864dac03c799858023
2425SRCREV_kube-openapi="20434351676c2bbd010b1f864dac03c799858023"
2426SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/kube-openapi"
2427
2428# github.com/kubernetes/system-validators v1.5.0
2429# [1] git ls-remote https://github.com/kubernetes/system-validators 82ab84f11f7ae7b531b90f6a9aec18202fccc11f
2430SRCREV_system-validators="82ab84f11f7ae7b531b90f6a9aec18202fccc11f"
2431SRC_URI += "git://github.com/kubernetes/system-validators;name=system-validators;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/system-validators"
2432
2433# github.com/kubernetes/utils v0.0.0-20210819203725-bdf08cb9a70a
2434# [1] git ls-remote https://github.com/kubernetes/utils bdf08cb9a70a05bd10b6fe605643a9cbab6effd5
2435SRCREV_utils="bdf08cb9a70a05bd10b6fe605643a9cbab6effd5"
2436SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/utils"
2437
2438# modernc.org/cc v1.0.0
2439# [1] git ls-remote https://gitlab.com/cznic/cc 38a4d54db3b80250bc24d7dd0ac540be62efdcda
2440SRCREV_cc="38a4d54db3b80250bc24d7dd0ac540be62efdcda"
2441SRC_URI += "git://gitlab.com/cznic/cc;name=cc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/cc"
2442
2443# modernc.org/golex v1.0.0
2444# [1] git ls-remote https://gitlab.com/cznic/golex d746c229646901b48840606ac77fa7878d9818ba
2445SRCREV_golex="d746c229646901b48840606ac77fa7878d9818ba"
2446SRC_URI += "git://gitlab.com/cznic/golex;name=golex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/golex"
2447
2448# modernc.org/mathutil v1.0.0
2449# [1] git ls-remote https://gitlab.com/cznic/mathutil 44d67c390eec11366b364548f77bf1c04462658c
2450SRCREV_mathutil="44d67c390eec11366b364548f77bf1c04462658c"
2451SRC_URI += "git://gitlab.com/cznic/mathutil;name=mathutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/mathutil"
2452
2453# modernc.org/strutil v1.0.0
2454# [1] git ls-remote https://gitlab.com/cznic/strutil 0d0c5de42e2b9c28090f8d87a145d83aa9bfd651
2455SRCREV_strutil="0d0c5de42e2b9c28090f8d87a145d83aa9bfd651"
2456SRC_URI += "git://gitlab.com/cznic/strutil;name=strutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/strutil"
2457
2458# modernc.org/xc v1.0.0
2459# [1] git ls-remote https://gitlab.com/cznic/xc ee024816a7d98ca3a45f6f8a5f40fbdcb23e1318
2460SRCREV_xc="ee024816a7d98ca3a45f6f8a5f40fbdcb23e1318"
2461SRC_URI += "git://gitlab.com/cznic/xc;name=xc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/xc"
2462
2463# rsc.io/binaryregexp v0.2.0
2464# [1] git ls-remote https://github.com/rsc/binaryregexp 857b9542aaa89cfa42a1477b43fa1f24192fe921
2465SRCREV_binaryregexp="857b9542aaa89cfa42a1477b43fa1f24192fe921"
2466SRC_URI += "git://github.com/rsc/binaryregexp;name=binaryregexp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/binaryregexp"
2467
2468# rsc.io/pdf v0.1.1
2469# [1] git ls-remote https://github.com/rsc/pdf 48d040297cebccc9e8dc43927e1b8036ecd33bfe
2470SRCREV_pdf="48d040297cebccc9e8dc43927e1b8036ecd33bfe"
2471SRC_URI += "git://github.com/rsc/pdf;name=pdf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/pdf"
2472
2473# rsc.io/quote/v3 v3.1.0
2474# [1] git ls-remote https://github.com/rsc/quote 0406d7298882187f4c75f75fa85cc808a64bcef1
2475SRCREV_v312345678910="0406d7298882187f4c75f75fa85cc808a64bcef1"
2476SRC_URI += "git://github.com/rsc/quote;name=v312345678910;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rsc/quote/v3"
2477
2478# rsc.io/sampler v1.3.0
2479# [1] git ls-remote https://github.com/rsc/sampler 0cc034b51e57ed7832d4c67d526f75a900996e5c
2480SRCREV_sampler="0cc034b51e57ed7832d4c67d526f75a900996e5c"
2481SRC_URI += "git://github.com/rsc/sampler;name=sampler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/sampler"
2482
2483# github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client v0.0.27
2484# [1] git ls-remote https://github.com/kubernetes-sigs/apiserver-network-proxy 21b41da407fde6d64ff30066702d03653393e8e2
2485SRCREV_konnectivity-client="21b41da407fde6d64ff30066702d03653393e8e2"
2486SRC_URI += "git://github.com/kubernetes-sigs/apiserver-network-proxy;name=konnectivity-client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client"
2487
2488# github.com/kubernetes-sigs/cli-utils v0.16.0
2489# [1] git ls-remote https://github.com/kubernetes-sigs/cli-utils 07e70706507fffdaba787571d3000fdd58ebab3d
2490SRCREV_cli-utils="07e70706507fffdaba787571d3000fdd58ebab3d"
2491SRC_URI += "git://github.com/kubernetes-sigs/cli-utils;name=cli-utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/cli-utils"
2492
2493# github.com/kubernetes-sigs/controller-runtime v0.4.0
2494# [1] git ls-remote https://github.com/kubernetes-sigs/controller-runtime 198197fe0fd7553cadd8afcd3338f8ee4b8a7e3f
2495SRCREV_controller-runtime="198197fe0fd7553cadd8afcd3338f8ee4b8a7e3f"
2496SRC_URI += "git://github.com/kubernetes-sigs/controller-runtime;name=controller-runtime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/controller-runtime"
2497
2498# github.com/kubernetes-sigs/kustomize/api v0.8.11
2499# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 7e0fd02783ba65319b94076efb6b2414923feb86
2500#SRCREV_api1234="70ce89d9935877822f2f84fc1678be3d1645a733"
2501SRCREV_api1234="c819d69ae4982d58df467d28b264560c8810a39d"
2502SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=api1234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/kustomize/api"
2503
2504# github.com/kubernetes-sigs/structured-merge-diff/v4 v4.2.1
2505# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 65611e5f7fc60e909529889c29faa9cac17cb485
2506SRCREV_v41="65611e5f7fc60e909529889c29faa9cac17cb485"
2507SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/structured-merge-diff/v4"
2508
2509# github.com/kubernetes-sigs/testing_frameworks v0.1.2
2510# [1] git ls-remote https://github.com/kubernetes-sigs/testing_frameworks c7087048c932a346b910a2240f3a053e544eb352
2511SRCREV_testing_frameworks="c7087048c932a346b910a2240f3a053e544eb352"
2512SRC_URI += "git://github.com/kubernetes-sigs/testing_frameworks;name=testing_frameworks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/testing_frameworks"
2513
2514# github.com/kubernetes-sigs/yaml v1.2.0
2515# [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9fc95527decd95bb9d28cc2eab08179b2d0f6971
2516SRCREV_yaml1="9fc95527decd95bb9d28cc2eab08179b2d0f6971"
2517SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml"
2518
2519# github.com/kubernetes-sigs/json v0.0.0-20210819203725-bdf08cb9a70a
2520# [1] git ls-remote https://github.com/kubernetes-sigs/json 227cbc7cc124bd5ca34310d537f3662d6cf28153
2521SRCREV_json="227cbc7cc124bd5ca34310d537f3662d6cf28153"
2522SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/json"
2523