summaryrefslogtreecommitdiffstats
path: root/recipes-containers/k3s/src_uri.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/k3s/src_uri.inc')
-rw-r--r--recipes-containers/k3s/src_uri.inc3060
1 files changed, 1475 insertions, 1585 deletions
diff --git a/recipes-containers/k3s/src_uri.inc b/recipes-containers/k3s/src_uri.inc
index b90441e1..5511cb5b 100644
--- a/recipes-containers/k3s/src_uri.inc
+++ b/recipes-containers/k3s/src_uri.inc
@@ -1,2150 +1,2040 @@
1# k8s.io/utils v0.0.0-20230726121419-3b25d923346b 1# k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
2# [1] git ls-remote https://github.com/kubernetes/utils 3b25d923346b3814e0898684c97390092f31a61e 2# [1] git ls-remote https://github.com/kubernetes/utils 3ea5e8cea73810f6d2951b37183cf91e19f63455
3SRCREV_utils="3b25d923346b3814e0898684c97390092f31a61e" 3SRCREV_utils = "3ea5e8cea73810f6d2951b37183cf91e19f63455"
4SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/utils" 4SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/utils"
5 5
6# k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 6# cel.dev/expr v0.18.0
7# [1] git ls-remote https://github.com/kubernetes/gengo 9cce18d56c01fab1d8ed72411ad6ef7005fc33a4 7# [1] git ls-remote https://github.com/google/cel-spec 373994d7e20e582fce56767b01ac5039524cddab
8SRCREV_gengo="9cce18d56c01fab1d8ed72411ad6ef7005fc33a4" 8SRCREV_expr = "373994d7e20e582fce56767b01ac5039524cddab"
9SRC_URI += "git://github.com/kubernetes/gengo;name=gengo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/gengo" 9SRC_URI += "git://github.com/google/cel-spec;name=expr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/cel.dev/expr"
10 10
11# go.uber.org/fx v1.20.0 11# k8s.io/gengo v0.0.0-20240911193312-2b36238f13e9
12# [1] git ls-remote https://github.com/uber-go/fx 1320bc693745e5e7c08c29843de3d7915cac826c 12# [1] git ls-remote https://github.com/kubernetes/gengo 2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5
13SRCREV_fx="1320bc693745e5e7c08c29843de3d7915cac826c" 13SRCREV_gengo = "2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5"
14SRC_URI += "git://github.com/uber-go/fx;name=fx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/fx" 14SRC_URI += "git://github.com/kubernetes/gengo;name=gengo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/gengo"
15 15
16# go.uber.org/zap v1.26.0 16# go.uber.org/fx v1.20.1
17# [1] git ls-remote https://github.com/uber-go/zap 96038b71a7d96b8c14fedb3aeddcb3d0d7605b2d 17# [1] git ls-remote https://github.com/uber-go/fx 9636854c6fc588f0ca497000ac18f858f8083ebd
18SRCREV_zap="96038b71a7d96b8c14fedb3aeddcb3d0d7605b2d" 18SRCREV_fx = "9636854c6fc588f0ca497000ac18f858f8083ebd"
19SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap" 19SRC_URI += "git://github.com/uber-go/fx;name=fx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/fx"
20 20
21# go.uber.org/dig v1.17.0 21# go.uber.org/zap v1.27.0
22# [1] git ls-remote https://github.com/uber-go/dig a8b6f0db4f27681ad7233eed1bda9d5c69881f5b 22# [1] git ls-remote https://github.com/uber-go/zap fcf8ee58669e358bbd6460bef5c2ee7a53c0803a
23SRCREV_dig="a8b6f0db4f27681ad7233eed1bda9d5c69881f5b" 23SRCREV_zap = "fcf8ee58669e358bbd6460bef5c2ee7a53c0803a"
24SRC_URI += "git://github.com/uber-go/dig;name=dig;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/dig" 24SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/zap"
25 25
26# go.starlark.net v0.0.0-20230525235612-a134d8f9ddca 26# dario.cat/mergo v1.0.1
27# [1] git ls-remote https://github.com/google/starlark-go a134d8f9ddca7469c736775b67544671f0a135ad 27# [1] git ls-remote https://github.com/imdario/mergo 59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf
28SRCREV_go.starlark.net="a134d8f9ddca7469c736775b67544671f0a135ad" 28SRCREV_mergo = "59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf"
29SRC_URI += "git://github.com/google/starlark-go;name=go.starlark.net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.starlark.net" 29SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/dario.cat/mergo"
30
31# go.uber.org/dig v1.17.1
32# [1] git ls-remote https://github.com/uber-go/dig 3c7d5e3878b76b0a709514e395597059b6490fb5
33SRCREV_dig = "3c7d5e3878b76b0a709514e395597059b6490fb5"
34SRC_URI += "git://github.com/uber-go/dig;name=dig;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/dig"
30 35
31# gopkg.in/inf.v0 v0.9.1 36# gopkg.in/inf.v0 v0.9.1
32# [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf 37# [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf
33SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" 38SRCREV_inf.v0 = "d2d2541c53f18d2a059457998ce2876cc8e67cbf"
34SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/inf.v0" 39SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/inf.v0"
35 40
36# gopkg.in/ini.v1 v1.67.0 41# gopkg.in/ini.v1 v1.67.0
37# [1] git ls-remote https://github.com/go-ini/ini b2f570e5b5b844226bbefe6fb521d891f529a951 42# [1] git ls-remote https://github.com/go-ini/ini b2f570e5b5b844226bbefe6fb521d891f529a951
38SRCREV_ini.v1="b2f570e5b5b844226bbefe6fb521d891f529a951" 43SRCREV_ini.v1 = "b2f570e5b5b844226bbefe6fb521d891f529a951"
39SRC_URI += "git://github.com/go-ini/ini;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1" 44SRC_URI += "git://github.com/go-ini/ini;name=ini.v1;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/ini.v1"
40 45
41# golang.org/x/net v0.17.0 46# k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9
42# [1] git ls-remote https://go.googlesource.com/net b225e7ca6dde1ef5a5ae5ce922861bda011cfabd 47# [1] git ls-remote https://github.com/kubernetes/gengo 2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5
43SRCREV_net="b225e7ca6dde1ef5a5ae5ce922861bda011cfabd" 48SRCREV_gengo-v2 = "2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5"
44SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" 49SRC_URI += "git://github.com/kubernetes/gengo;name=gengo-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/gengo/v2"
45 50
46# golang.org/x/sys v0.13.0 51# go.uber.org/mock v0.4.0
47# [1] git ls-remote https://go.googlesource.com/sys 2964e1e4b1dbd55a8ac69a4c9e3004a8038515b6 52# [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188
48SRCREV_sys="2964e1e4b1dbd55a8ac69a4c9e3004a8038515b6" 53SRCREV_mock = "74a29c6e6c2cbb8ccee94db061c1604ff33fd188"
49SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" 54SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock"
55
56# golang.org/x/mod v0.22.0
57# [1] git ls-remote https://go.googlesource.com/mod dec0365065b75edd0e98b0306f6f9b0051710ed2
58SRCREV_mod = "dec0365065b75edd0e98b0306f6f9b0051710ed2"
59SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/mod"
60
61# golang.org/x/net v0.26.0
62# [1] git ls-remote https://go.googlesource.com/net 66e838c6fbf5387ecedc26ce490b5f4d6864a854
63SRCREV_net = "66e838c6fbf5387ecedc26ce490b5f4d6864a854"
64SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net"
65
66# golang.org/x/sys v0.21.0
67# [1] git ls-remote https://github.com/golang/sys 673e0f94c16da4b6d7f550d6af66fde0c69503e4
68SRCREV_sys = "673e0f94c16da4b6d7f550d6af66fde0c69503e4"
69SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys"
50 70
51# gopkg.in/yaml.v2 v2.4.0 71# gopkg.in/yaml.v2 v2.4.0
52# [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c 72# [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c
53SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" 73SRCREV_yaml.v2 = "7649d4548cb53a614db133b2a8ac1f31859dda8c"
54SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" 74SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v2"
55
56# inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
57# [1] git ls-remote https://github.com/inetaf/tcpproxy b6bb9b5b82524122bcf27291ede32d1517a14ab8
58SRCREV_tcpproxy="b6bb9b5b82524122bcf27291ede32d1517a14ab8"
59SRC_URI += "git://github.com/inetaf/tcpproxy;name=tcpproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/inet.af/tcpproxy"
60 75
61# sigs.k8s.io/yaml v1.4.0 76# sigs.k8s.io/yaml v1.4.0
62# [1] git ls-remote https://github.com/kubernetes-sigs/yaml c3772b51db126345efe2dfe4ff8dac83b8141684 77# [1] git ls-remote https://github.com/kubernetes-sigs/yaml c3772b51db126345efe2dfe4ff8dac83b8141684
63SRCREV_yaml="c3772b51db126345efe2dfe4ff8dac83b8141684" 78SRCREV_yaml = "c3772b51db126345efe2dfe4ff8dac83b8141684"
64SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml" 79SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml"
65 80
66# go.etcd.io/bbolt v1.3.8 81# go.etcd.io/bbolt v1.3.11
67# [1] git ls-remote https://github.com/etcd-io/bbolt 42a914d8be1995a845e12dedbbbc77b7a450f9c7 82# [1] git ls-remote https://github.com/etcd-io/bbolt d128a10000a9d394686cf45be262a4fe966b03c4
68SRCREV_bbolt="42a914d8be1995a845e12dedbbbc77b7a450f9c7" 83SRCREV_bbolt = "d128a10000a9d394686cf45be262a4fe966b03c4"
69SRC_URI += "git://github.com/etcd-io/bbolt;name=bbolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.etcd.io/bbolt" 84SRC_URI += "git://github.com/etcd-io/bbolt;name=bbolt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.etcd.io/bbolt"
70 85
71# go.opencensus.io v0.24.0 86# go.opencensus.io v0.24.0
72# [1] git ls-remote https://github.com/census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5 87# [1] git ls-remote https://github.com/census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5
73SRCREV_go.opencensus.io="b1a01ee95db0e690d91d7193d037447816fae4c5" 88SRCREV_go.opencensus.io = "b1a01ee95db0e690d91d7193d037447816fae4c5"
74SRC_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" 89SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opencensus.io"
75
76# golang.org/x/exp v0.0.0-20231006140011-7918f672742d
77# [1] git ls-remote https://go.googlesource.com/exp 7918f672742dd40ff5cf8d3c316a9315410c2d3c
78SRCREV_exp="7918f672742dd40ff5cf8d3c316a9315410c2d3c"
79SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp"
80
81# golang.org/x/mod v0.14.0
82# [1] git ls-remote https://go.googlesource.com/mod 6e58e47c7bd6672665dc35cce7b1f325d2addd67
83SRCREV_mod="6e58e47c7bd6672665dc35cce7b1f325d2addd67"
84SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod"
85 90
86# gopkg.in/gcfg.v1 v1.2.3 91# golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
87# [1] git ls-remote https://github.com/go-gcfg/gcfg 61b2c08bc8f6068f7c5ca684372f9a6cb1c45ebe 92# [1] git ls-remote https://go.googlesource.com/exp 8a7402abbf56ed11a2540c1d8beb569bd29e22d1
88SRCREV_gcfg.v1="61b2c08bc8f6068f7c5ca684372f9a6cb1c45ebe" 93SRCREV_exp = "8a7402abbf56ed11a2540c1d8beb569bd29e22d1"
89SRC_URI += "git://github.com/go-gcfg/gcfg;name=gcfg.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gcfg.v1" 94SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp"
90 95
91# gopkg.in/yaml.v3 v3.0.1 96# gopkg.in/yaml.v3 v3.0.1
92# [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 97# [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51
93SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" 98SRCREV_yaml.v3 = "f6f7691b1fdeb513f56608cd2c32c51f8194bf51"
94SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" 99SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3"
95 100
96# sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd 101# sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
97# [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 102# [1] git ls-remote https://github.com/kubernetes-sigs/json 9aa6b5e7a4b39ff56593bf75f44924cb195127af
98SRCREV_json="bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" 103SRCREV_json = "9aa6b5e7a4b39ff56593bf75f44924cb195127af"
99SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/json" 104SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json"
100 105
101# github.com/lib/pq v1.10.2 106# golang.org/x/sync v0.9.0
102# [1] git ls-remote https://github.com/lib/pq 2da6713d67f03911a05b1b6559adc85927fe076e 107# [1] git ls-remote https://go.googlesource.com/sync 151027eb5637d626749783009eab9f0a7cfb446a
103SRCREV_pq="2da6713d67f03911a05b1b6559adc85927fe076e" 108SRCREV_sync = "151027eb5637d626749783009eab9f0a7cfb446a"
104SRC_URI += "git://github.com/lib/pq;name=pq;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lib/pq" 109SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync"
105 110
106# golang.org/x/sync v0.6.0 111# k8s.io/cri-client v0.32.0
107# [1] git ls-remote https://go.googlesource.com/sync 59c1ca1e4661ed4452be4069ceea3c233f4deec1 112# [1] git ls-remote https://github.com/kubernetes/cri-client d406b65ea8158e45dd0e3dafbd99640d7e8083e7
108SRCREV_sync="59c1ca1e4661ed4452be4069ceea3c233f4deec1" 113SRCREV_cri-client = "d406b65ea8158e45dd0e3dafbd99640d7e8083e7"
109SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" 114SRC_URI += "git://github.com/kubernetes/cri-client;name=cri-client;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/cri-client"
110
111# golang.org/x/arch v0.3.0
112# [1] git ls-remote https://go.googlesource.com/arch 40c19ba4a7c5ffc92baaef5977ffc2b82dfb0e47
113SRCREV_arch="40c19ba4a7c5ffc92baaef5977ffc2b82dfb0e47"
114SRC_URI += "git://go.googlesource.com/arch;name=arch;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/arch"
115 115
116# github.com/rs/xid v1.5.0 116# github.com/rs/xid v1.5.0
117# [1] git ls-remote https://github.com/rs/xid 47a0ac1e0b750ee1f43718be223bb07601c66a1f 117# [1] git ls-remote https://github.com/rs/xid 47a0ac1e0b750ee1f43718be223bb07601c66a1f
118SRCREV_xid="47a0ac1e0b750ee1f43718be223bb07601c66a1f" 118SRCREV_xid = "47a0ac1e0b750ee1f43718be223bb07601c66a1f"
119SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/xid" 119SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rs/xid"
120
121# golang.org/x/term v0.26.0
122# [1] git ls-remote https://go.googlesource.com/term b725e362a8129d135cfc48159c4c4117f2cdc3b6
123SRCREV_x-term = "b725e362a8129d135cfc48159c4c4117f2cdc3b6"
124SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term"
120 125
121# golang.org/x/term v0.15.0 126# golang.org/x/text v0.20.0
122# [1] git ls-remote https://go.googlesource.com/term ee66497fa39f03ba841b568a7b4f4ee4e4546f74 127# [1] git ls-remote https://go.googlesource.com/text efd25daf282ae4d20d3625f1ccb4452fe40967ae
123SRCREV_x-term="ee66497fa39f03ba841b568a7b4f4ee4e4546f74" 128SRCREV_text = "efd25daf282ae4d20d3625f1ccb4452fe40967ae"
124SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" 129SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text"
125 130
126# golang.org/x/text v0.14.0 131# golang.org/x/time v0.7.0
127# [1] git ls-remote https://go.googlesource.com/text 6c97a165dd661335ff7bce6104a008558123c353 132# [1] git ls-remote https://go.googlesource.com/time 772484ea383fac83b7da05684a96ae628b251bcd
128SRCREV_text="6c97a165dd661335ff7bce6104a008558123c353" 133SRCREV_time = "772484ea383fac83b7da05684a96ae628b251bcd"
129SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" 134SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time"
130 135
131# golang.org/x/time v0.5.0 136# golang.org/x/tools v0.27.0
132# [1] git ls-remote https://go.googlesource.com/time 883aed519795b30de35e6bc28ec8f681494afa87 137# [1] git ls-remote https://go.googlesource.com/tools 4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf
133SRCREV_time="883aed519795b30de35e6bc28ec8f681494afa87" 138SRCREV_tools = "4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf"
134SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time" 139SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/tools"
135 140
136# gonum.org/v1/gonum v0.13.0 141# gonum.org/v1/gonum v0.13.0
137# [1] git ls-remote https://github.com/gonum/gonum 91a06ac64c4b32c929427846d4d1d3b8202ad7b1 142# [1] git ls-remote https://github.com/gonum/gonum 91a06ac64c4b32c929427846d4d1d3b8202ad7b1
138SRCREV_gonum="91a06ac64c4b32c929427846d4d1d3b8202ad7b1" 143SRCREV_gonum = "91a06ac64c4b32c929427846d4d1d3b8202ad7b1"
139SRC_URI += "git://github.com/gonum/gonum;name=gonum;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gonum.org/v1/gonum" 144SRC_URI += "git://github.com/gonum/gonum;name=gonum;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gonum.org/v1/gonum"
140
141# golang.org/x/tools v0.16.1
142# [1] git ls-remote https://go.googlesource.com/tools 2acb2e697b49f179be93652febb89d384f0f09c9
143SRCREV_tools="2acb2e697b49f179be93652febb89d384f0f09c9"
144SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools"
145 145
146# golang.org/x/crypto v0.14.0 146# golang.org/x/crypto v0.24.0
147# [1] git ls-remote https://go.googlesource.com/crypto e3cc52e598e302f8c613a645bb7231264d8ec995 147# [1] git ls-remote https://go.googlesource.com/crypto 332fd656f4f013f66e643818fe8c759538456535
148SRCREV_crypto="e3cc52e598e302f8c613a645bb7231264d8ec995" 148SRCREV_crypto = "332fd656f4f013f66e643818fe8c759538456535"
149SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" 149SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto"
150 150
151# golang.org/x/oauth2 v0.15.0 151# golang.org/x/oauth2 v0.23.0
152# [1] git ls-remote https://go.googlesource.com/oauth2 6e9ec9323da7adcd2cc6e62e4deb9fae4c309a1a 152# [1] git ls-remote https://go.googlesource.com/oauth2 3e6480915d39dd1a80fa460e56413857f02cc1b9
153SRCREV_oauth2="6e9ec9323da7adcd2cc6e62e4deb9fae4c309a1a" 153SRCREV_oauth2 = "3e6480915d39dd1a80fa460e56413857f02cc1b9"
154SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2" 154SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/oauth2"
155 155
156# k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 156# k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
157# [1] git ls-remote https://github.com/kubernetes/kube-openapi 2695361300d9d6b66602baa8cf366b7212cc9836 157# [1] git ls-remote https://github.com/kubernetes/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e
158SRCREV_kube-openapi="2695361300d9d6b66602baa8cf366b7212cc9836" 158SRCREV_kube-openapi = "32ad38e42d3faf1ce94eb29f4ea6d763339b258e"
159SRC_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" 159SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/kube-openapi"
160 160
161# github.com/ipfs/boxo v0.10.0 161# github.com/ipfs/boxo v0.10.0
162# [1] git ls-remote https://github.com/ipfs/boxo 6f82d77995476b0d85722539230a50a321706ead 162# [1] git ls-remote https://github.com/ipfs/boxo 6f82d77995476b0d85722539230a50a321706ead
163SRCREV_boxo="6f82d77995476b0d85722539230a50a321706ead" 163SRCREV_boxo = "6f82d77995476b0d85722539230a50a321706ead"
164SRC_URI += "git://github.com/ipfs/boxo;name=boxo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/boxo" 164SRC_URI += "git://github.com/ipfs/boxo;name=boxo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipfs/boxo"
165 165
166# github.com/miekg/dns v1.1.55 166# github.com/miekg/dns v1.1.58
167# [1] git ls-remote https://github.com/miekg/dns 48f38ebef989eedc6b57f1869ae849ccc8f5fe29 167# [1] git ls-remote https://github.com/miekg/dns a493770824062dc616b70e7cd004b890f9e7b702
168SRCREV_dns="48f38ebef989eedc6b57f1869ae849ccc8f5fe29" 168SRCREV_dns = "a493770824062dc616b70e7cd004b890f9e7b702"
169SRC_URI += "git://github.com/miekg/dns;name=dns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/dns" 169SRC_URI += "git://github.com/miekg/dns;name=dns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/dns"
170 170
171# github.com/moby/ipvs v1.1.0 171# github.com/moby/ipvs v1.1.0
172# [1] git ls-remote https://github.com/moby/ipvs fe22ac585b3e22a969cbde61addd99ecd93ab22c 172# [1] git ls-remote https://github.com/moby/ipvs fe22ac585b3e22a969cbde61addd99ecd93ab22c
173SRCREV_ipvs="fe22ac585b3e22a969cbde61addd99ecd93ab22c" 173SRCREV_ipvs = "fe22ac585b3e22a969cbde61addd99ecd93ab22c"
174SRC_URI += "git://github.com/moby/ipvs;name=ipvs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/ipvs" 174SRC_URI += "git://github.com/moby/ipvs;name=ipvs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/ipvs"
175 175
176# github.com/moby/term v0.0.0-20221205130635-1aeaba878587 176# github.com/moby/term v0.5.0
177# [1] git ls-remote https://github.com/moby/term 1aeaba8785877a66f57739be9fccb6f5cfab429e 177# [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9
178SRCREV_term="1aeaba8785877a66f57739be9fccb6f5cfab429e" 178SRCREV_term = "9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9"
179SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" 179SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term"
180 180
181# go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 181# go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
182# [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21 182# [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21
183SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21" 183SRCREV_pkcs7 = "432b2356ecb18209c1cec25680b8a23632794f21"
184SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7" 184SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.mozilla.org/pkcs7"
185 185
186# go.uber.org/multierr v1.11.0 186# go.uber.org/multierr v1.11.0
187# [1] git ls-remote https://github.com/uber-go/multierr de75ae527b39a27afcb50a84427ec7b84021d5f4 187# [1] git ls-remote https://github.com/uber-go/multierr de75ae527b39a27afcb50a84427ec7b84021d5f4
188SRCREV_multierr="de75ae527b39a27afcb50a84427ec7b84021d5f4" 188SRCREV_multierr = "de75ae527b39a27afcb50a84427ec7b84021d5f4"
189SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr" 189SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/multierr"
190
191# gopkg.in/warnings.v0 v0.1.2
192# [1] git ls-remote https://github.com/go-warnings/warnings ec4a0fea49c7b46c2aeb0b51aac55779c607e52b
193SRCREV_warnings.v0="ec4a0fea49c7b46c2aeb0b51aac55779c607e52b"
194SRC_URI += "git://github.com/go-warnings/warnings;name=warnings.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/warnings.v0"
195 190
196# github.com/pkg/errors v0.9.1 191# github.com/pkg/errors v0.9.1
197# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 192# [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465
198SRCREV_errors="614d223910a179a466c1767a985424175c39b465" 193SRCREV_errors = "614d223910a179a466c1767a985424175c39b465"
199SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" 194SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors"
200 195
201# github.com/urfave/cli v1.22.14 196# github.com/urfave/cli v1.22.15
202# [1] git ls-remote https://github.com/urfave/cli f5ca62f301d773bdc9c800aa0e24aec82ad01a1d 197# [1] git ls-remote https://github.com/urfave/cli 2421d239f2803b47a757b61dd8ee2772f771f730
203SRCREV_cli="f5ca62f301d773bdc9c800aa0e24aec82ad01a1d" 198SRCREV_cli = "2421d239f2803b47a757b61dd8ee2772f771f730"
204SRC_URI += "git://github.com/urfave/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli" 199SRC_URI += "git://github.com/urfave/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/urfave/cli"
205 200
206# github.com/docker/cli v24.0.5+incompatible 201# github.com/docker/cli v27.1.2+incompatible
207# [1] git ls-remote https://github.com/docker/cli ced099660009713e0e845eeb754e6050dbaa45d0 202# [1] git ls-remote https://github.com/docker/cli d01f264bccd8bed2e3c038054a04b99533478ab8
208SRCREV_docker-cli="ced099660009713e0e845eeb754e6050dbaa45d0" 203SRCREV_docker-cli = "d01f264bccd8bed2e3c038054a04b99533478ab8"
209SRC_URI += "git://github.com/docker/cli;name=docker-cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" 204SRC_URI += "git://github.com/docker/cli;name=docker-cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli"
210 205
211# github.com/gofrs/uuid v4.4.0+incompatible 206# sigs.k8s.io/knftables v0.0.17
212# [1] git ls-remote https://github.com/gofrs/uuid 8345c9a6e83034ec02edb1887c08c6c7fbfdd9ee 207# [1] git ls-remote https://github.com/kubernetes-sigs/knftables 1cef1f45f514f463190150177fcb51b099453743
213SRCREV_gofrs-uuid="8345c9a6e83034ec02edb1887c08c6c7fbfdd9ee" 208SRCREV_knftables = "1cef1f45f514f463190150177fcb51b099453743"
214SRC_URI += "git://github.com/gofrs/uuid;name=gofrs-uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/uuid" 209SRC_URI += "git://github.com/kubernetes-sigs/knftables;name=knftables;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/knftables"
215 210
216# google.golang.org/api v0.152.0 211# github.com/google/uuid v1.6.0
217# [1] git ls-remote https://github.com/googleapis/google-api-go-client c18c15e47e02cc3fa5d9e68b88313952381d31ae 212# [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc
218SRCREV_google.golang.org-api="c18c15e47e02cc3fa5d9e68b88313952381d31ae" 213SRCREV_uuid = "0f11ee6918f41a04c201eceeadf612a377bc7fbc"
219SRC_URI += "git://github.com/googleapis/google-api-go-client;name=google.golang.org-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/api" 214SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid"
220
221# github.com/golang/mock v1.6.0
222# [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083
223SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083"
224SRC_URI += "git://github.com/golang/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/mock"
225
226# github.com/google/uuid v1.4.0
227# [1] git ls-remote https://github.com/google/uuid 8de8764e294f072b7a2f1a209e88fdcdb1ebc875
228SRCREV_uuid="8de8764e294f072b7a2f1a209e88fdcdb1ebc875"
229SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid"
230 215
231# github.com/gorilla/mux v1.8.1 216# github.com/gorilla/mux v1.8.1
232# [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 217# [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5
233SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5" 218SRCREV_mux = "b4617d0b9670ad14039b2739167fd35a60f557c5"
234SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux" 219SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux"
235 220
236# github.com/k3s-io/kine v0.11.4 221# github.com/k3s-io/kine v0.13.5
237# [1] git ls-remote https://github.com/k3s-io/kine 37736729c40f1e7ad18521d1eb5c2a13e314ebde 222# [1] git ls-remote https://github.com/k3s-io/kine 59c88f9b06d47d7f9338dcab688ec03f1ef751fd
238SRCREV_kine="37736729c40f1e7ad18521d1eb5c2a13e314ebde" 223SRCREV_kine = "59c88f9b06d47d7f9338dcab688ec03f1ef751fd"
239SRC_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" 224SRC_URI += "git://github.com/k3s-io/kine;name=kine;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kine"
240 225
241# github.com/onsi/gomega v1.27.10 226# github.com/onsi/gomega v1.35.1
242# [1] git ls-remote https://github.com/onsi/gomega 9cbf7b0019d4d489d668583b0d7a6ac889ee2bc8 227# [1] git ls-remote https://github.com/onsi/gomega 9f5a208e8adf32c11daf594b3c98a513f13388dd
243SRCREV_gomega="9cbf7b0019d4d489d668583b0d7a6ac889ee2bc8" 228SRCREV_gomega = "9f5a208e8adf32c11daf594b3c98a513f13388dd"
244SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/gomega" 229SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/onsi/gomega"
245 230
246# github.com/k3s-io/runc v1.1.12-k3s1 231# github.com/k3s-io/runc v1.2.1-k3s1
247# [1] git ls-remote https://github.com/k3s-io/runc 7d07dac287da807a624adba7ea7ccc1b3f28c614 232# [1] git ls-remote https://github.com/k3s-io/runc 3b49dad67c6b107335eba8b74ceb059609a8a18f
248SRCREV_runc="7d07dac287da807a624adba7ea7ccc1b3f28c614" 233SRCREV_runc = "3b49dad67c6b107335eba8b74ceb059609a8a18f"
249SRC_URI += "git://github.com/k3s-io/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/runc" 234SRC_URI += "git://github.com/k3s-io/runc;name=runc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/runc"
250 235
251# github.com/spf13/pflag v1.0.5 236# github.com/spf13/pflag v1.0.5
252# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab 237# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab
253SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" 238SRCREV_pflag = "2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
254SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" 239SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag"
255 240
256# google.golang.org/grpc v1.58.3 241# google.golang.org/grpc v1.65.0
257# [1] git ls-remote https://github.com/grpc/grpc-go bf05b9558c16677e362d231120f8213eb276d406 242# [1] git ls-remote https://github.com/grpc/grpc-go 2da976983bbb33feb3e25b7daaa8f60b9769adb5
258SRCREV_grpc="bf05b9558c16677e362d231120f8213eb276d406" 243SRCREV_grpc = "2da976983bbb33feb3e25b7daaa8f60b9769adb5"
259SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" 244SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc"
260 245
261# github.com/flynn/noise v1.0.0 246# github.com/cilium/ebpf v0.12.3
262# [1] git ls-remote https://github.com/flynn/noise 2499bf1bad239a8316c32932a993642350b3afdb 247# [1] git ls-remote https://github.com/cilium/ebpf 1a65b78df6d9fbe88cd546d689e3e1af54227f23
263SRCREV_noise="2499bf1bad239a8316c32932a993642350b3afdb" 248SRCREV_ebpf = "1a65b78df6d9fbe88cd546d689e3e1af54227f23"
264SRC_URI += "git://github.com/flynn/noise;name=noise;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/flynn/noise" 249SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cilium/ebpf"
265 250
266# github.com/huin/goupnp v1.2.0 251# github.com/flynn/noise v1.1.0
267# [1] git ls-remote https://github.com/huin/goupnp 8ca2329ddbfe051b906efe0883e7a66ac296bc0a 252# [1] git ls-remote https://github.com/flynn/noise 4d9f71cd4ba1fe81415efac312664ccc4bc79b46
268SRCREV_goupnp="8ca2329ddbfe051b906efe0883e7a66ac296bc0a" 253SRCREV_noise = "4d9f71cd4ba1fe81415efac312664ccc4bc79b46"
269SRC_URI += "git://github.com/huin/goupnp;name=goupnp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/huin/goupnp" 254SRC_URI += "git://github.com/flynn/noise;name=noise;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/flynn/noise"
270
271# github.com/ipfs/go-cid v0.4.1
272# [1] git ls-remote https://github.com/ipfs/go-cid d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7
273SRCREV_go-cid="d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7"
274SRC_URI += "git://github.com/ipfs/go-cid;name=go-cid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-cid"
275
276# github.com/ipfs/go-log v1.0.5
277# [1] git ls-remote https://github.com/ipfs/go-log c39ee80c0915c5cca41dc1311e848c2fd7fa4101
278SRCREV_go-log="c39ee80c0915c5cca41dc1311e848c2fd7fa4101"
279SRC_URI += "git://github.com/ipfs/go-log;name=go-log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-log"
280
281# github.com/spf13/afero v1.11.0
282# [1] git ls-remote https://github.com/spf13/afero 5c4385aa20510dba5ca4db12c02b0c9211d82892
283SRCREV_afero="5c4385aa20510dba5ca4db12c02b0c9211d82892"
284SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/afero"
285
286# github.com/cilium/ebpf v0.9.1
287# [1] git ls-remote https://github.com/cilium/ebpf d560e4479b395c4523851a4571b04ba0b3846cd1
288SRCREV_ebpf="d560e4479b395c4523851a4571b04ba0b3846cd1"
289SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf"
290 255
291# github.com/ghodss/yaml v1.0.0 256# github.com/ghodss/yaml v1.0.0
292# [1] git ls-remote https://github.com/ghodss/yaml 0ca9ea5df5451ffdf184b4428c902747c2c11cd7 257# [1] git ls-remote https://github.com/ghodss/yaml 0ca9ea5df5451ffdf184b4428c902747c2c11cd7
293SRCREV_ghodss-yaml="0ca9ea5df5451ffdf184b4428c902747c2c11cd7" 258SRCREV_ghodss-yaml = "0ca9ea5df5451ffdf184b4428c902747c2c11cd7"
294SRC_URI += "git://github.com/ghodss/yaml;name=ghodss-yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ghodss/yaml" 259SRC_URI += "git://github.com/ghodss/yaml;name=ghodss-yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ghodss/yaml"
295 260
296# github.com/gofrs/flock v0.8.1 261# github.com/gofrs/flock v0.8.1
297# [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 262# [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3
298SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" 263SRCREV_flock = "6f010d1acea74a32f2f2066bfe324c08bbee30e3"
299SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" 264SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock"
265
266# github.com/huin/goupnp v1.3.0
267# [1] git ls-remote https://github.com/huin/goupnp 00783e79ec6092ce7c16ab10ef62e92e75e89939
268SRCREV_goupnp = "00783e79ec6092ce7c16ab10ef62e92e75e89939"
269SRC_URI += "git://github.com/huin/goupnp;name=goupnp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/huin/goupnp"
270
271# github.com/ipfs/go-cid v0.4.1
272# [1] git ls-remote https://github.com/ipfs/go-cid d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7
273SRCREV_go-cid = "d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7"
274SRC_URI += "git://github.com/ipfs/go-cid;name=go-cid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipfs/go-cid"
275
276# github.com/ipfs/go-log v1.0.5
277# [1] git ls-remote https://github.com/ipfs/go-log c39ee80c0915c5cca41dc1311e848c2fd7fa4101
278SRCREV_go-log = "c39ee80c0915c5cca41dc1311e848c2fd7fa4101"
279SRC_URI += "git://github.com/ipfs/go-log;name=go-log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipfs/go-log"
300 280
301# github.com/moby/locker v1.0.1 281# github.com/moby/locker v1.0.1
302# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe 282# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe
303SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" 283SRCREV_locker = "281af2d563954745bea9d1487c965f24d30742fe"
304SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" 284SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker"
305 285
306# github.com/pierrec/lz4 v2.6.0+incompatible 286# github.com/pierrec/lz4 v2.6.0+incompatible
307# [1] git ls-remote https://github.com/pierrec/lz4 0e583d326e0ec6b9c1ad223188dc709af385408e 287# [1] git ls-remote https://github.com/pierrec/lz4 0e583d326e0ec6b9c1ad223188dc709af385408e
308SRCREV_lz4="0e583d326e0ec6b9c1ad223188dc709af385408e" 288SRCREV_lz4 = "0e583d326e0ec6b9c1ad223188dc709af385408e"
309SRC_URI += "git://github.com/pierrec/lz4;name=lz4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pierrec/lz4" 289SRC_URI += "git://github.com/pierrec/lz4;name=lz4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pierrec/lz4"
290
291# github.com/spf13/afero v1.11.0
292# [1] git ls-remote https://github.com/spf13/afero 5c4385aa20510dba5ca4db12c02b0c9211d82892
293SRCREV_afero = "5c4385aa20510dba5ca4db12c02b0c9211d82892"
294SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/afero"
310 295
311# github.com/spf13/cobra v1.8.0 296# github.com/spf13/cobra v1.8.1
312# [1] git ls-remote https://github.com/spf13/cobra a0a6ae020bb3899ff0276067863e50523f897370 297# [1] git ls-remote https://github.com/spf13/cobra e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec
313SRCREV_cobra="a0a6ae020bb3899ff0276067863e50523f897370" 298SRCREV_cobra = "e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec"
314SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" 299SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra"
315 300
316# github.com/go-logr/logr v1.4.1 301# github.com/go-logr/logr v1.4.2
317# [1] git ls-remote https://github.com/go-logr/logr dcdc3f2cd12e8a5c4e2a6712d6958c90e2e5bd98 302# [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223
318SRCREV_logr="dcdc3f2cd12e8a5c4e2a6712d6958c90e2e5bd98" 303SRCREV_logr = "1205f429d540b8b81c2b75a38943afb738dac223"
319SRC_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" 304SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr"
320 305
321# github.com/go-logr/stdr v1.2.3-0.20220714215716-96bad1d688c5 306# github.com/go-logr/stdr v1.2.3-0.20220714215716-96bad1d688c5
322# [1] git ls-remote https://github.com/go-logr/stdr 96bad1d688c524409b0da98c82fb7d3d51e60639 307# [1] git ls-remote https://github.com/go-logr/stdr 96bad1d688c524409b0da98c82fb7d3d51e60639
323SRCREV_stdr="96bad1d688c524409b0da98c82fb7d3d51e60639" 308SRCREV_stdr = "96bad1d688c524409b0da98c82fb7d3d51e60639"
324SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/stdr" 309SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr"
325 310
326# github.com/go-test/deep v1.0.7 311# github.com/go-test/deep v1.0.7
327# [1] git ls-remote https://github.com/go-test/deep c733f5ed5136b7437e29ac91bb97c653af3694b5 312# [1] git ls-remote https://github.com/go-test/deep c733f5ed5136b7437e29ac91bb97c653af3694b5
328SRCREV_deep="c733f5ed5136b7437e29ac91bb97c653af3694b5" 313SRCREV_deep = "c733f5ed5136b7437e29ac91bb97c653af3694b5"
329SRC_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" 314SRC_URI += "git://github.com/go-test/deep;name=deep;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-test/deep"
330 315
331# github.com/otiai10/copy v1.7.0 316# github.com/otiai10/copy v1.7.0
332# [1] git ls-remote https://github.com/otiai10/copy 323db161ae97db91e6e13dbcda403fdb29c3fff8 317# [1] git ls-remote https://github.com/otiai10/copy 323db161ae97db91e6e13dbcda403fdb29c3fff8
333SRCREV_copy="323db161ae97db91e6e13dbcda403fdb29c3fff8" 318SRCREV_copy = "323db161ae97db91e6e13dbcda403fdb29c3fff8"
334SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/copy" 319SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy"
335 320
336# lukechampine.com/blake3 v1.2.1 321# github.com/x448/float16 v0.8.4
337# [1] git ls-remote https://github.com/lukechampine/blake3 6e4325968f64ca24b1bbc8fbf08ea320d17ebfa0 322# [1] git ls-remote https://github.com/x448/float16 cb9afec31f2649663ebb64da5c6c32c3d365c3ca
338SRCREV_blake3="6e4325968f64ca24b1bbc8fbf08ea320d17ebfa0" 323SRCREV_float16 = "cb9afec31f2649663ebb64da5c6c32c3d365c3ca"
339SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/lukechampine.com/blake3" 324SRC_URI += "git://github.com/x448/float16;name=float16;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/x448/float16"
340 325
341# github.com/Rican7/retry v0.1.0 326# filippo.io/edwards25519 v1.1.0
342# [1] git ls-remote https://github.com/Rican7/retry 28d17f812805614e76f170aa3c8698155ea8e019 327# [1] git ls-remote https://github.com/FiloSottile/edwards25519 325f520de716c1d2d2b4e8dc2f82c7ccc5fac764
343SRCREV_retry="28d17f812805614e76f170aa3c8698155ea8e019" 328SRCREV_edwards25519 = "325f520de716c1d2d2b4e8dc2f82c7ccc5fac764"
344SRC_URI += "git://github.com/Rican7/retry;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Rican7/retry" 329SRC_URI += "git://github.com/FiloSottile/edwards25519;name=edwards25519;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/filippo.io/edwards25519"
330
331# github.com/Rican7/retry v0.3.1
332# [1] git ls-remote https://github.com/Rican7/retry e6cc9ad35993d0a7edf857b494c854e0804440cd
333SRCREV_retry = "e6cc9ad35993d0a7edf857b494c854e0804440cd"
334SRC_URI += "git://github.com/Rican7/retry;name=retry;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Rican7/retry"
345 335
346# github.com/beorn7/perks v1.0.1 336# github.com/beorn7/perks v1.0.1
347# [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 337# [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6
348SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" 338SRCREV_perks = "37c8de3658fcb183f997c4e13e8337516ab753e6"
349SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" 339SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks"
350 340
351# github.com/blang/semver v3.5.1+incompatible 341# github.com/blang/semver v3.5.1+incompatible
352# [1] git ls-remote https://github.com/blang/semver 2ee87856327ba09384cabd113bc6b5d174e9ec0f 342# [1] git ls-remote https://github.com/blang/semver 2ee87856327ba09384cabd113bc6b5d174e9ec0f
353SRCREV_semver="2ee87856327ba09384cabd113bc6b5d174e9ec0f" 343SRCREV_semver = "2ee87856327ba09384cabd113bc6b5d174e9ec0f"
354SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver" 344SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/blang/semver"
355 345
356# github.com/google/btree v1.1.2 346# github.com/google/btree v1.1.2
357# [1] git ls-remote https://github.com/google/btree 8e29150ba321eef204059de2ab494f179b6cff2c 347# [1] git ls-remote https://github.com/google/btree 8e29150ba321eef204059de2ab494f179b6cff2c
358SRCREV_btree="8e29150ba321eef204059de2ab494f179b6cff2c" 348SRCREV_btree = "8e29150ba321eef204059de2ab494f179b6cff2c"
359SRC_URI += "git://github.com/google/btree;name=btree;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/btree" 349SRC_URI += "git://github.com/google/btree;name=btree;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/btree"
360 350
361# github.com/google/pprof v0.0.0-20230821062121-407c9e7a662f 351# github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db
362# [1] git ls-remote https://github.com/google/pprof 407c9e7a662f39c592c77f0db959db282b687a32 352# [1] git ls-remote https://github.com/google/pprof d1b30febd7dbc1a25a756add949019450c0eedf7
363SRCREV_pprof="407c9e7a662f39c592c77f0db959db282b687a32" 353SRCREV_pprof = "d1b30febd7dbc1a25a756add949019450c0eedf7"
364SRC_URI += "git://github.com/google/pprof;name=pprof;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/pprof" 354SRC_URI += "git://github.com/google/pprof;name=pprof;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/pprof"
365 355
366# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 356# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
367# [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d 357# [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d
368SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" 358SRCREV_shlex = "e7afc7fbc51079733e9468cdfd1efcd7d196cd1d"
369SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" 359SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex"
370 360
371# github.com/jackc/pgx/v5 v5.4.2 361# github.com/jackc/pgx/v5 v5.7.1
372# [1] git ls-remote https://github.com/jackc/pgx 038fc448c1cc91b9372a6a0d151789f41536f033 362# [1] git ls-remote https://github.com/jackc/pgx 672c4a3a24849b1f34857817e6ed76f6581bbe90
373SRCREV_pgx-v5="038fc448c1cc91b9372a6a0d151789f41536f033" 363SRCREV_pgx-v5 = "672c4a3a24849b1f34857817e6ed76f6581bbe90"
374SRC_URI += "git://github.com/jackc/pgx;name=pgx-v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jackc/pgx/v5" 364SRC_URI += "git://github.com/jackc/pgx;name=pgx-v5;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgx/v5"
375 365
376# github.com/miekg/pkcs11 v1.1.1 366# github.com/miekg/pkcs11 v1.1.1
377# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d 367# [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d
378SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" 368SRCREV_pkcs11 = "f3481918a208bd212aa995a41f92d786eb418a7d"
379SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" 369SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11"
380 370
381# github.com/morikuni/aec v1.0.0 371# github.com/morikuni/aec v1.0.0
382# [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b 372# [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b
383SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" 373SRCREV_aec = "39771216ff4c63d11f5e604076f9c45e8be1067b"
384SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec" 374SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec"
385 375
386# github.com/nats-io/nuid v1.0.1 376# github.com/nats-io/nuid v1.0.1
387# [1] git ls-remote https://github.com/nats-io/nuid 4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94 377# [1] git ls-remote https://github.com/nats-io/nuid 4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94
388SRCREV_nuid="4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94" 378SRCREV_nuid = "4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94"
389SRC_URI += "git://github.com/nats-io/nuid;name=nuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nuid" 379SRC_URI += "git://github.com/nats-io/nuid;name=nuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/nats-io/nuid"
390
391# github.com/docker/docker v24.0.0-rc.2.0.20230801142700-69c9adb7d386+incompatible
392# [1] git ls-remote https://github.com/moby/moby 69c9adb7d3868cb0560b1ffcef798015c5a70510
393SRCREV_docker="69c9adb7d3868cb0560b1ffcef798015c5a70510"
394SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
395 380
396# github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29 381# lukechampine.com/blake3 v1.2.1
397# [1] git ls-remote https://github.com/rancher/lasso d684fdeb6f29e221289c6f59fdc390b6adbaaccf 382# [1] git ls-remote https://github.com/lukechampine/blake3 6e4325968f64ca24b1bbc8fbf08ea320d17ebfa0
398SRCREV_lasso="d684fdeb6f29e221289c6f59fdc390b6adbaaccf" 383SRCREV_blake3 = "6e4325968f64ca24b1bbc8fbf08ea320d17ebfa0"
399SRC_URI += "git://github.com/rancher/lasso;name=lasso;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/lasso" 384SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/lukechampine.com/blake3"
400 385
401# github.com/k3s-io/spegel v0.0.17-0.20240109004735-9466a5529330 386# github.com/docker/docker v25.0.6+incompatible
402# [1] git ls-remote https://github.com/k3s-io/spegel 9466a55293301075a2d1613a3744c6bf45342e8b 387# [1] git ls-remote https://github.com/moby/moby b08a51fe16eed67de3861c03b363ba403643b12e
403SRCREV_spegel="9466a55293301075a2d1613a3744c6bf45342e8b" 388SRCREV_docker = "b08a51fe16eed67de3861c03b363ba403643b12e"
404SRC_URI += "git://github.com/k3s-io/spegel;name=spegel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/spegel" 389SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker"
405 390
406# github.com/gin-gonic/gin v1.9.1 391# github.com/joho/godotenv v1.5.1
407# [1] git ls-remote https://github.com/gin-gonic/gin 4ea0e648e38a63d6caff14100f5eab5c50912bcd 392# [1] git ls-remote https://github.com/joho/godotenv 3fc4292b58a67b78e1dbb6e47b4879a6cc602ec4
408SRCREV_gin="4ea0e648e38a63d6caff14100f5eab5c50912bcd" 393SRCREV_godotenv = "3fc4292b58a67b78e1dbb6e47b4879a6cc602ec4"
409SRC_URI += "git://github.com/gin-gonic/gin;name=gin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gin-gonic/gin" 394SRC_URI += "git://github.com/joho/godotenv;name=godotenv;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/joho/godotenv"
395
396# github.com/rancher/lasso v0.0.0-20241202185148-04649f379358
397# [1] git ls-remote https://github.com/rancher/lasso 04649f379358eee112591d30fc80bce1c6a43432
398SRCREV_lasso = "04649f379358eee112591d30fc80bce1c6a43432"
399SRC_URI += "git://github.com/rancher/lasso;name=lasso;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/lasso"
400
401# github.com/k3s-io/spegel v0.0.22
402# [1] git ls-remote https://github.com/k3s-io/spegel eb0fbdaf63ea87de804ed6ebf484af557968e6a9
403SRCREV_spegel = "eb0fbdaf63ea87de804ed6ebf484af557968e6a9"
404SRC_URI += "git://github.com/k3s-io/spegel;name=spegel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/spegel"
405
406# github.com/stretchr/objx v0.5.2
407# [1] git ls-remote https://github.com/stretchr/objx 307d0db21292676ac9d469826525c3630f47f63a
408SRCREV_objx = "307d0db21292676ac9d469826525c3630f47f63a"
409SRC_URI += "git://github.com/stretchr/objx;name=objx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/objx"
410
411# github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
412# [1] git ls-remote https://github.com/armon/circbuf 5111143e8da2e98b4ea6a8f32b9065ea1821c191
413SRCREV_circbuf = "5111143e8da2e98b4ea6a8f32b9065ea1821c191"
414SRC_URI += "git://github.com/armon/circbuf;name=circbuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/armon/circbuf"
410 415
411# github.com/goccy/go-json v0.10.2 416# github.com/goccy/go-json v0.10.2
412# [1] git ls-remote https://github.com/goccy/go-json 8e8cdeacf2f2faef082f32848138f0f9af7cfb66 417# [1] git ls-remote https://github.com/goccy/go-json 8e8cdeacf2f2faef082f32848138f0f9af7cfb66
413SRCREV_go-json="8e8cdeacf2f2faef082f32848138f0f9af7cfb66" 418SRCREV_go-json = "8e8cdeacf2f2faef082f32848138f0f9af7cfb66"
414SRC_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" 419SRC_URI += "git://github.com/goccy/go-json;name=go-json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/goccy/go-json"
420
421# github.com/gogo/protobuf v1.3.2
422# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc
423SRCREV_protobuf = "b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
424SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf"
415 425
416# github.com/golang/snappy v0.0.4 426# github.com/golang/snappy v0.0.4
417# [1] git ls-remote https://github.com/golang/snappy 544b4180ac705b7605231d4a4550a1acb22a19fe 427# [1] git ls-remote https://github.com/golang/snappy 544b4180ac705b7605231d4a4550a1acb22a19fe
418SRCREV_snappy="544b4180ac705b7605231d4a4550a1acb22a19fe" 428SRCREV_snappy = "544b4180ac705b7605231d4a4550a1acb22a19fe"
419SRC_URI += "git://github.com/golang/snappy;name=snappy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/snappy" 429SRC_URI += "git://github.com/golang/snappy;name=snappy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/snappy"
430
431# github.com/google/cel-go v0.22.0
432# [1] git ls-remote https://github.com/google/cel-go 8ad600b649be1b9ef5a003e8c5632d89b9aaf790
433SRCREV_cel-go = "8ad600b649be1b9ef5a003e8c5632d89b9aaf790"
434SRC_URI += "git://github.com/google/cel-go;name=cel-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/cel-go"
435
436# github.com/google/go-cmp v0.6.0
437# [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f
438SRCREV_go-cmp = "c3ad8435e7bef96af35732bc0789e5a2278c6d5f"
439SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/go-cmp"
440
441# github.com/google/gofuzz v1.2.0
442# [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56
443SRCREV_gofuzz = "379e164120fbc98885a8f494b5aa41ba94f64c56"
444SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz"
420 445
421# github.com/koron/go-ssdp v0.0.4 446# github.com/koron/go-ssdp v0.0.4
422# [1] git ls-remote https://github.com/koron/go-ssdp 615e2904c24d115f20139e60b9ab5916b1dfd55d 447# [1] git ls-remote https://github.com/koron/go-ssdp 615e2904c24d115f20139e60b9ab5916b1dfd55d
423SRCREV_go-ssdp="615e2904c24d115f20139e60b9ab5916b1dfd55d" 448SRCREV_go-ssdp = "615e2904c24d115f20139e60b9ab5916b1dfd55d"
424SRC_URI += "git://github.com/koron/go-ssdp;name=go-ssdp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/koron/go-ssdp" 449SRC_URI += "git://github.com/koron/go-ssdp;name=go-ssdp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/koron/go-ssdp"
425 450
426# github.com/libp2p/go-nat v0.2.0 451# github.com/libp2p/go-nat v0.2.0
427# [1] git ls-remote https://github.com/libp2p/go-nat 14ce74b6949ca4d3f4889568e20840bdf0b05009 452# [1] git ls-remote https://github.com/libp2p/go-nat 14ce74b6949ca4d3f4889568e20840bdf0b05009
428SRCREV_go-nat="14ce74b6949ca4d3f4889568e20840bdf0b05009" 453SRCREV_go-nat = "14ce74b6949ca4d3f4889568e20840bdf0b05009"
429SRC_URI += "git://github.com/libp2p/go-nat;name=go-nat;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-nat" 454SRC_URI += "git://github.com/libp2p/go-nat;name=go-nat;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-nat"
430 455
431# github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc 456# github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc
432# [1] git ls-remote https://github.com/mikioh/tcpopt 172688c1accceb1c8699343c22838f55e4b662ca 457# [1] git ls-remote https://github.com/mikioh/tcpopt 172688c1accceb1c8699343c22838f55e4b662ca
433SRCREV_tcpopt="172688c1accceb1c8699343c22838f55e4b662ca" 458SRCREV_tcpopt = "172688c1accceb1c8699343c22838f55e4b662ca"
434SRC_URI += "git://github.com/mikioh/tcpopt;name=tcpopt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mikioh/tcpopt" 459SRC_URI += "git://github.com/mikioh/tcpopt;name=tcpopt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mikioh/tcpopt"
460
461# github.com/moby/sys/user v0.3.0
462# [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1
463SRCREV_user = "54475191138bd297c627eb1a59e1e54b953957f1"
464SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user"
465
466# github.com/nats-io/nkeys v0.4.7
467# [1] git ls-remote https://github.com/nats-io/nkeys c865baf4058b0ae6529eeb82fbe86bd8c21f4a36
468SRCREV_nkeys = "c865baf4058b0ae6529eeb82fbe86bd8c21f4a36"
469SRC_URI += "git://github.com/nats-io/nkeys;name=nkeys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/nats-io/nkeys"
435 470
436# github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 471# github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
437# [1] git ls-remote https://github.com/pbnjay/memory 7b4eea64cf580186c0eceb10dc94ba3a098af46c 472# [1] git ls-remote https://github.com/pbnjay/memory 7b4eea64cf580186c0eceb10dc94ba3a098af46c
438SRCREV_memory="7b4eea64cf580186c0eceb10dc94ba3a098af46c" 473SRCREV_memory = "7b4eea64cf580186c0eceb10dc94ba3a098af46c"
439SRC_URI += "git://github.com/pbnjay/memory;name=memory;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pbnjay/memory" 474SRC_URI += "git://github.com/pbnjay/memory;name=memory;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pbnjay/memory"
440 475
441# github.com/quic-go/qpack v0.4.0 476# github.com/quic-go/qpack v0.4.0
442# [1] git ls-remote https://github.com/quic-go/qpack 3e7287cc7ce655141583b8511fbe09800d4ba896 477# [1] git ls-remote https://github.com/quic-go/qpack 3e7287cc7ce655141583b8511fbe09800d4ba896
443SRCREV_qpack="3e7287cc7ce655141583b8511fbe09800d4ba896" 478SRCREV_qpack = "3e7287cc7ce655141583b8511fbe09800d4ba896"
444SRC_URI += "git://github.com/quic-go/qpack;name=qpack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/quic-go/qpack" 479SRC_URI += "git://github.com/quic-go/qpack;name=qpack;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/quic-go/qpack"
445
446# github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
447# [1] git ls-remote https://github.com/armon/circbuf bbbad097214e2918d8543d5201d12bfd7bca254d
448SRCREV_circbuf="bbbad097214e2918d8543d5201d12bfd7bca254d"
449SRC_URI += "git://github.com/armon/circbuf;name=circbuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/circbuf"
450
451# github.com/gogo/protobuf v1.3.2
452# [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc
453SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc"
454SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf"
455
456# github.com/google/cel-go v0.16.1
457# [1] git ls-remote https://github.com/google/cel-go 59a1b5d69d8d826a02e8e3d7911121ea60cba987
458SRCREV_cel-go="59a1b5d69d8d826a02e8e3d7911121ea60cba987"
459SRC_URI += "git://github.com/google/cel-go;name=cel-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cel-go"
460
461# github.com/google/go-cmp v0.6.0
462# [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f
463SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f"
464SRC_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"
465
466# github.com/google/gofuzz v1.2.0
467# [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56
468SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56"
469SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz"
470
471# github.com/google/s2a-go v0.1.7
472# [1] git ls-remote https://github.com/google/s2a-go 141996cc2c0b07d53f1970aa1b2e8e5dde4a7a52
473SRCREV_s2a-go="141996cc2c0b07d53f1970aa1b2e8e5dde4a7a52"
474SRC_URI += "git://github.com/google/s2a-go;name=s2a-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/s2a-go"
475
476# github.com/imdario/mergo v0.3.16
477# [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9
478SRCREV_mergo="14fe2b165b83359196f820886a2b24f2771729e9"
479SRC_URI += "git://github.com/darccio/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo"
480
481# github.com/nats-io/nkeys v0.4.6
482# [1] git ls-remote https://github.com/nats-io/nkeys 62e5d8c7c4af84283b6535bcbf1300ab25b45e2d
483SRCREV_nkeys="62e5d8c7c4af84283b6535bcbf1300ab25b45e2d"
484SRC_URI += "git://github.com/nats-io/nkeys;name=nkeys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nkeys"
485 480
486# github.com/soheilhy/cmux v0.1.5 481# github.com/soheilhy/cmux v0.1.5
487# [1] git ls-remote https://github.com/soheilhy/cmux 5ec6847320e53b5fee0ab9a4757b56625a946c85 482# [1] git ls-remote https://github.com/soheilhy/cmux 5ec6847320e53b5fee0ab9a4757b56625a946c85
488SRCREV_cmux="5ec6847320e53b5fee0ab9a4757b56625a946c85" 483SRCREV_cmux = "5ec6847320e53b5fee0ab9a4757b56625a946c85"
489SRC_URI += "git://github.com/soheilhy/cmux;name=cmux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/soheilhy/cmux" 484SRC_URI += "git://github.com/soheilhy/cmux;name=cmux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/soheilhy/cmux"
490 485
491# github.com/tidwall/btree v1.6.0 486# github.com/tidwall/btree v1.6.0
492# [1] git ls-remote https://github.com/tidwall/btree c538c0ce1d47ebada0c423fd430978ba274d7d68 487# [1] git ls-remote https://github.com/tidwall/btree c538c0ce1d47ebada0c423fd430978ba274d7d68
493SRCREV_tidwall-btree="c538c0ce1d47ebada0c423fd430978ba274d7d68" 488SRCREV_tidwall-btree = "c538c0ce1d47ebada0c423fd430978ba274d7d68"
494SRC_URI += "git://github.com/tidwall/btree;name=tidwall-btree;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/btree" 489SRC_URI += "git://github.com/tidwall/btree;name=tidwall-btree;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tidwall/btree"
495 490
496# github.com/urfave/cli/v2 v2.23.5 491# github.com/urfave/cli/v2 v2.27.5
497# [1] git ls-remote https://github.com/urfave/cli 600ef6e4dd5db1819a8eb0b453487bf1c0e59099 492# [1] git ls-remote https://github.com/urfave/cli f035ffaa3749afda2cd26fb824aa940747297ef1
498SRCREV_cli-v2="600ef6e4dd5db1819a8eb0b453487bf1c0e59099" 493SRCREV_cli-v2 = "f035ffaa3749afda2cd26fb824aa940747297ef1"
499SRC_URI += "git://github.com/urfave/cli;name=cli-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli/v2" 494SRC_URI += "git://github.com/urfave/cli;name=cli-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/urfave/cli/v2"
500 495
501# go.opentelemetry.io/otel v1.13.0 496# go.opentelemetry.io/otel v1.28.0
502# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 497# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d
503SRCREV_otel="f2fd476f433128c2494476950ce11600a51bbe35" 498SRCREV_otel = "81216fb002a6a76d32fdab6ef999bcf65794130d"
504SRC_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" 499SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel"
505 500
506# github.com/containerd/zfs v1.1.0 501# github.com/containerd/zfs v1.1.0
507# [1] git ls-remote https://github.com/containerd/zfs 26134297cde4138b412644d6819c20b105472991 502# [1] git ls-remote https://github.com/containerd/zfs 26134297cde4138b412644d6819c20b105472991
508SRCREV_zfs="26134297cde4138b412644d6819c20b105472991" 503SRCREV_zfs = "26134297cde4138b412644d6819c20b105472991"
509SRC_URI += "git://github.com/containerd/zfs;name=zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/zfs" 504SRC_URI += "git://github.com/containerd/zfs;name=zfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/zfs"
510 505
511# github.com/ipfs/go-log/v2 v2.5.1 506# github.com/ipfs/go-log/v2 v2.5.1
512# [1] git ls-remote https://github.com/ipfs/go-log 8625e3ec81bdeb96627de192e6fe21eab5896603 507# [1] git ls-remote https://github.com/ipfs/go-log 8625e3ec81bdeb96627de192e6fe21eab5896603
513SRCREV_go-log-v2="8625e3ec81bdeb96627de192e6fe21eab5896603" 508SRCREV_go-log-v2 = "8625e3ec81bdeb96627de192e6fe21eab5896603"
514SRC_URI += "git://github.com/ipfs/go-log;name=go-log-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-log/v2" 509SRC_URI += "git://github.com/ipfs/go-log;name=go-log-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipfs/go-log/v2"
515 510
516# github.com/onsi/ginkgo/v2 v2.11.0 511# github.com/onsi/ginkgo/v2 v2.21.0
517# [1] git ls-remote https://github.com/onsi/ginkgo 5c32b2a6408b866b04774abad81eca2274f4fb5b 512# [1] git ls-remote https://github.com/onsi/ginkgo ac8918e9fd5e8174adc91e13b9b905b554d14e38
518SRCREV_ginkgo-v2="5c32b2a6408b866b04774abad81eca2274f4fb5b" 513SRCREV_ginkgo-v2 = "ac8918e9fd5e8174adc91e13b9b905b554d14e38"
519SRC_URI += "git://github.com/onsi/ginkgo;name=ginkgo-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/ginkgo/v2" 514SRC_URI += "git://github.com/onsi/ginkgo;name=ginkgo-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/onsi/ginkgo/v2"
520 515
521# github.com/robfig/cron/v3 v3.0.1 516# github.com/robfig/cron/v3 v3.0.1
522# [1] git ls-remote https://github.com/robfig/cron ccba498c397bb90a9c84945bbb0f7af2d72b6309 517# [1] git ls-remote https://github.com/robfig/cron ccba498c397bb90a9c84945bbb0f7af2d72b6309
523SRCREV_cron-v3="ccba498c397bb90a9c84945bbb0f7af2d72b6309" 518SRCREV_cron-v3 = "ccba498c397bb90a9c84945bbb0f7af2d72b6309"
524SRC_URI += "git://github.com/robfig/cron;name=cron-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/robfig/cron/v3" 519SRC_URI += "git://github.com/robfig/cron;name=cron-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/robfig/cron/v3"
525
526# github.com/k3s-io/klog/v2 v2.100.1-k3s1
527# [1] git ls-remote https://github.com/k3s-io/klog 977d5aa511a87a6cfa1d251772bcd5344c8d1280
528SRCREV_klog-v2="977d5aa511a87a6cfa1d251772bcd5344c8d1280"
529SRC_URI += "git://github.com/k3s-io/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/klog/v2"
530 520
531# github.com/leodido/go-urn v1.2.4 521# github.com/k3s-io/klog/v2 v2.120.1-k3s1
532# [1] git ls-remote https://github.com/leodido/go-urn 87e1d5ed73ec8689aa799a976831dcf6c81c8c98 522# [1] git ls-remote https://github.com/k3s-io/klog 8aec94690700c54117016f97845530e7c75b6aeb
533SRCREV_go-urn="87e1d5ed73ec8689aa799a976831dcf6c81c8c98" 523SRCREV_klog-v2 = "8aec94690700c54117016f97845530e7c75b6aeb"
534SRC_URI += "git://github.com/leodido/go-urn;name=go-urn;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/leodido/go-urn" 524SRC_URI += "git://github.com/k3s-io/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/klog/v2"
535
536# github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
537# [1] git ls-remote https://github.com/mikioh/tcpinfo 30a79bb1804bc47fa7fe29928c9109f368792a9e
538SRCREV_tcpinfo="30a79bb1804bc47fa7fe29928c9109f368792a9e"
539SRC_URI += "git://github.com/mikioh/tcpinfo;name=tcpinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mikioh/tcpinfo"
540
541# github.com/mr-tron/base58 v1.2.0
542# [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010
543SRCREV_base58="cd0e5141f51dfcadb8311fd8e495eb11126a8010"
544SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mr-tron/base58"
545
546# github.com/polydawn/refmt v0.89.0
547# [1] git ls-remote https://github.com/polydawn/refmt ad1efcb83999082a4ec5ac34b9d5c08bc388faf3
548SRCREV_refmt="ad1efcb83999082a4ec5ac34b9d5c08bc388faf3"
549SRC_URI += "git://github.com/polydawn/refmt;name=refmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/polydawn/refmt"
550 525
551# github.com/containerd/log v0.1.0 526# github.com/containerd/log v0.1.0
552# [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 527# [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199
553SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" 528SRCREV_log = "0fc1e28871fdf2786e2cc51bbe4133db6547a199"
554SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/log" 529SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log"
555 530
556# github.com/containerd/nri v0.4.0 531# github.com/containerd/nri v0.6.1
557# [1] git ls-remote https://github.com/containerd/nri e2d9a1b06b9d0916b0074340990df0fbe3388dd1 532# [1] git ls-remote https://github.com/containerd/nri fa64d110ed4a77eae5ea2e46ea2d3991e02f0789
558SRCREV_nri="e2d9a1b06b9d0916b0074340990df0fbe3388dd1" 533SRCREV_nri = "fa64d110ed4a77eae5ea2e46ea2d3991e02f0789"
559SRC_URI += "git://github.com/containerd/nri;name=nri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/nri" 534SRC_URI += "git://github.com/containerd/nri;name=nri;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/nri"
560 535
561# github.com/coreos/go-oidc v2.2.1+incompatible 536# github.com/coreos/go-oidc v2.2.1+incompatible
562# [1] git ls-remote https://github.com/coreos/go-oidc 8d771559cf6e5111c9b9159810d0e4538e7cdc82 537# [1] git ls-remote https://github.com/coreos/go-oidc 8d771559cf6e5111c9b9159810d0e4538e7cdc82
563SRCREV_go-oidc="8d771559cf6e5111c9b9159810d0e4538e7cdc82" 538SRCREV_go-oidc = "8d771559cf6e5111c9b9159810d0e4538e7cdc82"
564SRC_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" 539SRC_URI += "git://github.com/coreos/go-oidc;name=go-oidc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/coreos/go-oidc"
565 540
566# github.com/godbus/dbus/v5 v5.1.0 541# github.com/godbus/dbus/v5 v5.1.0
567# [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d 542# [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d
568SRCREV_dbus-v5="e523abc905595cf17fb0001a7d77eaaddfaa216d" 543SRCREV_v5 = "e523abc905595cf17fb0001a7d77eaaddfaa216d"
569SRC_URI += "git://github.com/godbus/dbus;name=dbus-v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5" 544SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/godbus/dbus/v5"
545
546# github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
547# [1] git ls-remote https://github.com/mikioh/tcpinfo 30a79bb1804bc47fa7fe29928c9109f368792a9e
548SRCREV_tcpinfo = "30a79bb1804bc47fa7fe29928c9109f368792a9e"
549SRC_URI += "git://github.com/mikioh/tcpinfo;name=tcpinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mikioh/tcpinfo"
570 550
571# github.com/minio/md5-simd v1.1.2 551# github.com/minio/md5-simd v1.1.2
572# [1] git ls-remote https://github.com/minio/md5-simd 776275e0c9a74ceebbd50fe5c1d61b0c80c608df 552# [1] git ls-remote https://github.com/minio/md5-simd 776275e0c9a74ceebbd50fe5c1d61b0c80c608df
573SRCREV_md5-simd="776275e0c9a74ceebbd50fe5c1d61b0c80c608df" 553SRCREV_md5-simd = "776275e0c9a74ceebbd50fe5c1d61b0c80c608df"
574SRC_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" 554SRC_URI += "git://github.com/minio/md5-simd;name=md5-simd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/minio/md5-simd"
575 555
576# github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 556# github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
577# [1] git ls-remote https://github.com/mohae/deepcopy c48cc78d482608239f6c4c92a4abd87eb8761c90 557# [1] git ls-remote https://github.com/mohae/deepcopy c48cc78d482608239f6c4c92a4abd87eb8761c90
578SRCREV_deepcopy="c48cc78d482608239f6c4c92a4abd87eb8761c90" 558SRCREV_deepcopy = "c48cc78d482608239f6c4c92a4abd87eb8761c90"
579SRC_URI += "git://github.com/mohae/deepcopy;name=deepcopy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mohae/deepcopy" 559SRC_URI += "git://github.com/mohae/deepcopy;name=deepcopy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mohae/deepcopy"
560
561# github.com/mr-tron/base58 v1.2.0
562# [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010
563SRCREV_base58 = "cd0e5141f51dfcadb8311fd8e495eb11126a8010"
564SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mr-tron/base58"
580 565
581# github.com/nats-io/jsm.go v0.0.31-0.20220317133147-fe318f464eee 566# github.com/nats-io/jsm.go v0.0.31-0.20220317133147-fe318f464eee
582# [1] git ls-remote https://github.com/nats-io/jsm.go fe318f464eee9ceef6120ea851e5cf94a0497ac6 567# [1] git ls-remote https://github.com/nats-io/jsm.go fe318f464eee9ceef6120ea851e5cf94a0497ac6
583SRCREV_jsm.go="fe318f464eee9ceef6120ea851e5cf94a0497ac6" 568SRCREV_jsm.go = "fe318f464eee9ceef6120ea851e5cf94a0497ac6"
584SRC_URI += "git://github.com/nats-io/jsm.go;name=jsm.go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/jsm.go" 569SRC_URI += "git://github.com/nats-io/jsm.go;name=jsm.go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/nats-io/jsm.go"
585
586# github.com/nats-io/jwt/v2 v2.5.3
587# [1] git ls-remote https://github.com/nats-io/jwt 457367366f2ff72a3fefeed38b56a1da281476fb
588SRCREV_jwt-v2="457367366f2ff72a3fefeed38b56a1da281476fb"
589SRC_URI += "git://github.com/nats-io/jwt;name=jwt-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/jwt/v2"
590 570
591# github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021 571# github.com/nats-io/jwt/v2 v2.5.5
592# [1] git ls-remote https://github.com/rubiojr/go-vhd 02e2102990218160c1cb608a3e9679312a3b8425 572# [1] git ls-remote https://github.com/nats-io/jwt c2d30e2ffc632a1ea64030467e5a40e02e4158be
593SRCREV_go-vhd="02e2102990218160c1cb608a3e9679312a3b8425" 573SRCREV_jwt-v2 = "c2d30e2ffc632a1ea64030467e5a40e02e4158be"
594SRC_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" 574SRC_URI += "git://github.com/nats-io/jwt;name=jwt-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/nats-io/jwt/v2"
595 575
596# github.com/vmware/govmomi v0.30.6 576# github.com/polydawn/refmt v0.89.0
597# [1] git ls-remote https://github.com/vmware/govmomi 55614148d1fe0df8ac8e04174ffd2344e374adb8 577# [1] git ls-remote https://github.com/polydawn/refmt ad1efcb83999082a4ec5ac34b9d5c08bc388faf3
598SRCREV_govmomi="55614148d1fe0df8ac8e04174ffd2344e374adb8" 578SRCREV_refmt = "ad1efcb83999082a4ec5ac34b9d5c08bc388faf3"
599SRC_URI += "git://github.com/vmware/govmomi;name=govmomi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vmware/govmomi" 579SRC_URI += "git://github.com/polydawn/refmt;name=refmt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/polydawn/refmt"
600 580
601# github.com/xlab/treeprint v1.2.0 581# github.com/xlab/treeprint v1.2.0
602# [1] git ls-remote https://github.com/xlab/treeprint 044005a3b405f660f109e066d9f589755835c2ea 582# [1] git ls-remote https://github.com/xlab/treeprint 044005a3b405f660f109e066d9f589755835c2ea
603SRCREV_treeprint="044005a3b405f660f109e066d9f589755835c2ea" 583SRCREV_treeprint = "044005a3b405f660f109e066d9f589755835c2ea"
604SRC_URI += "git://github.com/xlab/treeprint;name=treeprint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xlab/treeprint" 584SRC_URI += "git://github.com/xlab/treeprint;name=treeprint;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xlab/treeprint"
605 585
606# github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 586# github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
607# [1] git ls-remote https://github.com/xrash/smetrics 039620a656736e6ad994090895784a7af15e0b80 587# [1] git ls-remote https://github.com/xrash/smetrics 686a1a2994c11fac124829fadcb683a24ab8d25f
608SRCREV_smetrics="039620a656736e6ad994090895784a7af15e0b80" 588SRCREV_smetrics = "686a1a2994c11fac124829fadcb683a24ab8d25f"
609SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xrash/smetrics" 589SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xrash/smetrics"
610 590
611# sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 591# sigs.k8s.io/kustomize/api v0.18.0
612# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 6ce0bf390ce3dae580947a2b739da3306c675eef 592# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize faccc12624644f9763fd880c0ff15b1e20df34c7
613SRCREV_kustomize-api="6ce0bf390ce3dae580947a2b739da3306c675eef" 593SRCREV_kustomize-api = "faccc12624644f9763fd880c0ff15b1e20df34c7"
614SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kustomize-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/kustomize/api" 594SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kustomize-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/kustomize/api"
615 595
616# github.com/blang/semver/v4 v4.0.0 596# github.com/blang/semver/v4 v4.0.0
617# [1] git ls-remote https://github.com/blang/semver af3461a9cbcf1f3f5889d21b83f5ef63880c33a8 597# [1] git ls-remote https://github.com/blang/semver af3461a9cbcf1f3f5889d21b83f5ef63880c33a8
618SRCREV_v4="af3461a9cbcf1f3f5889d21b83f5ef63880c33a8" 598SRCREV_v4 = "af3461a9cbcf1f3f5889d21b83f5ef63880c33a8"
619SRC_URI += "git://github.com/blang/semver;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver/v4" 599SRC_URI += "git://github.com/blang/semver;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/blang/semver/v4"
620 600
621# github.com/containerd/aufs v1.0.0 601# github.com/containerd/aufs v1.0.0
622# [1] git ls-remote https://github.com/containerd/aufs fb0192dcb2c0bbfce3bd8756fc88026870c0354d 602# [1] git ls-remote https://github.com/containerd/aufs fb0192dcb2c0bbfce3bd8756fc88026870c0354d
623SRCREV_aufs="fb0192dcb2c0bbfce3bd8756fc88026870c0354d" 603SRCREV_aufs = "fb0192dcb2c0bbfce3bd8756fc88026870c0354d"
624SRC_URI += "git://github.com/containerd/aufs;name=aufs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/aufs" 604SRC_URI += "git://github.com/containerd/aufs;name=aufs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/aufs"
605
606# github.com/k3s-io/cadvisor v0.51.0-k3s1
607# [1] git ls-remote https://github.com/k3s-io/cadvisor 00a9372eca49b742c72098847c682175bf95c397
608SRCREV_cadvisor = "00a9372eca49b742c72098847c682175bf95c397"
609SRC_URI += "git://github.com/k3s-io/cadvisor;name=cadvisor;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/cadvisor"
625 610
626# github.com/google/cadvisor v0.47.3 611# github.com/inetaf/tcpproxy v0.0.0-20240214030015-3ce58045626c
627# [1] git ls-remote https://github.com/google/cadvisor c5730c5a72b527a724e7333d0e2f5b9a3ce5cf4d 612# [1] git ls-remote https://github.com/inetaf/tcpproxy 3ce58045626c8bc343a593c90354975e61b1817a
628SRCREV_cadvisor="c5730c5a72b527a724e7333d0e2f5b9a3ce5cf4d" 613SRCREV_tcpproxy = "3ce58045626c8bc343a593c90354975e61b1817a"
629SRC_URI += "git://github.com/google/cadvisor;name=cadvisor;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cadvisor" 614SRC_URI += "git://github.com/inetaf/tcpproxy;name=tcpproxy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inetaf/tcpproxy"
630 615
631# github.com/rancher/wharfie v0.6.4 616# github.com/rancher/wharfie v0.6.7
632# [1] git ls-remote https://github.com/rancher/wharfie afa72eb3bb2e8fc03366c87f4a51b6894ea65b2e 617# [1] git ls-remote https://github.com/rancher/wharfie f0590c66dd86b2794a68e1f708467d68266a1b61
633SRCREV_wharfie="afa72eb3bb2e8fc03366c87f4a51b6894ea65b2e" 618SRCREV_wharfie = "f0590c66dd86b2794a68e1f708467d68266a1b61"
634SRC_URI += "git://github.com/rancher/wharfie;name=wharfie;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wharfie" 619SRC_URI += "git://github.com/rancher/wharfie;name=wharfie;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/wharfie"
635 620
636# github.com/sirupsen/logrus v1.9.3 621# github.com/sirupsen/logrus v1.9.3
637# [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd 622# [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd
638SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" 623SRCREV_logrus = "d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd"
639SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" 624SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus"
640
641# github.com/bytedance/sonic v1.9.1
642# [1] git ls-remote https://github.com/bytedance/sonic d7db21691cb8c0380c14a41037c4ce67087260c5
643SRCREV_sonic="d7db21691cb8c0380c14a41037c4ce67087260c5"
644SRC_URI += "git://github.com/bytedance/sonic;name=sonic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bytedance/sonic"
645
646# github.com/elastic/gosigar v0.14.2
647# [1] git ls-remote https://github.com/elastic/gosigar 9d6c92629470099edd40ead9a3d8cf1b38020ec6
648SRCREV_gosigar="9d6c92629470099edd40ead9a3d8cf1b38020ec6"
649SRC_URI += "git://github.com/elastic/gosigar;name=gosigar;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/elastic/gosigar"
650
651# github.com/gin-contrib/sse v0.1.0
652# [1] git ls-remote https://github.com/gin-contrib/sse 54d8467d122d380a14768b6b4e5cd7ca4755938f
653SRCREV_sse="54d8467d122d380a14768b6b4e5cd7ca4755938f"
654SRC_URI += "git://github.com/gin-contrib/sse;name=sse;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gin-contrib/sse"
655
656# github.com/google/gopacket v1.1.19
657# [1] git ls-remote https://github.com/google/gopacket a9779d139771f6a06fc983b18e0efd23ca30222f
658SRCREV_gopacket="a9779d139771f6a06fc983b18e0efd23ca30222f"
659SRC_URI += "git://github.com/google/gopacket;name=gopacket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gopacket"
660
661# github.com/libp2p/go-msgio v0.3.0
662# [1] git ls-remote https://github.com/libp2p/go-msgio 12f8f7a72c7dbbb246151e4c98b5a6d59e27e0c6
663SRCREV_go-msgio="12f8f7a72c7dbbb246151e4c98b5a6d59e27e0c6"
664SRC_URI += "git://github.com/libp2p/go-msgio;name=go-msgio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-msgio"
665
666# github.com/mattn/go-isatty v0.0.19
667# [1] git ls-remote https://github.com/mattn/go-isatty c067b4f3df49dfc0f376d884e16cfd784ea1874b
668SRCREV_go-isatty="c067b4f3df49dfc0f376d884e16cfd784ea1874b"
669SRC_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"
670
671# github.com/quic-go/quic-go v0.38.2
672# [1] git ls-remote https://github.com/quic-go/quic-go 9aaefe19fc3dc8c8917cc87e6128bb56d9e9e6cc
673SRCREV_quic-go="9aaefe19fc3dc8c8917cc87e6128bb56d9e9e6cc"
674SRC_URI += "git://github.com/quic-go/quic-go;name=quic-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/quic-go/quic-go"
675
676# github.com/ugorji/go/codec v1.2.11
677# [1] git ls-remote https://github.com/ugorji/go 29258c4dfb14a196b559b89bbee11927b830537e
678SRCREV_codec="29258c4dfb14a196b559b89bbee11927b830537e"
679SRC_URI += "git://github.com/ugorji/go;name=codec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ugorji/go/codec"
680
681# github.com/xenitab/pkg/gin v0.0.9
682# [1] git ls-remote https://github.com/xenitab/pkg 9331fe68723313fdd444403a41999761a294c50f
683SRCREV_pkg-gin="9331fe68723313fdd444403a41999761a294c50f"
684SRC_URI += "git://github.com/xenitab/pkg;name=pkg-gin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xenitab/pkg/gin"
685 625
686# github.com/containerd/fifo v1.1.0 626# github.com/containerd/fifo v1.1.0
687# [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46 627# [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46
688SRCREV_fifo="151b205263c29d471e0d55c787d2ce9f5343fd46" 628SRCREV_fifo = "151b205263c29d471e0d55c787d2ce9f5343fd46"
689SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo" 629SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/fifo"
690 630
691# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 631# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
692# [1] git ls-remote https://github.com/davecgh/go-spew d8f796af33cc11cb798c1aaeb27a4ebc5099927d 632# [1] git ls-remote https://github.com/davecgh/go-spew d8f796af33cc11cb798c1aaeb27a4ebc5099927d
693SRCREV_go-spew="d8f796af33cc11cb798c1aaeb27a4ebc5099927d" 633SRCREV_go-spew = "d8f796af33cc11cb798c1aaeb27a4ebc5099927d"
694SRC_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" 634SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/davecgh/go-spew"
695 635
696# github.com/docker/go-units v0.5.0 636# github.com/docker/go-units v0.5.0
697# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f 637# [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f
698SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" 638SRCREV_go-units = "e682442797b36348f8e1f98defdbf32bac0b6c6f"
699SRC_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" 639SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-units"
640
641# github.com/elastic/gosigar v0.14.2
642# [1] git ls-remote https://github.com/elastic/gosigar 9d6c92629470099edd40ead9a3d8cf1b38020ec6
643SRCREV_gosigar = "9d6c92629470099edd40ead9a3d8cf1b38020ec6"
644SRC_URI += "git://github.com/elastic/gosigar;name=gosigar;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/elastic/gosigar"
700 645
701# github.com/fatih/camelcase v1.0.0 646# github.com/fatih/camelcase v1.0.0
702# [1] git ls-remote https://github.com/fatih/camelcase 44e46d280b43ec1531bb25252440e34f1b800b65 647# [1] git ls-remote https://github.com/fatih/camelcase 44e46d280b43ec1531bb25252440e34f1b800b65
703SRCREV_camelcase="44e46d280b43ec1531bb25252440e34f1b800b65" 648SRCREV_camelcase = "44e46d280b43ec1531bb25252440e34f1b800b65"
704SRC_URI += "git://github.com/fatih/camelcase;name=camelcase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/camelcase" 649SRC_URI += "git://github.com/fatih/camelcase;name=camelcase;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fatih/camelcase"
705 650
706# github.com/go-openapi/swag v0.22.4 651# github.com/go-openapi/swag v0.23.0
707# [1] git ls-remote https://github.com/go-openapi/swag f28dd7aae5534e2e3681204c90019f1dda8a7393 652# [1] git ls-remote https://github.com/go-openapi/swag 53e32e82f758c8e884819330a87aef294ff10c1f
708SRCREV_swag="f28dd7aae5534e2e3681204c90019f1dda8a7393" 653SRCREV_swag = "53e32e82f758c8e884819330a87aef294ff10c1f"
709SRC_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" 654SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/swag"
710 655
711# github.com/golang/protobuf v1.5.3 656# github.com/golang/protobuf v1.5.4
712# [1] git ls-remote https://github.com/golang/protobuf 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308 657# [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374
713SRCREV_golang-protobuf="5d5e8c018a13017f9d5b8bf4fad64aaa42a87308" 658SRCREV_golang-protobuf = "75de7c059e36b64f01d0dd234ff2fff404ec3374"
714SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" 659SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf"
715 660
716# github.com/intel/goresctrl v0.3.0 661# github.com/google/gopacket v1.1.19
717# [1] git ls-remote https://github.com/intel/goresctrl c40cbba82c8e94fe89926174efc817586bb3950a 662# [1] git ls-remote https://github.com/google/gopacket a9779d139771f6a06fc983b18e0efd23ca30222f
718SRCREV_goresctrl="c40cbba82c8e94fe89926174efc817586bb3950a" 663SRCREV_gopacket = "a9779d139771f6a06fc983b18e0efd23ca30222f"
719SRC_URI += "git://github.com/intel/goresctrl;name=goresctrl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/intel/goresctrl" 664SRC_URI += "git://github.com/google/gopacket;name=gopacket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gopacket"
665
666# github.com/intel/goresctrl v0.7.0
667# [1] git ls-remote https://github.com/intel/goresctrl 5ef060bb4aa8ae3763e6dd48af375cd23e0fabba
668SRCREV_goresctrl = "5ef060bb4aa8ae3763e6dd48af375cd23e0fabba"
669SRC_URI += "git://github.com/intel/goresctrl;name=goresctrl;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/intel/goresctrl"
720 670
721# github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa 671# github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
722# [1] git ls-remote https://github.com/jackc/pgerrcode 469b46aa5efae8a229646096c4d7026bf9ff89fe 672# [1] git ls-remote https://github.com/jackc/pgerrcode 469b46aa5efae8a229646096c4d7026bf9ff89fe
723SRCREV_pgerrcode="469b46aa5efae8a229646096c4d7026bf9ff89fe" 673SRCREV_pgerrcode = "469b46aa5efae8a229646096c4d7026bf9ff89fe"
724SRC_URI += "git://github.com/jackc/pgerrcode;name=pgerrcode;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jackc/pgerrcode" 674SRC_URI += "git://github.com/jackc/pgerrcode;name=pgerrcode;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgerrcode"
675
676# github.com/jackc/puddle/v2 v2.2.2
677# [1] git ls-remote https://github.com/jackc/puddle bd09d14bd4018b6d65a9d7770e2f3ddf8b00af1c
678SRCREV_puddle-v2 = "bd09d14bd4018b6d65a9d7770e2f3ddf8b00af1c"
679SRC_URI += "git://github.com/jackc/puddle;name=puddle-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/puddle/v2"
680
681# github.com/libp2p/go-msgio v0.3.0
682# [1] git ls-remote https://github.com/libp2p/go-msgio 12f8f7a72c7dbbb246151e4c98b5a6d59e27e0c6
683SRCREV_go-msgio = "12f8f7a72c7dbbb246151e4c98b5a6d59e27e0c6"
684SRC_URI += "git://github.com/libp2p/go-msgio;name=go-msgio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-msgio"
725 685
726# github.com/mailru/easyjson v0.7.7 686# github.com/mailru/easyjson v0.7.7
727# [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc 687# [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc
728SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc" 688SRCREV_easyjson = "c120ca7ced6051261161ce15e8f1542a4b2567fc"
729SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mailru/easyjson" 689SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson"
690
691# github.com/mattn/go-isatty v0.0.20
692# [1] git ls-remote https://github.com/mattn/go-isatty a7c02353c47bc4ec6b30dc9628154ae4fe760c11
693SRCREV_go-isatty = "a7c02353c47bc4ec6b30dc9628154ae4fe760c11"
694SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-isatty"
730 695
731# github.com/mdlayher/socket v0.4.1 696# github.com/mdlayher/socket v0.4.1
732# [1] git ls-remote https://github.com/mdlayher/socket 024cdfb30ba417ac6f1b27bb5189a8099787dcf7 697# [1] git ls-remote https://github.com/mdlayher/socket 024cdfb30ba417ac6f1b27bb5189a8099787dcf7
733SRCREV_socket="024cdfb30ba417ac6f1b27bb5189a8099787dcf7" 698SRCREV_socket = "024cdfb30ba417ac6f1b27bb5189a8099787dcf7"
734SRC_URI += "git://github.com/mdlayher/socket;name=socket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/socket" 699SRC_URI += "git://github.com/mdlayher/socket;name=socket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mdlayher/socket"
700
701# github.com/moby/spdystream v0.5.0
702# [1] git ls-remote https://github.com/moby/spdystream 77eb080123d208697674a07b74ceaf94c98bee8b
703SRCREV_spdystream = "77eb080123d208697674a07b74ceaf94c98bee8b"
704SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream"
735 705
736# github.com/moby/spdystream v0.2.0 706# github.com/moby/sys/signal v0.7.1
737# [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b 707# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4
738SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" 708SRCREV_signal = "cafbe42351600ca9b363e220722f66d96f6e71f4"
739SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream" 709SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal"
740 710
741# github.com/moby/sys/signal v0.7.0 711# github.com/moby/sys/userns v0.1.0
742# [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 712# [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1
743SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" 713SRCREV_userns = "54475191138bd297c627eb1a59e1e54b953957f1"
744SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal" 714SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns"
745 715
746# github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f 716# github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
747# [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 717# [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682
748SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682" 718SRCREV_go-flowrate = "cca7078d478f8520f85629ad7c68962d31ed7682"
749SRC_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" 719SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mxk/go-flowrate"
750 720
751# github.com/nats-io/nats.go v1.31.0 721# github.com/nats-io/nats.go v1.34.0
752# [1] git ls-remote https://github.com/nats-io/nats.go 8712190da1d17ab0c4719bffa7c0174214c56e6c 722# [1] git ls-remote https://github.com/nats-io/nats.go 33316cdf884166bf6231192fa88304bb6533367c
753SRCREV_nats.go="8712190da1d17ab0c4719bffa7c0174214c56e6c" 723SRCREV_nats.go = "33316cdf884166bf6231192fa88304bb6533367c"
754SRC_URI += "git://github.com/nats-io/nats.go;name=nats.go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nats.go" 724SRC_URI += "git://github.com/nats-io/nats.go;name=nats.go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/nats-io/nats.go"
725
726# github.com/quic-go/quic-go v0.42.0
727# [1] git ls-remote https://github.com/quic-go/quic-go 4a99b816ae3ab03ae5449d15aac45147c85ed47a
728SRCREV_quic-go = "4a99b816ae3ab03ae5449d15aac45147c85ed47a"
729SRC_URI += "git://github.com/quic-go/quic-go;name=quic-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/quic-go/quic-go"
755 730
756# github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 731# github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510
757# [1] git ls-remote https://github.com/xiang90/probing a49e3df8f510ee8b42e68345ca4636dbb161bd0a 732# [1] git ls-remote https://github.com/xiang90/probing a49e3df8f510ee8b42e68345ca4636dbb161bd0a
758SRCREV_probing="a49e3df8f510ee8b42e68345ca4636dbb161bd0a" 733SRCREV_probing = "a49e3df8f510ee8b42e68345ca4636dbb161bd0a"
759SRC_URI += "git://github.com/xiang90/probing;name=probing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xiang90/probing" 734SRC_URI += "git://github.com/xiang90/probing;name=probing;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xiang90/probing"
760 735
761# golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b 736# golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
762# [1] git ls-remote https://git.zx2c4.com/wireguard-go 052af4a8072bbbd3bfe7edf46fe3c1b350f71f08 737# [1] git ls-remote https://git.zx2c4.com/wireguard-go 12269c2761734b15625017d8565745096325392f
763SRCREV_wireguard="052af4a8072bbbd3bfe7edf46fe3c1b350f71f08" 738SRCREV_wireguard = "12269c2761734b15625017d8565745096325392f"
764SRC_URI += "git://git.zx2c4.com/wireguard-go;name=wireguard;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard" 739SRC_URI += "git://git.zx2c4.com/wireguard-go;name=wireguard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.zx2c4.com/wireguard"
765 740
766# google.golang.org/genproto v0.0.0-20230525234035-dd9d682886f9 741# google.golang.org/genproto v0.0.0-20230525234035-dd9d682886f9
767# [1] git ls-remote https://github.com/googleapis/go-genproto dd9d682886f99d242574cd3eaea438ce7ea66399 742# [1] git ls-remote https://github.com/googleapis/go-genproto dd9d682886f99d242574cd3eaea438ce7ea66399
768SRCREV_genproto="dd9d682886f99d242574cd3eaea438ce7ea66399" 743SRCREV_genproto = "dd9d682886f99d242574cd3eaea438ce7ea66399"
769SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" 744SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto"
770 745
771# google.golang.org/protobuf v1.31.0 746# google.golang.org/protobuf v1.35.2
772# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 68463f0e96c93bc19ef36ccd3adfe690bfdb568c 747# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go c72053a9062dd4bc86a75c21f5d8134136ccbf2e
773SRCREV_google.golang.org-protobuf="68463f0e96c93bc19ef36ccd3adfe690bfdb568c" 748SRCREV_google.golang.org-protobuf = "c72053a9062dd4bc86a75c21f5d8134136ccbf2e"
774SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf" 749SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/protobuf"
775 750
776# gopkg.in/square/go-jose.v2 v2.6.0 751# gopkg.in/square/go-jose.v2 v2.6.0
777# [1] git ls-remote https://github.com/square/go-jose a10ff54e00bc6e833bf549e04ae976f0fe8ea2fd 752# [1] git ls-remote https://github.com/square/go-jose a10ff54e00bc6e833bf549e04ae976f0fe8ea2fd
778SRCREV_go-jose.v2="a10ff54e00bc6e833bf549e04ae976f0fe8ea2fd" 753SRCREV_go-jose.v2 = "a10ff54e00bc6e833bf549e04ae976f0fe8ea2fd"
779SRC_URI += "git://github.com/square/go-jose;name=go-jose.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/square/go-jose.v2" 754SRC_URI += "git://github.com/square/go-jose;name=go-jose.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/square/go-jose.v2"
780 755
781# github.com/json-iterator/go v1.1.12 756# github.com/json-iterator/go v1.1.12
782# [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d 757# [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d
783SRCREV_go="024077e996b048517130b21ea6bf12aa23055d3d" 758SRCREV_go = "024077e996b048517130b21ea6bf12aa23055d3d"
784SRC_URI += "git://github.com/json-iterator/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go" 759SRC_URI += "git://github.com/json-iterator/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/json-iterator/go"
785 760
786# github.com/k3s-io/cri-tools v1.26.0-rc.0-k3s1 761# github.com/libp2p/go-libp2p v0.33.2
787# [1] git ls-remote https://github.com/k3s-io/cri-tools 029d9bbf8bfb43c46a80b013cb6bf163739df0c8 762# [1] git ls-remote https://github.com/libp2p/go-libp2p fccfbe7a4b6841325100038b83f86cd4e097b9a1
788SRCREV_cri-tools="029d9bbf8bfb43c46a80b013cb6bf163739df0c8" 763SRCREV_go-libp2p = "fccfbe7a4b6841325100038b83f86cd4e097b9a1"
789SRC_URI += "git://github.com/k3s-io/cri-tools;name=cri-tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/cri-tools" 764SRC_URI += "git://github.com/libp2p/go-libp2p;name=go-libp2p;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-libp2p"
790 765
791# github.com/libp2p/go-libp2p v0.30.0 766# github.com/stretchr/testify v1.9.0
792# [1] git ls-remote https://github.com/libp2p/go-libp2p 37319a699f336e3e062c7894f44d47db3fea4dc2 767# [1] git ls-remote https://github.com/stretchr/testify bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2
793SRCREV_go-libp2p="37319a699f336e3e062c7894f44d47db3fea4dc2" 768SRCREV_testify = "bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2"
794SRC_URI += "git://github.com/libp2p/go-libp2p;name=go-libp2p;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-libp2p" 769SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify"
795 770
796# github.com/mattn/go-sqlite3 v1.14.19 771# github.com/k3s-io/cri-tools v1.31.0-k3s2
797# [1] git ls-remote https://github.com/mattn/go-sqlite3 00b02e0ba98effd5f157d39216e244af8a807f9b 772# [1] git ls-remote https://github.com/k3s-io/cri-tools 5eb7322d61d3f5d27c4835c37aff590d4f45850d
798SRCREV_go-sqlite3="00b02e0ba98effd5f157d39216e244af8a807f9b" 773SRCREV_cri-tools = "5eb7322d61d3f5d27c4835c37aff590d4f45850d"
799SRC_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" 774SRC_URI += "git://github.com/k3s-io/cri-tools;name=cri-tools;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/cri-tools"
800 775
801# github.com/rancher/wrangler v1.1.1-0.20230818201331-3604a6be798d 776# github.com/buger/jsonparser v1.1.1
802# [1] git ls-remote https://github.com/rancher/wrangler 3604a6be798d0e52e1d935d61d57b4ecbd5dfb2a 777# [1] git ls-remote https://github.com/buger/jsonparser df3ea76ece10095374fd1c9a22a4fb85a44efc42
803SRCREV_wrangler="3604a6be798d0e52e1d935d61d57b4ecbd5dfb2a" 778SRCREV_jsonparser = "df3ea76ece10095374fd1c9a22a4fb85a44efc42"
804SRC_URI += "git://github.com/rancher/wrangler;name=wrangler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wrangler" 779SRC_URI += "git://github.com/buger/jsonparser;name=jsonparser;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/jsonparser"
805 780
806# github.com/stretchr/testify v1.8.4 781# github.com/Microsoft/hnslib v0.0.8
807# [1] git ls-remote https://github.com/stretchr/testify f97607b89807936ac4ff96748d766cf4b9711f78 782# [1] git ls-remote https://github.com/microsoft/hnslib 299778423a10cd8a4c30a771578f6c3ba5506e1e
808SRCREV_testify="f97607b89807936ac4ff96748d766cf4b9711f78" 783SRCREV_hnslib = "299778423a10cd8a4c30a771578f6c3ba5506e1e"
809SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" 784SRC_URI += "git://github.com/microsoft/hnslib;name=hnslib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hnslib"
810 785
811# github.com/jbenet/goprocess v0.1.4 786# github.com/containerd/ttrpc v1.2.5
812# [1] git ls-remote https://github.com/jbenet/goprocess 23d20c20149e1f362afda26f4500cb9d6393f0ad 787# [1] git ls-remote https://github.com/containerd/ttrpc 655622931dab8c39a563e8c82ae90cdc748f72a1
813SRCREV_goprocess="23d20c20149e1f362afda26f4500cb9d6393f0ad" 788SRCREV_ttrpc = "655622931dab8c39a563e8c82ae90cdc748f72a1"
814SRC_URI += "git://github.com/jbenet/goprocess;name=goprocess;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jbenet/goprocess" 789SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc"
815
816# github.com/syndtr/goleveldb v1.0.0
817# [1] git ls-remote https://github.com/syndtr/goleveldb 9d007e481048296f09f59bd19bb7ae584563cd95
818SRCREV_goleveldb="9d007e481048296f09f59bd19bb7ae584563cd95"
819SRC_URI += "git://github.com/syndtr/goleveldb;name=goleveldb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/syndtr/goleveldb"
820
821# cloud.google.com/go/compute v1.23.3
822# [1] git ls-remote https://github.com/googleapis/google-cloud-go 2ba47cb7adfef32617eb11888331ccc2d2a0f84d
823SRCREV_compute="2ba47cb7adfef32617eb11888331ccc2d2a0f84d"
824SRC_URI += "git://github.com/googleapis/google-cloud-go;name=compute;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/cloud.google.com/go/compute"
825
826# github.com/containerd/ttrpc v1.2.2
827# [1] git ls-remote https://github.com/containerd/ttrpc ac26f8cbea1c440d451dd19a4a1b847fd073f3c3
828SRCREV_ttrpc="ac26f8cbea1c440d451dd19a4a1b847fd073f3c3"
829SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc"
830 790
831# github.com/coreos/go-semver v0.3.1 791# github.com/coreos/go-semver v0.3.1
832# [1] git ls-remote https://github.com/coreos/go-semver c16f28124668daf02b2a32a431dec2f183977ffc 792# [1] git ls-remote https://github.com/coreos/go-semver c16f28124668daf02b2a32a431dec2f183977ffc
833SRCREV_go-semver="c16f28124668daf02b2a32a431dec2f183977ffc" 793SRCREV_go-semver = "c16f28124668daf02b2a32a431dec2f183977ffc"
834SRC_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" 794SRC_URI += "git://github.com/coreos/go-semver;name=go-semver;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/coreos/go-semver"
835 795
836# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c 796# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
837# [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f 797# [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
838SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f" 798SRCREV_go-events = "e31b211e4f1cd09aa76fe4ac244571fab96ae47f"
839SRC_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" 799SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-events"
840 800
841# github.com/go-errors/errors v1.4.2 801# github.com/go-errors/errors v1.4.2
842# [1] git ls-remote https://github.com/go-errors/errors 33d496f939bc762321a636d4035e15c302eb0b00 802# [1] git ls-remote https://github.com/go-errors/errors 33d496f939bc762321a636d4035e15c302eb0b00
843SRCREV_go-errors-errors="33d496f939bc762321a636d4035e15c302eb0b00" 803SRCREV_go-errors-errors = "33d496f939bc762321a636d4035e15c302eb0b00"
844SRC_URI += "git://github.com/go-errors/errors;name=go-errors-errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-errors/errors" 804SRC_URI += "git://github.com/go-errors/errors;name=go-errors-errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-errors/errors"
845 805
846# github.com/jackc/pgpassfile v1.0.0 806# github.com/jackc/pgpassfile v1.0.0
847# [1] git ls-remote https://github.com/jackc/pgpassfile 99d8e8e28945ffceaf75b0299fcb2bb656b8a683 807# [1] git ls-remote https://github.com/jackc/pgpassfile 99d8e8e28945ffceaf75b0299fcb2bb656b8a683
848SRCREV_pgpassfile="99d8e8e28945ffceaf75b0299fcb2bb656b8a683" 808SRCREV_pgpassfile = "99d8e8e28945ffceaf75b0299fcb2bb656b8a683"
849SRC_URI += "git://github.com/jackc/pgpassfile;name=pgpassfile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jackc/pgpassfile" 809SRC_URI += "git://github.com/jackc/pgpassfile;name=pgpassfile;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgpassfile"
810
811# github.com/jbenet/goprocess v0.1.4
812# [1] git ls-remote https://github.com/jbenet/goprocess 23d20c20149e1f362afda26f4500cb9d6393f0ad
813SRCREV_goprocess = "23d20c20149e1f362afda26f4500cb9d6393f0ad"
814SRC_URI += "git://github.com/jbenet/goprocess;name=goprocess;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jbenet/goprocess"
850 815
851# github.com/josharian/intern v1.0.0 816# github.com/josharian/intern v1.0.0
852# [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd 817# [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd
853SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" 818SRCREV_intern = "8e6ff32b3e7c0b018c43953085fe2ac330fe9acd"
854SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/intern" 819SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern"
855 820
856# github.com/josharian/native v1.1.0 821# github.com/josharian/native v1.1.0
857# [1] git ls-remote https://github.com/josharian/native c1e37c09b531b14ae12a501eb6fd529b31cecdaa 822# [1] git ls-remote https://github.com/josharian/native c1e37c09b531b14ae12a501eb6fd529b31cecdaa
858SRCREV_native="c1e37c09b531b14ae12a501eb6fd529b31cecdaa" 823SRCREV_native = "c1e37c09b531b14ae12a501eb6fd529b31cecdaa"
859SRC_URI += "git://github.com/josharian/native;name=native;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/native" 824SRC_URI += "git://github.com/josharian/native;name=native;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/native"
860 825
861# github.com/lithammer/dedent v1.1.0 826# github.com/lithammer/dedent v1.1.0
862# [1] git ls-remote https://github.com/lithammer/dedent 8478954c3bc893cf36c5ee7c822266b993a3b3ee 827# [1] git ls-remote https://github.com/lithammer/dedent 8478954c3bc893cf36c5ee7c822266b993a3b3ee
863SRCREV_dedent="8478954c3bc893cf36c5ee7c822266b993a3b3ee" 828SRCREV_dedent = "8478954c3bc893cf36c5ee7c822266b993a3b3ee"
864SRC_URI += "git://github.com/lithammer/dedent;name=dedent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lithammer/dedent" 829SRC_URI += "git://github.com/lithammer/dedent;name=dedent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/lithammer/dedent"
830
831# github.com/mattn/go-sqlite3 v1.14.24
832# [1] git ls-remote https://github.com/mattn/go-sqlite3 846fea6c1443e8cc366fc1966fe078d7f825f6a9
833SRCREV_go-sqlite3 = "846fea6c1443e8cc366fc1966fe078d7f825f6a9"
834SRC_URI += "git://github.com/mattn/go-sqlite3;name=go-sqlite3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-sqlite3"
865 835
866# github.com/mdlayher/netlink v1.7.2 836# github.com/mdlayher/netlink v1.7.2
867# [1] git ls-remote https://github.com/mdlayher/netlink 657f7da1d9bd78d246ae610e0b5efc63a6a5f9e4 837# [1] git ls-remote https://github.com/mdlayher/netlink 657f7da1d9bd78d246ae610e0b5efc63a6a5f9e4
868SRCREV_mdlayher-netlink="657f7da1d9bd78d246ae610e0b5efc63a6a5f9e4" 838SRCREV_mdlayher-netlink = "657f7da1d9bd78d246ae610e0b5efc63a6a5f9e4"
869SRC_URI += "git://github.com/mdlayher/netlink;name=mdlayher-netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/netlink" 839SRC_URI += "git://github.com/mdlayher/netlink;name=mdlayher-netlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mdlayher/netlink"
870 840
871# github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible 841# github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
872# [1] git ls-remote https://github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb 842# [1] git ls-remote https://github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb
873SRCREV_go-zfs="f784269be439d704d3dfa1906f45dd848fed2beb" 843SRCREV_go-zfs = "f784269be439d704d3dfa1906f45dd848fed2beb"
874SRC_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" 844SRC_URI += "git://github.com/mistifyio/go-zfs;name=go-zfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mistifyio/go-zfs"
875 845
876# github.com/moby/sys/symlink v0.2.0 846# github.com/moby/sys/symlink v0.3.0
877# [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 847# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4
878SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" 848SRCREV_symlink = "cafbe42351600ca9b363e220722f66d96f6e71f4"
879SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink" 849SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink"
850
851# github.com/syndtr/goleveldb v1.0.0
852# [1] git ls-remote https://github.com/syndtr/goleveldb 9d007e481048296f09f59bd19bb7ae584563cd95
853SRCREV_goleveldb = "9d007e481048296f09f59bd19bb7ae584563cd95"
854SRC_URI += "git://github.com/syndtr/goleveldb;name=goleveldb;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/syndtr/goleveldb"
880 855
881# github.com/vbatts/tar-split v0.11.5 856# github.com/vbatts/tar-split v0.11.5
882# [1] git ls-remote https://github.com/vbatts/tar-split 5ef0dd8243164ebacd755916a89d8085a5b6bb7f 857# [1] git ls-remote https://github.com/vbatts/tar-split 5ef0dd8243164ebacd755916a89d8085a5b6bb7f
883SRCREV_tar-split="5ef0dd8243164ebacd755916a89d8085a5b6bb7f" 858SRCREV_tar-split = "5ef0dd8243164ebacd755916a89d8085a5b6bb7f"
884SRC_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" 859SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vbatts/tar-split"
885 860
886# google.golang.org/appengine v1.6.8 861# sigs.k8s.io/kustomize/kyaml v0.18.1
887# [1] git ls-remote https://github.com/golang/appengine aa58fcd18e4ab7ac816760ee266fa30a0907ab9e 862# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 01cce4f6ccdbadefe3f7540114953134672feebc
888SRCREV_appengine="aa58fcd18e4ab7ac816760ee266fa30a0907ab9e" 863SRCREV_kyaml = "01cce4f6ccdbadefe3f7540114953134672feebc"
889SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/appengine" 864SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kyaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/kustomize/kyaml"
890 865
891# sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 866# github.com/Microsoft/hcsshim v0.11.7
892# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 6ce0bf390ce3dae580947a2b739da3306c675eef 867# [1] git ls-remote https://github.com/microsoft/hcsshim 6749c2f4196edcd51cfbd85dcb0f411613b7de82
893SRCREV_kyaml="6ce0bf390ce3dae580947a2b739da3306c675eef" 868SRCREV_hcsshim = "6749c2f4196edcd51cfbd85dcb0f411613b7de82"
894SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kyaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/kustomize/kyaml" 869SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hcsshim"
895 870
896# github.com/Microsoft/hcsshim v0.11.0 871# github.com/k3s-io/containerd v1.7.23-k3s2
897# [1] git ls-remote https://github.com/microsoft/hcsshim 750e11bf07440fd1581413bdc1fc7731fa2d6d64 872# [1] git ls-remote https://github.com/k3s-io/containerd a9466dd23a1d9be018292a086609565fef97e8de
898SRCREV_hcsshim="750e11bf07440fd1581413bdc1fc7731fa2d6d64" 873SRCREV_containerd = "a9466dd23a1d9be018292a086609565fef97e8de"
899SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" 874SRC_URI += "git://github.com/k3s-io/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/containerd"
900 875
901# github.com/k3s-io/containerd v1.7.11-k3s2 876# github.com/gorilla/websocket v1.5.1
902# [1] git ls-remote https://github.com/k3s-io/containerd 64c566767b99d0bacf26fb6e2355775c413331c9 877# [1] git ls-remote https://github.com/gorilla/websocket ac0789be11725ab2285233e9a3800c2312cff4fc
903SRCREV_containerd="64c566767b99d0bacf26fb6e2355775c413331c9" 878SRCREV_websocket = "ac0789be11725ab2285233e9a3800c2312cff4fc"
904SRC_URI += "git://github.com/k3s-io/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/containerd" 879SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket"
905 880
906# github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e 881# github.com/minio/minio-go/v7 v7.0.70
907# [1] git ls-remote https://github.com/coreos/go-systemd 95778dfbb74eb7e4dbaf43bf7d71809650ef8076 882# [1] git ls-remote https://github.com/minio/minio-go c2fe17945c8d0b203fa01e4d04a8adf93ccf2d9f
908SRCREV_go-systemd="95778dfbb74eb7e4dbaf43bf7d71809650ef8076" 883SRCREV_v7 = "c2fe17945c8d0b203fa01e4d04a8adf93ccf2d9f"
909SRC_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" 884SRC_URI += "git://github.com/minio/minio-go;name=v7;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/minio/minio-go/v7"
910 885
911# github.com/gorilla/websocket v1.5.0 886# github.com/prometheus/common v0.55.0
912# [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 887# [1] git ls-remote https://github.com/prometheus/common 0c7b585c7da330aae136aaa874cb4f89f5b3e5d9
913SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" 888SRCREV_common = "0c7b585c7da330aae136aaa874cb4f89f5b3e5d9"
914SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/websocket" 889SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common"
915
916# github.com/minio/minio-go/v7 v7.0.33
917# [1] git ls-remote https://github.com/minio/minio-go a80fee3343f12028079ae831a04b9583ba09c695
918SRCREV_v7="a80fee3343f12028079ae831a04b9583ba09c695"
919SRC_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"
920 890
921# github.com/yl2chen/cidranger v1.0.2 891# github.com/yl2chen/cidranger v1.0.2
922# [1] git ls-remote https://github.com/yl2chen/cidranger 7ff5a0e84593dad6fbd50551343618d7956b3c71 892# [1] git ls-remote https://github.com/yl2chen/cidranger 7ff5a0e84593dad6fbd50551343618d7956b3c71
923SRCREV_cidranger="7ff5a0e84593dad6fbd50551343618d7956b3c71" 893SRCREV_cidranger = "7ff5a0e84593dad6fbd50551343618d7956b3c71"
924SRC_URI += "git://github.com/yl2chen/cidranger;name=cidranger;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yl2chen/cidranger" 894SRC_URI += "git://github.com/yl2chen/cidranger;name=cidranger;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/yl2chen/cidranger"
925 895
926# github.com/k3s-io/kubernetes v1.28.7-k3s1 896# github.com/k3s-io/kubernetes v1.32.0-k3s1
927# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 897# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
928SRCREV_kubernetes="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 898SRCREV_kubernetes = "39f4707c882be87eb91cef02d669a5b584923fe7"
929SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubernetes;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes" 899SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubernetes;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes"
930 900
931# github.com/benbjohnson/clock v1.3.5 901# github.com/fxamacker/cbor/v2 v2.7.0
932# [1] git ls-remote https://github.com/benbjohnson/clock 96c602caabb567343046c08a8fca8560b4f00bb4 902# [1] git ls-remote https://github.com/fxamacker/cbor 02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a
933SRCREV_clock="96c602caabb567343046c08a8fca8560b4f00bb4" 903SRCREV_cbor-v2 = "02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a"
934SRC_URI += "git://github.com/benbjohnson/clock;name=clock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/benbjohnson/clock" 904SRC_URI += "git://github.com/fxamacker/cbor;name=cbor-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fxamacker/cbor/v2"
935 905
936# github.com/francoispqt/gojay v1.2.13 906# github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
937# [1] git ls-remote https://github.com/francoispqt/gojay 1398296d938f9fae26750ddc2fe356b6d897f799 907# [1] git ls-remote https://github.com/Azure/go-ansiterm 306776ec8161b5dc8676039adbf598a39bce3de0
938SRCREV_gojay="1398296d938f9fae26750ddc2fe356b6d897f799" 908SRCREV_go-ansiterm = "306776ec8161b5dc8676039adbf598a39bce3de0"
939SRC_URI += "git://github.com/francoispqt/gojay;name=gojay;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/francoispqt/gojay" 909SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Azure/go-ansiterm"
940 910
941# github.com/ipfs/go-datastore v0.6.0 911# github.com/avast/retry-go/v4 v4.6.0
942# [1] git ls-remote https://github.com/ipfs/go-datastore 1de47089f5c72b61d91b5cd9043e49fe95771ac0 912# [1] git ls-remote https://github.com/avast/retry-go 839c8ceb66c3308e79d46f2552fec3980aaec6f2
943SRCREV_go-datastore="1de47089f5c72b61d91b5cd9043e49fe95771ac0" 913SRCREV_retry-go-v4 = "839c8ceb66c3308e79d46f2552fec3980aaec6f2"
944SRC_URI += "git://github.com/ipfs/go-datastore;name=go-datastore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-datastore" 914SRC_URI += "git://github.com/avast/retry-go;name=retry-go-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/avast/retry-go/v4"
945 915
946# github.com/raulk/go-watchdog v1.3.0 916# github.com/benbjohnson/clock v1.3.5
947# [1] git ls-remote https://github.com/raulk/go-watchdog 9c5e371109037bec1852ea63c9512a94307bfea0 917# [1] git ls-remote https://github.com/benbjohnson/clock 96c602caabb567343046c08a8fca8560b4f00bb4
948SRCREV_go-watchdog="9c5e371109037bec1852ea63c9512a94307bfea0" 918SRCREV_clock = "96c602caabb567343046c08a8fca8560b4f00bb4"
949SRC_URI += "git://github.com/raulk/go-watchdog;name=go-watchdog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/raulk/go-watchdog" 919SRC_URI += "git://github.com/benbjohnson/clock;name=clock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/benbjohnson/clock"
950 920
951# github.com/spaolacci/murmur3 v1.1.0 921# github.com/cespare/xxhash/v2 v2.3.0
952# [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc 922# [1] git ls-remote https://github.com/cespare/xxhash 998dce232f17418a7a5721ecf87ca714025a3243
953SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc" 923SRCREV_xxhash-v2 = "998dce232f17418a7a5721ecf87ca714025a3243"
954SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spaolacci/murmur3" 924SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cespare/xxhash/v2"
955 925
956# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 926# github.com/containerd/go-cni v1.1.10
957# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 927# [1] git ls-remote https://github.com/containerd/go-cni 1c1be5e9ea864c9bc1651909ae13e1e555b4098d
958SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" 928SRCREV_go-cni = "1c1be5e9ea864c9bc1651909ae13e1e555b4098d"
959SRC_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" 929SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/go-cni"
960
961# github.com/Azure/go-autorest v14.2.0+incompatible
962# [1] git ls-remote https://github.com/Azure/go-autorest e7b391b759b050d6719cc6fd8bb87b6dc038bca6
963SRCREV_go-autorest="e7b391b759b050d6719cc6fd8bb87b6dc038bca6"
964SRC_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"
965
966# github.com/avast/retry-go/v4 v4.3.2
967# [1] git ls-remote https://github.com/avast/retry-go c65eeae03ec06cb591b05d092457de9f691bb359
968SRCREV_retry-go-v4="c65eeae03ec06cb591b05d092457de9f691bb359"
969SRC_URI += "git://github.com/avast/retry-go;name=retry-go-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/avast/retry-go/v4"
970
971# github.com/cespare/xxhash/v2 v2.2.0
972# [1] git ls-remote https://github.com/cespare/xxhash a76eb16a93c1e30527c073ca831d9048b4b935f6
973SRCREV_xxhash-v2="a76eb16a93c1e30527c073ca831d9048b4b935f6"
974SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2"
975
976# github.com/containerd/go-cni v1.1.9
977# [1] git ls-remote https://github.com/containerd/go-cni 6603d5bd8941d7f2026bb5627f6aa4ff434f859a
978SRCREV_go-cni="6603d5bd8941d7f2026bb5627f6aa4ff434f859a"
979SRC_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"
980 930
981# github.com/docker/go-metrics v0.0.1 931# github.com/docker/go-metrics v0.0.1
982# [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c 932# [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c
983SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" 933SRCREV_go-metrics = "b619b3592b65de4f087d9f16863a7e6ff905973c"
984SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics" 934SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-metrics"
985 935
986# github.com/felixge/httpsnoop v1.0.4 936# github.com/felixge/httpsnoop v1.0.4
987# [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c 937# [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c
988SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" 938SRCREV_httpsnoop = "c5817c27ec125409c069052fdd171023c353501c"
989SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop" 939SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop"
940
941# github.com/francoispqt/gojay v1.2.13
942# [1] git ls-remote https://github.com/francoispqt/gojay 1398296d938f9fae26750ddc2fe356b6d897f799
943SRCREV_gojay = "1398296d938f9fae26750ddc2fe356b6d897f799"
944SRC_URI += "git://github.com/francoispqt/gojay;name=gojay;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/francoispqt/gojay"
990 945
991# github.com/fsnotify/fsnotify v1.7.0 946# github.com/fsnotify/fsnotify v1.7.0
992# [1] git ls-remote https://github.com/fsnotify/fsnotify cfc9c4f277ea6ec18de92444b31983b183deb4fb 947# [1] git ls-remote https://github.com/fsnotify/fsnotify cfc9c4f277ea6ec18de92444b31983b183deb4fb
993SRCREV_fsnotify="cfc9c4f277ea6ec18de92444b31983b183deb4fb" 948SRCREV_fsnotify = "cfc9c4f277ea6ec18de92444b31983b183deb4fb"
994SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsnotify" 949SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsnotify"
995 950
996# github.com/golang-jwt/jwt/v4 v4.5.0 951# github.com/golang-jwt/jwt/v4 v4.5.1
997# [1] git ls-remote https://github.com/golang-jwt/jwt 9358574a7a1a2c8d644f22b6e8de627ba85c58d0 952# [1] git ls-remote https://github.com/golang-jwt/jwt 7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c
998SRCREV_jwt-v4="9358574a7a1a2c8d644f22b6e8de627ba85c58d0" 953SRCREV_jwt-v4 = "7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c"
999SRC_URI += "git://github.com/golang-jwt/jwt;name=jwt-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang-jwt/jwt/v4" 954SRC_URI += "git://github.com/golang-jwt/jwt;name=jwt-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang-jwt/jwt/v4"
1000 955
1001# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 956# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
1002# [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 957# [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3
1003SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3" 958SRCREV_groupcache = "41bb18bfe9da5321badc438f91158cd790a33aa3"
1004SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/groupcache" 959SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/groupcache"
1005 960
1006# github.com/hanwen/go-fuse/v2 v2.3.0 961# github.com/hanwen/go-fuse/v2 v2.5.1
1007# [1] git ls-remote https://github.com/hanwen/go-fuse d537a5a8d65c6552bc3844571f1d8ec76bcac5e4 962# [1] git ls-remote https://github.com/hanwen/go-fuse 2901efa04e040ebe54a951bcea93d67ab1af1ad5
1008SRCREV_go-fuse-v2="d537a5a8d65c6552bc3844571f1d8ec76bcac5e4" 963SRCREV_go-fuse-v2 = "2901efa04e040ebe54a951bcea93d67ab1af1ad5"
1009SRC_URI += "git://github.com/hanwen/go-fuse;name=go-fuse-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hanwen/go-fuse/v2" 964SRC_URI += "git://github.com/hanwen/go-fuse;name=go-fuse-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hanwen/go-fuse/v2"
1010 965
1011# github.com/hashicorp/errwrap v1.1.0 966# github.com/hashicorp/errwrap v1.1.0
1012# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 967# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0
1013SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" 968SRCREV_errwrap = "7b00e5db719c64d14dd0caaacbd13e76254d02c0"
1014SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" 969SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap"
970
971# github.com/ipfs/go-datastore v0.6.0
972# [1] git ls-remote https://github.com/ipfs/go-datastore 1de47089f5c72b61d91b5cd9043e49fe95771ac0
973SRCREV_go-datastore = "1de47089f5c72b61d91b5cd9043e49fe95771ac0"
974SRC_URI += "git://github.com/ipfs/go-datastore;name=go-datastore;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipfs/go-datastore"
1015 975
1016# github.com/karrick/godirwalk v1.17.0 976# github.com/karrick/godirwalk v1.17.0
1017# [1] git ls-remote https://github.com/karrick/godirwalk 9a7752c108e7ea76255201b9f47bd4d4d2df868e 977# [1] git ls-remote https://github.com/karrick/godirwalk 9a7752c108e7ea76255201b9f47bd4d4d2df868e
1018SRCREV_godirwalk="9a7752c108e7ea76255201b9f47bd4d4d2df868e" 978SRCREV_godirwalk = "9a7752c108e7ea76255201b9f47bd4d4d2df868e"
1019SRC_URI += "git://github.com/karrick/godirwalk;name=godirwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/karrick/godirwalk" 979SRC_URI += "git://github.com/karrick/godirwalk;name=godirwalk;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/karrick/godirwalk"
1020 980
1021# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de 981# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
1022# [1] git ls-remote https://github.com/liggitt/tabwriter 89fcab3d43de07060e4fd4c1547430ed57e87f24 982# [1] git ls-remote https://github.com/liggitt/tabwriter 89fcab3d43de07060e4fd4c1547430ed57e87f24
1023SRCREV_tabwriter="89fcab3d43de07060e4fd4c1547430ed57e87f24" 983SRCREV_tabwriter = "89fcab3d43de07060e4fd4c1547430ed57e87f24"
1024SRC_URI += "git://github.com/liggitt/tabwriter;name=tabwriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/liggitt/tabwriter" 984SRC_URI += "git://github.com/liggitt/tabwriter;name=tabwriter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/liggitt/tabwriter"
1025 985
1026# github.com/minio/highwayhash v1.0.2 986# github.com/minio/highwayhash v1.0.2
1027# [1] git ls-remote https://github.com/minio/highwayhash 08ce0b4fa7932a018438133f1b632e1c674d4107 987# [1] git ls-remote https://github.com/minio/highwayhash 08ce0b4fa7932a018438133f1b632e1c674d4107
1028SRCREV_highwayhash="08ce0b4fa7932a018438133f1b632e1c674d4107" 988SRCREV_highwayhash = "08ce0b4fa7932a018438133f1b632e1c674d4107"
1029SRC_URI += "git://github.com/minio/highwayhash;name=highwayhash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/highwayhash" 989SRC_URI += "git://github.com/minio/highwayhash;name=highwayhash;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/minio/highwayhash"
1030 990
1031# github.com/minio/sha256-simd v1.0.1 991# github.com/minio/sha256-simd v1.0.1
1032# [1] git ls-remote https://github.com/minio/sha256-simd 6096f891a77bfe490cbea7a424c821b5fdb92849 992# [1] git ls-remote https://github.com/minio/sha256-simd 6096f891a77bfe490cbea7a424c821b5fdb92849
1033SRCREV_sha256-simd="6096f891a77bfe490cbea7a424c821b5fdb92849" 993SRCREV_sha256-simd = "6096f891a77bfe490cbea7a424c821b5fdb92849"
1034SRC_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" 994SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/minio/sha256-simd"
1035
1036# github.com/mrunalp/fileutils v0.5.1
1037# [1] git ls-remote https://github.com/mrunalp/fileutils 7363e975f9cfb558be601bece0df81714c3c9084
1038SRCREV_fileutils="7363e975f9cfb558be601bece0df81714c3c9084"
1039SRC_URI += "git://github.com/mrunalp/fileutils;name=fileutils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mrunalp/fileutils"
1040 995
1041# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 996# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
1042# [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e 997# [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e
1043SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" 998SRCREV_goautoneg = "a7dc8b61c822528f973a5e4e7b272055c6fdb43e"
1044SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/munnerz/goautoneg" 999SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg"
1045 1000
1046# github.com/pelletier/go-toml v1.9.5 1001# github.com/pelletier/go-toml v1.9.5
1047# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 1002# [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541
1048SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" 1003SRCREV_go-toml = "fed1464066413075eac02cd4dc368b5221845541"
1049SRC_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" 1004SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pelletier/go-toml"
1050 1005
1051# github.com/prometheus/common v0.45.0 1006# github.com/prometheus/procfs v0.15.1
1052# [1] git ls-remote https://github.com/prometheus/common c59927ec74c04c0c17891bf27784fe7c484ae97f 1007# [1] git ls-remote https://github.com/prometheus/procfs 51919fd4b9d0aaca69854ac81bdeda5f96dab366
1053SRCREV_common="c59927ec74c04c0c17891bf27784fe7c484ae97f" 1008SRCREV_procfs = "51919fd4b9d0aaca69854ac81bdeda5f96dab366"
1054SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" 1009SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs"
1010
1011# github.com/raulk/go-watchdog v1.3.0
1012# [1] git ls-remote https://github.com/raulk/go-watchdog 9c5e371109037bec1852ea63c9512a94307bfea0
1013SRCREV_go-watchdog = "9c5e371109037bec1852ea63c9512a94307bfea0"
1014SRC_URI += "git://github.com/raulk/go-watchdog;name=go-watchdog;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/raulk/go-watchdog"
1055 1015
1056# github.com/prometheus/procfs v0.12.0 1016# github.com/spaolacci/murmur3 v1.1.0
1057# [1] git ls-remote https://github.com/prometheus/procfs ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa 1017# [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc
1058SRCREV_procfs="ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa" 1018SRCREV_murmur3 = "f09979ecbc725b9e6d41a297405f65e7e8804acc"
1059SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" 1019SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spaolacci/murmur3"
1060 1020
1061# github.com/vishvananda/netns v0.0.4 1021# github.com/vishvananda/netns v0.0.4
1062# [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9 1022# [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9
1063SRCREV_netns="7a452d2d15292b2bfb2a2d88e6bdeac156a761b9" 1023SRCREV_netns = "7a452d2d15292b2bfb2a2d88e6bdeac156a761b9"
1064SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns" 1024SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netns"
1065 1025
1066# go.opentelemetry.io/otel/sdk v1.13.0 1026# go.opentelemetry.io/otel/sdk v1.28.0
1067# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 1027# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d
1068SRCREV_sdk="f2fd476f433128c2494476950ce11600a51bbe35" 1028SRCREV_sdk = "81216fb002a6a76d32fdab6ef999bcf65794130d"
1069SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/sdk" 1029SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk"
1070 1030
1071# github.com/k3s-io/cri-dockerd v0.3.9-k3s2 1031# github.com/k3s-io/cri-dockerd v0.3.15-k3s1.32-1
1072# [1] git ls-remote https://github.com/k3s-io/cri-dockerd 0d2146805dcd844e15d02d6f1956b4cd0e4365cf 1032# [1] git ls-remote https://github.com/k3s-io/cri-dockerd 6a0374b8aa2ec0c51e9e354725fe0e742b6f86a5
1073SRCREV_cri-dockerd="0d2146805dcd844e15d02d6f1956b4cd0e4365cf" 1033SRCREV_cri-dockerd = "6a0374b8aa2ec0c51e9e354725fe0e742b6f86a5"
1074SRC_URI += "git://github.com/k3s-io/cri-dockerd;name=cri-dockerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/cri-dockerd" 1034SRC_URI += "git://github.com/k3s-io/cri-dockerd;name=cri-dockerd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/cri-dockerd"
1075 1035
1076# github.com/coreos/go-iptables v0.7.0 1036# github.com/coreos/go-iptables v0.8.0
1077# [1] git ls-remote https://github.com/coreos/go-iptables b9dff5a19d9c3925da3f9b3c0a705de6c1fdc56c 1037# [1] git ls-remote https://github.com/coreos/go-iptables 26e42518b22e6878bd6e479a574122c319fa923e
1078SRCREV_go-iptables="b9dff5a19d9c3925da3f9b3c0a705de6c1fdc56c" 1038SRCREV_go-iptables = "26e42518b22e6878bd6e479a574122c319fa923e"
1079SRC_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" 1039SRC_URI += "git://github.com/coreos/go-iptables;name=go-iptables;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/coreos/go-iptables"
1080 1040
1081# github.com/flannel-io/flannel v0.24.2 1041# github.com/flannel-io/flannel v0.25.7
1082# [1] git ls-remote https://github.com/flannel-io/flannel 3d56ed16e123a6fb06841ba920664b3ce4c99cda 1042# [1] git ls-remote https://github.com/flannel-io/flannel 41d7069b8cfec1fc657adcd26e6a825879dab38f
1083SRCREV_flannel="3d56ed16e123a6fb06841ba920664b3ce4c99cda" 1043SRCREV_flannel = "41d7069b8cfec1fc657adcd26e6a825879dab38f"
1084SRC_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" 1044SRC_URI += "git://github.com/flannel-io/flannel;name=flannel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/flannel-io/flannel"
1085 1045
1086# github.com/ipfs/go-ds-leveldb v0.5.0 1046# github.com/ipfs/go-ds-leveldb v0.5.0
1087# [1] git ls-remote https://github.com/ipfs/go-ds-leveldb 6f6dc580f7325ad411fc5967ccee67e40545e208 1047# [1] git ls-remote https://github.com/ipfs/go-ds-leveldb 6f6dc580f7325ad411fc5967ccee67e40545e208
1088SRCREV_go-ds-leveldb="6f6dc580f7325ad411fc5967ccee67e40545e208" 1048SRCREV_go-ds-leveldb = "6f6dc580f7325ad411fc5967ccee67e40545e208"
1089SRC_URI += "git://github.com/ipfs/go-ds-leveldb;name=go-ds-leveldb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipfs/go-ds-leveldb" 1049SRC_URI += "git://github.com/ipfs/go-ds-leveldb;name=go-ds-leveldb;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipfs/go-ds-leveldb"
1090 1050
1091# github.com/klauspost/compress v1.17.2 1051# github.com/klauspost/compress v1.17.11
1092# [1] git ls-remote https://github.com/klauspost/compress 8eb6542f08f086fb92796f6d8a4531d754947309 1052# [1] git ls-remote https://github.com/klauspost/compress 72cd4a92a8b13e722763e6b6a3467163c2028d3d
1093SRCREV_compress="8eb6542f08f086fb92796f6d8a4531d754947309" 1053SRCREV_compress = "72cd4a92a8b13e722763e6b6a3467163c2028d3d"
1094SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" 1054SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress"
1095 1055
1096# github.com/k3s-io/etcd/api/v3 v3.5.9-k3s1 1056# github.com/k3s-io/etcd/api/v3 v3.5.16-k3s1
1097# [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d 1057# [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8
1098SRCREV_api-v3="341ce193b458049401364c20193ebd14f38fce6d" 1058SRCREV_api-v3 = "d294136463b074a18c1512967343ffd7ba582ee8"
1099SRC_URI += "git://github.com/k3s-io/etcd;name=api-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/api/v3" 1059SRC_URI += "git://github.com/k3s-io/etcd;name=api-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/etcd/api/v3"
1100 1060
1101# github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 1061# github.com/antlr4-go/antlr/v4 v4.13.0
1102# [1] git ls-remote https://github.com/chenzhuoyu/base64x fe3a3abad31102e33411b1b239aa111b80ae336d 1062# [1] git ls-remote https://github.com/antlr4-go/antlr 9549173c7ad83c2bf580a654ce0fe666fd7d2557
1103SRCREV_base64x="fe3a3abad31102e33411b1b239aa111b80ae336d" 1063SRCREV_antlr-v4 = "9549173c7ad83c2bf580a654ce0fe666fd7d2557"
1104SRC_URI += "git://github.com/chenzhuoyu/base64x;name=base64x;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chenzhuoyu/base64x" 1064SRC_URI += "git://github.com/antlr4-go/antlr;name=antlr-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/antlr4-go/antlr/v4"
1105 1065
1106# github.com/ipld/go-ipld-prime v0.20.0 1066# github.com/invopop/jsonschema v0.12.0
1107# [1] git ls-remote https://github.com/ipld/go-ipld-prime 200b4a6b6fb6720911cb385aff05da55c39d56de 1067# [1] git ls-remote https://github.com/invopop/jsonschema 9b6bb6e8f15aa557c1df053de86d4e5043365ca9
1108SRCREV_go-ipld-prime="200b4a6b6fb6720911cb385aff05da55c39d56de" 1068SRCREV_jsonschema = "9b6bb6e8f15aa557c1df053de86d4e5043365ca9"
1109SRC_URI += "git://github.com/ipld/go-ipld-prime;name=go-ipld-prime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ipld/go-ipld-prime" 1069SRC_URI += "git://github.com/invopop/jsonschema;name=jsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/invopop/jsonschema"
1110
1111# github.com/jackpal/go-nat-pmp v1.0.2
1112# [1] git ls-remote https://github.com/jackpal/go-nat-pmp 059203efa1edd7130293a583541b8308e7c640c4
1113SRCREV_go-nat-pmp="059203efa1edd7130293a583541b8308e7c640c4"
1114SRC_URI += "git://github.com/jackpal/go-nat-pmp;name=go-nat-pmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jackpal/go-nat-pmp"
1115
1116# github.com/libp2p/go-netroute v0.2.1
1117# [1] git ls-remote https://github.com/libp2p/go-netroute 462cbfaf52f4c2a2321e6382455a8f56396f3664
1118SRCREV_go-netroute="462cbfaf52f4c2a2321e6382455a8f56396f3664"
1119SRC_URI += "git://github.com/libp2p/go-netroute;name=go-netroute;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-netroute"
1120
1121# github.com/libp2p/go-yamux/v4 v4.0.1
1122# [1] git ls-remote https://github.com/libp2p/go-yamux e584a210c72651b67829477b4b4285cae25b1a1b
1123SRCREV_go-yamux-v4="e584a210c72651b67829477b4b4285cae25b1a1b"
1124SRC_URI += "git://github.com/libp2p/go-yamux;name=go-yamux-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-yamux/v4"
1125
1126# github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
1127# [1] git ls-remote https://github.com/marten-seemann/tcp dfbc87cc63fd003b9a070c76d605769fa3e2e3b2
1128SRCREV_tcp="dfbc87cc63fd003b9a070c76d605769fa3e2e3b2"
1129SRC_URI += "git://github.com/marten-seemann/tcp;name=tcp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/marten-seemann/tcp"
1130 1070
1131# github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab 1071# github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab
1132# [1] git ls-remote https://github.com/JeffAshton/win_pdh 76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2 1072# [1] git ls-remote https://github.com/JeffAshton/win_pdh 76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2
1133SRCREV_win_pdh="76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2" 1073SRCREV_win_pdh = "76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2"
1134SRC_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" 1074SRC_URI += "git://github.com/JeffAshton/win_pdh;name=win_pdh;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/JeffAshton/win_pdh"
1135 1075
1136# github.com/Microsoft/go-winio v0.6.1 1076# github.com/Microsoft/go-winio v0.6.2
1137# [1] git ls-remote https://github.com/microsoft/go-winio 070c828abb873da9e71c7247740253b50f7cf049 1077# [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f
1138SRCREV_go-winio="070c828abb873da9e71c7247740253b50f7cf049" 1078SRCREV_go-winio = "3c9576c9346a1892dee136329e7e15309e82fb4f"
1139SRC_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" 1079SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/go-winio"
1140 1080
1141# github.com/containerd/cgroups v1.1.0 1081# github.com/containerd/cgroups v1.1.0
1142# [1] git ls-remote https://github.com/containerd/cgroups fe7323f622bc222e72473679f12a9089aeeda177 1082# [1] git ls-remote https://github.com/containerd/cgroups fe7323f622bc222e72473679f12a9089aeeda177
1143SRCREV_cgroups="fe7323f622bc222e72473679f12a9089aeeda177" 1083SRCREV_cgroups = "fe7323f622bc222e72473679f12a9089aeeda177"
1144SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups" 1084SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/cgroups"
1145 1085
1146# github.com/containerd/console v1.0.3 1086# github.com/containerd/console v1.0.4
1147# [1] git ls-remote https://github.com/containerd/console b5cb846c9186d67bcae3ce3c324e47cd317d9527 1087# [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f
1148SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" 1088SRCREV_console = "8f6c4e4faef5a326d2cd907097d04c0239ee5e2f"
1149SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" 1089SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console"
1150 1090
1151# github.com/containerd/go-runc v1.0.0 1091# github.com/containerd/errdefs v0.3.0
1152# [1] git ls-remote https://github.com/containerd/go-runc 16b287bc67d069a60fa48db15f330b790b74365b 1092# [1] git ls-remote https://github.com/containerd/errdefs 9fd32fc2ca77f7bbae249b0633bfc8bd9bdfb901
1153SRCREV_go-runc="16b287bc67d069a60fa48db15f330b790b74365b" 1093SRCREV_errdefs = "9fd32fc2ca77f7bbae249b0633bfc8bd9bdfb901"
1154SRC_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" 1094SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs"
1095
1096# github.com/containerd/go-runc v1.1.0
1097# [1] git ls-remote https://github.com/containerd/go-runc df3c22d088ca919d1943efa8ae0cfc0514da0542
1098SRCREV_go-runc = "df3c22d088ca919d1943efa8ae0cfc0514da0542"
1099SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/go-runc"
1155 1100
1156# github.com/containerd/typeurl v1.0.2 1101# github.com/containerd/typeurl v1.0.2
1157# [1] git ls-remote https://github.com/containerd/typeurl 5e43fb8b75ed2f2305fc04e6918c8d10636771bc 1102# [1] git ls-remote https://github.com/containerd/typeurl 5e43fb8b75ed2f2305fc04e6918c8d10636771bc
1158SRCREV_typeurl="5e43fb8b75ed2f2305fc04e6918c8d10636771bc" 1103SRCREV_typeurl = "5e43fb8b75ed2f2305fc04e6918c8d10636771bc"
1159SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" 1104SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl"
1160 1105
1161# github.com/dustin/go-humanize v1.0.1 1106# github.com/dustin/go-humanize v1.0.1
1162# [1] git ls-remote https://github.com/dustin/go-humanize 9ec74ab2f7a7161664182fd4e5e292fccffbc75f 1107# [1] git ls-remote https://github.com/dustin/go-humanize 9ec74ab2f7a7161664182fd4e5e292fccffbc75f
1163SRCREV_go-humanize="9ec74ab2f7a7161664182fd4e5e292fccffbc75f" 1108SRCREV_go-humanize = "9ec74ab2f7a7161664182fd4e5e292fccffbc75f"
1164SRC_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" 1109SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/dustin/go-humanize"
1165 1110
1166# github.com/evanphx/json-patch v5.6.0+incompatible 1111# github.com/evanphx/json-patch v5.9.0+incompatible
1167# [1] git ls-remote https://github.com/evanphx/json-patch 5561fe05a1ec79c9bca966376211b2ab81959671 1112# [1] git ls-remote https://github.com/evanphx/json-patch b7a4e4a87a35414cd02460dac07e879df729df37
1168SRCREV_json-patch="5561fe05a1ec79c9bca966376211b2ab81959671" 1113SRCREV_json-patch = "b7a4e4a87a35414cd02460dac07e879df729df37"
1169SRC_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" 1114SRC_URI += "git://github.com/evanphx/json-patch;name=json-patch;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/evanphx/json-patch"
1170 1115
1171# github.com/fvbommel/sortorder v1.1.0 1116# github.com/go-jose/go-jose/v4 v4.0.2
1172# [1] git ls-remote https://github.com/fvbommel/sortorder a8d9302c17f9f46c6580b82b919672e58ef6e396 1117# [1] git ls-remote https://github.com/go-jose/go-jose ca3a2783c470c40cc490f801fc87ff39b92b25d6
1173SRCREV_sortorder="a8d9302c17f9f46c6580b82b919672e58ef6e396" 1118SRCREV_go-jose-v4 = "ca3a2783c470c40cc490f801fc87ff39b92b25d6"
1174SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder" 1119SRC_URI += "git://github.com/go-jose/go-jose;name=go-jose-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-jose/go-jose/v4"
1175 1120
1176# github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 1121# github.com/ipld/go-ipld-prime v0.20.0
1177# [1] git ls-remote https://github.com/go-task/slim-sprig 52ccab3ef572c7e1a2c258be183f9a9296d60152 1122# [1] git ls-remote https://github.com/ipld/go-ipld-prime 200b4a6b6fb6720911cb385aff05da55c39d56de
1178SRCREV_slim-sprig="52ccab3ef572c7e1a2c258be183f9a9296d60152" 1123SRCREV_go-ipld-prime = "200b4a6b6fb6720911cb385aff05da55c39d56de"
1179SRC_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" 1124SRC_URI += "git://github.com/ipld/go-ipld-prime;name=go-ipld-prime;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipld/go-ipld-prime"
1125
1126# github.com/jackpal/go-nat-pmp v1.0.2
1127# [1] git ls-remote https://github.com/jackpal/go-nat-pmp 059203efa1edd7130293a583541b8308e7c640c4
1128SRCREV_go-nat-pmp = "059203efa1edd7130293a583541b8308e7c640c4"
1129SRC_URI += "git://github.com/jackpal/go-nat-pmp;name=go-nat-pmp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackpal/go-nat-pmp"
1180 1130
1181# github.com/klauspost/cpuid/v2 v2.2.5 1131# github.com/klauspost/cpuid/v2 v2.2.7
1182# [1] git ls-remote https://github.com/klauspost/cpuid 1af2d99c24e60b21f4c8e8ea63ed69523ebbbb16 1132# [1] git ls-remote https://github.com/klauspost/cpuid 486f6ae65fec6bbb15e6f6bff15036f7bc50d4c4
1183SRCREV_cpuid-v2="1af2d99c24e60b21f4c8e8ea63ed69523ebbbb16" 1133SRCREV_cpuid-v2 = "486f6ae65fec6bbb15e6f6bff15036f7bc50d4c4"
1184SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2" 1134SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/cpuid/v2"
1185 1135
1186# github.com/kylelemons/godebug v1.1.0 1136# github.com/kylelemons/godebug v1.1.0
1187# [1] git ls-remote https://github.com/kylelemons/godebug 9ff306d4fbead574800b66369df5b6144732d58e 1137# [1] git ls-remote https://github.com/kylelemons/godebug 9ff306d4fbead574800b66369df5b6144732d58e
1188SRCREV_godebug="9ff306d4fbead574800b66369df5b6144732d58e" 1138SRCREV_godebug = "9ff306d4fbead574800b66369df5b6144732d58e"
1189SRC_URI += "git://github.com/kylelemons/godebug;name=godebug;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kylelemons/godebug" 1139SRC_URI += "git://github.com/kylelemons/godebug;name=godebug;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/kylelemons/godebug"
1140
1141# github.com/libp2p/go-netroute v0.2.1
1142# [1] git ls-remote https://github.com/libp2p/go-netroute 462cbfaf52f4c2a2321e6382455a8f56396f3664
1143SRCREV_go-netroute = "462cbfaf52f4c2a2321e6382455a8f56396f3664"
1144SRC_URI += "git://github.com/libp2p/go-netroute;name=go-netroute;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-netroute"
1145
1146# github.com/libp2p/go-yamux/v4 v4.0.1
1147# [1] git ls-remote https://github.com/libp2p/go-yamux e584a210c72651b67829477b4b4285cae25b1a1b
1148SRCREV_go-yamux-v4 = "e584a210c72651b67829477b4b4285cae25b1a1b"
1149SRC_URI += "git://github.com/libp2p/go-yamux;name=go-yamux-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-yamux/v4"
1150
1151# github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
1152# [1] git ls-remote https://github.com/marten-seemann/tcp dfbc87cc63fd003b9a070c76d605769fa3e2e3b2
1153SRCREV_tcp = "dfbc87cc63fd003b9a070c76d605769fa3e2e3b2"
1154SRC_URI += "git://github.com/marten-seemann/tcp;name=tcp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/marten-seemann/tcp"
1190 1155
1191# github.com/mdlayher/genetlink v1.3.2 1156# github.com/mdlayher/genetlink v1.3.2
1192# [1] git ls-remote https://github.com/mdlayher/genetlink 7531bffe0f5e10d1ce558d35e6feb5d1d1600851 1157# [1] git ls-remote https://github.com/mdlayher/genetlink 7531bffe0f5e10d1ce558d35e6feb5d1d1600851
1193SRCREV_genetlink="7531bffe0f5e10d1ce558d35e6feb5d1d1600851" 1158SRCREV_genetlink = "7531bffe0f5e10d1ce558d35e6feb5d1d1600851"
1194SRC_URI += "git://github.com/mdlayher/genetlink;name=genetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/genetlink" 1159SRC_URI += "git://github.com/mdlayher/genetlink;name=genetlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mdlayher/genetlink"
1195 1160
1196# github.com/moby/sys/mountinfo v0.6.2 1161# github.com/moby/sys/mountinfo v0.7.2
1197# [1] git ls-remote https://github.com/moby/sys 1bf36f7188c31f2797c556c4c4d7d9af7a6a965b 1162# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4
1198SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b" 1163SRCREV_mountinfo = "cafbe42351600ca9b363e220722f66d96f6e71f4"
1199SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" 1164SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo"
1200 1165
1201# github.com/modern-go/reflect2 v1.0.2 1166# github.com/modern-go/reflect2 v1.0.2
1202# [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 1167# [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070
1203SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" 1168SRCREV_reflect2 = "2b33151c9bbc5231aea69b8861c540102b087070"
1204SRC_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" 1169SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/reflect2"
1205 1170
1206# github.com/peterbourgon/diskv v2.0.1+incompatible 1171# github.com/peterbourgon/diskv v2.0.1+incompatible
1207# [1] git ls-remote https://github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6 1172# [1] git ls-remote https://github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6
1208SRCREV_diskv="5f041e8faa004a95c88a202771f4cc3e991971e6" 1173SRCREV_diskv = "5f041e8faa004a95c88a202771f4cc3e991971e6"
1209SRC_URI += "git://github.com/peterbourgon/diskv;name=diskv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/peterbourgon/diskv" 1174SRC_URI += "git://github.com/peterbourgon/diskv;name=diskv;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/peterbourgon/diskv"
1210 1175
1211# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 1176# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
1212# [1] git ls-remote https://github.com/pmezard/go-difflib 5d4384ee4fb2527b0a1256a821ebfc92f91efefc 1177# [1] git ls-remote https://github.com/pmezard/go-difflib 5d4384ee4fb2527b0a1256a821ebfc92f91efefc
1213SRCREV_go-difflib="5d4384ee4fb2527b0a1256a821ebfc92f91efefc" 1178SRCREV_go-difflib = "5d4384ee4fb2527b0a1256a821ebfc92f91efefc"
1214SRC_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" 1179SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pmezard/go-difflib"
1215 1180
1216# github.com/shengdoushi/base58 v1.0.0 1181# github.com/shengdoushi/base58 v1.0.0
1217# [1] git ls-remote https://github.com/shengdoushi/base58 c5f44ca1af76fb63925d5fba8fa7b85870199839 1182# [1] git ls-remote https://github.com/shengdoushi/base58 c5f44ca1af76fb63925d5fba8fa7b85870199839
1218SRCREV_shengdoushi-base58="c5f44ca1af76fb63925d5fba8fa7b85870199839" 1183SRCREV_shengdoushi-base58 = "c5f44ca1af76fb63925d5fba8fa7b85870199839"
1219SRC_URI += "git://github.com/shengdoushi/base58;name=shengdoushi-base58;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shengdoushi/base58" 1184SRC_URI += "git://github.com/shengdoushi/base58;name=shengdoushi-base58;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/shengdoushi/base58"
1220 1185
1221# github.com/stoewer/go-strcase v1.2.0 1186# github.com/stoewer/go-strcase v1.3.0
1222# [1] git ls-remote https://github.com/stoewer/go-strcase 7962b205553802087345c0b4c74d57b65236f676 1187# [1] git ls-remote https://github.com/stoewer/go-strcase 6c4ce445f323378b0865757ffd2c50d8bb2737f8
1223SRCREV_go-strcase="7962b205553802087345c0b4c74d57b65236f676" 1188SRCREV_go-strcase = "6c4ce445f323378b0865757ffd2c50d8bb2737f8"
1224SRC_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" 1189SRC_URI += "git://github.com/stoewer/go-strcase;name=go-strcase;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stoewer/go-strcase"
1225 1190
1226# github.com/k3s-io/etcd/pkg/v3 v3.5.9-k3s1 1191# github.com/k3s-io/etcd/pkg/v3 v3.5.16-k3s1
1227# [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d 1192# [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8
1228SRCREV_pkg-v3="341ce193b458049401364c20193ebd14f38fce6d" 1193SRCREV_pkg-v3 = "d294136463b074a18c1512967343ffd7ba582ee8"
1229SRC_URI += "git://github.com/k3s-io/etcd;name=pkg-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/pkg/v3" 1194SRC_URI += "git://github.com/k3s-io/etcd;name=pkg-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/etcd/pkg/v3"
1230 1195
1231# github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83 1196# github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83
1232# [1] git ls-remote https://github.com/erikdubbelboer/gspt e68493906b8382891943ddc9960cb9c6ecd1a1f0 1197# [1] git ls-remote https://github.com/erikdubbelboer/gspt e68493906b8382891943ddc9960cb9c6ecd1a1f0
1233SRCREV_gspt="e68493906b8382891943ddc9960cb9c6ecd1a1f0" 1198SRCREV_gspt = "e68493906b8382891943ddc9960cb9c6ecd1a1f0"
1234SRC_URI += "git://github.com/erikdubbelboer/gspt;name=gspt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/erikdubbelboer/gspt" 1199SRC_URI += "git://github.com/erikdubbelboer/gspt;name=gspt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/erikdubbelboer/gspt"
1235 1200
1236# github.com/go-sql-driver/mysql v1.7.1 1201# github.com/rancher/permissions v0.0.0-20240523180510-4001d3d637f7
1237# [1] git ls-remote https://github.com/go-sql-driver/mysql f20b2863636093e5fbf1481b59bdaff3b0fbb779 1202# [1] git ls-remote https://github.com/rancher/permissions 4001d3d637f7e7f9aa17c84d89b2462539f1b331
1238SRCREV_mysql="f20b2863636093e5fbf1481b59bdaff3b0fbb779" 1203SRCREV_permissions = "4001d3d637f7e7f9aa17c84d89b2462539f1b331"
1239SRC_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" 1204SRC_URI += "git://github.com/rancher/permissions;name=permissions;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/permissions"
1240 1205
1241# github.com/vishvananda/netlink v1.2.1-beta.2 1206# github.com/rancher/wrangler/v3 v3.2.0-rc.1
1242# [1] git ls-remote https://github.com/vishvananda/netlink 5e915e0149386ce3d02379ff93f4c0a5601779d5 1207# [1] git ls-remote https://github.com/rancher/wrangler abb0081704f3a7af13bf537a281937dadc0e6baa
1243SRCREV_netlink="5e915e0149386ce3d02379ff93f4c0a5601779d5" 1208SRCREV_wrangler-v3 = "abb0081704f3a7af13bf537a281937dadc0e6baa"
1244SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink" 1209SRC_URI += "git://github.com/rancher/wrangler;name=wrangler-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/wrangler/v3"
1245 1210
1246# github.com/libp2p/go-cidranger v1.1.0 1211# github.com/vishvananda/netlink v1.3.1-0.20240905180732-b1ce50cfa9be
1247# [1] git ls-remote https://github.com/libp2p/go-cidranger 1dec7f87b45b32e24d3f59548ad61647de34586d 1212# [1] git ls-remote https://github.com/vishvananda/netlink b1ce50cfa9bea7652382b8c5ef6083f8d3f5f853
1248SRCREV_go-cidranger="1dec7f87b45b32e24d3f59548ad61647de34586d" 1213SRCREV_netlink = "b1ce50cfa9bea7652382b8c5ef6083f8d3f5f853"
1249SRC_URI += "git://github.com/libp2p/go-cidranger;name=go-cidranger;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-cidranger" 1214SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netlink"
1250
1251# github.com/libp2p/go-reuseport v0.4.0
1252# [1] git ls-remote https://github.com/libp2p/go-reuseport ac34b4fb35437abcc176b5bb97cc431d62d983e0
1253SRCREV_go-reuseport="ac34b4fb35437abcc176b5bb97cc431d62d983e0"
1254SRC_URI += "git://github.com/libp2p/go-reuseport;name=go-reuseport;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-reuseport"
1255 1215
1256# github.com/quic-go/qtls-go1-20 v0.3.3 1216# gopkg.in/evanphx/json-patch.v4 v4.12.0
1257# [1] git ls-remote https://github.com/quic-go/qtls-go1-20 5ba42598e0a018acd682059ee240c6bb8d085b07 1217# [1] git ls-remote https://github.com/evanphx/json-patch 50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907
1258SRCREV_qtls-go1-20="5ba42598e0a018acd682059ee240c6bb8d085b07" 1218SRCREV_json-patch.v4 = "50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907"
1259SRC_URI += "git://github.com/quic-go/qtls-go1-20;name=qtls-go1-20;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/quic-go/qtls-go1-20" 1219SRC_URI += "git://github.com/evanphx/json-patch;name=json-patch.v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/evanphx/json-patch.v4"
1260 1220
1261# github.com/MakeNowJust/heredoc v1.0.0 1221# github.com/MakeNowJust/heredoc v1.0.0
1262# [1] git ls-remote https://github.com/makenowjust/heredoc bbd9af33722b79a933ef99c7c94833065e2d6c20 1222# [1] git ls-remote https://github.com/makenowjust/heredoc bbd9af33722b79a933ef99c7c94833065e2d6c20
1263SRCREV_heredoc="bbd9af33722b79a933ef99c7c94833065e2d6c20" 1223SRCREV_heredoc = "bbd9af33722b79a933ef99c7c94833065e2d6c20"
1264SRC_URI += "git://github.com/makenowjust/heredoc;name=heredoc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/MakeNowJust/heredoc" 1224SRC_URI += "git://github.com/makenowjust/heredoc;name=heredoc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/MakeNowJust/heredoc"
1265 1225
1266# github.com/NYTimes/gziphandler v1.1.1 1226# github.com/NYTimes/gziphandler v1.1.1
1267# [1] git ls-remote https://github.com/nytimes/gziphandler dd0439581c7657cb652dfe5c71d7d48baf39541d 1227# [1] git ls-remote https://github.com/nytimes/gziphandler dd0439581c7657cb652dfe5c71d7d48baf39541d
1268SRCREV_gziphandler="dd0439581c7657cb652dfe5c71d7d48baf39541d" 1228SRCREV_gziphandler = "dd0439581c7657cb652dfe5c71d7d48baf39541d"
1269SRC_URI += "git://github.com/nytimes/gziphandler;name=gziphandler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/NYTimes/gziphandler" 1229SRC_URI += "git://github.com/nytimes/gziphandler;name=gziphandler;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/NYTimes/gziphandler"
1270 1230
1271# github.com/canonical/go-dqlite v1.5.1 1231# github.com/canonical/go-dqlite v1.5.1
1272# [1] git ls-remote https://github.com/canonical/go-dqlite 830c1a017995b73322e86c2a6f2ca799c1caca07 1232# [1] git ls-remote https://github.com/canonical/go-dqlite 830c1a017995b73322e86c2a6f2ca799c1caca07
1273SRCREV_go-dqlite="830c1a017995b73322e86c2a6f2ca799c1caca07" 1233SRCREV_go-dqlite = "830c1a017995b73322e86c2a6f2ca799c1caca07"
1274SRC_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" 1234SRC_URI += "git://github.com/canonical/go-dqlite;name=go-dqlite;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/canonical/go-dqlite"
1275 1235
1276# github.com/cenkalti/backoff/v4 v4.2.1 1236# github.com/cenkalti/backoff/v4 v4.3.0
1277# [1] git ls-remote https://github.com/cenkalti/backoff a04a6fe64ffb0e3fd0816460529d300be5f252df 1237# [1] git ls-remote https://github.com/cenkalti/backoff 720b78985a65c0452fd37bb155c7cac4157a7c45
1278SRCREV_backoff-v4="a04a6fe64ffb0e3fd0816460529d300be5f252df" 1238SRCREV_backoff-v4 = "720b78985a65c0452fd37bb155c7cac4157a7c45"
1279SRC_URI += "git://github.com/cenkalti/backoff;name=backoff-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4" 1239SRC_URI += "git://github.com/cenkalti/backoff;name=backoff-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4"
1280 1240
1281# github.com/chai2010/gettext-go v1.0.2 1241# github.com/chai2010/gettext-go v1.0.2
1282# [1] git ls-remote https://github.com/chai2010/gettext-go 274d1753d015d0362761b6a1cc2a572e6a035913 1242# [1] git ls-remote https://github.com/chai2010/gettext-go 274d1753d015d0362761b6a1cc2a572e6a035913
1283SRCREV_gettext-go="274d1753d015d0362761b6a1cc2a572e6a035913" 1243SRCREV_gettext-go = "274d1753d015d0362761b6a1cc2a572e6a035913"
1284SRC_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" 1244SRC_URI += "git://github.com/chai2010/gettext-go;name=gettext-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/chai2010/gettext-go"
1285 1245
1286# github.com/containerd/btrfs/v2 v2.0.0 1246# github.com/containerd/btrfs/v2 v2.0.0
1287# [1] git ls-remote https://github.com/containerd/btrfs f611cf12b33f43269574b2ad82bcb55e4d6f9982 1247# [1] git ls-remote https://github.com/containerd/btrfs f611cf12b33f43269574b2ad82bcb55e4d6f9982
1288SRCREV_btrfs-v2="f611cf12b33f43269574b2ad82bcb55e4d6f9982" 1248SRCREV_btrfs-v2 = "f611cf12b33f43269574b2ad82bcb55e4d6f9982"
1289SRC_URI += "git://github.com/containerd/btrfs;name=btrfs-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/btrfs/v2" 1249SRC_URI += "git://github.com/containerd/btrfs;name=btrfs-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/btrfs/v2"
1290 1250
1291# github.com/containerd/imgcrypt v1.1.7 1251# github.com/containerd/imgcrypt v1.1.11
1292# [1] git ls-remote https://github.com/containerd/imgcrypt 01a05dffff35aadeb0a3008016ed745e7ff6beda 1252# [1] git ls-remote https://github.com/containerd/imgcrypt 619fd33080b087702c72e93451a698c381d522d0
1293SRCREV_imgcrypt="01a05dffff35aadeb0a3008016ed745e7ff6beda" 1253SRCREV_imgcrypt = "619fd33080b087702c72e93451a698c381d522d0"
1294SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt" 1254SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/imgcrypt"
1295 1255
1296# github.com/containers/ocicrypt v1.1.6 1256# github.com/containers/ocicrypt v1.2.0
1297# [1] git ls-remote https://github.com/containers/ocicrypt c61dfa5ee6c2ac10004c4e156d1a435f11c444cf 1257# [1] git ls-remote https://github.com/containers/ocicrypt e26515dd4d77b4d8adbbccb0afb1208bcde8843f
1298SRCREV_ocicrypt="c61dfa5ee6c2ac10004c4e156d1a435f11c444cf" 1258SRCREV_ocicrypt = "e26515dd4d77b4d8adbbccb0afb1208bcde8843f"
1299SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt" 1259SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containers/ocicrypt"
1300 1260
1301# github.com/docker/distribution v2.8.2+incompatible 1261# github.com/docker/distribution v2.8.3+incompatible
1302# [1] git ls-remote https://github.com/distribution/distribution 7c354a4b40feeea21d7eeae4de91c8ff7951e672 1262# [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f
1303SRCREV_distribution="7c354a4b40feeea21d7eeae4de91c8ff7951e672" 1263SRCREV_distribution = "4772604ae973031ab32dd9805a4bccf61d94909f"
1304SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" 1264SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution"
1305 1265
1306# github.com/emicklei/go-restful v2.16.0+incompatible 1266# github.com/emicklei/go-restful v2.16.0+incompatible
1307# [1] git ls-remote https://github.com/emicklei/go-restful ac666c045e035603f2704c98c59e979fccbfa94f 1267# [1] git ls-remote https://github.com/emicklei/go-restful ac666c045e035603f2704c98c59e979fccbfa94f
1308SRCREV_go-restful="ac666c045e035603f2704c98c59e979fccbfa94f" 1268SRCREV_go-restful = "ac666c045e035603f2704c98c59e979fccbfa94f"
1309SRC_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" 1269SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/emicklei/go-restful"
1310 1270
1311# github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 1271# github.com/go-sql-driver/mysql v1.8.1
1312# [1] git ls-remote https://github.com/gregjones/httpcache 9cad4c3443a7200dd6400aef47183728de563a38 1272# [1] git ls-remote https://github.com/go-sql-driver/mysql 4395c45fd098a81c5251667cda111f94c693ab14
1313SRCREV_httpcache="9cad4c3443a7200dd6400aef47183728de563a38" 1273SRCREV_mysql = "4395c45fd098a81c5251667cda111f94c693ab14"
1314SRC_URI += "git://github.com/gregjones/httpcache;name=httpcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gregjones/httpcache" 1274SRC_URI += "git://github.com/go-sql-driver/mysql;name=mysql;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-sql-driver/mysql"
1315 1275
1316# github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a 1276# github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
1317# [1] git ls-remote https://github.com/jackc/pgservicefile 091c0ba34f0a65a78ab8d0e313fde0695c0f7186 1277# [1] git ls-remote https://github.com/gregjones/httpcache 901d90724c7919163f472a9812253fb26761123d
1318SRCREV_pgservicefile="091c0ba34f0a65a78ab8d0e313fde0695c0f7186" 1278SRCREV_httpcache = "901d90724c7919163f472a9812253fb26761123d"
1319SRC_URI += "git://github.com/jackc/pgservicefile;name=pgservicefile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jackc/pgservicefile" 1279SRC_URI += "git://github.com/gregjones/httpcache;name=httpcache;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gregjones/httpcache"
1280
1281# github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
1282# [1] git ls-remote https://github.com/jackc/pgservicefile 5a60cdf6a76120dc3d5152b95f3b5fd8aa7cc9eb
1283SRCREV_pgservicefile = "5a60cdf6a76120dc3d5152b95f3b5fd8aa7cc9eb"
1284SRC_URI += "git://github.com/jackc/pgservicefile;name=pgservicefile;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgservicefile"
1320 1285
1321# github.com/jonboulle/clockwork v0.4.0 1286# github.com/jonboulle/clockwork v0.4.0
1322# [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a 1287# [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a
1323SRCREV_clockwork="606c48b92358fcca153952b56fb0d14d6845f84a" 1288SRCREV_clockwork = "606c48b92358fcca153952b56fb0d14d6845f84a"
1324SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork" 1289SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork"
1290
1291# github.com/libp2p/go-cidranger v1.1.0
1292# [1] git ls-remote https://github.com/libp2p/go-cidranger 1dec7f87b45b32e24d3f59548ad61647de34586d
1293SRCREV_go-cidranger = "1dec7f87b45b32e24d3f59548ad61647de34586d"
1294SRC_URI += "git://github.com/libp2p/go-cidranger;name=go-cidranger;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-cidranger"
1295
1296# github.com/libp2p/go-reuseport v0.4.0
1297# [1] git ls-remote https://github.com/libp2p/go-reuseport ac34b4fb35437abcc176b5bb97cc431d62d983e0
1298SRCREV_go-reuseport = "ac34b4fb35437abcc176b5bb97cc431d62d983e0"
1299SRC_URI += "git://github.com/libp2p/go-reuseport;name=go-reuseport;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-reuseport"
1325 1300
1326# github.com/mistifyio/go-zfs/v3 v3.0.1 1301# github.com/mistifyio/go-zfs/v3 v3.0.1
1327# [1] git ls-remote https://github.com/mistifyio/go-zfs f6d5c373cf63ae2477370aa9bda9fa49804c2d72 1302# [1] git ls-remote https://github.com/mistifyio/go-zfs f6d5c373cf63ae2477370aa9bda9fa49804c2d72
1328SRCREV_go-zfs-v3="f6d5c373cf63ae2477370aa9bda9fa49804c2d72" 1303SRCREV_go-zfs-v3 = "f6d5c373cf63ae2477370aa9bda9fa49804c2d72"
1329SRC_URI += "git://github.com/mistifyio/go-zfs;name=go-zfs-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mistifyio/go-zfs/v3" 1304SRC_URI += "git://github.com/mistifyio/go-zfs;name=go-zfs-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mistifyio/go-zfs/v3"
1330 1305
1331# github.com/moby/sys/sequential v0.5.0 1306# github.com/moby/sys/sequential v0.6.0
1332# [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 1307# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4
1333SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" 1308SRCREV_sequential = "cafbe42351600ca9b363e220722f66d96f6e71f4"
1334SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential" 1309SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential"
1335 1310
1336# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 1311# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
1337# [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb 1312# [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb
1338SRCREV_gocapability="42c35b4376354fd554efc7ad35e0b7f94e3a0ffb" 1313SRCREV_gocapability = "42c35b4376354fd554efc7ad35e0b7f94e3a0ffb"
1339SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/syndtr/gocapability" 1314SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/syndtr/gocapability"
1340 1315
1341# github.com/k3s-io/etcd/raft/v3 v3.5.9-k3s1 1316# github.com/k3s-io/etcd/raft/v3 v3.5.16-k3s1
1342# [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d 1317# [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8
1343SRCREV_raft-v3="341ce193b458049401364c20193ebd14f38fce6d" 1318SRCREV_raft-v3 = "d294136463b074a18c1512967343ffd7ba582ee8"
1344SRC_URI += "git://github.com/k3s-io/etcd;name=raft-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/raft/v3" 1319SRC_URI += "git://github.com/k3s-io/etcd;name=raft-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/etcd/raft/v3"
1345 1320
1346# go.opentelemetry.io/otel/trace v1.13.0 1321# go.opentelemetry.io/otel/trace v1.28.0
1347# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 1322# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d
1348SRCREV_trace="f2fd476f433128c2494476950ce11600a51bbe35" 1323SRCREV_trace = "81216fb002a6a76d32fdab6ef999bcf65794130d"
1349SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/trace" 1324SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/trace"
1350 1325
1351# go.opentelemetry.io/proto/otlp v0.19.0 1326# go.opentelemetry.io/proto/otlp v1.3.1
1352# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go c98f6b5f7362c9b4a717c7a4dab1ba90796a8f21 1327# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go a300cca6ca2b6c700b1c0409003751b762e30dea
1353SRCREV_otlp="c98f6b5f7362c9b4a717c7a4dab1ba90796a8f21" 1328SRCREV_otlp = "a300cca6ca2b6c700b1c0409003751b762e30dea"
1354SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/proto/otlp" 1329SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/proto/otlp"
1355 1330
1356# github.com/natefinch/lumberjack v2.0.0+incompatible 1331# github.com/natefinch/lumberjack v2.0.0+incompatible
1357# [1] git ls-remote https://github.com/natefinch/lumberjack 7d6a1875575e09256dc552b4c0e450dcd02bd10e 1332# [1] git ls-remote https://github.com/natefinch/lumberjack 7d6a1875575e09256dc552b4c0e450dcd02bd10e
1358SRCREV_lumberjack="7d6a1875575e09256dc552b4c0e450dcd02bd10e" 1333SRCREV_lumberjack = "7d6a1875575e09256dc552b4c0e450dcd02bd10e"
1359SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/natefinch/lumberjack" 1334SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/natefinch/lumberjack"
1360 1335
1361# github.com/rancher/remotedialer v0.3.0 1336# github.com/rancher/remotedialer v0.4.1
1362# [1] git ls-remote https://github.com/rancher/remotedialer 24498689a9ccec9adbdbadbe3f5d18df75ba133b 1337# [1] git ls-remote https://github.com/rancher/remotedialer afe97852fef44f4b9955bd7563021dee52c2061d
1363SRCREV_remotedialer="24498689a9ccec9adbdbadbe3f5d18df75ba133b" 1338SRCREV_remotedialer = "afe97852fef44f4b9955bd7563021dee52c2061d"
1364SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/remotedialer" 1339SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/remotedialer"
1340
1341# github.com/containerd/platforms v0.2.1
1342# [1] git ls-remote https://github.com/containerd/platforms 163df76b7184bb17ead614c92176995ec8fa5919
1343SRCREV_platforms = "163df76b7184bb17ead614c92176995ec8fa5919"
1344SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms"
1365 1345
1366# github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c 1346# github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c
1367# [1] git ls-remote https://github.com/davidlazar/go-crypto b73af7476f6c55b31aa2797d1f98afc94699548d 1347# [1] git ls-remote https://github.com/davidlazar/go-crypto b73af7476f6c55b31aa2797d1f98afc94699548d
1368SRCREV_go-crypto="b73af7476f6c55b31aa2797d1f98afc94699548d" 1348SRCREV_go-crypto = "b73af7476f6c55b31aa2797d1f98afc94699548d"
1369SRC_URI += "git://github.com/davidlazar/go-crypto;name=go-crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/davidlazar/go-crypto" 1349SRC_URI += "git://github.com/davidlazar/go-crypto;name=go-crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/davidlazar/go-crypto"
1370
1371# github.com/hashicorp/golang-lru v0.5.4
1372# [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54
1373SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54"
1374SRC_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"
1375
1376# github.com/pelletier/go-toml/v2 v2.1.1
1377# [1] git ls-remote https://github.com/pelletier/go-toml 34765b4a9e937ab927b5bd57231e98c68fe13109
1378SRCREV_go-toml-v2="34765b4a9e937ab927b5bd57231e98c68fe13109"
1379SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml/v2"
1380
1381# github.com/slok/go-http-metrics v0.10.0
1382# [1] git ls-remote https://github.com/slok/go-http-metrics 9382ededffcb5ecf9f7041bfb779ddc1fc9c08dc
1383SRCREV_go-http-metrics="9382ededffcb5ecf9f7041bfb779ddc1fc9c08dc"
1384SRC_URI += "git://github.com/slok/go-http-metrics;name=go-http-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/slok/go-http-metrics"
1385
1386# github.com/xenitab/pkg/channels v0.0.2
1387# [1] git ls-remote https://github.com/xenitab/pkg 94c2ab1cbf9c7aff34ed28237765cefd6d409f34
1388SRCREV_channels="94c2ab1cbf9c7aff34ed28237765cefd6d409f34"
1389SRC_URI += "git://github.com/xenitab/pkg;name=channels;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xenitab/pkg/channels"
1390 1350
1391# github.com/euank/go-kmsg-parser v2.0.0+incompatible 1351# github.com/euank/go-kmsg-parser v2.0.0+incompatible
1392# [1] git ls-remote https://github.com/euank/go-kmsg-parser 5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e 1352# [1] git ls-remote https://github.com/euank/go-kmsg-parser 5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e
1393SRCREV_go-kmsg-parser="5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e" 1353SRCREV_go-kmsg-parser = "5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e"
1394SRC_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" 1354SRC_URI += "git://github.com/euank/go-kmsg-parser;name=go-kmsg-parser;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/euank/go-kmsg-parser"
1395 1355
1396# github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d 1356# github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
1397# [1] git ls-remote https://github.com/exponent-io/jsonpath d6023ce2651d8eafb5c75bb0c7167536102ec9f5 1357# [1] git ls-remote https://github.com/exponent-io/jsonpath 1de76d718b3f2694498041a6e578675bf52cee06
1398SRCREV_jsonpath="d6023ce2651d8eafb5c75bb0c7167536102ec9f5" 1358SRCREV_jsonpath = "1de76d718b3f2694498041a6e578675bf52cee06"
1399SRC_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" 1359SRC_URI += "git://github.com/exponent-io/jsonpath;name=jsonpath;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/exponent-io/jsonpath"
1400 1360
1401# github.com/googleapis/gax-go/v2 v2.12.0 1361# github.com/hashicorp/go-version v1.7.0
1402# [1] git ls-remote https://github.com/googleapis/gax-go db3387b70e605dfc1f09513359d396496a91c66b 1362# [1] git ls-remote https://github.com/hashicorp/go-version fcaa53267960208632e9308c93aa89535526a018
1403SRCREV_gax-go-v2="db3387b70e605dfc1f09513359d396496a91c66b" 1363SRCREV_go-version = "fcaa53267960208632e9308c93aa89535526a018"
1404SRC_URI += "git://github.com/googleapis/gax-go;name=gax-go-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gax-go/v2" 1364SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-version"
1405 1365
1406# github.com/hashicorp/go-version v1.6.0 1366# github.com/hashicorp/golang-lru v0.5.4
1407# [1] git ls-remote https://github.com/hashicorp/go-version 78d058c5618891f74d604bd15356fca690b64d8a 1367# [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54
1408SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a" 1368SRCREV_golang-lru = "14eae340515388ca95aa8e7b86f0de668e981f54"
1409SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-version" 1369SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/golang-lru"
1410 1370
1411# github.com/mitchellh/go-homedir v1.1.0 1371# github.com/mitchellh/go-homedir v1.1.0
1412# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 1372# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727
1413SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" 1373SRCREV_go-homedir = "af06845cf3004701891bf4fdb884bfe4920b3727"
1414SRC_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" 1374SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/go-homedir"
1415 1375
1416# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 1376# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
1417# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 1377# [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94
1418SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" 1378SRCREV_concurrent = "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94"
1419SRC_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" 1379SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/concurrent"
1380
1381# github.com/pelletier/go-toml/v2 v2.2.3
1382# [1] git ls-remote https://github.com/pelletier/go-toml b730b2be5d3ab7283067ddf61188f41cdf42ce06
1383SRCREV_go-toml-v2 = "b730b2be5d3ab7283067ddf61188f41cdf42ce06"
1384SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pelletier/go-toml/v2"
1420 1385
1421# github.com/pquerna/cachecontrol v0.1.0 1386# github.com/pquerna/cachecontrol v0.1.0
1422# [1] git ls-remote https://github.com/pquerna/cachecontrol fb00f8a766ae43bf209f50299ce7d69669416dfb 1387# [1] git ls-remote https://github.com/pquerna/cachecontrol fb00f8a766ae43bf209f50299ce7d69669416dfb
1423SRCREV_cachecontrol="fb00f8a766ae43bf209f50299ce7d69669416dfb" 1388SRCREV_cachecontrol = "fb00f8a766ae43bf209f50299ce7d69669416dfb"
1424SRC_URI += "git://github.com/pquerna/cachecontrol;name=cachecontrol;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pquerna/cachecontrol" 1389SRC_URI += "git://github.com/pquerna/cachecontrol;name=cachecontrol;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pquerna/cachecontrol"
1425 1390
1426# github.com/tchap/go-patricia/v2 v2.3.1 1391# github.com/tchap/go-patricia/v2 v2.3.1
1427# [1] git ls-remote https://github.com/tchap/go-patricia 5fc88dd7937ad82ca516f7f1f6b2c06dd0180309 1392# [1] git ls-remote https://github.com/tchap/go-patricia 5fc88dd7937ad82ca516f7f1f6b2c06dd0180309
1428SRCREV_go-patricia-v2="5fc88dd7937ad82ca516f7f1f6b2c06dd0180309" 1393SRCREV_go-patricia-v2 = "5fc88dd7937ad82ca516f7f1f6b2c06dd0180309"
1429SRC_URI += "git://github.com/tchap/go-patricia;name=go-patricia-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tchap/go-patricia/v2" 1394SRC_URI += "git://github.com/tchap/go-patricia;name=go-patricia-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tchap/go-patricia/v2"
1430
1431# go.opentelemetry.io/otel/metric v0.32.1
1432# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go d7bfe6675fe79b0c01cae3d4c5f06330b2fece73
1433SRCREV_metric="d7bfe6675fe79b0c01cae3d4c5f06330b2fece73"
1434SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/metric"
1435
1436# github.com/k3s-io/kube-router/v2 v2.0.1
1437# [1] git ls-remote https://github.com/k3s-io/kube-router 6842973d656f0bf1562858d278ea5d1f06a16f56
1438SRCREV_v2="6842973d656f0bf1562858d278ea5d1f06a16f56"
1439SRC_URI += "git://github.com/k3s-io/kube-router;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kube-router/v2"
1440
1441# github.com/containerd/cgroups/v3 v3.0.2
1442# [1] git ls-remote https://github.com/containerd/cgroups 8fa64246e17ceea54277b3ad7139d9ec17545bfa
1443SRCREV_v3="8fa64246e17ceea54277b3ad7139d9ec17545bfa"
1444SRC_URI += "git://github.com/containerd/cgroups;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups/v3"
1445
1446# github.com/go-bindata/go-bindata v3.1.2+incompatible
1447# [1] git ls-remote https://github.com/go-bindata/go-bindata ff7109080027ec152dabb369e157c4f359b76f31
1448SRCREV_go-bindata="ff7109080027ec152dabb369e157c4f359b76f31"
1449SRC_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"
1450
1451# github.com/k3s-io/etcd/client/v3 v3.5.9-k3s1
1452# [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d
1453SRCREV_client-v3="341ce193b458049401364c20193ebd14f38fce6d"
1454SRC_URI += "git://github.com/k3s-io/etcd;name=client-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/client/v3"
1455
1456# github.com/k3s-io/etcd/server/v3 v3.5.9-k3s1
1457# [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d
1458SRCREV_server-v3="341ce193b458049401364c20193ebd14f38fce6d"
1459SRC_URI += "git://github.com/k3s-io/etcd;name=server-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/server/v3"
1460 1395
1461# github.com/go-playground/locales v0.14.1 1396# go.opentelemetry.io/otel/metric v1.28.0
1462# [1] git ls-remote https://github.com/go-playground/locales ce315c8672599942003599943a1e64288f55b03f 1397# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d
1463SRCREV_locales="ce315c8672599942003599943a1e64288f55b03f" 1398SRCREV_metric = "81216fb002a6a76d32fdab6ef999bcf65794130d"
1464SRC_URI += "git://github.com/go-playground/locales;name=locales;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-playground/locales" 1399SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/metric"
1465 1400
1466# github.com/libp2p/go-buffer-pool v0.1.0 1401# github.com/k3s-io/kube-router/v2 v2.2.1
1467# [1] git ls-remote https://github.com/libp2p/go-buffer-pool c5070857211a0615ebd7b56588154941af580a4d 1402# [1] git ls-remote https://github.com/k3s-io/kube-router 15fd7b0cbfb80056733a9ed27c6d3a6d29fa4637
1468SRCREV_go-buffer-pool="c5070857211a0615ebd7b56588154941af580a4d" 1403SRCREV_v2 = "15fd7b0cbfb80056733a9ed27c6d3a6d29fa4637"
1469SRC_URI += "git://github.com/libp2p/go-buffer-pool;name=go-buffer-pool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-buffer-pool" 1404SRC_URI += "git://github.com/k3s-io/kube-router;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kube-router/v2"
1470 1405
1471# github.com/containerd/continuity v0.4.2 1406# github.com/containerd/cgroups/v3 v3.0.3
1472# [1] git ls-remote https://github.com/containerd/continuity 77a2d47a6668b82465fdf6cb749fe3a2aa2c9743 1407# [1] git ls-remote https://github.com/containerd/cgroups 1e056883d58ac58daf7566065a46016b4532f35c
1473SRCREV_continuity="77a2d47a6668b82465fdf6cb749fe3a2aa2c9743" 1408SRCREV_v3 = "1e056883d58ac58daf7566065a46016b4532f35c"
1474SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" 1409SRC_URI += "git://github.com/containerd/cgroups;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/cgroups/v3"
1475
1476# github.com/containerd/typeurl/v2 v2.1.1
1477# [1] git ls-remote https://github.com/containerd/typeurl 7ef6316b771f959cbb208b229e3423a466947df3
1478SRCREV_typeurl-v2="7ef6316b771f959cbb208b229e3423a466947df3"
1479SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl/v2"
1480 1410
1481# github.com/coreos/go-systemd/v22 v22.5.0 1411# github.com/coreos/go-systemd/v22 v22.5.0
1482# [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e 1412# [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e
1483SRCREV_v22="d5623bf85e8e73ae6352f78ee6b55a287619dd4e" 1413SRCREV_v22 = "d5623bf85e8e73ae6352f78ee6b55a287619dd4e"
1484SRC_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" 1414SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/coreos/go-systemd/v22"
1485 1415
1486# github.com/cpuguy83/go-md2man/v2 v2.0.3 1416# github.com/go-bindata/go-bindata v3.1.2+incompatible
1487# [1] git ls-remote https://github.com/cpuguy83/go-md2man f67b5f6400a3ea2156517041a329ae5f5935395c 1417# [1] git ls-remote https://github.com/go-bindata/go-bindata ff7109080027ec152dabb369e157c4f359b76f31
1488SRCREV_go-md2man-v2="f67b5f6400a3ea2156517041a329ae5f5935395c" 1418SRCREV_go-bindata = "ff7109080027ec152dabb369e157c4f359b76f31"
1489SRC_URI += "git://github.com/cpuguy83/go-md2man;name=go-md2man-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cpuguy83/go-md2man/v2" 1419SRC_URI += "git://github.com/go-bindata/go-bindata;name=go-bindata;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-bindata/go-bindata"
1420
1421# github.com/k3s-io/etcd/client/v3 v3.5.16-k3s1
1422# [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8
1423SRCREV_client-v3 = "d294136463b074a18c1512967343ffd7ba582ee8"
1424SRC_URI += "git://github.com/k3s-io/etcd;name=client-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/etcd/client/v3"
1425
1426# github.com/k3s-io/etcd/server/v3 v3.5.16-k3s1
1427# [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8
1428SRCREV_server-v3 = "d294136463b074a18c1512967343ffd7ba582ee8"
1429SRC_URI += "git://github.com/k3s-io/etcd;name=server-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/etcd/server/v3"
1430
1431# github.com/bahlo/generic-list-go v0.2.0
1432# [1] git ls-remote https://github.com/bahlo/generic-list-go 89fb9b4cdfd4b5295651f72e9f892f1595b4d6c9
1433SRCREV_generic-list-go = "89fb9b4cdfd4b5295651f72e9f892f1595b4d6c9"
1434SRC_URI += "git://github.com/bahlo/generic-list-go;name=generic-list-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/bahlo/generic-list-go"
1435
1436# github.com/go-task/slim-sprig/v3 v3.0.0
1437# [1] git ls-remote https://github.com/go-task/slim-sprig b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894
1438SRCREV_slim-sprig-v3 = "b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894"
1439SRC_URI += "git://github.com/go-task/slim-sprig;name=slim-sprig-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-task/slim-sprig/v3"
1440
1441# github.com/wk8/go-ordered-map/v2 v2.1.8
1442# [1] git ls-remote https://github.com/wk8/go-ordered-map 85ca4a2b29d3241fa4513f82be3d38fe2392a791
1443SRCREV_go-ordered-map-v2 = "85ca4a2b29d3241fa4513f82be3d38fe2392a791"
1444SRC_URI += "git://github.com/wk8/go-ordered-map;name=go-ordered-map-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/wk8/go-ordered-map/v2"
1445
1446# github.com/containerd/continuity v0.4.3
1447# [1] git ls-remote https://github.com/containerd/continuity 1743d9104d944131cdedaba33a59d2f9bd80a6f2
1448SRCREV_continuity = "1743d9104d944131cdedaba33a59d2f9bd80a6f2"
1449SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity"
1450
1451# github.com/containerd/typeurl/v2 v2.2.0
1452# [1] git ls-remote https://github.com/containerd/typeurl 933576d917b1a9ba697d03d982fb18cb0260e64f
1453SRCREV_typeurl-v2 = "933576d917b1a9ba697d03d982fb18cb0260e64f"
1454SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2"
1455
1456# github.com/cpuguy83/go-md2man/v2 v2.0.5
1457# [1] git ls-remote https://github.com/cpuguy83/go-md2man b14773d4db11046c50d0d1c05955839604aae991
1458SRCREV_go-md2man-v2 = "b14773d4db11046c50d0d1c05955839604aae991"
1459SRC_URI += "git://github.com/cpuguy83/go-md2man;name=go-md2man-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cpuguy83/go-md2man/v2"
1490 1460
1491# github.com/docker/go-connections v0.5.0 1461# github.com/docker/go-connections v0.5.0
1492# [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace 1462# [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace
1493SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace" 1463SRCREV_go-connections = "fa09c952e3eadbffaf8afc5b8a1667158ba38ace"
1494SRC_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" 1464SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-connections"
1465
1466# github.com/google/gnostic-models v0.6.9
1467# [1] git ls-remote https://github.com/google/gnostic-models 8182012deeb719be14a1675628e3212ff9948140
1468SRCREV_gnostic-models = "8182012deeb719be14a1675628e3212ff9948140"
1469SRC_URI += "git://github.com/google/gnostic-models;name=gnostic-models;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gnostic-models"
1495 1470
1496# github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 1471# github.com/libp2p/go-buffer-pool v0.1.0
1497# [1] git ls-remote https://github.com/google/gnostic-models c7be7c783f49e86348a1081eb387e01a347a4f23 1472# [1] git ls-remote https://github.com/libp2p/go-buffer-pool c5070857211a0615ebd7b56588154941af580a4d
1498SRCREV_gnostic-models="c7be7c783f49e86348a1081eb387e01a347a4f23" 1473SRCREV_go-buffer-pool = "c5070857211a0615ebd7b56588154941af580a4d"
1499SRC_URI += "git://github.com/google/gnostic-models;name=gnostic-models;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gnostic-models" 1474SRC_URI += "git://github.com/libp2p/go-buffer-pool;name=go-buffer-pool;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-buffer-pool"
1500 1475
1501# github.com/mitchellh/go-wordwrap v1.0.1 1476# github.com/mitchellh/go-wordwrap v1.0.1
1502# [1] git ls-remote https://github.com/mitchellh/go-wordwrap ecf0936a077a4bd73a1cc2ac5c370f2b55618d62 1477# [1] git ls-remote https://github.com/mitchellh/go-wordwrap ecf0936a077a4bd73a1cc2ac5c370f2b55618d62
1503SRCREV_go-wordwrap="ecf0936a077a4bd73a1cc2ac5c370f2b55618d62" 1478SRCREV_go-wordwrap = "ecf0936a077a4bd73a1cc2ac5c370f2b55618d62"
1504SRC_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" 1479SRC_URI += "git://github.com/mitchellh/go-wordwrap;name=go-wordwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/go-wordwrap"
1505 1480
1506# github.com/k3s-io/etcd/client/v2 v2.305.9-k3s1 1481# github.com/k3s-io/etcd/client/v2 v2.305.16-k3s1
1507# [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d 1482# [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8
1508SRCREV_client-v2="341ce193b458049401364c20193ebd14f38fce6d" 1483SRCREV_client-v2 = "d294136463b074a18c1512967343ffd7ba582ee8"
1509SRC_URI += "git://github.com/k3s-io/etcd;name=client-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/client/v2" 1484SRC_URI += "git://github.com/k3s-io/etcd;name=client-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/etcd/client/v2"
1510 1485
1511# gopkg.in/natefinch/lumberjack.v2 v2.2.1 1486# gopkg.in/natefinch/lumberjack.v2 v2.2.1
1512# [1] git ls-remote https://github.com/natefinch/lumberjack 4cb27fcfbb0f35cb48c542c5ea80b7c1d18933d0 1487# [1] git ls-remote https://github.com/natefinch/lumberjack 4cb27fcfbb0f35cb48c542c5ea80b7c1d18933d0
1513SRCREV_lumberjack.v2="4cb27fcfbb0f35cb48c542c5ea80b7c1d18933d0" 1488SRCREV_lumberjack.v2 = "4cb27fcfbb0f35cb48c542c5ea80b7c1d18933d0"
1514SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/natefinch/lumberjack.v2" 1489SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/natefinch/lumberjack.v2"
1515 1490
1516# github.com/k3s-io/helm-controller v0.15.8 1491# github.com/k3s-io/helm-controller v0.16.5
1517# [1] git ls-remote https://github.com/k3s-io/helm-controller 6479edd3c7f919dd9cc65a88aca75390f391eb4f 1492# [1] git ls-remote https://github.com/k3s-io/helm-controller 5d91b5fef8482219a93ed6ccfc4ea026431966f8
1518SRCREV_helm-controller="6479edd3c7f919dd9cc65a88aca75390f391eb4f" 1493SRCREV_helm-controller = "5d91b5fef8482219a93ed6ccfc4ea026431966f8"
1519SRC_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" 1494SRC_URI += "git://github.com/k3s-io/helm-controller;name=helm-controller;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/helm-controller"
1520 1495
1521# github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8 1496# github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8
1522# [1] git ls-remote https://github.com/mwitkow/go-http-dialer 378f744fb2b81a6b96e3f40cde4f3bcab5a9cff0 1497# [1] git ls-remote https://github.com/mwitkow/go-http-dialer 378f744fb2b81a6b96e3f40cde4f3bcab5a9cff0
1523SRCREV_go-http-dialer="378f744fb2b81a6b96e3f40cde4f3bcab5a9cff0" 1498SRCREV_go-http-dialer = "378f744fb2b81a6b96e3f40cde4f3bcab5a9cff0"
1524SRC_URI += "git://github.com/mwitkow/go-http-dialer;name=go-http-dialer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mwitkow/go-http-dialer" 1499SRC_URI += "git://github.com/mwitkow/go-http-dialer;name=go-http-dialer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mwitkow/go-http-dialer"
1525 1500
1526# github.com/opencontainers/selinux v1.10.1 1501# github.com/opencontainers/selinux v1.11.0
1527# [1] git ls-remote https://github.com/opencontainers/selinux 84e248a28e776216cd33a51fdea90a20fe308136 1502# [1] git ls-remote https://github.com/opencontainers/selinux b68c45eb2df48c6b0c949901ccda90c8e65fe677
1528SRCREV_selinux="84e248a28e776216cd33a51fdea90a20fe308136" 1503SRCREV_selinux = "b68c45eb2df48c6b0c949901ccda90c8e65fe677"
1529SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux" 1504SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/selinux"
1505
1506# github.com/k3s-io/etcd/etcdutl/v3 v3.5.16-k3s1
1507# [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8
1508SRCREV_etcdutl-v3 = "d294136463b074a18c1512967343ffd7ba582ee8"
1509SRC_URI += "git://github.com/k3s-io/etcd;name=etcdutl-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/etcd/etcdutl/v3"
1510
1511# github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
1512# [1] git ls-remote https://github.com/asaskevich/govalidator a9d515a09cc289c60d55064edec5ef189859f172
1513SRCREV_govalidator = "a9d515a09cc289c60d55064edec5ef189859f172"
1514SRC_URI += "git://github.com/asaskevich/govalidator;name=govalidator;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/asaskevich/govalidator"
1515
1516# github.com/containerd/errdefs/pkg v0.3.0
1517# [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635
1518SRCREV_pkg = "4817405e4a3caeb7aee9dac68ed55339c59cb635"
1519SRC_URI += "git://github.com/containerd/errdefs;name=pkg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs/pkg"
1520
1521# github.com/distribution/reference v0.5.0
1522# [1] git ls-remote https://github.com/distribution/reference 49c28499d219290c3226822e9cfcd4ede6d75379
1523SRCREV_reference = "49c28499d219290c3226822e9cfcd4ede6d75379"
1524SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference"
1525
1526# github.com/emicklei/go-restful/v3 v3.11.0
1527# [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966
1528SRCREV_go-restful-v3 = "30bec7807481e62e1e1e59ad57e7f22054806966"
1529SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/emicklei/go-restful/v3"
1530
1531# github.com/go-openapi/jsonpointer v0.21.0
1532# [1] git ls-remote https://github.com/go-openapi/jsonpointer 8b546b950409bd7b131488a88613339cd8937b7f
1533SRCREV_jsonpointer = "8b546b950409bd7b131488a88613339cd8937b7f"
1534SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonpointer"
1530 1535
1531# github.com/k3s-io/etcd/etcdutl/v3 v3.5.9-k3s1 1536# github.com/hashicorp/go-cleanhttp v0.5.2
1532# [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d 1537# [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2
1533SRCREV_etcdutl-v3="341ce193b458049401364c20193ebd14f38fce6d" 1538SRCREV_go-cleanhttp = "6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2"
1534SRC_URI += "git://github.com/k3s-io/etcd;name=etcdutl-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/etcdutl/v3" 1539SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-cleanhttp"
1535 1540
1536# github.com/libp2p/go-flow-metrics v0.1.0 1541# github.com/libp2p/go-flow-metrics v0.1.0
1537# [1] git ls-remote https://github.com/libp2p/go-flow-metrics 3f13d05958e2d1be0245aed1bdb38f9ff1b4efdc 1542# [1] git ls-remote https://github.com/libp2p/go-flow-metrics 3f13d05958e2d1be0245aed1bdb38f9ff1b4efdc
1538SRCREV_go-flow-metrics="3f13d05958e2d1be0245aed1bdb38f9ff1b4efdc" 1543SRCREV_go-flow-metrics = "3f13d05958e2d1be0245aed1bdb38f9ff1b4efdc"
1539SRC_URI += "git://github.com/libp2p/go-flow-metrics;name=go-flow-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-flow-metrics" 1544SRC_URI += "git://github.com/libp2p/go-flow-metrics;name=go-flow-metrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-flow-metrics"
1540 1545
1541# github.com/multiformats/go-base32 v0.1.0 1546# github.com/multiformats/go-base32 v0.1.0
1542# [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f 1547# [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f
1543SRCREV_go-base32="a16b66327f327428b32b919939b8c93482507e1f" 1548SRCREV_go-base32 = "a16b66327f327428b32b919939b8c93482507e1f"
1544SRC_URI += "git://github.com/multiformats/go-base32;name=go-base32;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base32" 1549SRC_URI += "git://github.com/multiformats/go-base32;name=go-base32;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-base32"
1545 1550
1546# github.com/multiformats/go-base36 v0.2.0 1551# github.com/multiformats/go-base36 v0.2.0
1547# [1] git ls-remote https://github.com/multiformats/go-base36 da52c98bb97cfaa321be04030bc97dcee7de63ff 1552# [1] git ls-remote https://github.com/multiformats/go-base36 da52c98bb97cfaa321be04030bc97dcee7de63ff
1548SRCREV_go-base36="da52c98bb97cfaa321be04030bc97dcee7de63ff" 1553SRCREV_go-base36 = "da52c98bb97cfaa321be04030bc97dcee7de63ff"
1549SRC_URI += "git://github.com/multiformats/go-base36;name=go-base36;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-base36" 1554SRC_URI += "git://github.com/multiformats/go-base36;name=go-base36;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-base36"
1550 1555
1551# github.com/multiformats/go-varint v0.0.7 1556# github.com/multiformats/go-varint v0.0.7
1552# [1] git ls-remote https://github.com/multiformats/go-varint 8c8129accb08fc978bb276c81d568c41eafdd48f 1557# [1] git ls-remote https://github.com/multiformats/go-varint 8c8129accb08fc978bb276c81d568c41eafdd48f
1553SRCREV_go-varint="8c8129accb08fc978bb276c81d568c41eafdd48f" 1558SRCREV_go-varint = "8c8129accb08fc978bb276c81d568c41eafdd48f"
1554SRC_URI += "git://github.com/multiformats/go-varint;name=go-varint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-varint" 1559SRC_URI += "git://github.com/multiformats/go-varint;name=go-varint;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-varint"
1555 1560
1556# github.com/Azure/azure-sdk-for-go v68.0.0+incompatible 1561# github.com/nats-io/nats-server/v2 v2.10.12
1557# [1] git ls-remote https://github.com/Azure/azure-sdk-for-go 2187aca40bbf6931ffac666977e5d29128d82585 1562# [1] git ls-remote https://github.com/nats-io/nats-server 121169ea86756a853a418446b9c7591df761b49d
1558SRCREV_azure-sdk-for-go="2187aca40bbf6931ffac666977e5d29128d82585" 1563SRCREV_nats-server-v2 = "121169ea86756a853a418446b9c7591df761b49d"
1559SRC_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" 1564SRC_URI += "git://github.com/nats-io/nats-server;name=nats-server-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/nats-io/nats-server/v2"
1560
1561# github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
1562# [1] git ls-remote https://github.com/asaskevich/govalidator f61b66f89f4a311bef65f13e575bcf1a2ffadda6
1563SRCREV_govalidator="f61b66f89f4a311bef65f13e575bcf1a2ffadda6"
1564SRC_URI += "git://github.com/asaskevich/govalidator;name=govalidator;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/asaskevich/govalidator"
1565
1566# github.com/emicklei/go-restful/v3 v3.9.0
1567# [1] git ls-remote https://github.com/emicklei/go-restful ce871fa2f7069b65c784c9c708da1f00b1f2bd66
1568SRCREV_go-restful-v3="ce871fa2f7069b65c784c9c708da1f00b1f2bd66"
1569SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful/v3"
1570
1571# github.com/go-openapi/jsonpointer v0.20.0
1572# [1] git ls-remote https://github.com/go-openapi/jsonpointer 7df7a464d60e04018cf8f616a7abda94907fdf63
1573SRCREV_jsonpointer="7df7a464d60e04018cf8f616a7abda94907fdf63"
1574SRC_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"
1575
1576# github.com/hashicorp/go-cleanhttp v0.5.2
1577# [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2
1578SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2"
1579SRC_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"
1580
1581# github.com/nats-io/nats-server/v2 v2.10.5
1582# [1] git ls-remote https://github.com/nats-io/nats-server 0883d32bbcc5619603a9e5344d15aa10d069f059
1583SRCREV_nats-server-v2="0883d32bbcc5619603a9e5344d15aa10d069f059"
1584SRC_URI += "git://github.com/nats-io/nats-server;name=nats-server-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nats-server/v2"
1585 1565
1586# golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 1566# golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
1587# [1] git ls-remote https://github.com/WireGuard/wgctrl-go 925a1e7659e675c94c1a659d39daa9141e450c7d 1567# [1] git ls-remote https://github.com/WireGuard/wgctrl-go 925a1e7659e675c94c1a659d39daa9141e450c7d
1588SRCREV_wgctrl="925a1e7659e675c94c1a659d39daa9141e450c7d" 1568SRCREV_wgctrl = "925a1e7659e675c94c1a659d39daa9141e450c7d"
1589SRC_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" 1569SRC_URI += "git://github.com/WireGuard/wgctrl-go;name=wgctrl;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.zx2c4.com/wireguard/wgctrl"
1570
1571# github.com/rancher/dynamiclistener v0.6.0-rc1
1572# [1] git ls-remote https://github.com/rancher/dynamiclistener e507a7ad34db756ef1aad65fa2afa31a486c8e6f
1573SRCREV_dynamiclistener = "e507a7ad34db756ef1aad65fa2afa31a486c8e6f"
1574SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/dynamiclistener"
1590 1575
1591# github.com/rancher/dynamiclistener v0.3.6 1576# github.com/containernetworking/cni v1.2.3
1592# [1] git ls-remote https://github.com/rancher/dynamiclistener 0a2d8dff62fde6dfaf009141c12b30c316d8cff3 1577# [1] git ls-remote https://github.com/containernetworking/cni 309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4
1593SRCREV_dynamiclistener="0a2d8dff62fde6dfaf009141c12b30c316d8cff3" 1578SRCREV_cni = "309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4"
1594SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/dynamiclistener" 1579SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/cni"
1595 1580
1596# github.com/gabriel-vasile/mimetype v1.4.2 1581# github.com/hashicorp/go-multierror v1.1.1
1597# [1] git ls-remote https://github.com/gabriel-vasile/mimetype 6f575b3e3509415374009db9cb81d6eae1fdfefb 1582# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0
1598SRCREV_mimetype="6f575b3e3509415374009db9cb81d6eae1fdfefb" 1583SRCREV_go-multierror = "9974e9ec57696378079ecc3accd3d6f29401b3a0"
1599SRC_URI += "git://github.com/gabriel-vasile/mimetype;name=mimetype;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gabriel-vasile/mimetype" 1584SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-multierror"
1600 1585
1601# github.com/hashicorp/golang-lru/v2 v2.0.5 1586# github.com/hashicorp/golang-lru/v2 v2.0.7
1602# [1] git ls-remote https://github.com/hashicorp/golang-lru 99d7b177d1c3f01ae145e824fe627961e76edb8b 1587# [1] git ls-remote https://github.com/hashicorp/golang-lru d8515860cebc7b25ff2d29fada3f10a43611c28b
1603SRCREV_golang-lru-v2="99d7b177d1c3f01ae145e824fe627961e76edb8b" 1588SRCREV_golang-lru-v2 = "d8515860cebc7b25ff2d29fada3f10a43611c28b"
1604SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru/v2" 1589SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/golang-lru/v2"
1605 1590
1606# github.com/libp2p/go-libp2p-record v0.2.0 1591# github.com/libp2p/go-libp2p-record v0.2.0
1607# [1] git ls-remote https://github.com/libp2p/go-libp2p-record 90bb9b0e21ffe5e9a5f1af1c1e8cc6d9a0fce24c 1592# [1] git ls-remote https://github.com/libp2p/go-libp2p-record 90bb9b0e21ffe5e9a5f1af1c1e8cc6d9a0fce24c
1608SRCREV_go-libp2p-record="90bb9b0e21ffe5e9a5f1af1c1e8cc6d9a0fce24c" 1593SRCREV_go-libp2p-record = "90bb9b0e21ffe5e9a5f1af1c1e8cc6d9a0fce24c"
1609SRC_URI += "git://github.com/libp2p/go-libp2p-record;name=go-libp2p-record;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-libp2p-record" 1594SRC_URI += "git://github.com/libp2p/go-libp2p-record;name=go-libp2p-record;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-libp2p-record"
1610 1595
1611# github.com/quic-go/webtransport-go v0.5.3 1596# github.com/prometheus/client_model v0.6.1
1612# [1] git ls-remote https://github.com/quic-go/webtransport-go 16472ffb325d4869a24326e509abf359a8309775 1597# [1] git ls-remote https://github.com/prometheus/client_model 571429e996ba2d9499e3dcb12926767ba953c0ef
1613SRCREV_webtransport-go="16472ffb325d4869a24326e509abf359a8309775" 1598SRCREV_client_model = "571429e996ba2d9499e3dcb12926767ba953c0ef"
1614SRC_URI += "git://github.com/quic-go/webtransport-go;name=webtransport-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/quic-go/webtransport-go" 1599SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_model"
1615
1616# github.com/containernetworking/cni v1.1.2
1617# [1] git ls-remote https://github.com/containernetworking/cni 3363d143688bb83ca18489ac8b9dc204c1d49c4a
1618SRCREV_cni="3363d143688bb83ca18489ac8b9dc204c1d49c4a"
1619SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni"
1620
1621# github.com/hashicorp/go-multierror v1.1.1
1622# [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0
1623SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0"
1624SRC_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"
1625 1600
1626# github.com/prometheus/client_model v0.5.0 1601# github.com/quic-go/webtransport-go v0.6.0
1627# [1] git ls-remote https://github.com/prometheus/client_model 1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f 1602# [1] git ls-remote https://github.com/quic-go/webtransport-go 3697690b8131a891190093bd6d10ca6e3906a620
1628SRCREV_client_model="1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f" 1603SRCREV_webtransport-go = "3697690b8131a891190093bd6d10ca6e3906a620"
1629SRC_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" 1604SRC_URI += "git://github.com/quic-go/webtransport-go;name=webtransport-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/quic-go/webtransport-go"
1630 1605
1631# github.com/russross/blackfriday/v2 v2.1.0 1606# github.com/russross/blackfriday/v2 v2.1.0
1632# [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 1607# [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049
1633SRCREV_blackfriday-v2="4c9bf9512682b995722660a4196c0013228e2049" 1608SRCREV_blackfriday-v2 = "4c9bf9512682b995722660a4196c0013228e2049"
1634SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday/v2" 1609SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2"
1635 1610
1636# sigs.k8s.io/kustomize/kustomize/v5 v5.0.4-0.20230601165947-6ce0bf390ce3 1611# sigs.k8s.io/kustomize/kustomize/v5 v5.5.0
1637# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 6ce0bf390ce3dae580947a2b739da3306c675eef 1612# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize afe77936761f8f7ee735a67f167a8382c8406f74
1638SRCREV_kustomize-v5="6ce0bf390ce3dae580947a2b739da3306c675eef" 1613SRCREV_kustomize-v5 = "afe77936761f8f7ee735a67f167a8382c8406f74"
1639SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kustomize-v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/kustomize/kustomize/v5" 1614SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kustomize-v5;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/kustomize/kustomize/v5"
1615
1616# github.com/prometheus/client_golang v1.19.1
1617# [1] git ls-remote https://github.com/prometheus/client_golang 6e3f4b1091875216850a486b1c2eb0e5ea852f98
1618SRCREV_client_golang = "6e3f4b1091875216850a486b1c2eb0e5ea852f98"
1619SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_golang"
1620
1621# github.com/go-openapi/jsonreference v0.21.0
1622# [1] git ls-remote https://github.com/go-openapi/jsonreference c5fa756d84ccb15425cb8664d142ad550fe58b1b
1623SRCREV_jsonreference = "c5fa756d84ccb15425cb8664d142ad550fe58b1b"
1624SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonreference"
1640 1625
1641# github.com/libp2p/go-libp2p-kad-dht v0.25.2 1626# github.com/libp2p/go-libp2p-kad-dht v0.25.2
1642# [1] git ls-remote https://github.com/libp2p/go-libp2p-kad-dht bdca14419ec5f7ad0790f17856964bb99bee7436 1627# [1] git ls-remote https://github.com/libp2p/go-libp2p-kad-dht bdca14419ec5f7ad0790f17856964bb99bee7436
1643SRCREV_go-libp2p-kad-dht="bdca14419ec5f7ad0790f17856964bb99bee7436" 1628SRCREV_go-libp2p-kad-dht = "bdca14419ec5f7ad0790f17856964bb99bee7436"
1644SRC_URI += "git://github.com/libp2p/go-libp2p-kad-dht;name=go-libp2p-kad-dht;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-libp2p-kad-dht" 1629SRC_URI += "git://github.com/libp2p/go-libp2p-kad-dht;name=go-libp2p-kad-dht;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-libp2p-kad-dht"
1645 1630
1646# github.com/libp2p/go-libp2p-kbucket v0.6.3 1631# github.com/libp2p/go-libp2p-kbucket v0.6.3
1647# [1] git ls-remote https://github.com/libp2p/go-libp2p-kbucket 437b9fccd6a22835a67b8fe2a5eae0b92f307224 1632# [1] git ls-remote https://github.com/libp2p/go-libp2p-kbucket 437b9fccd6a22835a67b8fe2a5eae0b92f307224
1648SRCREV_go-libp2p-kbucket="437b9fccd6a22835a67b8fe2a5eae0b92f307224" 1633SRCREV_go-libp2p-kbucket = "437b9fccd6a22835a67b8fe2a5eae0b92f307224"
1649SRC_URI += "git://github.com/libp2p/go-libp2p-kbucket;name=go-libp2p-kbucket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-libp2p-kbucket" 1634SRC_URI += "git://github.com/libp2p/go-libp2p-kbucket;name=go-libp2p-kbucket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-libp2p-kbucket"
1650
1651# github.com/Azure/go-autorest/logger v0.2.1
1652# [1] git ls-remote https://github.com/Azure/go-autorest 820a319d2214dc91d083022ae5ec50070175314c
1653SRCREV_logger="820a319d2214dc91d083022ae5ec50070175314c"
1654SRC_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/logger"
1655
1656# github.com/daviddengcn/go-colortext v1.0.0
1657# [1] git ls-remote https://github.com/daviddengcn/go-colortext dc4cd66b56a892657c0bea8bf4389d35210ce0ee
1658SRCREV_go-colortext="dc4cd66b56a892657c0bea8bf4389d35210ce0ee"
1659SRC_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"
1660
1661# github.com/go-openapi/jsonreference v0.20.2
1662# [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff
1663SRCREV_jsonreference="1f158e563669961b8e54817e3ea57978d439ffff"
1664SRC_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"
1665 1635
1666# github.com/opencontainers/go-digest v1.0.0 1636# github.com/opencontainers/go-digest v1.0.0
1667# [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a 1637# [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a
1668SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" 1638SRCREV_go-digest = "ea51bea511f75cfa3ef6098cc253c5c3609b037a"
1669SRC_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" 1639SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/go-digest"
1670
1671# github.com/prometheus/client_golang v1.18.0
1672# [1] git ls-remote https://github.com/prometheus/client_golang 53be91d12107cb69053a8792d0a3a2a6124d59cf
1673SRCREV_client_golang="53be91d12107cb69053a8792d0a3a2a6124d59cf"
1674SRC_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"
1675 1640
1676# github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 1641# github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75
1677# [1] git ls-remote https://github.com/tmc/grpc-websocket-proxy 673ab2c3ae75cc01952b84b88590e30e75dcf395 1642# [1] git ls-remote https://github.com/tmc/grpc-websocket-proxy 673ab2c3ae75cc01952b84b88590e30e75dcf395
1678SRCREV_grpc-websocket-proxy="673ab2c3ae75cc01952b84b88590e30e75dcf395" 1643SRCREV_grpc-websocket-proxy = "673ab2c3ae75cc01952b84b88590e30e75dcf395"
1679SRC_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" 1644SRC_URI += "git://github.com/tmc/grpc-websocket-proxy;name=grpc-websocket-proxy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tmc/grpc-websocket-proxy"
1680
1681# github.com/k3s-io/etcd/client/pkg/v3 v3.5.9-k3s1
1682# [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d
1683SRCREV_pkg-v3="341ce193b458049401364c20193ebd14f38fce6d"
1684SRC_URI += "git://github.com/k3s-io/etcd;name=pkg-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/client/pkg/v3"
1685
1686# github.com/libp2p/go-libp2p-asn-util v0.3.0
1687# [1] git ls-remote https://github.com/libp2p/go-libp2p-asn-util bce6420c4bcf80f1ab03cdfd4b64575e53328099
1688SRCREV_go-libp2p-asn-util="bce6420c4bcf80f1ab03cdfd4b64575e53328099"
1689SRC_URI += "git://github.com/libp2p/go-libp2p-asn-util;name=go-libp2p-asn-util;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-libp2p-asn-util"
1690
1691# github.com/multiformats/go-multiaddr v0.12.0
1692# [1] git ls-remote https://github.com/multiformats/go-multiaddr 5dd793c6fc4935fad347429a48a168acc8073474
1693SRCREV_go-multiaddr="5dd793c6fc4935fad347429a48a168acc8073474"
1694SRC_URI += "git://github.com/multiformats/go-multiaddr;name=go-multiaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multiaddr"
1695
1696# github.com/multiformats/go-multibase v0.2.0
1697# [1] git ls-remote https://github.com/multiformats/go-multibase 58a41f7df1d82d16599e259325b3337d69f70e3b
1698SRCREV_go-multibase="58a41f7df1d82d16599e259325b3337d69f70e3b"
1699SRC_URI += "git://github.com/multiformats/go-multibase;name=go-multibase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multibase"
1700
1701# github.com/multiformats/go-multihash v0.2.3
1702# [1] git ls-remote https://github.com/multiformats/go-multihash ff9da31500dddfc675e996601a05cdfc3ce7c764
1703SRCREV_go-multihash="ff9da31500dddfc675e996601a05cdfc3ce7c764"
1704SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multihash"
1705
1706# github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
1707# [1] git ls-remote https://github.com/whyrusleeping/go-keyspace 5b898ac5add1da7178a4a98e69cb7b9205c085ee
1708SRCREV_go-keyspace="5b898ac5add1da7178a4a98e69cb7b9205c085ee"
1709SRC_URI += "git://github.com/whyrusleeping/go-keyspace;name=go-keyspace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/whyrusleeping/go-keyspace"
1710 1645
1711# cloud.google.com/go/compute/metadata v0.2.3 1646# github.com/k3s-io/etcd/client/pkg/v3 v3.5.16-k3s1
1712# [1] git ls-remote https://github.com/googleapis/google-cloud-go cf8081fada0955a1682ce3fc400b44bc141309c7 1647# [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8
1713SRCREV_metadata="cf8081fada0955a1682ce3fc400b44bc141309c7" 1648SRCREV_pkg-v3 = "d294136463b074a18c1512967343ffd7ba582ee8"
1714SRC_URI += "git://github.com/googleapis/google-cloud-go;name=metadata;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/cloud.google.com/go/compute/metadata" 1649SRC_URI += "git://github.com/k3s-io/etcd;name=pkg-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/etcd/client/pkg/v3"
1715 1650
1716# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 1651# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
1717# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf 1652# [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf
1718SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf" 1653SRCREV_go-fuzz-headers = "ced1acdcaa24dc39c01b039fc37576c395f506cf"
1719SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" 1654SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AdaLogics/go-fuzz-headers"
1720 1655
1721# github.com/Azure/go-autorest/tracing v0.6.0 1656# github.com/containerd/containerd/api v1.8.0-rc.3
1722# [1] git ls-remote https://github.com/Azure/go-autorest b3a0b30a7423314874b3f585289e0e260cf5fc8d 1657# [1] git ls-remote https://github.com/containerd/containerd e8104a48588446fe7e93e2eab5124145c1366cd0
1723SRCREV_tracing="b3a0b30a7423314874b3f585289e0e260cf5fc8d" 1658SRCREV_containerd-api = "e8104a48588446fe7e93e2eab5124145c1366cd0"
1724SRC_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/tracing" 1659SRC_URI += "git://github.com/containerd/containerd;name=containerd-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api"
1725 1660
1726# github.com/inconshreveable/mousetrap v1.1.0 1661# github.com/inconshreveable/mousetrap v1.1.0
1727# [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 1662# [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21
1728SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" 1663SRCREV_mousetrap = "4e8053ee7ef85a6bd26368364a6d27f1641c1d21"
1729SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" 1664SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap"
1730 1665
1731# github.com/opencontainers/image-spec v1.1.0-rc5 1666# github.com/libp2p/go-libp2p-asn-util v0.4.1
1732# [1] git ls-remote https://github.com/opencontainers/image-spec 1e54f0195ce54b4a1a2ecbac8eab7686d91d3080 1667# [1] git ls-remote https://github.com/libp2p/go-libp2p-asn-util 3ec6bf02c86c57c28d29b2963a9d7b9d6d74bfb2
1733SRCREV_image-spec="1e54f0195ce54b4a1a2ecbac8eab7686d91d3080" 1668SRCREV_go-libp2p-asn-util = "3ec6bf02c86c57c28d29b2963a9d7b9d6d74bfb2"
1734SRC_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" 1669SRC_URI += "git://github.com/libp2p/go-libp2p-asn-util;name=go-libp2p-asn-util;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-libp2p-asn-util"
1735 1670
1736# github.com/seccomp/libseccomp-golang v0.10.0 1671# github.com/multiformats/go-multiaddr v0.12.3
1737# [1] git ls-remote https://github.com/seccomp/libseccomp-golang 879684a7b708c2ebc730e62fdae39ae9081b4680 1672# [1] git ls-remote https://github.com/multiformats/go-multiaddr cece70d472926ca09b0eca7aca63224653d1de69
1738SRCREV_libseccomp-golang="879684a7b708c2ebc730e62fdae39ae9081b4680" 1673SRCREV_go-multiaddr = "cece70d472926ca09b0eca7aca63224653d1de69"
1739SRC_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" 1674SRC_URI += "git://github.com/multiformats/go-multiaddr;name=go-multiaddr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-multiaddr"
1740 1675
1741# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 1676# github.com/multiformats/go-multibase v0.2.0
1742# [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99 1677# [1] git ls-remote https://github.com/multiformats/go-multibase 58a41f7df1d82d16599e259325b3337d69f70e3b
1743SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99" 1678SRCREV_go-multibase = "58a41f7df1d82d16599e259325b3337d69f70e3b"
1744SRC_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" 1679SRC_URI += "git://github.com/multiformats/go-multibase;name=go-multibase;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-multibase"
1745 1680
1746# sigs.k8s.io/structured-merge-diff/v4 v4.3.0 1681# github.com/multiformats/go-multihash v0.2.3
1747# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 7785c50b1768fa997df435a484ab9aa5041596a6 1682# [1] git ls-remote https://github.com/multiformats/go-multihash ff9da31500dddfc675e996601a05cdfc3ce7c764
1748SRCREV_structured-merge-diff-v4="7785c50b1768fa997df435a484ab9aa5041596a6" 1683SRCREV_go-multihash = "ff9da31500dddfc675e996601a05cdfc3ce7c764"
1749SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" 1684SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-multihash"
1750 1685
1751# github.com/jbenet/go-temp-err-catcher v0.1.0 1686# github.com/opencontainers/image-spec v1.1.0
1752# [1] git ls-remote https://github.com/jbenet/go-temp-err-catcher fa11adda5e7cccb838a208007c9ea79dda63c0c0 1687# [1] git ls-remote https://github.com/opencontainers/image-spec e7f7c0ca69b21688c3cea7c87a04e4503e6099e2
1753SRCREV_go-temp-err-catcher="fa11adda5e7cccb838a208007c9ea79dda63c0c0" 1688SRCREV_image-spec = "e7f7c0ca69b21688c3cea7c87a04e4503e6099e2"
1754SRC_URI += "git://github.com/jbenet/go-temp-err-catcher;name=go-temp-err-catcher;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jbenet/go-temp-err-catcher" 1689SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/image-spec"
1755 1690
1756# github.com/multiformats/go-multicodec v0.9.0 1691# github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6
1757# [1] git ls-remote https://github.com/multiformats/go-multicodec b8b4bf5270f9f220f00bcdeddf1641b13e67cc0b 1692# [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78284954bff6dcce7888166bb79bbba93bea0879
1758SRCREV_go-multicodec="b8b4bf5270f9f220f00bcdeddf1641b13e67cc0b" 1693SRCREV_go-pkcs11uri = "78284954bff6dcce7888166bb79bbba93bea0879"
1759SRC_URI += "git://github.com/multiformats/go-multicodec;name=go-multicodec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multicodec" 1694SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stefanberger/go-pkcs11uri"
1760 1695
1761# github.com/opentracing/opentracing-go v1.2.0 1696# github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
1762# [1] git ls-remote https://github.com/opentracing/opentracing-go d34af3eaa63c4d08ab54863a4bdd0daa45212e12 1697# [1] git ls-remote https://github.com/whyrusleeping/go-keyspace 5b898ac5add1da7178a4a98e69cb7b9205c085ee
1763SRCREV_opentracing-go="d34af3eaa63c4d08ab54863a4bdd0daa45212e12" 1698SRCREV_go-keyspace = "5b898ac5add1da7178a4a98e69cb7b9205c085ee"
1764SRC_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" 1699SRC_URI += "git://github.com/whyrusleeping/go-keyspace;name=go-keyspace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/whyrusleeping/go-keyspace"
1765 1700
1766# github.com/twitchyliquid64/golang-asm v0.15.1 1701# sigs.k8s.io/structured-merge-diff/v4 v4.4.3
1767# [1] git ls-remote https://github.com/twitchyliquid64/golang-asm 8d7f1f783b11f9a00f5bcdfcae17f5ac8f22512e 1702# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff db46cc3084b4575e65498a0dc7389fe7eaa15a35
1768SRCREV_golang-asm="8d7f1f783b11f9a00f5bcdfcae17f5ac8f22512e" 1703SRCREV_structured-merge-diff-v4 = "db46cc3084b4575e65498a0dc7389fe7eaa15a35"
1769SRC_URI += "git://github.com/twitchyliquid64/golang-asm;name=golang-asm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/twitchyliquid64/golang-asm" 1704SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4"
1770 1705
1771# github.com/Azure/go-autorest/autorest v0.11.29 1706# github.com/cyphar/filepath-securejoin v0.3.4
1772# [1] git ls-remote https://github.com/Azure/go-autorest c2958ac74c65c138045daa60f149c5f9d949d743 1707# [1] git ls-remote https://github.com/cyphar/filepath-securejoin fd16ade2aea75ef1ad2b9e8144316f1931bd2df3
1773SRCREV_autorest="c2958ac74c65c138045daa60f149c5f9d949d743" 1708SRCREV_filepath-securejoin = "fd16ade2aea75ef1ad2b9e8144316f1931bd2df3"
1774SRC_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" 1709SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cyphar/filepath-securejoin"
1775 1710
1776# github.com/cyphar/filepath-securejoin v0.2.4 1711# github.com/hashicorp/go-retryablehttp v0.7.7
1777# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 2710d06c5b4ba3168beffa0689798d2db12e8ac4 1712# [1] git ls-remote https://github.com/hashicorp/go-retryablehttp 1542b31176d3973a6ecbc06c05a2d0df89b59afb
1778SRCREV_filepath-securejoin="2710d06c5b4ba3168beffa0689798d2db12e8ac4" 1713SRCREV_go-retryablehttp = "1542b31176d3973a6ecbc06c05a2d0df89b59afb"
1779SRC_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" 1714SRC_URI += "git://github.com/hashicorp/go-retryablehttp;name=go-retryablehttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-retryablehttp"
1780 1715
1781# github.com/hashicorp/go-retryablehttp v0.7.4 1716# github.com/jbenet/go-temp-err-catcher v0.1.0
1782# [1] git ls-remote https://github.com/hashicorp/go-retryablehttp 571a88bc9c3b7c64575f0e9b0f646af1510f2c76 1717# [1] git ls-remote https://github.com/jbenet/go-temp-err-catcher fa11adda5e7cccb838a208007c9ea79dda63c0c0
1783SRCREV_go-retryablehttp="571a88bc9c3b7c64575f0e9b0f646af1510f2c76" 1718SRCREV_go-temp-err-catcher = "fa11adda5e7cccb838a208007c9ea79dda63c0c0"
1784SRC_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" 1719SRC_URI += "git://github.com/jbenet/go-temp-err-catcher;name=go-temp-err-catcher;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jbenet/go-temp-err-catcher"
1785 1720
1786# github.com/libopenstorage/openstorage v1.0.0 1721# github.com/libopenstorage/openstorage v1.0.0
1787# [1] git ls-remote https://github.com/libopenstorage/openstorage 093a0c3888753c2056e7373183693d670c6bba01 1722# [1] git ls-remote https://github.com/libopenstorage/openstorage 093a0c3888753c2056e7373183693d670c6bba01
1788SRCREV_openstorage="093a0c3888753c2056e7373183693d670c6bba01" 1723SRCREV_openstorage = "093a0c3888753c2056e7373183693d670c6bba01"
1789SRC_URI += "git://github.com/libopenstorage/openstorage;name=openstorage;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libopenstorage/openstorage" 1724SRC_URI += "git://github.com/libopenstorage/openstorage;name=openstorage;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libopenstorage/openstorage"
1790 1725
1791# github.com/go-playground/validator/v10 v10.14.0 1726# github.com/multiformats/go-multicodec v0.9.0
1792# [1] git ls-remote https://github.com/go-playground/validator ce28d7c4b27fbcafff82bc87a8bf58257beb9030 1727# [1] git ls-remote https://github.com/multiformats/go-multicodec b8b4bf5270f9f220f00bcdeddf1641b13e67cc0b
1793SRCREV_v10="ce28d7c4b27fbcafff82bc87a8bf58257beb9030" 1728SRCREV_go-multicodec = "b8b4bf5270f9f220f00bcdeddf1641b13e67cc0b"
1794SRC_URI += "git://github.com/go-playground/validator;name=v10;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-playground/validator/v10" 1729SRC_URI += "git://github.com/multiformats/go-multicodec;name=go-multicodec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-multicodec"
1795
1796# github.com/hashicorp/golang-lru/arc/v2 v2.0.5
1797# [1] git ls-remote https://github.com/hashicorp/golang-lru 3afaa48530f711754c178ceb61ff060d86c17b95
1798SRCREV_arc-v2="3afaa48530f711754c178ceb61ff060d86c17b95"
1799SRC_URI += "git://github.com/hashicorp/golang-lru;name=arc-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru/arc/v2"
1800 1730
1801# github.com/multiformats/go-multistream v0.4.1 1731# github.com/opentracing/opentracing-go v1.2.0
1802# [1] git ls-remote https://github.com/multiformats/go-multistream 5b2f48e2db22aa1db90bb5a21aa4e6702d4ee33c 1732# [1] git ls-remote https://github.com/opentracing/opentracing-go d34af3eaa63c4d08ab54863a4bdd0daa45212e12
1803SRCREV_go-multistream="5b2f48e2db22aa1db90bb5a21aa4e6702d4ee33c" 1733SRCREV_opentracing-go = "d34af3eaa63c4d08ab54863a4bdd0daa45212e12"
1804SRC_URI += "git://github.com/multiformats/go-multistream;name=go-multistream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multistream" 1734SRC_URI += "git://github.com/opentracing/opentracing-go;name=opentracing-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opentracing/opentracing-go"
1805 1735
1806# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 1736# github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0
1807# [1] git ls-remote https://github.com/AdamKorcz/go-118-fuzz-build 8075edf89bb034603c758f28fe93143047ac5677 1737# [1] git ls-remote https://github.com/AdamKorcz/go-118-fuzz-build 8075edf89bb034603c758f28fe93143047ac5677
1808SRCREV_go-118-fuzz-build="8075edf89bb034603c758f28fe93143047ac5677" 1738SRCREV_go-118-fuzz-build = "8075edf89bb034603c758f28fe93143047ac5677"
1809SRC_URI += "git://github.com/AdamKorcz/go-118-fuzz-build;name=go-118-fuzz-build;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdamKorcz/go-118-fuzz-build" 1739SRC_URI += "git://github.com/AdamKorcz/go-118-fuzz-build;name=go-118-fuzz-build;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AdamKorcz/go-118-fuzz-build"
1810 1740
1811# github.com/bronze1man/goStrongswanVici v0.0.0-20221114103242-3f6dc524986c 1741# github.com/bronze1man/goStrongswanVici v0.0.0-20231128135937-211cef3b0b20
1812# [1] git ls-remote https://github.com/bronze1man/goStrongswanVici 3f6dc524986c8a20ee1e139f9e1bef1595877b5d 1742# [1] git ls-remote https://github.com/bronze1man/goStrongswanVici 211cef3b0b20c5c00c0ad49f7b4ccb78c06eee58
1813SRCREV_goStrongswanVici="3f6dc524986c8a20ee1e139f9e1bef1595877b5d" 1743SRCREV_goStrongswanVici = "211cef3b0b20c5c00c0ad49f7b4ccb78c06eee58"
1814SRC_URI += "git://github.com/bronze1man/goStrongswanVici;name=goStrongswanVici;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bronze1man/goStrongswanVici" 1744SRC_URI += "git://github.com/bronze1man/goStrongswanVici;name=goStrongswanVici;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/bronze1man/goStrongswanVici"
1815 1745
1816# github.com/containernetworking/plugins v1.3.0 1746# github.com/containernetworking/plugins v1.5.1
1817# [1] git ls-remote https://github.com/containernetworking/plugins 38f18d26ecfef550b8bac02656cc11103fd7cff1 1747# [1] git ls-remote https://github.com/containernetworking/plugins c29dc79f96cd50452a247a4591443d2aac033429
1818SRCREV_plugins="38f18d26ecfef550b8bac02656cc11103fd7cff1" 1748SRCREV_plugins = "c29dc79f96cd50452a247a4591443d2aac033429"
1819SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins" 1749SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins"
1820 1750
1821# github.com/google/go-containerregistry v0.14.0 1751# github.com/google/go-containerregistry v0.20.2
1822# [1] git ls-remote https://github.com/google/go-containerregistry 4b081f801f399fa293f23e42ba4c4ac6a6003f2c 1752# [1] git ls-remote https://github.com/google/go-containerregistry c195f151efe3369874c72662cd69ad43ee485128
1823SRCREV_go-containerregistry="4b081f801f399fa293f23e42ba4c4ac6a6003f2c" 1753SRCREV_go-containerregistry = "c195f151efe3369874c72662cd69ad43ee485128"
1824SRC_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" 1754SRC_URI += "git://github.com/google/go-containerregistry;name=go-containerregistry;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/go-containerregistry"
1825 1755
1826# github.com/grpc-ecosystem/grpc-gateway v1.16.0 1756# github.com/grpc-ecosystem/grpc-gateway v1.16.0
1827# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 094a6fe78b3ca888297d090185cdf30f0e42e157 1757# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 094a6fe78b3ca888297d090185cdf30f0e42e157
1828SRCREV_grpc-gateway="094a6fe78b3ca888297d090185cdf30f0e42e157" 1758SRCREV_grpc-gateway = "094a6fe78b3ca888297d090185cdf30f0e42e157"
1829SRC_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" 1759SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway"
1760
1761# github.com/hashicorp/golang-lru/arc/v2 v2.0.5
1762# [1] git ls-remote https://github.com/hashicorp/golang-lru 3afaa48530f711754c178ceb61ff060d86c17b95
1763SRCREV_arc-v2 = "3afaa48530f711754c178ceb61ff060d86c17b95"
1764SRC_URI += "git://github.com/hashicorp/golang-lru;name=arc-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/golang-lru/arc/v2"
1830 1765
1831# github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 1766# github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
1832# [1] git ls-remote https://github.com/monochromegane/go-gitignore 205db1a8cc001de79230472da52edde4974df734 1767# [1] git ls-remote https://github.com/monochromegane/go-gitignore 205db1a8cc001de79230472da52edde4974df734
1833SRCREV_go-gitignore="205db1a8cc001de79230472da52edde4974df734" 1768SRCREV_go-gitignore = "205db1a8cc001de79230472da52edde4974df734"
1834SRC_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" 1769SRC_URI += "git://github.com/monochromegane/go-gitignore;name=go-gitignore;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/monochromegane/go-gitignore"
1770
1771# github.com/multiformats/go-multistream v0.5.0
1772# [1] git ls-remote https://github.com/multiformats/go-multistream 8fabf3a244c16743222174f11b43cf4a47c6d5e8
1773SRCREV_go-multistream = "8fabf3a244c16743222174f11b43cf4a47c6d5e8"
1774SRC_URI += "git://github.com/multiformats/go-multistream;name=go-multistream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-multistream"
1835 1775
1836# github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78 1776# github.com/opencontainers/runtime-spec v1.2.0
1837# [1] git ls-remote https://github.com/opencontainers/runtime-spec 494a5a6aca782455c0fbfc35af8e12f04e98a55e 1777# [1] git ls-remote https://github.com/opencontainers/runtime-spec 36852b0d072a4b5da675300a9e73bc4b0853f5c6
1838SRCREV_runtime-spec="494a5a6aca782455c0fbfc35af8e12f04e98a55e" 1778SRCREV_runtime-spec = "36852b0d072a4b5da675300a9e73bc4b0853f5c6"
1839SRC_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" 1779SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/runtime-spec"
1840 1780
1841# github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 1781# github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
1842# [1] git ls-remote https://github.com/opencontainers/runtime-tools 2e043c6bd62639199bdd0d5f0c5082797de4de2a 1782# [1] git ls-remote https://github.com/opencontainers/runtime-tools 2e043c6bd62639199bdd0d5f0c5082797de4de2a
1843SRCREV_runtime-tools="2e043c6bd62639199bdd0d5f0c5082797de4de2a" 1783SRCREV_runtime-tools = "2e043c6bd62639199bdd0d5f0c5082797de4de2a"
1844SRC_URI += "git://github.com/opencontainers/runtime-tools;name=runtime-tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-tools" 1784SRC_URI += "git://github.com/opencontainers/runtime-tools;name=runtime-tools;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/runtime-tools"
1845 1785
1846# github.com/containerd/stargz-snapshotter v0.14.4-0.20230913082252-7275d45b185c 1786# tags.cncf.io/container-device-interface v0.8.0
1847# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 7275d45b185cd720ce13747f0d0a78e9e7cd60e3 1787# [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2
1848SRCREV_stargz-snapshotter="7275d45b185cd720ce13747f0d0a78e9e7cd60e3" 1788SRCREV_container-device-interface = "e66544063aa7760c4ea6330ce9e6c757f8e61df2"
1849SRC_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" 1789SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/tags.cncf.io/container-device-interface"
1790
1791# github.com/containerd/stargz-snapshotter v0.15.1
1792# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f
1793SRCREV_stargz-snapshotter = "64ab83bd65cd4a763e262955984232cc5ddfeb3f"
1794SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter"
1850 1795
1851# github.com/multiformats/go-multiaddr-dns v0.3.1 1796# github.com/multiformats/go-multiaddr-dns v0.3.1
1852# [1] git ls-remote https://github.com/multiformats/go-multiaddr-dns 448c10b622b0c09ce6834487156c1fd9a65f1597 1797# [1] git ls-remote https://github.com/multiformats/go-multiaddr-dns 448c10b622b0c09ce6834487156c1fd9a65f1597
1853SRCREV_go-multiaddr-dns="448c10b622b0c09ce6834487156c1fd9a65f1597" 1798SRCREV_go-multiaddr-dns = "448c10b622b0c09ce6834487156c1fd9a65f1597"
1854SRC_URI += "git://github.com/multiformats/go-multiaddr-dns;name=go-multiaddr-dns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multiaddr-dns" 1799SRC_URI += "git://github.com/multiformats/go-multiaddr-dns;name=go-multiaddr-dns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-multiaddr-dns"
1855 1800
1856# github.com/multiformats/go-multiaddr-fmt v0.1.0 1801# github.com/multiformats/go-multiaddr-fmt v0.1.0
1857# [1] git ls-remote https://github.com/multiformats/go-multiaddr-fmt 113ed87ed03cfff94f29fd95236be3ccd933fd36 1802# [1] git ls-remote https://github.com/multiformats/go-multiaddr-fmt 113ed87ed03cfff94f29fd95236be3ccd933fd36
1858SRCREV_go-multiaddr-fmt="113ed87ed03cfff94f29fd95236be3ccd933fd36" 1803SRCREV_go-multiaddr-fmt = "113ed87ed03cfff94f29fd95236be3ccd933fd36"
1859SRC_URI += "git://github.com/multiformats/go-multiaddr-fmt;name=go-multiaddr-fmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/multiformats/go-multiaddr-fmt" 1804SRC_URI += "git://github.com/multiformats/go-multiaddr-fmt;name=go-multiaddr-fmt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/multiformats/go-multiaddr-fmt"
1860
1861# github.com/Azure/go-autorest/autorest/to v0.4.0
1862# [1] git ls-remote https://github.com/Azure/go-autorest b3a0b30a7423314874b3f585289e0e260cf5fc8d
1863SRCREV_to="b3a0b30a7423314874b3f585289e0e260cf5fc8d"
1864SRC_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/to"
1865
1866# github.com/checkpoint-restore/go-criu/v5 v5.3.0
1867# [1] git ls-remote https://github.com/checkpoint-restore/go-criu e3059103a5cf6adca2183e08c0315e8d8d5135a5
1868SRCREV_v5="e3059103a5cf6adca2183e08c0315e8d8d5135a5"
1869SRC_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"
1870 1805
1871# github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 1806# github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
1872# [1] git ls-remote https://github.com/decred/dcrd bacf8444a8bc79178f9eb2c65477ab6df01a6439 1807# [1] git ls-remote https://github.com/decred/dcrd bacf8444a8bc79178f9eb2c65477ab6df01a6439
1873SRCREV_secp256k1-v4="bacf8444a8bc79178f9eb2c65477ab6df01a6439" 1808SRCREV_secp256k1-v4 = "bacf8444a8bc79178f9eb2c65477ab6df01a6439"
1874SRC_URI += "git://github.com/decred/dcrd;name=secp256k1-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/decred/dcrd/dcrec/secp256k1/v4" 1809SRC_URI += "git://github.com/decred/dcrd;name=secp256k1-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/decred/dcrd/dcrec/secp256k1/v4"
1875 1810
1876# github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 1811# github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
1877# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 09e3965a330155f7db8482269d7d91b9bceb7641 1812# [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 2da4beb003329d83c74a52d66a009110ef1fd180
1878SRCREV_grpc-gateway-v2="09e3965a330155f7db8482269d7d91b9bceb7641" 1813SRCREV_grpc-gateway-v2 = "2da4beb003329d83c74a52d66a009110ef1fd180"
1879SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2" 1814SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2"
1880 1815
1881# google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 1816# google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1
1882# [1] git ls-remote https://github.com/googleapis/go-genproto bbf56f31fb17579209f44dda2d2567d20ff21a20 1817# [1] git ls-remote https://github.com/googleapis/go-genproto 8af14fe29dc178f8f16f3720e1da949120cecbeb
1883SRCREV_googleapis-api="bbf56f31fb17579209f44dda2d2567d20ff21a20" 1818SRCREV_googleapis-api = "8af14fe29dc178f8f16f3720e1da949120cecbeb"
1884SRC_URI += "git://github.com/googleapis/go-genproto;name=googleapis-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/api" 1819SRC_URI += "git://github.com/googleapis/go-genproto;name=googleapis-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/api"
1885 1820
1886# google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f 1821# google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1
1887# [1] git ls-remote https://github.com/googleapis/go-genproto 83a465c0220f57b4c18228172454daeffa772607 1822# [1] git ls-remote https://github.com/googleapis/go-genproto 8af14fe29dc178f8f16f3720e1da949120cecbeb
1888SRCREV_rpc="83a465c0220f57b4c18228172454daeffa772607" 1823SRCREV_rpc = "8af14fe29dc178f8f16f3720e1da949120cecbeb"
1889SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/rpc" 1824SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/rpc"
1890 1825
1891# github.com/rootless-containers/rootlesskit v1.0.1 1826# github.com/rootless-containers/rootlesskit v1.0.1
1892# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 5d5f4c0c26e26a6b51d1838c23e793e5836442d0 1827# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 5d5f4c0c26e26a6b51d1838c23e793e5836442d0
1893SRCREV_rootlesskit="5d5f4c0c26e26a6b51d1838c23e793e5836442d0" 1828SRCREV_rootlesskit = "5d5f4c0c26e26a6b51d1838c23e793e5836442d0"
1894SRC_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" 1829SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/rootlesskit"
1895 1830
1896# github.com/Azure/go-autorest/autorest/adal v0.9.23 1831# github.com/container-storage-interface/spec v1.9.0
1897# [1] git ls-remote https://github.com/Azure/go-autorest 553a90ae65a6a2b18306fa04d7b1625960c5decb 1832# [1] git ls-remote https://github.com/container-storage-interface/spec 80d53107c70981b9da8aaf9cd1c90249562b22f0
1898SRCREV_adal="553a90ae65a6a2b18306fa04d7b1625960c5decb" 1833SRCREV_spec = "80d53107c70981b9da8aaf9cd1c90249562b22f0"
1899SRC_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/adal" 1834SRC_URI += "git://github.com/container-storage-interface/spec;name=spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/container-storage-interface/spec"
1900 1835
1901# github.com/Azure/go-autorest/autorest/date v0.3.0 1836# github.com/docker/docker-credential-helpers v0.7.0
1902# [1] git ls-remote https://github.com/Azure/go-autorest b3a0b30a7423314874b3f585289e0e260cf5fc8d 1837# [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde
1903SRCREV_date="b3a0b30a7423314874b3f585289e0e260cf5fc8d" 1838SRCREV_docker-credential-helpers = "ac5992b5f4756fc0398a7d0c93c609e624368bde"
1904SRC_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/date" 1839SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker-credential-helpers"
1905 1840
1906# github.com/libp2p/go-libp2p-routing-helpers v0.7.2 1841# github.com/libp2p/go-libp2p-routing-helpers v0.7.2
1907# [1] git ls-remote https://github.com/libp2p/go-libp2p-routing-helpers 71d7c965185ed346e39cc26140ac49ea13b2222f 1842# [1] git ls-remote https://github.com/libp2p/go-libp2p-routing-helpers 71d7c965185ed346e39cc26140ac49ea13b2222f
1908SRCREV_go-libp2p-routing-helpers="71d7c965185ed346e39cc26140ac49ea13b2222f" 1843SRCREV_go-libp2p-routing-helpers = "71d7c965185ed346e39cc26140ac49ea13b2222f"
1909SRC_URI += "git://github.com/libp2p/go-libp2p-routing-helpers;name=go-libp2p-routing-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libp2p/go-libp2p-routing-helpers" 1844SRC_URI += "git://github.com/libp2p/go-libp2p-routing-helpers;name=go-libp2p-routing-helpers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libp2p/go-libp2p-routing-helpers"
1910
1911# github.com/Azure/go-autorest/autorest/mocks v0.4.2
1912# [1] git ls-remote https://github.com/Azure/go-autorest a91292dd2fc10381ac9b90eea72b92e60761eac4
1913SRCREV_mocks="a91292dd2fc10381ac9b90eea72b92e60761eac4"
1914SRC_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/mocks"
1915
1916# github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df
1917# [1] git ls-remote https://github.com/antlr/antlr4 8188dc5388dfe9246deb9b6ae507c3693fd55c3f
1918SRCREV_antlr-v4="8188dc5388dfe9246deb9b6ae507c3693fd55c3f"
1919SRC_URI += "git://github.com/antlr/antlr4;name=antlr-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/antlr/antlr4/runtime/Go/antlr/v4"
1920
1921# github.com/container-storage-interface/spec v1.8.0
1922# [1] git ls-remote https://github.com/container-storage-interface/spec c7ab2f379311a9ae234ae42bdfbfebfa9c15e538
1923SRCREV_spec="c7ab2f379311a9ae234ae42bdfbfebfa9c15e538"
1924SRC_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"
1925
1926# github.com/docker/docker-credential-helpers v0.7.0
1927# [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde
1928SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde"
1929SRC_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"
1930 1845
1931# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 1846# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
1932# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd 1847# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd
1933SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd" 1848SRCREV_go-grpc-middleware = "df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd"
1934SRC_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" 1849SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;name=go-grpc-middleware;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/grpc-ecosystem/go-grpc-middleware"
1935 1850
1936# github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 1851# github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
1937# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-prometheus c225b8c3b01faf2899099b768856a9e916e5087b 1852# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-prometheus c225b8c3b01faf2899099b768856a9e916e5087b
1938SRCREV_go-grpc-prometheus="c225b8c3b01faf2899099b768856a9e916e5087b" 1853SRCREV_go-grpc-prometheus = "c225b8c3b01faf2899099b768856a9e916e5087b"
1939SRC_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" 1854SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-prometheus;name=go-grpc-prometheus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/grpc-ecosystem/go-grpc-prometheus"
1940 1855
1941# github.com/go-playground/universal-translator v0.18.1 1856# github.com/containerd/fuse-overlayfs-snapshotter v1.0.8
1942# [1] git ls-remote https://github.com/go-playground/universal-translator f83cd526536e253181a13835b00cd107f627c505 1857# [1] git ls-remote https://github.com/containerd/fuse-overlayfs-snapshotter c54d1c1d71bd1cdc25bbae89208bea0267858ae9
1943SRCREV_universal-translator="f83cd526536e253181a13835b00cd107f627c505" 1858SRCREV_fuse-overlayfs-snapshotter = "c54d1c1d71bd1cdc25bbae89208bea0267858ae9"
1944SRC_URI += "git://github.com/go-playground/universal-translator;name=universal-translator;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-playground/universal-translator" 1859SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;name=fuse-overlayfs-snapshotter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/fuse-overlayfs-snapshotter"
1945 1860
1946# github.com/containerd/fuse-overlayfs-snapshotter v1.0.5 1861# github.com/containerd/stargz-snapshotter/estargz v0.15.1
1947# [1] git ls-remote https://github.com/containerd/fuse-overlayfs-snapshotter 11c45f4d24689d8cb279813fbcb9bbd01773e0e8 1862# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f
1948SRCREV_fuse-overlayfs-snapshotter="11c45f4d24689d8cb279813fbcb9bbd01773e0e8" 1863SRCREV_estargz = "64ab83bd65cd4a763e262955984232cc5ddfeb3f"
1949SRC_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" 1864SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=estargz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter/estargz"
1950 1865
1951# github.com/Azure/go-autorest/autorest/validation v0.3.1 1866# tags.cncf.io/container-device-interface/specs-go v0.8.0
1952# [1] git ls-remote https://github.com/Azure/go-autorest 446f41b7d65b2ab6c25b1a7afe42abd3622e9110 1867# [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2
1953SRCREV_validation="446f41b7d65b2ab6c25b1a7afe42abd3622e9110" 1868SRCREV_specs-go = "e66544063aa7760c4ea6330ce9e6c757f8e61df2"
1954SRC_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/validation" 1869SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=specs-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/tags.cncf.io/container-device-interface/specs-go"
1955 1870
1956# github.com/containerd/stargz-snapshotter/estargz v0.14.3 1871# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0
1957# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 6ee6fa1a88df6ea098f6b7dddde29e33f09d5331 1872# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d
1958SRCREV_estargz="6ee6fa1a88df6ea098f6b7dddde29e33f09d5331" 1873SRCREV_otlptrace = "81216fb002a6a76d32fdab6ef999bcf65794130d"
1959SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=estargz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter/estargz" 1874SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace"
1960 1875
1961# github.com/GoogleCloudPlatform/k8s-cloud-provider v1.18.1-0.20220218231025-f11817397a1b 1876# github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.32.0-k3s1
1962# [1] git ls-remote https://github.com/GoogleCloudPlatform/k8s-cloud-provider f11817397a1bb27e88115807a9c083a36e12eaf8 1877# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
1963SRCREV_k8s-cloud-provider="f11817397a1bb27e88115807a9c083a36e12eaf8" 1878SRCREV_api = "39f4707c882be87eb91cef02d669a5b584923fe7"
1964SRC_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" 1879SRC_URI += "git://github.com/k3s-io/kubernetes;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/api"
1965 1880
1966# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.13.0 1881# github.com/k3s-io/kubernetes/staging/src/k8s.io/kms v1.32.0-k3s1
1967# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 1882# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
1968SRCREV_otlptrace="f2fd476f433128c2494476950ce11600a51bbe35" 1883SRCREV_kms = "39f4707c882be87eb91cef02d669a5b584923fe7"
1969SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace" 1884SRC_URI += "git://github.com/k3s-io/kubernetes;name=kms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kms"
1970 1885
1971# github.com/googleapis/enterprise-certificate-proxy v0.3.2 1886# github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api v1.32.0-k3s1
1972# [1] git ls-remote https://github.com/googleapis/enterprise-certificate-proxy d928958b5b9ec0c2d3ce5e97ea5d1f000125ba7b 1887# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
1973SRCREV_enterprise-certificate-proxy="d928958b5b9ec0c2d3ce5e97ea5d1f000125ba7b" 1888SRCREV_cri-api = "39f4707c882be87eb91cef02d669a5b584923fe7"
1974SRC_URI += "git://github.com/googleapis/enterprise-certificate-proxy;name=enterprise-certificate-proxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/enterprise-certificate-proxy" 1889SRC_URI += "git://github.com/k3s-io/kubernetes;name=cri-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api"
1975 1890
1976# github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.28.7-k3s1 1891# github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl v1.32.0-k3s1
1977# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1892# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
1978SRCREV_api="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1893SRCREV_kubectl = "39f4707c882be87eb91cef02d669a5b584923fe7"
1979SRC_URI += "git://github.com/k3s-io/kubernetes;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/api" 1894SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubectl;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl"
1980 1895
1981# github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 1896# github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet v1.32.0-k3s1
1982# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions 5a0f9169fc38cc42a5c617c3dc049548ddc27487 1897# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
1983SRCREV_golang_protobuf_extensions-v2="5a0f9169fc38cc42a5c617c3dc049548ddc27487" 1898SRCREV_kubelet = "39f4707c882be87eb91cef02d669a5b584923fe7"
1984SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions/v2" 1899SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubelet;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet"
1985 1900
1986# github.com/k3s-io/kubernetes/staging/src/k8s.io/kms v1.28.7-k3s1 1901# github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics v1.32.0-k3s1
1987# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1902# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
1988SRCREV_kms="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1903SRCREV_metrics = "39f4707c882be87eb91cef02d669a5b584923fe7"
1989SRC_URI += "git://github.com/k3s-io/kubernetes;name=kms;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kms" 1904SRC_URI += "git://github.com/k3s-io/kubernetes;name=metrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics"
1990 1905
1991# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.13.0 1906# sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0
1992# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 1907# [1] git ls-remote https://github.com/kubernetes-sigs/apiserver-network-proxy 14f752ee8cf2f38727b6dddf7e0906dbce5bf4c1
1993SRCREV_internal-retry="f2fd476f433128c2494476950ce11600a51bbe35" 1908SRCREV_konnectivity-client = "14f752ee8cf2f38727b6dddf7e0906dbce5bf4c1"
1994SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=internal-retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/internal/retry" 1909SRC_URI += "git://github.com/kubernetes-sigs/apiserver-network-proxy;name=konnectivity-client;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/apiserver-network-proxy/konnectivity-client"
1995 1910
1996# github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api v1.28.7-k3s1 1911# github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver v1.32.0-k3s1
1997# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1912# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
1998SRCREV_cri-api="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1913SRCREV_apiserver = "39f4707c882be87eb91cef02d669a5b584923fe7"
1999SRC_URI += "git://github.com/k3s-io/kubernetes;name=cri-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api" 1914SRC_URI += "git://github.com/k3s-io/kubernetes;name=apiserver;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver"
2000 1915
2001# github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl v1.28.7-k3s1 1916# github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go v1.32.0-k3s1
2002# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1917# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2003SRCREV_kubectl="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1918SRCREV_client-go = "39f4707c882be87eb91cef02d669a5b584923fe7"
2004SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubectl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl" 1919SRC_URI += "git://github.com/k3s-io/kubernetes;name=client-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go"
2005 1920
2006# github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet v1.28.7-k3s1 1921# github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy v1.32.0-k3s1
2007# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1922# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2008SRCREV_kubelet="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1923SRCREV_kube-proxy = "39f4707c882be87eb91cef02d669a5b584923fe7"
2009SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubelet;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet" 1924SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-proxy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy"
2010 1925
2011# github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics v1.28.7-k3s1 1926# github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime v1.32.0-k3s1
2012# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1927# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2013SRCREV_metrics="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1928SRCREV_cli-runtime = "39f4707c882be87eb91cef02d669a5b584923fe7"
2014SRC_URI += "git://github.com/k3s-io/kubernetes;name=metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics" 1929SRC_URI += "git://github.com/k3s-io/kubernetes;name=cli-runtime;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime"
2015 1930
2016# sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 1931# github.com/k3s-io/kubernetes/staging/src/k8s.io/externaljwt v1.32.0-k3s1
2017# [1] git ls-remote https://github.com/kubernetes-sigs/apiserver-network-proxy 60b5f0e02800910cbb363668e285ec0e78d7cae1 1932# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2018SRCREV_konnectivity-client="60b5f0e02800910cbb363668e285ec0e78d7cae1" 1933SRCREV_externaljwt = "39f4707c882be87eb91cef02d669a5b584923fe7"
2019SRC_URI += "git://github.com/kubernetes-sigs/apiserver-network-proxy;name=konnectivity-client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/apiserver-network-proxy/konnectivity-client" 1934SRC_URI += "git://github.com/k3s-io/kubernetes;name=externaljwt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/externaljwt"
2020 1935
2021# github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver v1.28.7-k3s1 1936# github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils v1.32.0-k3s1
2022# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1937# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2023SRCREV_apiserver="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1938SRCREV_mount-utils = "39f4707c882be87eb91cef02d669a5b584923fe7"
2024SRC_URI += "git://github.com/k3s-io/kubernetes;name=apiserver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver" 1939SRC_URI += "git://github.com/k3s-io/kubernetes;name=mount-utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils"
2025 1940
2026# github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go v1.28.7-k3s1 1941# github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery v1.32.0-k3s1
2027# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1942# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2028SRCREV_client-go="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1943SRCREV_apimachinery = "39f4707c882be87eb91cef02d669a5b584923fe7"
2029SRC_URI += "git://github.com/k3s-io/kubernetes;name=client-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go" 1944SRC_URI += "git://github.com/k3s-io/kubernetes;name=apimachinery;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery"
2030 1945
2031# github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy v1.28.7-k3s1 1946# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0
2032# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1947# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib af75717ac4fb3ba13eaea83b88301723122060cf
2033SRCREV_kube-proxy="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1948SRCREV_otelhttp = "af75717ac4fb3ba13eaea83b88301723122060cf"
2034SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-proxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy" 1949SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"
2035 1950
2036# github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime v1.28.7-k3s1 1951# github.com/k3s-io/kubernetes/staging/src/k8s.io/endpointslice v1.32.0-k3s1
2037# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1952# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2038SRCREV_cli-runtime="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1953SRCREV_endpointslice = "39f4707c882be87eb91cef02d669a5b584923fe7"
2039SRC_URI += "git://github.com/k3s-io/kubernetes;name=cli-runtime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime" 1954SRC_URI += "git://github.com/k3s-io/kubernetes;name=endpointslice;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/endpointslice"
2040 1955
2041# github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils v1.28.7-k3s1 1956# github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider v1.32.0-k3s1
2042# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1957# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2043SRCREV_mount-utils="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1958SRCREV_cloud-provider = "39f4707c882be87eb91cef02d669a5b584923fe7"
2044SRC_URI += "git://github.com/k3s-io/kubernetes;name=mount-utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils" 1959SRC_URI += "git://github.com/k3s-io/kubernetes;name=cloud-provider;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider"
2045 1960
2046# github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery v1.28.7-k3s1 1961# github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base v1.32.0-k3s1
2047# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1962# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2048SRCREV_apimachinery="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1963SRCREV_component-base = "39f4707c882be87eb91cef02d669a5b584923fe7"
2049SRC_URI += "git://github.com/k3s-io/kubernetes;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery" 1964SRC_URI += "git://github.com/k3s-io/kubernetes;name=component-base;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base"
2050 1965
2051# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 1966# github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator v1.32.0-k3s1
2052# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 356ee7f4343df3704346603fbde1b8d3d8fb86e9 1967# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2053SRCREV_otelhttp="356ee7f4343df3704346603fbde1b8d3d8fb86e9" 1968SRCREV_code-generator = "39f4707c882be87eb91cef02d669a5b584923fe7"
2054SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" 1969SRC_URI += "git://github.com/k3s-io/kubernetes;name=code-generator;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator"
2055 1970
2056# github.com/k3s-io/kubernetes/staging/src/k8s.io/endpointslice v1.28.7-k3s1 1971# github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler v1.32.0-k3s1
2057# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1972# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2058SRCREV_endpointslice="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1973SRCREV_kube-scheduler = "39f4707c882be87eb91cef02d669a5b584923fe7"
2059SRC_URI += "git://github.com/k3s-io/kubernetes;name=endpointslice;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/endpointslice" 1974SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-scheduler;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler"
2060 1975
2061# github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider v1.28.7-k3s1 1976# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
2062# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1977# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d
2063SRCREV_cloud-provider="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1978SRCREV_otlptracegrpc = "81216fb002a6a76d32fdab6ef999bcf65794130d"
2064SRC_URI += "git://github.com/k3s-io/kubernetes;name=cloud-provider;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider" 1979SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
2065 1980
2066# github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base v1.28.7-k3s1 1981# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0
2067# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1982# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d
2068SRCREV_component-base="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1983SRCREV_otlptracehttp = "81216fb002a6a76d32fdab6ef999bcf65794130d"
2069SRC_URI += "git://github.com/k3s-io/kubernetes;name=component-base;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base" 1984SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracehttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp"
2070 1985
2071# github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator v1.28.7-k3s1 1986# github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator v1.32.0-k3s1
2072# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1987# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2073SRCREV_code-generator="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1988SRCREV_kube-aggregator = "39f4707c882be87eb91cef02d669a5b584923fe7"
2074SRC_URI += "git://github.com/k3s-io/kubernetes;name=code-generator;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator" 1989SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-aggregator;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator"
2075 1990
2076# github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler v1.28.7-k3s1 1991# github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.32.0-k3s1
2077# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 1992# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2078SRCREV_kube-scheduler="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 1993SRCREV_cluster-bootstrap = "39f4707c882be87eb91cef02d669a5b584923fe7"
2079SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-scheduler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler" 1994SRC_URI += "git://github.com/k3s-io/kubernetes;name=cluster-bootstrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap"
2080 1995
2081# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.13.0 1996# github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers v1.32.0-k3s1
2082# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 1997# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2083SRCREV_otlptracegrpc="f2fd476f433128c2494476950ce11600a51bbe35" 1998SRCREV_component-helpers = "39f4707c882be87eb91cef02d669a5b584923fe7"
2084SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc" 1999SRC_URI += "git://github.com/k3s-io/kubernetes;name=component-helpers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers"
2085 2000
2086# github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator v1.28.7-k3s1 2001# github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager v1.32.0-k3s1
2087# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 2002# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2088SRCREV_kube-aggregator="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 2003SRCREV_controller-manager = "39f4707c882be87eb91cef02d669a5b584923fe7"
2089SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-aggregator;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator" 2004SRC_URI += "git://github.com/k3s-io/kubernetes;name=controller-manager;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager"
2090 2005
2091# github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.28.7-k3s1 2006# github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib v1.32.0-k3s1
2092# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 2007# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2093SRCREV_cluster-bootstrap="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 2008SRCREV_csi-translation-lib = "39f4707c882be87eb91cef02d669a5b584923fe7"
2094SRC_URI += "git://github.com/k3s-io/kubernetes;name=cluster-bootstrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap" 2009SRC_URI += "git://github.com/k3s-io/kubernetes;name=csi-translation-lib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib"
2095 2010
2096# github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers v1.28.7-k3s1 2011# github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission v1.32.0-k3s1
2097# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 2012# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2098SRCREV_component-helpers="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 2013SRCREV_pod-security-admission = "39f4707c882be87eb91cef02d669a5b584923fe7"
2099SRC_URI += "git://github.com/k3s-io/kubernetes;name=component-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers" 2014SRC_URI += "git://github.com/k3s-io/kubernetes;name=pod-security-admission;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission"
2100 2015
2101# github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager v1.28.7-k3s1 2016# github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.32.0-k3s1
2102# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 2017# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2103SRCREV_controller-manager="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 2018SRCREV_apiextensions-apiserver = "39f4707c882be87eb91cef02d669a5b584923fe7"
2104SRC_URI += "git://github.com/k3s-io/kubernetes;name=controller-manager;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager" 2019SRC_URI += "git://github.com/k3s-io/kubernetes;name=apiextensions-apiserver;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver"
2105 2020
2106# github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib v1.28.7-k3s1 2021# github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager v1.32.0-k3s1
2107# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 2022# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2108SRCREV_csi-translation-lib="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 2023SRCREV_kube-controller-manager = "39f4707c882be87eb91cef02d669a5b584923fe7"
2109SRC_URI += "git://github.com/k3s-io/kubernetes;name=csi-translation-lib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib" 2024SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-controller-manager;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager"
2110 2025
2111# github.com/container-orchestrated-devices/container-device-interface v0.5.4 2026# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0
2112# [1] git ls-remote https://github.com/cncf-tags/container-device-interface 0a1a5bea37b41bbdbb65d0e42b6305eba051f185 2027# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib af75717ac4fb3ba13eaea83b88301723122060cf
2113SRCREV_container-device-interface="0a1a5bea37b41bbdbb65d0e42b6305eba051f185" 2028SRCREV_otelgrpc = "af75717ac4fb3ba13eaea83b88301723122060cf"
2114SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/container-orchestrated-devices/container-device-interface" 2029SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc"
2115 2030
2116# github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.28.7-k3s1 2031# github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation v1.32.0-k3s1
2117# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 2032# [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7
2118SRCREV_legacy-cloud-providers="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 2033SRCREV_dynamic-resource-allocation = "39f4707c882be87eb91cef02d669a5b584923fe7"
2119SRC_URI += "git://github.com/k3s-io/kubernetes;name=legacy-cloud-providers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers" 2034SRC_URI += "git://github.com/k3s-io/kubernetes;name=dynamic-resource-allocation;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation"
2120 2035
2121# github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission v1.28.7-k3s1 2036# go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.44.0
2122# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1 2037# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib fdfa6e3abf03caa6a1d3267913e01526d97eab8a
2123SRCREV_pod-security-admission="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1" 2038SRCREV_otelrestful = "fdfa6e3abf03caa6a1d3267913e01526d97eab8a"
2124SRC_URI += "git://github.com/k3s-io/kubernetes;name=pod-security-admission;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission" 2039SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelrestful;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful"
2125
2126# github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.28.7-k3s1
2127# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1
2128SRCREV_apiextensions-apiserver="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1"
2129SRC_URI += "git://github.com/k3s-io/kubernetes;name=apiextensions-apiserver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver"
2130
2131# github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager v1.28.7-k3s1
2132# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1
2133SRCREV_kube-controller-manager="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1"
2134SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-controller-manager;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager"
2135
2136# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0
2137# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib c4876c33a8e2e4b09501013f3543153d8aa10178
2138SRCREV_otelgrpc="c4876c33a8e2e4b09501013f3543153d8aa10178"
2139SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc"
2140
2141# github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation v1.28.7-k3s1
2142# [1] git ls-remote https://github.com/k3s-io/kubernetes 94b07a975a29425d3f5f835ef5e7d9c22f33f8c1
2143SRCREV_dynamic-resource-allocation="94b07a975a29425d3f5f835ef5e7d9c22f33f8c1"
2144SRC_URI += "git://github.com/k3s-io/kubernetes;name=dynamic-resource-allocation;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation"
2145
2146# go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.35.0
2147# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib c4876c33a8e2e4b09501013f3543153d8aa10178
2148SRCREV_otelrestful="c4876c33a8e2e4b09501013f3543153d8aa10178"
2149SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelrestful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful"
2150 2040