diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2025-04-02 17:59:26 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-03 17:56:53 +0000 |
commit | b88da59f0b03458e93077ff0637f4822bdebb8df (patch) | |
tree | fdd5c7c34ab5918fccdee811617edcd2a89f175c | |
parent | c01273e001d033678bde91bc215cb05fd15e95cf (diff) | |
download | meta-virtualization-b88da59f0b03458e93077ff0637f4822bdebb8df.tar.gz |
metadata: src_uri.inc: add whitespace around assignments
With:
https://lists.openembedded.org/g/bitbake-devel/message/17508
there are many WARNINGs from this layer
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker-compose/src_uri.inc | 384 | ||||
-rw-r--r-- | recipes-containers/k3s/src_uri.inc | 816 | ||||
-rw-r--r-- | recipes-containers/nerdctl/src_uri.inc | 260 | ||||
-rw-r--r-- | recipes-extended/rootlesskit/src_uri.inc | 40 | ||||
-rw-r--r-- | recipes-networking/cni/src_uri.inc | 26 |
5 files changed, 763 insertions, 763 deletions
diff --git a/recipes-containers/docker-compose/src_uri.inc b/recipes-containers/docker-compose/src_uri.inc index bf025665..7b692f4f 100644 --- a/recipes-containers/docker-compose/src_uri.inc +++ b/recipes-containers/docker-compose/src_uri.inc | |||
@@ -1,960 +1,960 @@ | |||
1 | # k8s.io/api v0.31.2 | 1 | # k8s.io/api v0.31.2 |
2 | # [1] git ls-remote https://github.com/kubernetes/api bc73ef70e18b6e2f1146ca60c99df5955bec647e | 2 | # [1] git ls-remote https://github.com/kubernetes/api bc73ef70e18b6e2f1146ca60c99df5955bec647e |
3 | SRCREV_k8s.io-api="bc73ef70e18b6e2f1146ca60c99df5955bec647e" | 3 | SRCREV_k8s.io-api = "bc73ef70e18b6e2f1146ca60c99df5955bec647e" |
4 | SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/api" | 4 | SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/api" |
5 | 5 | ||
6 | # k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 | 6 | # k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 |
7 | # [1] git ls-remote https://github.com/kubernetes/utils 18e509b52bc851d6169db17631e99453021dea21 | 7 | # [1] git ls-remote https://github.com/kubernetes/utils 18e509b52bc851d6169db17631e99453021dea21 |
8 | SRCREV_utils="18e509b52bc851d6169db17631e99453021dea21" | 8 | SRCREV_utils = "18e509b52bc851d6169db17631e99453021dea21" |
9 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/utils" | 9 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/utils" |
10 | 10 | ||
11 | # k8s.io/klog/v2 v2.130.1 | 11 | # k8s.io/klog/v2 v2.130.1 |
12 | # [1] git ls-remote https://github.com/kubernetes/klog 75663bb798999a49e3e4c0f2375ed5cca8164194 | 12 | # [1] git ls-remote https://github.com/kubernetes/klog 75663bb798999a49e3e4c0f2375ed5cca8164194 |
13 | SRCREV_klog-v2="75663bb798999a49e3e4c0f2375ed5cca8164194" | 13 | SRCREV_klog-v2 = "75663bb798999a49e3e4c0f2375ed5cca8164194" |
14 | SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/klog/v2" | 14 | SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/klog/v2" |
15 | 15 | ||
16 | # gotest.tools/v3 v3.5.2 | 16 | # gotest.tools/v3 v3.5.2 |
17 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 0b81523ff268a1f1b0baf4a5da67e42fbb86880b | 17 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 0b81523ff268a1f1b0baf4a5da67e42fbb86880b |
18 | SRCREV_v3="0b81523ff268a1f1b0baf4a5da67e42fbb86880b" | 18 | SRCREV_v3 = "0b81523ff268a1f1b0baf4a5da67e42fbb86880b" |
19 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" | 19 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" |
20 | 20 | ||
21 | # dario.cat/mergo v1.0.1 | 21 | # dario.cat/mergo v1.0.1 |
22 | # [1] git ls-remote https://github.com/imdario/mergo 59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf | 22 | # [1] git ls-remote https://github.com/imdario/mergo 59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf |
23 | SRCREV_mergo="59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf" | 23 | SRCREV_mergo = "59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf" |
24 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/dario.cat/mergo" | 24 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/dario.cat/mergo" |
25 | 25 | ||
26 | # gopkg.in/inf.v0 v0.9.1 | 26 | # gopkg.in/inf.v0 v0.9.1 |
27 | # [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf | 27 | # [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf |
28 | SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" | 28 | SRCREV_inf.v0 = "d2d2541c53f18d2a059457998ce2876cc8e67cbf" |
29 | SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/inf.v0" | 29 | SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/inf.v0" |
30 | 30 | ||
31 | # go.uber.org/mock v0.5.0 | 31 | # go.uber.org/mock v0.5.0 |
32 | # [1] git ls-remote https://github.com/uber/mock a9c44d91ce00ef09603d3822452a4f9c8fefd278 | 32 | # [1] git ls-remote https://github.com/uber/mock a9c44d91ce00ef09603d3822452a4f9c8fefd278 |
33 | SRCREV_mock="a9c44d91ce00ef09603d3822452a4f9c8fefd278" | 33 | SRCREV_mock = "a9c44d91ce00ef09603d3822452a4f9c8fefd278" |
34 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" | 34 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" |
35 | 35 | ||
36 | # golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f | 36 | # golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f |
37 | # [1] git ls-remote https://go.googlesource.com/exp 2d47ceb2692f22136c9ff680c192d3d19c5dd9e2 | 37 | # [1] git ls-remote https://go.googlesource.com/exp 2d47ceb2692f22136c9ff680c192d3d19c5dd9e2 |
38 | SRCREV_exp="2d47ceb2692f22136c9ff680c192d3d19c5dd9e2" | 38 | SRCREV_exp = "2d47ceb2692f22136c9ff680c192d3d19c5dd9e2" |
39 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" | 39 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" |
40 | 40 | ||
41 | # golang.org/x/sys v0.30.0 | 41 | # golang.org/x/sys v0.30.0 |
42 | # [1] git ls-remote https://github.com/golang/sys 863b3c4ac4975ff758815fa8d01acb6771f37177 | 42 | # [1] git ls-remote https://github.com/golang/sys 863b3c4ac4975ff758815fa8d01acb6771f37177 |
43 | SRCREV_sys="863b3c4ac4975ff758815fa8d01acb6771f37177" | 43 | SRCREV_sys = "863b3c4ac4975ff758815fa8d01acb6771f37177" |
44 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" | 44 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" |
45 | 45 | ||
46 | # gopkg.in/yaml.v3 v3.0.1 | 46 | # gopkg.in/yaml.v3 v3.0.1 |
47 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 | 47 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 |
48 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" | 48 | SRCREV_yaml.v3 = "f6f7691b1fdeb513f56608cd2c32c51f8194bf51" |
49 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" | 49 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" |
50 | 50 | ||
51 | # golang.org/x/net v0.33.0 | 51 | # golang.org/x/net v0.33.0 |
52 | # [1] git ls-remote https://go.googlesource.com/net dfc720dfe0cfc125116068c20efcdcb5e4eab464 | 52 | # [1] git ls-remote https://go.googlesource.com/net dfc720dfe0cfc125116068c20efcdcb5e4eab464 |
53 | SRCREV_net="dfc720dfe0cfc125116068c20efcdcb5e4eab464" | 53 | SRCREV_net = "dfc720dfe0cfc125116068c20efcdcb5e4eab464" |
54 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" | 54 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" |
55 | 55 | ||
56 | # gopkg.in/yaml.v2 v2.4.0 | 56 | # gopkg.in/yaml.v2 v2.4.0 |
57 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c | 57 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c |
58 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" | 58 | SRCREV_yaml.v2 = "7649d4548cb53a614db133b2a8ac1f31859dda8c" |
59 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v2" | 59 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v2" |
60 | 60 | ||
61 | # k8s.io/client-go v0.31.2 | 61 | # k8s.io/client-go v0.31.2 |
62 | # [1] git ls-remote https://github.com/kubernetes/client-go 270e5ab1714527c455865953da8ceba2810dbb50 | 62 | # [1] git ls-remote https://github.com/kubernetes/client-go 270e5ab1714527c455865953da8ceba2810dbb50 |
63 | SRCREV_client-go="270e5ab1714527c455865953da8ceba2810dbb50" | 63 | SRCREV_client-go = "270e5ab1714527c455865953da8ceba2810dbb50" |
64 | SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/client-go" | 64 | SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/client-go" |
65 | 65 | ||
66 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd | 66 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd |
67 | # [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 | 67 | # [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 |
68 | SRCREV_json="bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" | 68 | SRCREV_json = "bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" |
69 | SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json" | 69 | SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json" |
70 | 70 | ||
71 | # sigs.k8s.io/yaml v1.4.0 | 71 | # sigs.k8s.io/yaml v1.4.0 |
72 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml c3772b51db126345efe2dfe4ff8dac83b8141684 | 72 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml c3772b51db126345efe2dfe4ff8dac83b8141684 |
73 | SRCREV_yaml="c3772b51db126345efe2dfe4ff8dac83b8141684" | 73 | SRCREV_yaml = "c3772b51db126345efe2dfe4ff8dac83b8141684" |
74 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml" | 74 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml" |
75 | 75 | ||
76 | # golang.org/x/sync v0.11.0 | 76 | # golang.org/x/sync v0.11.0 |
77 | # [1] git ls-remote https://go.googlesource.com/sync fe3591bd8a96873abc98bb9d2d5c62f27efca3e9 | 77 | # [1] git ls-remote https://go.googlesource.com/sync fe3591bd8a96873abc98bb9d2d5c62f27efca3e9 |
78 | SRCREV_sync="fe3591bd8a96873abc98bb9d2d5c62f27efca3e9" | 78 | SRCREV_sync = "fe3591bd8a96873abc98bb9d2d5c62f27efca3e9" |
79 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" | 79 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" |
80 | 80 | ||
81 | # golang.org/x/term v0.27.0 | 81 | # golang.org/x/term v0.27.0 |
82 | # [1] git ls-remote https://go.googlesource.com/term 442846aa8d80ebae61e0c2c58e041b92b9b33dc4 | 82 | # [1] git ls-remote https://go.googlesource.com/term 442846aa8d80ebae61e0c2c58e041b92b9b33dc4 |
83 | SRCREV_x-term="442846aa8d80ebae61e0c2c58e041b92b9b33dc4" | 83 | SRCREV_x-term = "442846aa8d80ebae61e0c2c58e041b92b9b33dc4" |
84 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" | 84 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" |
85 | 85 | ||
86 | # golang.org/x/text v0.21.0 | 86 | # golang.org/x/text v0.21.0 |
87 | # [1] git ls-remote https://go.googlesource.com/text d42948e5579eb996bedb7df76c7ad57fae4e83c7 | 87 | # [1] git ls-remote https://go.googlesource.com/text d42948e5579eb996bedb7df76c7ad57fae4e83c7 |
88 | SRCREV_text="d42948e5579eb996bedb7df76c7ad57fae4e83c7" | 88 | SRCREV_text = "d42948e5579eb996bedb7df76c7ad57fae4e83c7" |
89 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" | 89 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" |
90 | 90 | ||
91 | # golang.org/x/time v0.6.0 | 91 | # golang.org/x/time v0.6.0 |
92 | # [1] git ls-remote https://go.googlesource.com/time 5d9ef583af632a0fcf95276fb38326f695c4fd5f | 92 | # [1] git ls-remote https://go.googlesource.com/time 5d9ef583af632a0fcf95276fb38326f695c4fd5f |
93 | SRCREV_time="5d9ef583af632a0fcf95276fb38326f695c4fd5f" | 93 | SRCREV_time = "5d9ef583af632a0fcf95276fb38326f695c4fd5f" |
94 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time" | 94 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time" |
95 | 95 | ||
96 | # go.uber.org/goleak v1.3.0 | 96 | # go.uber.org/goleak v1.3.0 |
97 | # [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c | 97 | # [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c |
98 | SRCREV_goleak="31095c657c34bba405a8d480db27989aa5f60b9c" | 98 | SRCREV_goleak = "31095c657c34bba405a8d480db27989aa5f60b9c" |
99 | SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/goleak" | 99 | SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/goleak" |
100 | 100 | ||
101 | # golang.org/x/crypto v0.31.0 | 101 | # golang.org/x/crypto v0.31.0 |
102 | # [1] git ls-remote https://go.googlesource.com/crypto b4f1988a35dee11ec3e05d6bf3e90b695fbd8909 | 102 | # [1] git ls-remote https://go.googlesource.com/crypto b4f1988a35dee11ec3e05d6bf3e90b695fbd8909 |
103 | SRCREV_crypto="b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" | 103 | SRCREV_crypto = "b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" |
104 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" | 104 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" |
105 | 105 | ||
106 | # golang.org/x/oauth2 v0.24.0 | 106 | # golang.org/x/oauth2 v0.24.0 |
107 | # [1] git ls-remote https://go.googlesource.com/oauth2 22134a41033e44c2cd074106770ab5b7ca910d15 | 107 | # [1] git ls-remote https://go.googlesource.com/oauth2 22134a41033e44c2cd074106770ab5b7ca910d15 |
108 | SRCREV_oauth2="22134a41033e44c2cd074106770ab5b7ca910d15" | 108 | SRCREV_oauth2 = "22134a41033e44c2cd074106770ab5b7ca910d15" |
109 | SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/oauth2" | 109 | SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/oauth2" |
110 | 110 | ||
111 | # k8s.io/apimachinery v0.31.2 | 111 | # k8s.io/apimachinery v0.31.2 |
112 | # [1] git ls-remote https://github.com/kubernetes/apimachinery a8f449e276fe566efddb149992049c78f0088492 | 112 | # [1] git ls-remote https://github.com/kubernetes/apimachinery a8f449e276fe566efddb149992049c78f0088492 |
113 | SRCREV_apimachinery="a8f449e276fe566efddb149992049c78f0088492" | 113 | SRCREV_apimachinery = "a8f449e276fe566efddb149992049c78f0088492" |
114 | SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/apimachinery" | 114 | SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/apimachinery" |
115 | 115 | ||
116 | # k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 | 116 | # k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 |
117 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 70dd3763d340b13ccc008be05cb1f59ff245dbfd | 117 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 70dd3763d340b13ccc008be05cb1f59ff245dbfd |
118 | SRCREV_kube-openapi="70dd3763d340b13ccc008be05cb1f59ff245dbfd" | 118 | SRCREV_kube-openapi = "70dd3763d340b13ccc008be05cb1f59ff245dbfd" |
119 | SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/kube-openapi" | 119 | SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/kube-openapi" |
120 | 120 | ||
121 | # github.com/moby/term v0.5.2 | 121 | # github.com/moby/term v0.5.2 |
122 | # [1] git ls-remote https://github.com/moby/term 6c1b69fecbac2753dcaf18718a7e9f9093c3760d | 122 | # [1] git ls-remote https://github.com/moby/term 6c1b69fecbac2753dcaf18718a7e9f9093c3760d |
123 | SRCREV_term="6c1b69fecbac2753dcaf18718a7e9f9093c3760d" | 123 | SRCREV_term = "6c1b69fecbac2753dcaf18718a7e9f9093c3760d" |
124 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" | 124 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" |
125 | 125 | ||
126 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c | 126 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c |
127 | # [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06 | 127 | # [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06 |
128 | SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06" | 128 | SRCREV_go = "d30aec9fd63c35133f8f79c3412ad91a3b08be06" |
129 | SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go" | 129 | SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go" |
130 | 130 | ||
131 | # github.com/docker/cli v28.0.1+incompatible | 131 | # github.com/docker/cli v28.0.1+incompatible |
132 | # [1] git ls-remote https://github.com/docker/cli 068a01ea9470df6494cc92d9e64e240805ae47a7 | 132 | # [1] git ls-remote https://github.com/docker/cli 068a01ea9470df6494cc92d9e64e240805ae47a7 |
133 | SRCREV_cli="068a01ea9470df6494cc92d9e64e240805ae47a7" | 133 | SRCREV_cli = "068a01ea9470df6494cc92d9e64e240805ae47a7" |
134 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" | 134 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" |
135 | 135 | ||
136 | # github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc | 136 | # github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc |
137 | # [1] git ls-remote https://github.com/r3labs/sse 26fe804710bc39ea7ea6636d36f27c438bd2c06f | 137 | # [1] git ls-remote https://github.com/r3labs/sse 26fe804710bc39ea7ea6636d36f27c438bd2c06f |
138 | SRCREV_sse="26fe804710bc39ea7ea6636d36f27c438bd2c06f" | 138 | SRCREV_sse = "26fe804710bc39ea7ea6636d36f27c438bd2c06f" |
139 | SRC_URI += "git://github.com/r3labs/sse;name=sse;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/r3labs/sse" | 139 | SRC_URI += "git://github.com/r3labs/sse;name=sse;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/r3labs/sse" |
140 | 140 | ||
141 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b | 141 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b |
142 | # [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 | 142 | # [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 |
143 | SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992" | 143 | SRCREV_ansi = "9520e82c474b0a04dd04f8a40959027271bab992" |
144 | SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mgutz/ansi" | 144 | SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mgutz/ansi" |
145 | 145 | ||
146 | # github.com/pkg/errors v0.9.1 | 146 | # github.com/pkg/errors v0.9.1 |
147 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 | 147 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 |
148 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" | 148 | SRCREV_errors = "614d223910a179a466c1767a985424175c39b465" |
149 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" | 149 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" |
150 | 150 | ||
151 | # github.com/spf13/cobra v1.9.1 | 151 | # github.com/spf13/cobra v1.9.1 |
152 | # [1] git ls-remote https://github.com/spf13/cobra 40b5bc1437a564fc795d388b23835e84f54cd1d1 | 152 | # [1] git ls-remote https://github.com/spf13/cobra 40b5bc1437a564fc795d388b23835e84f54cd1d1 |
153 | SRCREV_cobra="40b5bc1437a564fc795d388b23835e84f54cd1d1" | 153 | SRCREV_cobra = "40b5bc1437a564fc795d388b23835e84f54cd1d1" |
154 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" | 154 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" |
155 | 155 | ||
156 | # github.com/spf13/pflag v1.0.6 | 156 | # github.com/spf13/pflag v1.0.6 |
157 | # [1] git ls-remote https://github.com/spf13/pflag 5ca813443bd2a4d9f46a253ea0407d23b3790713 | 157 | # [1] git ls-remote https://github.com/spf13/pflag 5ca813443bd2a4d9f46a253ea0407d23b3790713 |
158 | SRCREV_pflag="5ca813443bd2a4d9f46a253ea0407d23b3790713" | 158 | SRCREV_pflag = "5ca813443bd2a4d9f46a253ea0407d23b3790713" |
159 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" | 159 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" |
160 | 160 | ||
161 | # google.golang.org/grpc v1.70.0 | 161 | # google.golang.org/grpc v1.70.0 |
162 | # [1] git ls-remote https://github.com/grpc/grpc-go 98a0092952dd4d8443229c3a335ec592d9c40c9b | 162 | # [1] git ls-remote https://github.com/grpc/grpc-go 98a0092952dd4d8443229c3a335ec592d9c40c9b |
163 | SRCREV_grpc="98a0092952dd4d8443229c3a335ec592d9c40c9b" | 163 | SRCREV_grpc = "98a0092952dd4d8443229c3a335ec592d9c40c9b" |
164 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" | 164 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" |
165 | 165 | ||
166 | # github.com/gofrs/flock v0.12.1 | 166 | # github.com/gofrs/flock v0.12.1 |
167 | # [1] git ls-remote https://github.com/gofrs/flock 9de625d921bf362f81e0760056fdff11c8542435 | 167 | # [1] git ls-remote https://github.com/gofrs/flock 9de625d921bf362f81e0760056fdff11c8542435 |
168 | SRCREV_flock="9de625d921bf362f81e0760056fdff11c8542435" | 168 | SRCREV_flock = "9de625d921bf362f81e0760056fdff11c8542435" |
169 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" | 169 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" |
170 | 170 | ||
171 | # github.com/google/uuid v1.6.0 | 171 | # github.com/google/uuid v1.6.0 |
172 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc | 172 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc |
173 | SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc" | 173 | SRCREV_uuid = "0f11ee6918f41a04c201eceeadf612a377bc7fbc" |
174 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" | 174 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" |
175 | 175 | ||
176 | # github.com/gorilla/mux v1.8.1 | 176 | # github.com/gorilla/mux v1.8.1 |
177 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 | 177 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 |
178 | SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5" | 178 | SRCREV_mux = "b4617d0b9670ad14039b2739167fd35a60f557c5" |
179 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" | 179 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" |
180 | 180 | ||
181 | # github.com/moby/locker v1.0.1 | 181 | # github.com/moby/locker v1.0.1 |
182 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe | 182 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe |
183 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" | 183 | SRCREV_locker = "281af2d563954745bea9d1487c965f24d30742fe" |
184 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" | 184 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" |
185 | 185 | ||
186 | # github.com/rivo/uniseg v0.2.0 | 186 | # github.com/rivo/uniseg v0.2.0 |
187 | # [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d | 187 | # [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d |
188 | SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" | 188 | SRCREV_uniseg = "75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" |
189 | SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rivo/uniseg" | 189 | SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rivo/uniseg" |
190 | 190 | ||
191 | # github.com/buger/goterm v1.0.4 | 191 | # github.com/buger/goterm v1.0.4 |
192 | # [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 | 192 | # [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 |
193 | SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" | 193 | SRCREV_goterm = "a73545aae7d693f786ce4cc687460efca4845f31" |
194 | SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/goterm" | 194 | SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/goterm" |
195 | 195 | ||
196 | # github.com/morikuni/aec v1.0.0 | 196 | # github.com/morikuni/aec v1.0.0 |
197 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b | 197 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b |
198 | SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" | 198 | SRCREV_aec = "39771216ff4c63d11f5e604076f9c45e8be1067b" |
199 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec" | 199 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec" |
200 | 200 | ||
201 | # github.com/otiai10/copy v1.14.1 | 201 | # github.com/otiai10/copy v1.14.1 |
202 | # [1] git ls-remote https://github.com/otiai10/copy 5ef5923d6ff098ea7a51792c1ec963d04fad9794 | 202 | # [1] git ls-remote https://github.com/otiai10/copy 5ef5923d6ff098ea7a51792c1ec963d04fad9794 |
203 | SRCREV_copy="5ef5923d6ff098ea7a51792c1ec963d04fad9794" | 203 | SRCREV_copy = "5ef5923d6ff098ea7a51792c1ec963d04fad9794" |
204 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy" | 204 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy" |
205 | 205 | ||
206 | # github.com/beorn7/perks v1.0.1 | 206 | # github.com/beorn7/perks v1.0.1 |
207 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 | 207 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 |
208 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" | 208 | SRCREV_perks = "37c8de3658fcb183f997c4e13e8337516ab753e6" |
209 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks" | 209 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks" |
210 | 210 | ||
211 | # github.com/go-logr/logr v1.4.2 | 211 | # github.com/go-logr/logr v1.4.2 |
212 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 | 212 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 |
213 | SRCREV_logr="1205f429d540b8b81c2b75a38943afb738dac223" | 213 | SRCREV_logr = "1205f429d540b8b81c2b75a38943afb738dac223" |
214 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" | 214 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" |
215 | 215 | ||
216 | # github.com/go-logr/stdr v1.2.2 | 216 | # github.com/go-logr/stdr v1.2.2 |
217 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 | 217 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 |
218 | SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" | 218 | SRCREV_stdr = "521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" |
219 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" | 219 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" |
220 | 220 | ||
221 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | 221 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
222 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d | 222 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d |
223 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" | 223 | SRCREV_shlex = "e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" |
224 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex" | 224 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex" |
225 | 225 | ||
226 | # github.com/miekg/pkcs11 v1.1.1 | 226 | # github.com/miekg/pkcs11 v1.1.1 |
227 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d | 227 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d |
228 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" | 228 | SRCREV_pkcs11 = "f3481918a208bd212aa995a41f92d786eb418a7d" |
229 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" | 229 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" |
230 | 230 | ||
231 | # github.com/otiai10/mint v1.6.3 | 231 | # github.com/otiai10/mint v1.6.3 |
232 | # [1] git ls-remote https://github.com/otiai10/mint 6dcf2e3a67310fd0fbd970199f187f5c575756c9 | 232 | # [1] git ls-remote https://github.com/otiai10/mint 6dcf2e3a67310fd0fbd970199f187f5c575756c9 |
233 | SRCREV_mint="6dcf2e3a67310fd0fbd970199f187f5c575756c9" | 233 | SRCREV_mint = "6dcf2e3a67310fd0fbd970199f187f5c575756c9" |
234 | SRC_URI += "git://github.com/otiai10/mint;name=mint;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/mint" | 234 | SRC_URI += "git://github.com/otiai10/mint;name=mint;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/mint" |
235 | 235 | ||
236 | # github.com/x448/float16 v0.8.4 | 236 | # github.com/x448/float16 v0.8.4 |
237 | # [1] git ls-remote https://github.com/x448/float16 cb9afec31f2649663ebb64da5c6c32c3d365c3ca | 237 | # [1] git ls-remote https://github.com/x448/float16 cb9afec31f2649663ebb64da5c6c32c3d365c3ca |
238 | SRCREV_float16="cb9afec31f2649663ebb64da5c6c32c3d365c3ca" | 238 | SRCREV_float16 = "cb9afec31f2649663ebb64da5c6c32c3d365c3ca" |
239 | SRC_URI += "git://github.com/x448/float16;name=float16;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/x448/float16" | 239 | SRC_URI += "git://github.com/x448/float16;name=float16;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/x448/float16" |
240 | 240 | ||
241 | # github.com/docker/buildx v0.21.2 | 241 | # github.com/docker/buildx v0.21.2 |
242 | # [1] git ls-remote https://github.com/docker/buildx 1360a9e8d25a2c3d03c2776d53ae62e6ff0a843d | 242 | # [1] git ls-remote https://github.com/docker/buildx 1360a9e8d25a2c3d03c2776d53ae62e6ff0a843d |
243 | SRCREV_buildx="1360a9e8d25a2c3d03c2776d53ae62e6ff0a843d" | 243 | SRCREV_buildx = "1360a9e8d25a2c3d03c2776d53ae62e6ff0a843d" |
244 | SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/buildx" | 244 | SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/buildx" |
245 | 245 | ||
246 | # github.com/docker/docker v28.0.1+incompatible | 246 | # github.com/docker/docker v28.0.1+incompatible |
247 | # [1] git ls-remote https://github.com/moby/moby bbd0a17ccc67e48d4a69393287b7fcc4f0578683 | 247 | # [1] git ls-remote https://github.com/moby/moby bbd0a17ccc67e48d4a69393287b7fcc4f0578683 |
248 | SRCREV_docker="bbd0a17ccc67e48d4a69393287b7fcc4f0578683" | 248 | SRCREV_docker = "bbd0a17ccc67e48d4a69393287b7fcc4f0578683" |
249 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" | 249 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" |
250 | 250 | ||
251 | # github.com/google/go-cmp v0.7.0 | 251 | # github.com/google/go-cmp v0.7.0 |
252 | # [1] git ls-remote https://github.com/google/go-cmp 9b12f366a942ebc7254abc7f32ca05068b455fb7 | 252 | # [1] git ls-remote https://github.com/google/go-cmp 9b12f366a942ebc7254abc7f32ca05068b455fb7 |
253 | SRCREV_go-cmp="9b12f366a942ebc7254abc7f32ca05068b455fb7" | 253 | SRCREV_go-cmp = "9b12f366a942ebc7254abc7f32ca05068b455fb7" |
254 | SRC_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" | 254 | SRC_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" |
255 | 255 | ||
256 | # github.com/moby/buildkit v0.20.0 | 256 | # github.com/moby/buildkit v0.20.0 |
257 | # [1] git ls-remote https://github.com/moby/buildkit 121ecd5b9083b8eef32183cd404dd13e15b4a3df | 257 | # [1] git ls-remote https://github.com/moby/buildkit 121ecd5b9083b8eef32183cd404dd13e15b4a3df |
258 | SRCREV_buildkit="121ecd5b9083b8eef32183cd404dd13e15b4a3df" | 258 | SRCREV_buildkit = "121ecd5b9083b8eef32183cd404dd13e15b4a3df" |
259 | SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/buildkit" | 259 | SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/buildkit" |
260 | 260 | ||
261 | # go.opentelemetry.io/otel v1.32.0 | 261 | # go.opentelemetry.io/otel v1.32.0 |
262 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f | 262 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f |
263 | SRCREV_otel="7cfbd86a605c85e598eca9a899f6176b17076f4f" | 263 | SRCREV_otel = "7cfbd86a605c85e598eca9a899f6176b17076f4f" |
264 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" | 264 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" |
265 | 265 | ||
266 | # github.com/aws/smithy-go v1.20.3 | 266 | # github.com/aws/smithy-go v1.20.3 |
267 | # [1] git ls-remote https://github.com/aws/smithy-go 07bbd001753f9633a614f6c0949d3d73142433d0 | 267 | # [1] git ls-remote https://github.com/aws/smithy-go 07bbd001753f9633a614f6c0949d3d73142433d0 |
268 | SRCREV_smithy-go="07bbd001753f9633a614f6c0949d3d73142433d0" | 268 | SRCREV_smithy-go = "07bbd001753f9633a614f6c0949d3d73142433d0" |
269 | SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/smithy-go" | 269 | SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/smithy-go" |
270 | 270 | ||
271 | # github.com/gogo/protobuf v1.3.2 | 271 | # github.com/gogo/protobuf v1.3.2 |
272 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc | 272 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc |
273 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" | 273 | SRCREV_protobuf = "b03c65ea87cdc3521ede29f62fe3ce239267c1bc" |
274 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" | 274 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" |
275 | 275 | ||
276 | # github.com/google/gofuzz v1.2.0 | 276 | # github.com/google/gofuzz v1.2.0 |
277 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 | 277 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 |
278 | SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" | 278 | SRCREV_gofuzz = "379e164120fbc98885a8f494b5aa41ba94f64c56" |
279 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz" | 279 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz" |
280 | 280 | ||
281 | # github.com/imdario/mergo v0.3.16 | 281 | # github.com/imdario/mergo v0.3.16 |
282 | # [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 | 282 | # [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 |
283 | SRCREV_imdario-mergo="14fe2b165b83359196f820886a2b24f2771729e9" | 283 | SRCREV_imdario-mergo = "14fe2b165b83359196f820886a2b24f2771729e9" |
284 | SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/imdario/mergo" | 284 | SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/imdario/mergo" |
285 | 285 | ||
286 | # github.com/moby/sys/user v0.3.0 | 286 | # github.com/moby/sys/user v0.3.0 |
287 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 | 287 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 |
288 | SRCREV_user="54475191138bd297c627eb1a59e1e54b953957f1" | 288 | SRCREV_user = "54475191138bd297c627eb1a59e1e54b953957f1" |
289 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" | 289 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" |
290 | 290 | ||
291 | # github.com/containerd/log v0.1.0 | 291 | # github.com/containerd/log v0.1.0 |
292 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 | 292 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 |
293 | SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" | 293 | SRCREV_log = "0fc1e28871fdf2786e2cc51bbe4133db6547a199" |
294 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" | 294 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" |
295 | 295 | ||
296 | # github.com/zclconf/go-cty v1.16.0 | 296 | # github.com/zclconf/go-cty v1.16.0 |
297 | # [1] git ls-remote https://github.com/zclconf/go-cty 6e06defc5f817971ab942989ad06752e13446c9c | 297 | # [1] git ls-remote https://github.com/zclconf/go-cty 6e06defc5f817971ab942989ad06752e13446c9c |
298 | SRCREV_go-cty="6e06defc5f817971ab942989ad06752e13446c9c" | 298 | SRCREV_go-cty = "6e06defc5f817971ab942989ad06752e13446c9c" |
299 | SRC_URI += "git://github.com/zclconf/go-cty;name=go-cty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/zclconf/go-cty" | 299 | SRC_URI += "git://github.com/zclconf/go-cty;name=go-cty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/zclconf/go-cty" |
300 | 300 | ||
301 | # github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc | 301 | # github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc |
302 | # [1] git ls-remote https://github.com/davecgh/go-spew d8f796af33cc11cb798c1aaeb27a4ebc5099927d | 302 | # [1] git ls-remote https://github.com/davecgh/go-spew d8f796af33cc11cb798c1aaeb27a4ebc5099927d |
303 | SRCREV_go-spew="d8f796af33cc11cb798c1aaeb27a4ebc5099927d" | 303 | SRCREV_go-spew = "d8f796af33cc11cb798c1aaeb27a4ebc5099927d" |
304 | SRC_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" | 304 | SRC_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" |
305 | 305 | ||
306 | # github.com/docker/go-units v0.5.0 | 306 | # github.com/docker/go-units v0.5.0 |
307 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f | 307 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f |
308 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" | 308 | SRCREV_go-units = "e682442797b36348f8e1f98defdbf32bac0b6c6f" |
309 | SRC_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" | 309 | SRC_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" |
310 | 310 | ||
311 | # github.com/mitchellh/go-ps v1.0.0 | 311 | # github.com/mitchellh/go-ps v1.0.0 |
312 | # [1] git ls-remote https://github.com/mitchellh/go-ps 147ff83818ae939913b2e20b91ae3cd6c391771c | 312 | # [1] git ls-remote https://github.com/mitchellh/go-ps 147ff83818ae939913b2e20b91ae3cd6c391771c |
313 | SRCREV_go-ps="147ff83818ae939913b2e20b91ae3cd6c391771c" | 313 | SRCREV_go-ps = "147ff83818ae939913b2e20b91ae3cd6c391771c" |
314 | SRC_URI += "git://github.com/mitchellh/go-ps;name=go-ps;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/go-ps" | 314 | SRC_URI += "git://github.com/mitchellh/go-ps;name=go-ps;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/go-ps" |
315 | 315 | ||
316 | # github.com/sirupsen/logrus v1.9.3 | 316 | # github.com/sirupsen/logrus v1.9.3 |
317 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd | 317 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd |
318 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" | 318 | SRCREV_logrus = "d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" |
319 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" | 319 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" |
320 | 320 | ||
321 | # github.com/go-openapi/swag v0.22.4 | 321 | # github.com/go-openapi/swag v0.22.4 |
322 | # [1] git ls-remote https://github.com/go-openapi/swag f28dd7aae5534e2e3681204c90019f1dda8a7393 | 322 | # [1] git ls-remote https://github.com/go-openapi/swag f28dd7aae5534e2e3681204c90019f1dda8a7393 |
323 | SRCREV_swag="f28dd7aae5534e2e3681204c90019f1dda8a7393" | 323 | SRCREV_swag = "f28dd7aae5534e2e3681204c90019f1dda8a7393" |
324 | SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/swag" | 324 | SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/swag" |
325 | 325 | ||
326 | # github.com/golang/protobuf v1.5.4 | 326 | # github.com/golang/protobuf v1.5.4 |
327 | # [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 | 327 | # [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 |
328 | SRCREV_golang-protobuf="75de7c059e36b64f01d0dd234ff2fff404ec3374" | 328 | SRCREV_golang-protobuf = "75de7c059e36b64f01d0dd234ff2fff404ec3374" |
329 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" | 329 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" |
330 | 330 | ||
331 | # github.com/mailru/easyjson v0.7.7 | 331 | # github.com/mailru/easyjson v0.7.7 |
332 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc | 332 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc |
333 | SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc" | 333 | SRCREV_easyjson = "c120ca7ced6051261161ce15e8f1542a4b2567fc" |
334 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson" | 334 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson" |
335 | 335 | ||
336 | # github.com/mattn/go-isatty v0.0.17 | 336 | # github.com/mattn/go-isatty v0.0.17 |
337 | # [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c | 337 | # [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c |
338 | SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c" | 338 | SRCREV_go-isatty = "ed75e619dc0f0489fd4062163a7d061eaa249b9c" |
339 | SRC_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" | 339 | SRC_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" |
340 | 340 | ||
341 | # github.com/moby/spdystream v0.4.0 | 341 | # github.com/moby/spdystream v0.4.0 |
342 | # [1] git ls-remote https://github.com/moby/spdystream 258380da5f17ec2c26272bcb91a61d592fcb0105 | 342 | # [1] git ls-remote https://github.com/moby/spdystream 258380da5f17ec2c26272bcb91a61d592fcb0105 |
343 | SRCREV_spdystream="258380da5f17ec2c26272bcb91a61d592fcb0105" | 343 | SRCREV_spdystream = "258380da5f17ec2c26272bcb91a61d592fcb0105" |
344 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream" | 344 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream" |
345 | 345 | ||
346 | # github.com/moby/sys/signal v0.7.1 | 346 | # github.com/moby/sys/signal v0.7.1 |
347 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 347 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
348 | SRCREV_signal="cafbe42351600ca9b363e220722f66d96f6e71f4" | 348 | SRCREV_signal = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
349 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" | 349 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" |
350 | 350 | ||
351 | # github.com/moby/sys/userns v0.1.0 | 351 | # github.com/moby/sys/userns v0.1.0 |
352 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 | 352 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 |
353 | SRCREV_userns="54475191138bd297c627eb1a59e1e54b953957f1" | 353 | SRCREV_userns = "54475191138bd297c627eb1a59e1e54b953957f1" |
354 | SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns" | 354 | SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns" |
355 | 355 | ||
356 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f | 356 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f |
357 | # [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 | 357 | # [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 |
358 | SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682" | 358 | SRCREV_go-flowrate = "cca7078d478f8520f85629ad7c68962d31ed7682" |
359 | SRC_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" | 359 | SRC_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" |
360 | 360 | ||
361 | # google.golang.org/protobuf v1.35.2 | 361 | # google.golang.org/protobuf v1.35.2 |
362 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go c72053a9062dd4bc86a75c21f5d8134136ccbf2e | 362 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go c72053a9062dd4bc86a75c21f5d8134136ccbf2e |
363 | SRCREV_google.golang.org-protobuf="c72053a9062dd4bc86a75c21f5d8134136ccbf2e" | 363 | SRCREV_google.golang.org-protobuf = "c72053a9062dd4bc86a75c21f5d8134136ccbf2e" |
364 | SRC_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" | 364 | SRC_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" |
365 | 365 | ||
366 | # github.com/stretchr/testify v1.10.0 | 366 | # github.com/stretchr/testify v1.10.0 |
367 | # [1] git ls-remote https://github.com/stretchr/testify 89cbdd9e7b39eb58896d316a7495597d3aba4371 | 367 | # [1] git ls-remote https://github.com/stretchr/testify 89cbdd9e7b39eb58896d316a7495597d3aba4371 |
368 | SRCREV_testify="89cbdd9e7b39eb58896d316a7495597d3aba4371" | 368 | SRCREV_testify = "89cbdd9e7b39eb58896d316a7495597d3aba4371" |
369 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify" | 369 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify" |
370 | 370 | ||
371 | # github.com/containerd/ttrpc v1.2.7 | 371 | # github.com/containerd/ttrpc v1.2.7 |
372 | # [1] git ls-remote https://github.com/containerd/ttrpc 3b8c8b75577584e412043afb7b561193a4a47d2e | 372 | # [1] git ls-remote https://github.com/containerd/ttrpc 3b8c8b75577584e412043afb7b561193a4a47d2e |
373 | SRCREV_ttrpc="3b8c8b75577584e412043afb7b561193a4a47d2e" | 373 | SRCREV_ttrpc = "3b8c8b75577584e412043afb7b561193a4a47d2e" |
374 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" | 374 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" |
375 | 375 | ||
376 | # github.com/josharian/intern v1.0.0 | 376 | # github.com/josharian/intern v1.0.0 |
377 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd | 377 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd |
378 | SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" | 378 | SRCREV_intern = "8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" |
379 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern" | 379 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern" |
380 | 380 | ||
381 | # github.com/json-iterator/go v1.1.12 | 381 | # github.com/json-iterator/go v1.1.12 |
382 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d | 382 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d |
383 | SRCREV_json-iterator-go="024077e996b048517130b21ea6bf12aa23055d3d" | 383 | SRCREV_json-iterator-go = "024077e996b048517130b21ea6bf12aa23055d3d" |
384 | SRC_URI += "git://github.com/json-iterator/go;name=json-iterator-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/json-iterator/go" | 384 | SRC_URI += "git://github.com/json-iterator/go;name=json-iterator-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/json-iterator/go" |
385 | 385 | ||
386 | # github.com/moby/sys/symlink v0.3.0 | 386 | # github.com/moby/sys/symlink v0.3.0 |
387 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 387 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
388 | SRCREV_symlink="cafbe42351600ca9b363e220722f66d96f6e71f4" | 388 | SRCREV_symlink = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
389 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" | 389 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" |
390 | 390 | ||
391 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b | 391 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b |
392 | # [1] git ls-remote https://github.com/serialx/hashring 22c0c7ab6b1be4be7b950bae8b117767da7b18b6 | 392 | # [1] git ls-remote https://github.com/serialx/hashring 22c0c7ab6b1be4be7b950bae8b117767da7b18b6 |
393 | SRCREV_hashring="22c0c7ab6b1be4be7b950bae8b117767da7b18b6" | 393 | SRCREV_hashring = "22c0c7ab6b1be4be7b950bae8b117767da7b18b6" |
394 | SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/serialx/hashring" | 394 | SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/serialx/hashring" |
395 | 395 | ||
396 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea | 396 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea |
397 | # [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 | 397 | # [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 |
398 | SRCREV_units="6950e57a87eaf136bbe44ef2ec8e75b9e3569de2" | 398 | SRCREV_units = "6950e57a87eaf136bbe44ef2ec8e75b9e3569de2" |
399 | SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/units" | 399 | SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/units" |
400 | 400 | ||
401 | # github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab | 401 | # github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab |
402 | # [1] git ls-remote https://github.com/tonistiigi/vt100 90bafcd6abab5dc87970f00165ee2022806709fd | 402 | # [1] git ls-remote https://github.com/tonistiigi/vt100 90bafcd6abab5dc87970f00165ee2022806709fd |
403 | SRCREV_vt100="90bafcd6abab5dc87970f00165ee2022806709fd" | 403 | SRCREV_vt100 = "90bafcd6abab5dc87970f00165ee2022806709fd" |
404 | SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/vt100" | 404 | SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/vt100" |
405 | 405 | ||
406 | # github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 | 406 | # github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 |
407 | # [1] git ls-remote https://github.com/eiannone/keyboard 0d226195f2038e282bb90d2e24f7f29aa7c5b210 | 407 | # [1] git ls-remote https://github.com/eiannone/keyboard 0d226195f2038e282bb90d2e24f7f29aa7c5b210 |
408 | SRCREV_keyboard="0d226195f2038e282bb90d2e24f7f29aa7c5b210" | 408 | SRCREV_keyboard = "0d226195f2038e282bb90d2e24f7f29aa7c5b210" |
409 | SRC_URI += "git://github.com/eiannone/keyboard;name=keyboard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/eiannone/keyboard" | 409 | SRC_URI += "git://github.com/eiannone/keyboard;name=keyboard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/eiannone/keyboard" |
410 | 410 | ||
411 | # github.com/fsnotify/fsevents v0.2.0 | 411 | # github.com/fsnotify/fsevents v0.2.0 |
412 | # [1] git ls-remote https://github.com/fsnotify/fsevents f73112e4ef0540a922ff546752e95a70fb8f035d | 412 | # [1] git ls-remote https://github.com/fsnotify/fsevents f73112e4ef0540a922ff546752e95a70fb8f035d |
413 | SRCREV_fsevents="f73112e4ef0540a922ff546752e95a70fb8f035d" | 413 | SRCREV_fsevents = "f73112e4ef0540a922ff546752e95a70fb8f035d" |
414 | SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsevents" | 414 | SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsevents" |
415 | 415 | ||
416 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 | 416 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 |
417 | # [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b | 417 | # [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b |
418 | SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b" | 418 | SRCREV_fsnotify = "fff9c274a375301ae46812f257aa68393790c45b" |
419 | SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tilt-dev/fsnotify" | 419 | SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tilt-dev/fsnotify" |
420 | 420 | ||
421 | # go.opentelemetry.io/otel/sdk v1.32.0 | 421 | # go.opentelemetry.io/otel/sdk v1.32.0 |
422 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f | 422 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f |
423 | SRCREV_sdk="7cfbd86a605c85e598eca9a899f6176b17076f4f" | 423 | SRCREV_sdk = "7cfbd86a605c85e598eca9a899f6176b17076f4f" |
424 | SRC_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" | 424 | SRC_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" |
425 | 425 | ||
426 | # github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c | 426 | # github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c |
427 | # [1] git ls-remote https://github.com/Azure/go-ansiterm faa5f7b0171c46bb398a91b4a0c906324d3664cf | 427 | # [1] git ls-remote https://github.com/Azure/go-ansiterm faa5f7b0171c46bb398a91b4a0c906324d3664cf |
428 | SRCREV_go-ansiterm="faa5f7b0171c46bb398a91b4a0c906324d3664cf" | 428 | SRCREV_go-ansiterm = "faa5f7b0171c46bb398a91b4a0c906324d3664cf" |
429 | SRC_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" | 429 | SRC_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" |
430 | 430 | ||
431 | # github.com/aws/aws-sdk-go-v2 v1.30.3 | 431 | # github.com/aws/aws-sdk-go-v2 v1.30.3 |
432 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c | 432 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
433 | SRCREV_aws-sdk-go-v2="0599931efcf551dc63f84ec669d7fb5cfe14f64c" | 433 | SRCREV_aws-sdk-go-v2 = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
434 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2" | 434 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2" |
435 | 435 | ||
436 | # github.com/cespare/xxhash/v2 v2.3.0 | 436 | # github.com/cespare/xxhash/v2 v2.3.0 |
437 | # [1] git ls-remote https://github.com/cespare/xxhash 998dce232f17418a7a5721ecf87ca714025a3243 | 437 | # [1] git ls-remote https://github.com/cespare/xxhash 998dce232f17418a7a5721ecf87ca714025a3243 |
438 | SRCREV_xxhash-v2="998dce232f17418a7a5721ecf87ca714025a3243" | 438 | SRCREV_xxhash-v2 = "998dce232f17418a7a5721ecf87ca714025a3243" |
439 | SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cespare/xxhash/v2" | 439 | SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cespare/xxhash/v2" |
440 | 440 | ||
441 | # github.com/docker/go-metrics v0.0.1 | 441 | # github.com/docker/go-metrics v0.0.1 |
442 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c | 442 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c |
443 | SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" | 443 | SRCREV_go-metrics = "b619b3592b65de4f087d9f16863a7e6ff905973c" |
444 | SRC_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" | 444 | SRC_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" |
445 | 445 | ||
446 | # github.com/felixge/httpsnoop v1.0.4 | 446 | # github.com/felixge/httpsnoop v1.0.4 |
447 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c | 447 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c |
448 | SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" | 448 | SRCREV_httpsnoop = "c5817c27ec125409c069052fdd171023c353501c" |
449 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" | 449 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" |
450 | 450 | ||
451 | # github.com/fxamacker/cbor/v2 v2.7.0 | 451 | # github.com/fxamacker/cbor/v2 v2.7.0 |
452 | # [1] git ls-remote https://github.com/fxamacker/cbor 02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a | 452 | # [1] git ls-remote https://github.com/fxamacker/cbor 02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a |
453 | SRCREV_cbor-v2="02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a" | 453 | SRCREV_cbor-v2 = "02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a" |
454 | SRC_URI += "git://github.com/fxamacker/cbor;name=cbor-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fxamacker/cbor/v2" | 454 | SRC_URI += "git://github.com/fxamacker/cbor;name=cbor-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fxamacker/cbor/v2" |
455 | 455 | ||
456 | # github.com/gorilla/websocket v1.5.0 | 456 | # github.com/gorilla/websocket v1.5.0 |
457 | # [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 | 457 | # [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 |
458 | SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" | 458 | SRCREV_websocket = "9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" |
459 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket" | 459 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket" |
460 | 460 | ||
461 | # github.com/hashicorp/errwrap v1.1.0 | 461 | # github.com/hashicorp/errwrap v1.1.0 |
462 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 | 462 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 |
463 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" | 463 | SRCREV_errwrap = "7b00e5db719c64d14dd0caaacbd13e76254d02c0" |
464 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap" | 464 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap" |
465 | 465 | ||
466 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 | 466 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 |
467 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e | 467 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e |
468 | SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" | 468 | SRCREV_goautoneg = "a7dc8b61c822528f973a5e4e7b272055c6fdb43e" |
469 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg" | 469 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg" |
470 | 470 | ||
471 | # github.com/pelletier/go-toml v1.9.5 | 471 | # github.com/pelletier/go-toml v1.9.5 |
472 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 | 472 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 |
473 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" | 473 | SRCREV_go-toml = "fed1464066413075eac02cd4dc368b5221845541" |
474 | SRC_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" | 474 | SRC_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" |
475 | 475 | ||
476 | # github.com/prometheus/common v0.55.0 | 476 | # github.com/prometheus/common v0.55.0 |
477 | # [1] git ls-remote https://github.com/prometheus/common 0c7b585c7da330aae136aaa874cb4f89f5b3e5d9 | 477 | # [1] git ls-remote https://github.com/prometheus/common 0c7b585c7da330aae136aaa874cb4f89f5b3e5d9 |
478 | SRCREV_common="0c7b585c7da330aae136aaa874cb4f89f5b3e5d9" | 478 | SRCREV_common = "0c7b585c7da330aae136aaa874cb4f89f5b3e5d9" |
479 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common" | 479 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common" |
480 | 480 | ||
481 | # github.com/prometheus/procfs v0.15.1 | 481 | # github.com/prometheus/procfs v0.15.1 |
482 | # [1] git ls-remote https://github.com/prometheus/procfs 51919fd4b9d0aaca69854ac81bdeda5f96dab366 | 482 | # [1] git ls-remote https://github.com/prometheus/procfs 51919fd4b9d0aaca69854ac81bdeda5f96dab366 |
483 | SRCREV_procfs="51919fd4b9d0aaca69854ac81bdeda5f96dab366" | 483 | SRCREV_procfs = "51919fd4b9d0aaca69854ac81bdeda5f96dab366" |
484 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs" | 484 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs" |
485 | 485 | ||
486 | # github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a | 486 | # github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a |
487 | # [1] git ls-remote https://github.com/tonistiigi/fsutil b14e27f4135ab262f0252f9f0e8749fd7ba3680f | 487 | # [1] git ls-remote https://github.com/tonistiigi/fsutil b14e27f4135ab262f0252f9f0e8749fd7ba3680f |
488 | SRCREV_fsutil="b14e27f4135ab262f0252f9f0e8749fd7ba3680f" | 488 | SRCREV_fsutil = "b14e27f4135ab262f0252f9f0e8749fd7ba3680f" |
489 | SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/fsutil" | 489 | SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/fsutil" |
490 | 490 | ||
491 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 | 491 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 |
492 | # [1] git ls-remote https://github.com/cenkalti/backoff 61153c768f31ee5f130071d08fc82b85208528de | 492 | # [1] git ls-remote https://github.com/cenkalti/backoff 61153c768f31ee5f130071d08fc82b85208528de |
493 | SRCREV_backoff.v1="61153c768f31ee5f130071d08fc82b85208528de" | 493 | SRCREV_backoff.v1 = "61153c768f31ee5f130071d08fc82b85208528de" |
494 | SRC_URI += "git://github.com/cenkalti/backoff;name=backoff.v1;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/cenkalti/backoff.v1" | 494 | SRC_URI += "git://github.com/cenkalti/backoff;name=backoff.v1;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/cenkalti/backoff.v1" |
495 | 495 | ||
496 | # github.com/Microsoft/go-winio v0.6.2 | 496 | # github.com/Microsoft/go-winio v0.6.2 |
497 | # [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f | 497 | # [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f |
498 | SRCREV_go-winio="3c9576c9346a1892dee136329e7e15309e82fb4f" | 498 | SRCREV_go-winio = "3c9576c9346a1892dee136329e7e15309e82fb4f" |
499 | SRC_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" | 499 | SRC_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" |
500 | 500 | ||
501 | # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d | 501 | # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d |
502 | # [1] git ls-remote https://github.com/acarl005/stripansi 5a71ef0e047df0427e87a79f27009029921f1f9b | 502 | # [1] git ls-remote https://github.com/acarl005/stripansi 5a71ef0e047df0427e87a79f27009029921f1f9b |
503 | SRCREV_stripansi="5a71ef0e047df0427e87a79f27009029921f1f9b" | 503 | SRCREV_stripansi = "5a71ef0e047df0427e87a79f27009029921f1f9b" |
504 | SRC_URI += "git://github.com/acarl005/stripansi;name=stripansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/acarl005/stripansi" | 504 | SRC_URI += "git://github.com/acarl005/stripansi;name=stripansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/acarl005/stripansi" |
505 | 505 | ||
506 | # github.com/containerd/console v1.0.4 | 506 | # github.com/containerd/console v1.0.4 |
507 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f | 507 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f |
508 | SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" | 508 | SRCREV_console = "8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" |
509 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" | 509 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" |
510 | 510 | ||
511 | # github.com/containerd/errdefs v1.0.0 | 511 | # github.com/containerd/errdefs v1.0.0 |
512 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 | 512 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 |
513 | SRCREV_errdefs="4817405e4a3caeb7aee9dac68ed55339c59cb635" | 513 | SRCREV_errdefs = "4817405e4a3caeb7aee9dac68ed55339c59cb635" |
514 | SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" | 514 | SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" |
515 | 515 | ||
516 | # github.com/fvbommel/sortorder v1.1.0 | 516 | # github.com/fvbommel/sortorder v1.1.0 |
517 | # [1] git ls-remote https://github.com/fvbommel/sortorder a8d9302c17f9f46c6580b82b919672e58ef6e396 | 517 | # [1] git ls-remote https://github.com/fvbommel/sortorder a8d9302c17f9f46c6580b82b919672e58ef6e396 |
518 | SRCREV_sortorder="a8d9302c17f9f46c6580b82b919672e58ef6e396" | 518 | SRCREV_sortorder = "a8d9302c17f9f46c6580b82b919672e58ef6e396" |
519 | SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fvbommel/sortorder" | 519 | SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fvbommel/sortorder" |
520 | 520 | ||
521 | # github.com/klauspost/compress v1.17.11 | 521 | # github.com/klauspost/compress v1.17.11 |
522 | # [1] git ls-remote https://github.com/klauspost/compress 72cd4a92a8b13e722763e6b6a3467163c2028d3d | 522 | # [1] git ls-remote https://github.com/klauspost/compress 72cd4a92a8b13e722763e6b6a3467163c2028d3d |
523 | SRCREV_compress="72cd4a92a8b13e722763e6b6a3467163c2028d3d" | 523 | SRCREV_compress = "72cd4a92a8b13e722763e6b6a3467163c2028d3d" |
524 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" | 524 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" |
525 | 525 | ||
526 | # github.com/mattn/go-colorable v0.1.13 | 526 | # github.com/mattn/go-colorable v0.1.13 |
527 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be | 527 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be |
528 | SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" | 528 | SRCREV_go-colorable = "11a925cff3d38c293ddc8c05a16b504e3e2c63be" |
529 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-colorable" | 529 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-colorable" |
530 | 530 | ||
531 | # github.com/mattn/go-runewidth v0.0.15 | 531 | # github.com/mattn/go-runewidth v0.0.15 |
532 | # [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560 | 532 | # [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560 |
533 | SRCREV_go-runewidth="44b7c5b4d67df8ca22917b6800c158a6d3be3560" | 533 | SRCREV_go-runewidth = "44b7c5b4d67df8ca22917b6800c158a6d3be3560" |
534 | SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-runewidth" | 534 | SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-runewidth" |
535 | 535 | ||
536 | # github.com/moby/sys/mountinfo v0.7.2 | 536 | # github.com/moby/sys/mountinfo v0.7.2 |
537 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 537 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
538 | SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4" | 538 | SRCREV_mountinfo = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
539 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" | 539 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" |
540 | 540 | ||
541 | # github.com/modern-go/reflect2 v1.0.2 | 541 | # github.com/modern-go/reflect2 v1.0.2 |
542 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 | 542 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 |
543 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" | 543 | SRCREV_reflect2 = "2b33151c9bbc5231aea69b8861c540102b087070" |
544 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/reflect2" | 544 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/reflect2" |
545 | 545 | ||
546 | # github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 | 546 | # github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 |
547 | # [1] git ls-remote https://github.com/pmezard/go-difflib 5d4384ee4fb2527b0a1256a821ebfc92f91efefc | 547 | # [1] git ls-remote https://github.com/pmezard/go-difflib 5d4384ee4fb2527b0a1256a821ebfc92f91efefc |
548 | SRCREV_go-difflib="5d4384ee4fb2527b0a1256a821ebfc92f91efefc" | 548 | SRCREV_go-difflib = "5d4384ee4fb2527b0a1256a821ebfc92f91efefc" |
549 | SRC_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" | 549 | SRC_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" |
550 | 550 | ||
551 | # github.com/jonboulle/clockwork v0.5.0 | 551 | # github.com/jonboulle/clockwork v0.5.0 |
552 | # [1] git ls-remote https://github.com/jonboulle/clockwork 6d8d032a18422c2e3ef651170a8a55012d1f704c | 552 | # [1] git ls-remote https://github.com/jonboulle/clockwork 6d8d032a18422c2e3ef651170a8a55012d1f704c |
553 | SRCREV_clockwork="6d8d032a18422c2e3ef651170a8a55012d1f704c" | 553 | SRCREV_clockwork = "6d8d032a18422c2e3ef651170a8a55012d1f704c" |
554 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork" | 554 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork" |
555 | 555 | ||
556 | # github.com/mattn/go-shellwords v1.0.12 | 556 | # github.com/mattn/go-shellwords v1.0.12 |
557 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac | 557 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac |
558 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" | 558 | SRCREV_go-shellwords = "973b9d5391598d4ee601db46fa32f6e186a356ac" |
559 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-shellwords" | 559 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-shellwords" |
560 | 560 | ||
561 | # github.com/moby/patternmatcher v0.6.0 | 561 | # github.com/moby/patternmatcher v0.6.0 |
562 | # [1] git ls-remote https://github.com/moby/patternmatcher 347bb8d8d557f90d1b75cd8bca3c0177f380a979 | 562 | # [1] git ls-remote https://github.com/moby/patternmatcher 347bb8d8d557f90d1b75cd8bca3c0177f380a979 |
563 | SRCREV_patternmatcher="347bb8d8d557f90d1b75cd8bca3c0177f380a979" | 563 | SRCREV_patternmatcher = "347bb8d8d557f90d1b75cd8bca3c0177f380a979" |
564 | SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/patternmatcher" | 564 | SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/patternmatcher" |
565 | 565 | ||
566 | # go.opentelemetry.io/otel/trace v1.32.0 | 566 | # go.opentelemetry.io/otel/trace v1.32.0 |
567 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f | 567 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f |
568 | SRCREV_trace="7cfbd86a605c85e598eca9a899f6176b17076f4f" | 568 | SRCREV_trace = "7cfbd86a605c85e598eca9a899f6176b17076f4f" |
569 | SRC_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" | 569 | SRC_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" |
570 | 570 | ||
571 | # github.com/cenkalti/backoff/v4 v4.3.0 | 571 | # github.com/cenkalti/backoff/v4 v4.3.0 |
572 | # [1] git ls-remote https://github.com/cenkalti/backoff 720b78985a65c0452fd37bb155c7cac4157a7c45 | 572 | # [1] git ls-remote https://github.com/cenkalti/backoff 720b78985a65c0452fd37bb155c7cac4157a7c45 |
573 | SRCREV_v4="720b78985a65c0452fd37bb155c7cac4157a7c45" | 573 | SRCREV_v4 = "720b78985a65c0452fd37bb155c7cac4157a7c45" |
574 | SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4" | 574 | SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4" |
575 | 575 | ||
576 | # github.com/docker/distribution v2.8.3+incompatible | 576 | # github.com/docker/distribution v2.8.3+incompatible |
577 | # [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f | 577 | # [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f |
578 | SRCREV_distribution="4772604ae973031ab32dd9805a4bccf61d94909f" | 578 | SRCREV_distribution = "4772604ae973031ab32dd9805a4bccf61d94909f" |
579 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution" | 579 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution" |
580 | 580 | ||
581 | # github.com/moby/sys/capability v0.4.0 | 581 | # github.com/moby/sys/capability v0.4.0 |
582 | # [1] git ls-remote https://github.com/moby/sys 50e999a770172a519119e1c4fd4b6153b7dac90d | 582 | # [1] git ls-remote https://github.com/moby/sys 50e999a770172a519119e1c4fd4b6153b7dac90d |
583 | SRCREV_capability="50e999a770172a519119e1c4fd4b6153b7dac90d" | 583 | SRCREV_capability = "50e999a770172a519119e1c4fd4b6153b7dac90d" |
584 | SRC_URI += "git://github.com/moby/sys;name=capability;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/capability" | 584 | SRC_URI += "git://github.com/moby/sys;name=capability;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/capability" |
585 | 585 | ||
586 | # github.com/moby/sys/sequential v0.6.0 | 586 | # github.com/moby/sys/sequential v0.6.0 |
587 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 587 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
588 | SRCREV_sequential="cafbe42351600ca9b363e220722f66d96f6e71f4" | 588 | SRCREV_sequential = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
589 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" | 589 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" |
590 | 590 | ||
591 | # github.com/shibumi/go-pathspec v1.3.0 | 591 | # github.com/shibumi/go-pathspec v1.3.0 |
592 | # [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd | 592 | # [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd |
593 | SRCREV_go-pathspec="30eddf187f62305a5b34f662049d077211abaacd" | 593 | SRCREV_go-pathspec = "30eddf187f62305a5b34f662049d077211abaacd" |
594 | SRC_URI += "git://github.com/shibumi/go-pathspec;name=go-pathspec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/shibumi/go-pathspec" | 594 | SRC_URI += "git://github.com/shibumi/go-pathspec;name=go-pathspec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/shibumi/go-pathspec" |
595 | 595 | ||
596 | # go.opentelemetry.io/proto/otlp v1.3.1 | 596 | # go.opentelemetry.io/proto/otlp v1.3.1 |
597 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go a300cca6ca2b6c700b1c0409003751b762e30dea | 597 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go a300cca6ca2b6c700b1c0409003751b762e30dea |
598 | SRCREV_otlp="a300cca6ca2b6c700b1c0409003751b762e30dea" | 598 | SRCREV_otlp = "a300cca6ca2b6c700b1c0409003751b762e30dea" |
599 | SRC_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" | 599 | SRC_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" |
600 | 600 | ||
601 | # github.com/containerd/platforms v1.0.0-rc.1 | 601 | # github.com/containerd/platforms v1.0.0-rc.1 |
602 | # [1] git ls-remote https://github.com/containerd/platforms e3566b8ff1994b8dc88bae5768d32830e0cd0cfd | 602 | # [1] git ls-remote https://github.com/containerd/platforms e3566b8ff1994b8dc88bae5768d32830e0cd0cfd |
603 | SRCREV_platforms="e3566b8ff1994b8dc88bae5768d32830e0cd0cfd" | 603 | SRCREV_platforms = "e3566b8ff1994b8dc88bae5768d32830e0cd0cfd" |
604 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms" | 604 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms" |
605 | 605 | ||
606 | # github.com/docker/cli-docs-tool v0.9.0 | 606 | # github.com/docker/cli-docs-tool v0.9.0 |
607 | # [1] git ls-remote https://github.com/docker/cli-docs-tool b6c6689c907d2094d3d59b4b9446849bb6a3686f | 607 | # [1] git ls-remote https://github.com/docker/cli-docs-tool b6c6689c907d2094d3d59b4b9446849bb6a3686f |
608 | SRCREV_cli-docs-tool="b6c6689c907d2094d3d59b4b9446849bb6a3686f" | 608 | SRCREV_cli-docs-tool = "b6c6689c907d2094d3d59b4b9446849bb6a3686f" |
609 | SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli-docs-tool" | 609 | SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli-docs-tool" |
610 | 610 | ||
611 | # github.com/hashicorp/go-version v1.7.0 | 611 | # github.com/hashicorp/go-version v1.7.0 |
612 | # [1] git ls-remote https://github.com/hashicorp/go-version fcaa53267960208632e9308c93aa89535526a018 | 612 | # [1] git ls-remote https://github.com/hashicorp/go-version fcaa53267960208632e9308c93aa89535526a018 |
613 | SRCREV_go-version="fcaa53267960208632e9308c93aa89535526a018" | 613 | SRCREV_go-version = "fcaa53267960208632e9308c93aa89535526a018" |
614 | SRC_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" | 614 | SRC_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" |
615 | 615 | ||
616 | # go.opentelemetry.io/otel/metric v1.32.0 | 616 | # go.opentelemetry.io/otel/metric v1.32.0 |
617 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f | 617 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f |
618 | SRCREV_metric="7cfbd86a605c85e598eca9a899f6176b17076f4f" | 618 | SRCREV_metric = "7cfbd86a605c85e598eca9a899f6176b17076f4f" |
619 | SRC_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" | 619 | SRC_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" |
620 | 620 | ||
621 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | 621 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
622 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 | 622 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 |
623 | SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" | 623 | SRCREV_concurrent = "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" |
624 | SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/concurrent" | 624 | SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/concurrent" |
625 | 625 | ||
626 | # github.com/xeipuuv/gojsonschema v1.2.0 | 626 | # github.com/xeipuuv/gojsonschema v1.2.0 |
627 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 | 627 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 |
628 | SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" | 628 | SRCREV_gojsonschema = "82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" |
629 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema" | 629 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema" |
630 | 630 | ||
631 | # github.com/AlecAivazis/survey/v2 v2.3.7 | 631 | # github.com/AlecAivazis/survey/v2 v2.3.7 |
632 | # [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126 | 632 | # [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126 |
633 | SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126" | 633 | SRCREV_v2 = "fa37277e6394c29db7bcc94062cb30cd7785a126" |
634 | SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AlecAivazis/survey/v2" | 634 | SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AlecAivazis/survey/v2" |
635 | 635 | ||
636 | # github.com/docker/go-connections v0.5.0 | 636 | # github.com/docker/go-connections v0.5.0 |
637 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace | 637 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace |
638 | SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace" | 638 | SRCREV_go-connections = "fa09c952e3eadbffaf8afc5b8a1667158ba38ace" |
639 | SRC_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" | 639 | SRC_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" |
640 | 640 | ||
641 | # github.com/Masterminds/semver/v3 v3.2.1 | 641 | # github.com/Masterminds/semver/v3 v3.2.1 |
642 | # [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5 | 642 | # [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5 |
643 | SRCREV_semver-v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5" | 643 | SRCREV_semver-v3 = "e06051f8fcc4c8b4a4990c337b9862a2448722e5" |
644 | SRC_URI += "git://github.com/Masterminds/semver;name=semver-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" | 644 | SRC_URI += "git://github.com/Masterminds/semver;name=semver-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" |
645 | 645 | ||
646 | # github.com/containerd/continuity v0.4.5 | 646 | # github.com/containerd/continuity v0.4.5 |
647 | # [1] git ls-remote https://github.com/containerd/continuity 44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e | 647 | # [1] git ls-remote https://github.com/containerd/continuity 44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e |
648 | SRCREV_continuity="44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e" | 648 | SRCREV_continuity = "44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e" |
649 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" | 649 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" |
650 | 650 | ||
651 | # github.com/containerd/typeurl/v2 v2.2.3 | 651 | # github.com/containerd/typeurl/v2 v2.2.3 |
652 | # [1] git ls-remote https://github.com/containerd/typeurl 5b047adad57d172afa9654c019fe65bf0540cc4d | 652 | # [1] git ls-remote https://github.com/containerd/typeurl 5b047adad57d172afa9654c019fe65bf0540cc4d |
653 | SRCREV_typeurl-v2="5b047adad57d172afa9654c019fe65bf0540cc4d" | 653 | SRCREV_typeurl-v2 = "5b047adad57d172afa9654c019fe65bf0540cc4d" |
654 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2" | 654 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2" |
655 | 655 | ||
656 | # github.com/cpuguy83/go-md2man/v2 v2.0.6 | 656 | # github.com/cpuguy83/go-md2man/v2 v2.0.6 |
657 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man 441631534462b74c098953dbd8d5f6210994b0bf | 657 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man 441631534462b74c098953dbd8d5f6210994b0bf |
658 | SRCREV_go-md2man-v2="441631534462b74c098953dbd8d5f6210994b0bf" | 658 | SRCREV_go-md2man-v2 = "441631534462b74c098953dbd8d5f6210994b0bf" |
659 | SRC_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" | 659 | SRC_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" |
660 | 660 | ||
661 | # github.com/google/gnostic-models v0.6.8 | 661 | # github.com/google/gnostic-models v0.6.8 |
662 | # [1] git ls-remote https://github.com/google/gnostic-models 577692584cdf09674595bba0c182d0e8a44655d3 | 662 | # [1] git ls-remote https://github.com/google/gnostic-models 577692584cdf09674595bba0c182d0e8a44655d3 |
663 | SRCREV_gnostic-models="577692584cdf09674595bba0c182d0e8a44655d3" | 663 | SRCREV_gnostic-models = "577692584cdf09674595bba0c182d0e8a44655d3" |
664 | SRC_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" | 664 | SRC_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" |
665 | 665 | ||
666 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb | 666 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb |
667 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb | 667 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb |
668 | SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" | 668 | SRCREV_gojsonpointer = "02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" |
669 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonpointer" | 669 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonpointer" |
670 | 670 | ||
671 | # github.com/distribution/reference v0.6.0 | 671 | # github.com/distribution/reference v0.6.0 |
672 | # [1] git ls-remote https://github.com/distribution/reference ff14fafe2236e51c2894ac07d4bdfc778e96d682 | 672 | # [1] git ls-remote https://github.com/distribution/reference ff14fafe2236e51c2894ac07d4bdfc778e96d682 |
673 | SRCREV_reference="ff14fafe2236e51c2894ac07d4bdfc778e96d682" | 673 | SRCREV_reference = "ff14fafe2236e51c2894ac07d4bdfc778e96d682" |
674 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" | 674 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" |
675 | 675 | ||
676 | # github.com/mitchellh/mapstructure v1.5.0 | 676 | # github.com/mitchellh/mapstructure v1.5.0 |
677 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 | 677 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 |
678 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" | 678 | SRCREV_mapstructure = "ab69d8d93410fce4361f4912bb1ff88110a81311" |
679 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/mapstructure" | 679 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/mapstructure" |
680 | 680 | ||
681 | # github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | 681 | # github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 |
682 | # [1] git ls-remote https://github.com/skratchdot/open-golang eef8423979666925a58eb77f9db583e54320d5a4 | 682 | # [1] git ls-remote https://github.com/skratchdot/open-golang eef8423979666925a58eb77f9db583e54320d5a4 |
683 | SRCREV_open-golang="eef8423979666925a58eb77f9db583e54320d5a4" | 683 | SRCREV_open-golang = "eef8423979666925a58eb77f9db583e54320d5a4" |
684 | SRC_URI += "git://github.com/skratchdot/open-golang;name=open-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/skratchdot/open-golang" | 684 | SRC_URI += "git://github.com/skratchdot/open-golang;name=open-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/skratchdot/open-golang" |
685 | 685 | ||
686 | # github.com/containerd/errdefs/pkg v0.3.0 | 686 | # github.com/containerd/errdefs/pkg v0.3.0 |
687 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 | 687 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 |
688 | SRCREV_pkg="4817405e4a3caeb7aee9dac68ed55339c59cb635" | 688 | SRCREV_pkg = "4817405e4a3caeb7aee9dac68ed55339c59cb635" |
689 | SRC_URI += "git://github.com/containerd/errdefs;name=pkg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs/pkg" | 689 | SRC_URI += "git://github.com/containerd/errdefs;name=pkg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs/pkg" |
690 | 690 | ||
691 | # github.com/emicklei/go-restful/v3 v3.11.0 | 691 | # github.com/emicklei/go-restful/v3 v3.11.0 |
692 | # [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 | 692 | # [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 |
693 | SRCREV_go-restful-v3="30bec7807481e62e1e1e59ad57e7f22054806966" | 693 | SRCREV_go-restful-v3 = "30bec7807481e62e1e1e59ad57e7f22054806966" |
694 | SRC_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" | 694 | SRC_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" |
695 | 695 | ||
696 | # github.com/go-openapi/jsonpointer v0.19.6 | 696 | # github.com/go-openapi/jsonpointer v0.19.6 |
697 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12 | 697 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12 |
698 | SRCREV_jsonpointer="5df0d69a6be189afff354877d332f9ede32afe12" | 698 | SRCREV_jsonpointer = "5df0d69a6be189afff354877d332f9ede32afe12" |
699 | SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonpointer" | 699 | SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonpointer" |
700 | 700 | ||
701 | # github.com/hashicorp/go-cleanhttp v0.5.2 | 701 | # github.com/hashicorp/go-cleanhttp v0.5.2 |
702 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 | 702 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 |
703 | SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" | 703 | SRCREV_go-cleanhttp = "6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" |
704 | SRC_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" | 704 | SRC_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" |
705 | 705 | ||
706 | # github.com/in-toto/in-toto-golang v0.5.0 | 706 | # github.com/in-toto/in-toto-golang v0.5.0 |
707 | # [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe | 707 | # [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe |
708 | SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe" | 708 | SRCREV_in-toto-golang = "ec599036d27ebaca3e8c03559d3f8fd5fe429dfe" |
709 | SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/in-toto/in-toto-golang" | 709 | SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/in-toto/in-toto-golang" |
710 | 710 | ||
711 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | 711 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 |
712 | # [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0 | 712 | # [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0 |
713 | SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" | 713 | SRCREV_go-shellquote = "95032a82bc518f77982ea72343cc1ade730072f0" |
714 | SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/kballard/go-shellquote" | 714 | SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/kballard/go-shellquote" |
715 | 715 | ||
716 | # github.com/moby/docker-image-spec v1.3.1 | 716 | # github.com/moby/docker-image-spec v1.3.1 |
717 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af | 717 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af |
718 | SRCREV_docker-image-spec="f1d00ebd2d6d6805170d5543dbca4b850f35f9af" | 718 | SRCREV_docker-image-spec = "f1d00ebd2d6d6805170d5543dbca4b850f35f9af" |
719 | SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/docker-image-spec" | 719 | SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/docker-image-spec" |
720 | 720 | ||
721 | # github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 | 721 | # github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 |
722 | # [1] git ls-remote https://github.com/planetscale/vtprotobuf 0393e58bdf106fe0347e554d272a8f2c84d12461 | 722 | # [1] git ls-remote https://github.com/planetscale/vtprotobuf 0393e58bdf106fe0347e554d272a8f2c84d12461 |
723 | SRCREV_vtprotobuf="0393e58bdf106fe0347e554d272a8f2c84d12461" | 723 | SRCREV_vtprotobuf = "0393e58bdf106fe0347e554d272a8f2c84d12461" |
724 | SRC_URI += "git://github.com/planetscale/vtprotobuf;name=vtprotobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/planetscale/vtprotobuf" | 724 | SRC_URI += "git://github.com/planetscale/vtprotobuf;name=vtprotobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/planetscale/vtprotobuf" |
725 | 725 | ||
726 | # github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 | 726 | # github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 |
727 | # [1] git ls-remote https://github.com/tonistiigi/go-csvvalue ddb21b71c0b45f8854f3bb72726ee898a99c2348 | 727 | # [1] git ls-remote https://github.com/tonistiigi/go-csvvalue ddb21b71c0b45f8854f3bb72726ee898a99c2348 |
728 | SRCREV_go-csvvalue="ddb21b71c0b45f8854f3bb72726ee898a99c2348" | 728 | SRCREV_go-csvvalue = "ddb21b71c0b45f8854f3bb72726ee898a99c2348" |
729 | SRC_URI += "git://github.com/tonistiigi/go-csvvalue;name=go-csvvalue;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/go-csvvalue" | 729 | SRC_URI += "git://github.com/tonistiigi/go-csvvalue;name=go-csvvalue;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/go-csvvalue" |
730 | 730 | ||
731 | # github.com/hashicorp/go-multierror v1.1.1 | 731 | # github.com/hashicorp/go-multierror v1.1.1 |
732 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 | 732 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 |
733 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" | 733 | SRCREV_go-multierror = "9974e9ec57696378079ecc3accd3d6f29401b3a0" |
734 | SRC_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" | 734 | SRC_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" |
735 | 735 | ||
736 | # github.com/prometheus/client_model v0.6.1 | 736 | # github.com/prometheus/client_model v0.6.1 |
737 | # [1] git ls-remote https://github.com/prometheus/client_model 571429e996ba2d9499e3dcb12926767ba953c0ef | 737 | # [1] git ls-remote https://github.com/prometheus/client_model 571429e996ba2d9499e3dcb12926767ba953c0ef |
738 | SRCREV_client_model="571429e996ba2d9499e3dcb12926767ba953c0ef" | 738 | SRCREV_client_model = "571429e996ba2d9499e3dcb12926767ba953c0ef" |
739 | SRC_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" | 739 | SRC_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" |
740 | 740 | ||
741 | # github.com/russross/blackfriday/v2 v2.1.0 | 741 | # github.com/russross/blackfriday/v2 v2.1.0 |
742 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 | 742 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 |
743 | SRCREV_blackfriday-v2="4c9bf9512682b995722660a4196c0013228e2049" | 743 | SRCREV_blackfriday-v2 = "4c9bf9512682b995722660a4196c0013228e2049" |
744 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2" | 744 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2" |
745 | 745 | ||
746 | # github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 | 746 | # github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 |
747 | # [1] git ls-remote https://github.com/tonistiigi/dchapes-mode ca0759fec205a36ac026b90f4cf90c04c56e1f8b | 747 | # [1] git ls-remote https://github.com/tonistiigi/dchapes-mode ca0759fec205a36ac026b90f4cf90c04c56e1f8b |
748 | SRCREV_dchapes-mode="ca0759fec205a36ac026b90f4cf90c04c56e1f8b" | 748 | SRCREV_dchapes-mode = "ca0759fec205a36ac026b90f4cf90c04c56e1f8b" |
749 | SRC_URI += "git://github.com/tonistiigi/dchapes-mode;name=dchapes-mode;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/dchapes-mode" | 749 | SRC_URI += "git://github.com/tonistiigi/dchapes-mode;name=dchapes-mode;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/dchapes-mode" |
750 | 750 | ||
751 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 | 751 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 |
752 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b | 752 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b |
753 | SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" | 753 | SRCREV_gojsonreference = "bd5ef7bd5415a7ac448318e64f11a24cd21e594b" |
754 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" | 754 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" |
755 | 755 | ||
756 | # github.com/xhit/go-str2duration/v2 v2.1.0 | 756 | # github.com/xhit/go-str2duration/v2 v2.1.0 |
757 | # [1] git ls-remote https://github.com/xhit/go-str2duration 017325bfda0895fe02177e4ebb07962e58735bbf | 757 | # [1] git ls-remote https://github.com/xhit/go-str2duration 017325bfda0895fe02177e4ebb07962e58735bbf |
758 | SRCREV_go-str2duration-v2="017325bfda0895fe02177e4ebb07962e58735bbf" | 758 | SRCREV_go-str2duration-v2 = "017325bfda0895fe02177e4ebb07962e58735bbf" |
759 | SRC_URI += "git://github.com/xhit/go-str2duration;name=go-str2duration-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xhit/go-str2duration/v2" | 759 | SRC_URI += "git://github.com/xhit/go-str2duration;name=go-str2duration-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xhit/go-str2duration/v2" |
760 | 760 | ||
761 | # github.com/containerd/containerd/v2 v2.0.2 | 761 | # github.com/containerd/containerd/v2 v2.0.2 |
762 | # [1] git ls-remote https://github.com/containerd/containerd c507a0257ea6462fbd6f5ba4f5c74facb04021f4 | 762 | # [1] git ls-remote https://github.com/containerd/containerd c507a0257ea6462fbd6f5ba4f5c74facb04021f4 |
763 | SRCREV_containerd-v2="c507a0257ea6462fbd6f5ba4f5c74facb04021f4" | 763 | SRCREV_containerd-v2 = "c507a0257ea6462fbd6f5ba4f5c74facb04021f4" |
764 | SRC_URI += "git://github.com/containerd/containerd;name=containerd-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/v2" | 764 | SRC_URI += "git://github.com/containerd/containerd;name=containerd-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/v2" |
765 | 765 | ||
766 | # github.com/opencontainers/go-digest v1.0.0 | 766 | # github.com/opencontainers/go-digest v1.0.0 |
767 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a | 767 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a |
768 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" | 768 | SRCREV_go-digest = "ea51bea511f75cfa3ef6098cc253c5c3609b037a" |
769 | SRC_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" | 769 | SRC_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" |
770 | 770 | ||
771 | # github.com/aws/aws-sdk-go-v2/config v1.27.27 | 771 | # github.com/aws/aws-sdk-go-v2/config v1.27.27 |
772 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050 | 772 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050 |
773 | SRCREV_config="b8a0918056d0ae923f811f525c17066bbb45f050" | 773 | SRCREV_config = "b8a0918056d0ae923f811f525c17066bbb45f050" |
774 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/config" | 774 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/config" |
775 | 775 | ||
776 | # github.com/go-openapi/jsonreference v0.20.2 | 776 | # github.com/go-openapi/jsonreference v0.20.2 |
777 | # [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff | 777 | # [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff |
778 | SRCREV_jsonreference="1f158e563669961b8e54817e3ea57978d439ffff" | 778 | SRCREV_jsonreference = "1f158e563669961b8e54817e3ea57978d439ffff" |
779 | SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonreference" | 779 | SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonreference" |
780 | 780 | ||
781 | # github.com/go-viper/mapstructure/v2 v2.0.0 | 781 | # github.com/go-viper/mapstructure/v2 v2.0.0 |
782 | # [1] git ls-remote https://github.com/go-viper/mapstructure 6abdb44d71d6ac11f79c11a30a9653c9e4986625 | 782 | # [1] git ls-remote https://github.com/go-viper/mapstructure 6abdb44d71d6ac11f79c11a30a9653c9e4986625 |
783 | SRCREV_mapstructure-v2="6abdb44d71d6ac11f79c11a30a9653c9e4986625" | 783 | SRCREV_mapstructure-v2 = "6abdb44d71d6ac11f79c11a30a9653c9e4986625" |
784 | SRC_URI += "git://github.com/go-viper/mapstructure;name=mapstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-viper/mapstructure/v2" | 784 | SRC_URI += "git://github.com/go-viper/mapstructure;name=mapstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-viper/mapstructure/v2" |
785 | 785 | ||
786 | # github.com/prometheus/client_golang v1.20.5 | 786 | # github.com/prometheus/client_golang v1.20.5 |
787 | # [1] git ls-remote https://github.com/prometheus/client_golang 48e12a185519fd76b4e514b597483781d9ba4093 | 787 | # [1] git ls-remote https://github.com/prometheus/client_golang 48e12a185519fd76b4e514b597483781d9ba4093 |
788 | SRCREV_client_golang="48e12a185519fd76b4e514b597483781d9ba4093" | 788 | SRCREV_client_golang = "48e12a185519fd76b4e514b597483781d9ba4093" |
789 | SRC_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" | 789 | SRC_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" |
790 | 790 | ||
791 | # go.opentelemetry.io/otel/sdk/metric v1.32.0 | 791 | # go.opentelemetry.io/otel/sdk/metric v1.32.0 |
792 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f | 792 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f |
793 | SRCREV_sdk-metric="7cfbd86a605c85e598eca9a899f6176b17076f4f" | 793 | SRCREV_sdk-metric = "7cfbd86a605c85e598eca9a899f6176b17076f4f" |
794 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk-metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk/metric" | 794 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk-metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk/metric" |
795 | 795 | ||
796 | # github.com/opencontainers/image-spec v1.1.1 | 796 | # github.com/opencontainers/image-spec v1.1.1 |
797 | # [1] git ls-remote https://github.com/opencontainers/image-spec 147f9c13cedb47a0c4d9a11a222961073d585877 | 797 | # [1] git ls-remote https://github.com/opencontainers/image-spec 147f9c13cedb47a0c4d9a11a222961073d585877 |
798 | SRCREV_image-spec="147f9c13cedb47a0c4d9a11a222961073d585877" | 798 | SRCREV_image-spec = "147f9c13cedb47a0c4d9a11a222961073d585877" |
799 | SRC_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" | 799 | SRC_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" |
800 | 800 | ||
801 | # github.com/theupdateframework/notary v0.7.0 | 801 | # github.com/theupdateframework/notary v0.7.0 |
802 | # [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598 | 802 | # [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598 |
803 | SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" | 803 | SRCREV_notary = "b0b6bfdd4933081e8d5ae026b24e8337311dd598" |
804 | SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/theupdateframework/notary" | 804 | SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/theupdateframework/notary" |
805 | 805 | ||
806 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 | 806 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 |
807 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9 | 807 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9 |
808 | SRCREV_go-fuzz-headers="e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9" | 808 | SRCREV_go-fuzz-headers = "e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9" |
809 | SRC_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" | 809 | SRC_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" |
810 | 810 | ||
811 | # github.com/containerd/containerd/api v1.8.0 | 811 | # github.com/containerd/containerd/api v1.8.0 |
812 | # [1] git ls-remote https://github.com/containerd/containerd cf36acf6b6dde383952f523e9b0b721b20dec88a | 812 | # [1] git ls-remote https://github.com/containerd/containerd cf36acf6b6dde383952f523e9b0b721b20dec88a |
813 | SRCREV_api="cf36acf6b6dde383952f523e9b0b721b20dec88a" | 813 | SRCREV_api = "cf36acf6b6dde383952f523e9b0b721b20dec88a" |
814 | SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" | 814 | SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" |
815 | 815 | ||
816 | # github.com/inconshreveable/mousetrap v1.1.0 | 816 | # github.com/inconshreveable/mousetrap v1.1.0 |
817 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 | 817 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 |
818 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" | 818 | SRCREV_mousetrap = "4e8053ee7ef85a6bd26368364a6d27f1641c1d21" |
819 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" | 819 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" |
820 | 820 | ||
821 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.1 | 821 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.1 |
822 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff cf09e71f4508bfc416135048e392a8a4990bf4e3 | 822 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff cf09e71f4508bfc416135048e392a8a4990bf4e3 |
823 | SRCREV_structured-merge-diff-v4="cf09e71f4508bfc416135048e392a8a4990bf4e3" | 823 | SRCREV_structured-merge-diff-v4 = "cf09e71f4508bfc416135048e392a8a4990bf4e3" |
824 | SRC_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" | 824 | SRC_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" |
825 | 825 | ||
826 | # github.com/compose-spec/compose-go/v2 v2.4.9-0.20250302154753-e508c724a35f | 826 | # github.com/compose-spec/compose-go/v2 v2.4.9-0.20250302154753-e508c724a35f |
827 | # [1] git ls-remote https://github.com/compose-spec/compose-go e508c724a35f6b21d90b4282baa776916f8a55d0 | 827 | # [1] git ls-remote https://github.com/compose-spec/compose-go e508c724a35f6b21d90b4282baa776916f8a55d0 |
828 | SRCREV_compose-go-v2="e508c724a35f6b21d90b4282baa776916f8a55d0" | 828 | SRCREV_compose-go-v2 = "e508c724a35f6b21d90b4282baa776916f8a55d0" |
829 | SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2" | 829 | SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2" |
830 | 830 | ||
831 | # github.com/mitchellh/hashstructure/v2 v2.0.2 | 831 | # github.com/mitchellh/hashstructure/v2 v2.0.2 |
832 | # [1] git ls-remote https://github.com/mitchellh/hashstructure a045b665615f739329536a58c25ca6327abf1ec1 | 832 | # [1] git ls-remote https://github.com/mitchellh/hashstructure a045b665615f739329536a58c25ca6327abf1ec1 |
833 | SRCREV_hashstructure-v2="a045b665615f739329536a58c25ca6327abf1ec1" | 833 | SRCREV_hashstructure-v2 = "a045b665615f739329536a58c25ca6327abf1ec1" |
834 | SRC_URI += "git://github.com/mitchellh/hashstructure;name=hashstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/hashstructure/v2" | 834 | SRC_URI += "git://github.com/mitchellh/hashstructure;name=hashstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/hashstructure/v2" |
835 | 835 | ||
836 | # tags.cncf.io/container-device-interface v0.8.1 | 836 | # tags.cncf.io/container-device-interface v0.8.1 |
837 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface d1a2c366833ff17c1b12db9637314e035871b1ef | 837 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface d1a2c366833ff17c1b12db9637314e035871b1ef |
838 | SRCREV_container-device-interface="d1a2c366833ff17c1b12db9637314e035871b1ef" | 838 | SRCREV_container-device-interface = "d1a2c366833ff17c1b12db9637314e035871b1ef" |
839 | SRC_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" | 839 | SRC_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" |
840 | 840 | ||
841 | # github.com/apparentlymart/go-textseg/v15 v15.0.0 | 841 | # github.com/apparentlymart/go-textseg/v15 v15.0.0 |
842 | # [1] git ls-remote https://github.com/apparentlymart/go-textseg 72b78f42484ddc3f58858f794da1771fb9559ad0 | 842 | # [1] git ls-remote https://github.com/apparentlymart/go-textseg 72b78f42484ddc3f58858f794da1771fb9559ad0 |
843 | SRCREV_v15="72b78f42484ddc3f58858f794da1771fb9559ad0" | 843 | SRCREV_v15 = "72b78f42484ddc3f58858f794da1771fb9559ad0" |
844 | SRC_URI += "git://github.com/apparentlymart/go-textseg;name=v15;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/apparentlymart/go-textseg/v15" | 844 | SRC_URI += "git://github.com/apparentlymart/go-textseg;name=v15;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/apparentlymart/go-textseg/v15" |
845 | 845 | ||
846 | # github.com/aws/aws-sdk-go-v2/credentials v1.17.27 | 846 | # github.com/aws/aws-sdk-go-v2/credentials v1.17.27 |
847 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050 | 847 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050 |
848 | SRCREV_credentials="b8a0918056d0ae923f811f525c17066bbb45f050" | 848 | SRCREV_credentials = "b8a0918056d0ae923f811f525c17066bbb45f050" |
849 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials" | 849 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials" |
850 | 850 | ||
851 | # github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 | 851 | # github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 |
852 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050 | 852 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050 |
853 | SRCREV_sso="b8a0918056d0ae923f811f525c17066bbb45f050" | 853 | SRCREV_sso = "b8a0918056d0ae923f811f525c17066bbb45f050" |
854 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sso;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sso" | 854 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sso;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sso" |
855 | 855 | ||
856 | # github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 | 856 | # github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 |
857 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c | 857 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
858 | SRCREV_sts="0599931efcf551dc63f84ec669d7fb5cfe14f64c" | 858 | SRCREV_sts = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
859 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts" | 859 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts" |
860 | 860 | ||
861 | # github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 | 861 | # github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 |
862 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 4fd9126607b61a0fe22af3a6a31b4e4792a66d83 | 862 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 4fd9126607b61a0fe22af3a6a31b4e4792a66d83 |
863 | SRCREV_ini="4fd9126607b61a0fe22af3a6a31b4e4792a66d83" | 863 | SRCREV_ini = "4fd9126607b61a0fe22af3a6a31b4e4792a66d83" |
864 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini" | 864 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini" |
865 | 865 | ||
866 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 | 866 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 |
867 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 0b14a81276e64dcbf611990bc211082b62a334e6 | 867 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 0b14a81276e64dcbf611990bc211082b62a334e6 |
868 | SRCREV_grpc-gateway-v2="0b14a81276e64dcbf611990bc211082b62a334e6" | 868 | SRCREV_grpc-gateway-v2 = "0b14a81276e64dcbf611990bc211082b62a334e6" |
869 | SRC_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" | 869 | SRC_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" |
870 | 870 | ||
871 | # google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a | 871 | # google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a |
872 | # [1] git ls-remote https://github.com/googleapis/go-genproto 19429a94021accaa4bb60cbed61190248f4ef066 | 872 | # [1] git ls-remote https://github.com/googleapis/go-genproto 19429a94021accaa4bb60cbed61190248f4ef066 |
873 | SRCREV_googleapis-api="19429a94021accaa4bb60cbed61190248f4ef066" | 873 | SRCREV_googleapis-api = "19429a94021accaa4bb60cbed61190248f4ef066" |
874 | SRC_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" | 874 | SRC_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" |
875 | 875 | ||
876 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a | 876 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a |
877 | # [1] git ls-remote https://github.com/googleapis/go-genproto 19429a94021accaa4bb60cbed61190248f4ef066 | 877 | # [1] git ls-remote https://github.com/googleapis/go-genproto 19429a94021accaa4bb60cbed61190248f4ef066 |
878 | SRCREV_rpc="19429a94021accaa4bb60cbed61190248f4ef066" | 878 | SRCREV_rpc = "19429a94021accaa4bb60cbed61190248f4ef066" |
879 | SRC_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" | 879 | SRC_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" |
880 | 880 | ||
881 | # github.com/docker/docker-credential-helpers v0.8.2 | 881 | # github.com/docker/docker-credential-helpers v0.8.2 |
882 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 6b9df3ebb5da5aa22f722b25506bba1414519c6a | 882 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 6b9df3ebb5da5aa22f722b25506bba1414519c6a |
883 | SRCREV_docker-credential-helpers="6b9df3ebb5da5aa22f722b25506bba1414519c6a" | 883 | SRCREV_docker-credential-helpers = "6b9df3ebb5da5aa22f722b25506bba1414519c6a" |
884 | SRC_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" | 884 | SRC_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" |
885 | 885 | ||
886 | # github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 | 886 | # github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 |
887 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c | 887 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
888 | SRCREV_ssooidc="0599931efcf551dc63f84ec669d7fb5cfe14f64c" | 888 | SRCREV_ssooidc = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
889 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ssooidc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/ssooidc" | 889 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ssooidc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/ssooidc" |
890 | 890 | ||
891 | # github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 | 891 | # github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 |
892 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c | 892 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
893 | SRCREV_imds="0599931efcf551dc63f84ec669d7fb5cfe14f64c" | 893 | SRCREV_imds = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
894 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds" | 894 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds" |
895 | 895 | ||
896 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 | 896 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 |
897 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 | 897 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
898 | SRCREV_otlptrace="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" | 898 | SRCREV_otlptrace = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
899 | SRC_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" | 899 | SRC_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" |
900 | 900 | ||
901 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 | 901 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 |
902 | # [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9 | 902 | # [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9 |
903 | SRCREV_go-securesystemslib="abcd7c95c952df38eb237fab3764ef1b8d2b15c9" | 903 | SRCREV_go-securesystemslib = "abcd7c95c952df38eb237fab3764ef1b8d2b15c9" |
904 | SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-securesystemslib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/secure-systems-lab/go-securesystemslib" | 904 | SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-securesystemslib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/secure-systems-lab/go-securesystemslib" |
905 | 905 | ||
906 | # github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 | 906 | # github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 |
907 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c | 907 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
908 | SRCREV_endpoints-v2="0599931efcf551dc63f84ec669d7fb5cfe14f64c" | 908 | SRCREV_endpoints-v2 = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
909 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2" | 909 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2" |
910 | 910 | ||
911 | # github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 | 911 | # github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 |
912 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c | 912 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
913 | SRCREV_configsources="0599931efcf551dc63f84ec669d7fb5cfe14f64c" | 913 | SRCREV_configsources = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
914 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources" | 914 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources" |
915 | 915 | ||
916 | # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 | 916 | # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 |
917 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c | 917 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
918 | SRCREV_presigned-url="0599931efcf551dc63f84ec669d7fb5cfe14f64c" | 918 | SRCREV_presigned-url = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
919 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url" | 919 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url" |
920 | 920 | ||
921 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 | 921 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 |
922 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 | 922 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 |
923 | SRCREV_otelhttp="9cf5701e6b6611b2c406639039a1bccd883db080" | 923 | SRCREV_otelhttp = "9cf5701e6b6611b2c406639039a1bccd883db080" |
924 | SRC_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" | 924 | SRC_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" |
925 | 925 | ||
926 | # github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 | 926 | # github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 |
927 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 4509a600408280c8dcdbc6825ba750cf1628423d | 927 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 4509a600408280c8dcdbc6825ba750cf1628423d |
928 | SRCREV_accept-encoding="4509a600408280c8dcdbc6825ba750cf1628423d" | 928 | SRCREV_accept-encoding = "4509a600408280c8dcdbc6825ba750cf1628423d" |
929 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=accept-encoding;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding" | 929 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=accept-encoding;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding" |
930 | 930 | ||
931 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 | 931 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 |
932 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 | 932 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
933 | SRCREV_otlptracegrpc="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" | 933 | SRCREV_otlptracegrpc = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
934 | SRC_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" | 934 | SRC_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" |
935 | 935 | ||
936 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 | 936 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 |
937 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 | 937 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
938 | SRCREV_otlptracehttp="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" | 938 | SRCREV_otlptracehttp = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
939 | SRC_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" | 939 | SRC_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" |
940 | 940 | ||
941 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 | 941 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 |
942 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 | 942 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
943 | SRCREV_otlpmetricgrpc="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" | 943 | SRCREV_otlpmetricgrpc = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
944 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetricgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc" | 944 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetricgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc" |
945 | 945 | ||
946 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 | 946 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 |
947 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 | 947 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
948 | SRCREV_otlpmetrichttp="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" | 948 | SRCREV_otlpmetrichttp = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
949 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetrichttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp" | 949 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetrichttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp" |
950 | 950 | ||
951 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 | 951 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 |
952 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 | 952 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 |
953 | SRCREV_otelgrpc="9cf5701e6b6611b2c406639039a1bccd883db080" | 953 | SRCREV_otelgrpc = "9cf5701e6b6611b2c406639039a1bccd883db080" |
954 | SRC_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" | 954 | SRC_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" |
955 | 955 | ||
956 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 | 956 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 |
957 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 | 957 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 |
958 | SRCREV_otelhttptrace="9cf5701e6b6611b2c406639039a1bccd883db080" | 958 | SRCREV_otelhttptrace = "9cf5701e6b6611b2c406639039a1bccd883db080" |
959 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace" | 959 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace" |
960 | 960 | ||
diff --git a/recipes-containers/k3s/src_uri.inc b/recipes-containers/k3s/src_uri.inc index 29fa6675..5511cb5b 100644 --- a/recipes-containers/k3s/src_uri.inc +++ b/recipes-containers/k3s/src_uri.inc | |||
@@ -1,2040 +1,2040 @@ | |||
1 | # k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 | 1 | # k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 |
2 | # [1] git ls-remote https://github.com/kubernetes/utils 3ea5e8cea73810f6d2951b37183cf91e19f63455 | 2 | # [1] git ls-remote https://github.com/kubernetes/utils 3ea5e8cea73810f6d2951b37183cf91e19f63455 |
3 | SRCREV_utils="3ea5e8cea73810f6d2951b37183cf91e19f63455" | 3 | SRCREV_utils = "3ea5e8cea73810f6d2951b37183cf91e19f63455" |
4 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/utils" | 4 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/utils" |
5 | 5 | ||
6 | # cel.dev/expr v0.18.0 | 6 | # cel.dev/expr v0.18.0 |
7 | # [1] git ls-remote https://github.com/google/cel-spec 373994d7e20e582fce56767b01ac5039524cddab | 7 | # [1] git ls-remote https://github.com/google/cel-spec 373994d7e20e582fce56767b01ac5039524cddab |
8 | SRCREV_expr="373994d7e20e582fce56767b01ac5039524cddab" | 8 | SRCREV_expr = "373994d7e20e582fce56767b01ac5039524cddab" |
9 | SRC_URI += "git://github.com/google/cel-spec;name=expr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/cel.dev/expr" | 9 | SRC_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 | # k8s.io/gengo v0.0.0-20240911193312-2b36238f13e9 | 11 | # k8s.io/gengo v0.0.0-20240911193312-2b36238f13e9 |
12 | # [1] git ls-remote https://github.com/kubernetes/gengo 2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5 | 12 | # [1] git ls-remote https://github.com/kubernetes/gengo 2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5 |
13 | SRCREV_gengo="2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5" | 13 | SRCREV_gengo = "2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5" |
14 | SRC_URI += "git://github.com/kubernetes/gengo;name=gengo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/gengo" | 14 | SRC_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/fx v1.20.1 | 16 | # go.uber.org/fx v1.20.1 |
17 | # [1] git ls-remote https://github.com/uber-go/fx 9636854c6fc588f0ca497000ac18f858f8083ebd | 17 | # [1] git ls-remote https://github.com/uber-go/fx 9636854c6fc588f0ca497000ac18f858f8083ebd |
18 | SRCREV_fx="9636854c6fc588f0ca497000ac18f858f8083ebd" | 18 | SRCREV_fx = "9636854c6fc588f0ca497000ac18f858f8083ebd" |
19 | SRC_URI += "git://github.com/uber-go/fx;name=fx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/fx" | 19 | SRC_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/zap v1.27.0 | 21 | # go.uber.org/zap v1.27.0 |
22 | # [1] git ls-remote https://github.com/uber-go/zap fcf8ee58669e358bbd6460bef5c2ee7a53c0803a | 22 | # [1] git ls-remote https://github.com/uber-go/zap fcf8ee58669e358bbd6460bef5c2ee7a53c0803a |
23 | SRCREV_zap="fcf8ee58669e358bbd6460bef5c2ee7a53c0803a" | 23 | SRCREV_zap = "fcf8ee58669e358bbd6460bef5c2ee7a53c0803a" |
24 | SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/zap" | 24 | SRC_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 | # dario.cat/mergo v1.0.1 | 26 | # dario.cat/mergo v1.0.1 |
27 | # [1] git ls-remote https://github.com/imdario/mergo 59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf | 27 | # [1] git ls-remote https://github.com/imdario/mergo 59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf |
28 | SRCREV_mergo="59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf" | 28 | SRCREV_mergo = "59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf" |
29 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/dario.cat/mergo" | 29 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/dario.cat/mergo" |
30 | 30 | ||
31 | # go.uber.org/dig v1.17.1 | 31 | # go.uber.org/dig v1.17.1 |
32 | # [1] git ls-remote https://github.com/uber-go/dig 3c7d5e3878b76b0a709514e395597059b6490fb5 | 32 | # [1] git ls-remote https://github.com/uber-go/dig 3c7d5e3878b76b0a709514e395597059b6490fb5 |
33 | SRCREV_dig="3c7d5e3878b76b0a709514e395597059b6490fb5" | 33 | SRCREV_dig = "3c7d5e3878b76b0a709514e395597059b6490fb5" |
34 | SRC_URI += "git://github.com/uber-go/dig;name=dig;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/dig" | 34 | SRC_URI += "git://github.com/uber-go/dig;name=dig;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/dig" |
35 | 35 | ||
36 | # gopkg.in/inf.v0 v0.9.1 | 36 | # gopkg.in/inf.v0 v0.9.1 |
37 | # [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf | 37 | # [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf |
38 | SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" | 38 | SRCREV_inf.v0 = "d2d2541c53f18d2a059457998ce2876cc8e67cbf" |
39 | SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/inf.v0" | 39 | SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/inf.v0" |
40 | 40 | ||
41 | # gopkg.in/ini.v1 v1.67.0 | 41 | # gopkg.in/ini.v1 v1.67.0 |
42 | # [1] git ls-remote https://github.com/go-ini/ini b2f570e5b5b844226bbefe6fb521d891f529a951 | 42 | # [1] git ls-remote https://github.com/go-ini/ini b2f570e5b5b844226bbefe6fb521d891f529a951 |
43 | SRCREV_ini.v1="b2f570e5b5b844226bbefe6fb521d891f529a951" | 43 | SRCREV_ini.v1 = "b2f570e5b5b844226bbefe6fb521d891f529a951" |
44 | SRC_URI += "git://github.com/go-ini/ini;name=ini.v1;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/ini.v1" | 44 | SRC_URI += "git://github.com/go-ini/ini;name=ini.v1;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/ini.v1" |
45 | 45 | ||
46 | # k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 | 46 | # k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 |
47 | # [1] git ls-remote https://github.com/kubernetes/gengo 2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5 | 47 | # [1] git ls-remote https://github.com/kubernetes/gengo 2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5 |
48 | SRCREV_gengo-v2="2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5" | 48 | SRCREV_gengo-v2 = "2b36238f13e9b8aebe4c286c2ffb2fc71f4be3c5" |
49 | SRC_URI += "git://github.com/kubernetes/gengo;name=gengo-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/gengo/v2" | 49 | SRC_URI += "git://github.com/kubernetes/gengo;name=gengo-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/gengo/v2" |
50 | 50 | ||
51 | # go.uber.org/mock v0.4.0 | 51 | # go.uber.org/mock v0.4.0 |
52 | # [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188 | 52 | # [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188 |
53 | SRCREV_mock="74a29c6e6c2cbb8ccee94db061c1604ff33fd188" | 53 | SRCREV_mock = "74a29c6e6c2cbb8ccee94db061c1604ff33fd188" |
54 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" | 54 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" |
55 | 55 | ||
56 | # golang.org/x/mod v0.22.0 | 56 | # golang.org/x/mod v0.22.0 |
57 | # [1] git ls-remote https://go.googlesource.com/mod dec0365065b75edd0e98b0306f6f9b0051710ed2 | 57 | # [1] git ls-remote https://go.googlesource.com/mod dec0365065b75edd0e98b0306f6f9b0051710ed2 |
58 | SRCREV_mod="dec0365065b75edd0e98b0306f6f9b0051710ed2" | 58 | SRCREV_mod = "dec0365065b75edd0e98b0306f6f9b0051710ed2" |
59 | SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/mod" | 59 | SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/mod" |
60 | 60 | ||
61 | # golang.org/x/net v0.26.0 | 61 | # golang.org/x/net v0.26.0 |
62 | # [1] git ls-remote https://go.googlesource.com/net 66e838c6fbf5387ecedc26ce490b5f4d6864a854 | 62 | # [1] git ls-remote https://go.googlesource.com/net 66e838c6fbf5387ecedc26ce490b5f4d6864a854 |
63 | SRCREV_net="66e838c6fbf5387ecedc26ce490b5f4d6864a854" | 63 | SRCREV_net = "66e838c6fbf5387ecedc26ce490b5f4d6864a854" |
64 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" | 64 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" |
65 | 65 | ||
66 | # golang.org/x/sys v0.21.0 | 66 | # golang.org/x/sys v0.21.0 |
67 | # [1] git ls-remote https://github.com/golang/sys 673e0f94c16da4b6d7f550d6af66fde0c69503e4 | 67 | # [1] git ls-remote https://github.com/golang/sys 673e0f94c16da4b6d7f550d6af66fde0c69503e4 |
68 | SRCREV_sys="673e0f94c16da4b6d7f550d6af66fde0c69503e4" | 68 | SRCREV_sys = "673e0f94c16da4b6d7f550d6af66fde0c69503e4" |
69 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" | 69 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" |
70 | 70 | ||
71 | # gopkg.in/yaml.v2 v2.4.0 | 71 | # gopkg.in/yaml.v2 v2.4.0 |
72 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c | 72 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c |
73 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" | 73 | SRCREV_yaml.v2 = "7649d4548cb53a614db133b2a8ac1f31859dda8c" |
74 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v2" | 74 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v2" |
75 | 75 | ||
76 | # sigs.k8s.io/yaml v1.4.0 | 76 | # sigs.k8s.io/yaml v1.4.0 |
77 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml c3772b51db126345efe2dfe4ff8dac83b8141684 | 77 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml c3772b51db126345efe2dfe4ff8dac83b8141684 |
78 | SRCREV_yaml="c3772b51db126345efe2dfe4ff8dac83b8141684" | 78 | SRCREV_yaml = "c3772b51db126345efe2dfe4ff8dac83b8141684" |
79 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml" | 79 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml" |
80 | 80 | ||
81 | # go.etcd.io/bbolt v1.3.11 | 81 | # go.etcd.io/bbolt v1.3.11 |
82 | # [1] git ls-remote https://github.com/etcd-io/bbolt d128a10000a9d394686cf45be262a4fe966b03c4 | 82 | # [1] git ls-remote https://github.com/etcd-io/bbolt d128a10000a9d394686cf45be262a4fe966b03c4 |
83 | SRCREV_bbolt="d128a10000a9d394686cf45be262a4fe966b03c4" | 83 | SRCREV_bbolt = "d128a10000a9d394686cf45be262a4fe966b03c4" |
84 | SRC_URI += "git://github.com/etcd-io/bbolt;name=bbolt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.etcd.io/bbolt" | 84 | SRC_URI += "git://github.com/etcd-io/bbolt;name=bbolt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.etcd.io/bbolt" |
85 | 85 | ||
86 | # go.opencensus.io v0.24.0 | 86 | # go.opencensus.io v0.24.0 |
87 | # [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 |
88 | SRCREV_go.opencensus.io="b1a01ee95db0e690d91d7193d037447816fae4c5" | 88 | SRCREV_go.opencensus.io = "b1a01ee95db0e690d91d7193d037447816fae4c5" |
89 | SRC_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" | 89 | SRC_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" |
90 | 90 | ||
91 | # golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 | 91 | # golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 |
92 | # [1] git ls-remote https://go.googlesource.com/exp 8a7402abbf56ed11a2540c1d8beb569bd29e22d1 | 92 | # [1] git ls-remote https://go.googlesource.com/exp 8a7402abbf56ed11a2540c1d8beb569bd29e22d1 |
93 | SRCREV_exp="8a7402abbf56ed11a2540c1d8beb569bd29e22d1" | 93 | SRCREV_exp = "8a7402abbf56ed11a2540c1d8beb569bd29e22d1" |
94 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" | 94 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" |
95 | 95 | ||
96 | # gopkg.in/yaml.v3 v3.0.1 | 96 | # gopkg.in/yaml.v3 v3.0.1 |
97 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 | 97 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 |
98 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" | 98 | SRCREV_yaml.v3 = "f6f7691b1fdeb513f56608cd2c32c51f8194bf51" |
99 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" | 99 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" |
100 | 100 | ||
101 | # sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 | 101 | # sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 |
102 | # [1] git ls-remote https://github.com/kubernetes-sigs/json 9aa6b5e7a4b39ff56593bf75f44924cb195127af | 102 | # [1] git ls-remote https://github.com/kubernetes-sigs/json 9aa6b5e7a4b39ff56593bf75f44924cb195127af |
103 | SRCREV_json="9aa6b5e7a4b39ff56593bf75f44924cb195127af" | 103 | SRCREV_json = "9aa6b5e7a4b39ff56593bf75f44924cb195127af" |
104 | SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json" | 104 | SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json" |
105 | 105 | ||
106 | # golang.org/x/sync v0.9.0 | 106 | # golang.org/x/sync v0.9.0 |
107 | # [1] git ls-remote https://go.googlesource.com/sync 151027eb5637d626749783009eab9f0a7cfb446a | 107 | # [1] git ls-remote https://go.googlesource.com/sync 151027eb5637d626749783009eab9f0a7cfb446a |
108 | SRCREV_sync="151027eb5637d626749783009eab9f0a7cfb446a" | 108 | SRCREV_sync = "151027eb5637d626749783009eab9f0a7cfb446a" |
109 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" | 109 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" |
110 | 110 | ||
111 | # k8s.io/cri-client v0.32.0 | 111 | # k8s.io/cri-client v0.32.0 |
112 | # [1] git ls-remote https://github.com/kubernetes/cri-client d406b65ea8158e45dd0e3dafbd99640d7e8083e7 | 112 | # [1] git ls-remote https://github.com/kubernetes/cri-client d406b65ea8158e45dd0e3dafbd99640d7e8083e7 |
113 | SRCREV_cri-client="d406b65ea8158e45dd0e3dafbd99640d7e8083e7" | 113 | SRCREV_cri-client = "d406b65ea8158e45dd0e3dafbd99640d7e8083e7" |
114 | SRC_URI += "git://github.com/kubernetes/cri-client;name=cri-client;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/cri-client" | 114 | SRC_URI += "git://github.com/kubernetes/cri-client;name=cri-client;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/cri-client" |
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 |
118 | SRCREV_xid="47a0ac1e0b750ee1f43718be223bb07601c66a1f" | 118 | SRCREV_xid = "47a0ac1e0b750ee1f43718be223bb07601c66a1f" |
119 | SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rs/xid" | 119 | SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rs/xid" |
120 | 120 | ||
121 | # golang.org/x/term v0.26.0 | 121 | # golang.org/x/term v0.26.0 |
122 | # [1] git ls-remote https://go.googlesource.com/term b725e362a8129d135cfc48159c4c4117f2cdc3b6 | 122 | # [1] git ls-remote https://go.googlesource.com/term b725e362a8129d135cfc48159c4c4117f2cdc3b6 |
123 | SRCREV_x-term="b725e362a8129d135cfc48159c4c4117f2cdc3b6" | 123 | SRCREV_x-term = "b725e362a8129d135cfc48159c4c4117f2cdc3b6" |
124 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" | 124 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" |
125 | 125 | ||
126 | # golang.org/x/text v0.20.0 | 126 | # golang.org/x/text v0.20.0 |
127 | # [1] git ls-remote https://go.googlesource.com/text efd25daf282ae4d20d3625f1ccb4452fe40967ae | 127 | # [1] git ls-remote https://go.googlesource.com/text efd25daf282ae4d20d3625f1ccb4452fe40967ae |
128 | SRCREV_text="efd25daf282ae4d20d3625f1ccb4452fe40967ae" | 128 | SRCREV_text = "efd25daf282ae4d20d3625f1ccb4452fe40967ae" |
129 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" | 129 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" |
130 | 130 | ||
131 | # golang.org/x/time v0.7.0 | 131 | # golang.org/x/time v0.7.0 |
132 | # [1] git ls-remote https://go.googlesource.com/time 772484ea383fac83b7da05684a96ae628b251bcd | 132 | # [1] git ls-remote https://go.googlesource.com/time 772484ea383fac83b7da05684a96ae628b251bcd |
133 | SRCREV_time="772484ea383fac83b7da05684a96ae628b251bcd" | 133 | SRCREV_time = "772484ea383fac83b7da05684a96ae628b251bcd" |
134 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time" | 134 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time" |
135 | 135 | ||
136 | # golang.org/x/tools v0.27.0 | 136 | # golang.org/x/tools v0.27.0 |
137 | # [1] git ls-remote https://go.googlesource.com/tools 4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf | 137 | # [1] git ls-remote https://go.googlesource.com/tools 4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf |
138 | SRCREV_tools="4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf" | 138 | SRCREV_tools = "4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf" |
139 | SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/tools" | 139 | SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/tools" |
140 | 140 | ||
141 | # gonum.org/v1/gonum v0.13.0 | 141 | # gonum.org/v1/gonum v0.13.0 |
142 | # [1] git ls-remote https://github.com/gonum/gonum 91a06ac64c4b32c929427846d4d1d3b8202ad7b1 | 142 | # [1] git ls-remote https://github.com/gonum/gonum 91a06ac64c4b32c929427846d4d1d3b8202ad7b1 |
143 | SRCREV_gonum="91a06ac64c4b32c929427846d4d1d3b8202ad7b1" | 143 | SRCREV_gonum = "91a06ac64c4b32c929427846d4d1d3b8202ad7b1" |
144 | SRC_URI += "git://github.com/gonum/gonum;name=gonum;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gonum.org/v1/gonum" | 144 | SRC_URI += "git://github.com/gonum/gonum;name=gonum;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gonum.org/v1/gonum" |
145 | 145 | ||
146 | # golang.org/x/crypto v0.24.0 | 146 | # golang.org/x/crypto v0.24.0 |
147 | # [1] git ls-remote https://go.googlesource.com/crypto 332fd656f4f013f66e643818fe8c759538456535 | 147 | # [1] git ls-remote https://go.googlesource.com/crypto 332fd656f4f013f66e643818fe8c759538456535 |
148 | SRCREV_crypto="332fd656f4f013f66e643818fe8c759538456535" | 148 | SRCREV_crypto = "332fd656f4f013f66e643818fe8c759538456535" |
149 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" | 149 | SRC_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.23.0 | 151 | # golang.org/x/oauth2 v0.23.0 |
152 | # [1] git ls-remote https://go.googlesource.com/oauth2 3e6480915d39dd1a80fa460e56413857f02cc1b9 | 152 | # [1] git ls-remote https://go.googlesource.com/oauth2 3e6480915d39dd1a80fa460e56413857f02cc1b9 |
153 | SRCREV_oauth2="3e6480915d39dd1a80fa460e56413857f02cc1b9" | 153 | SRCREV_oauth2 = "3e6480915d39dd1a80fa460e56413857f02cc1b9" |
154 | SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/oauth2" | 154 | SRC_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-20241105132330-32ad38e42d3f | 156 | # k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f |
157 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e | 157 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e |
158 | SRCREV_kube-openapi="32ad38e42d3faf1ce94eb29f4ea6d763339b258e" | 158 | SRCREV_kube-openapi = "32ad38e42d3faf1ce94eb29f4ea6d763339b258e" |
159 | SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/kube-openapi" | 159 | SRC_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 |
163 | SRCREV_boxo="6f82d77995476b0d85722539230a50a321706ead" | 163 | SRCREV_boxo = "6f82d77995476b0d85722539230a50a321706ead" |
164 | SRC_URI += "git://github.com/ipfs/boxo;name=boxo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipfs/boxo" | 164 | SRC_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.58 | 166 | # github.com/miekg/dns v1.1.58 |
167 | # [1] git ls-remote https://github.com/miekg/dns a493770824062dc616b70e7cd004b890f9e7b702 | 167 | # [1] git ls-remote https://github.com/miekg/dns a493770824062dc616b70e7cd004b890f9e7b702 |
168 | SRCREV_dns="a493770824062dc616b70e7cd004b890f9e7b702" | 168 | SRCREV_dns = "a493770824062dc616b70e7cd004b890f9e7b702" |
169 | SRC_URI += "git://github.com/miekg/dns;name=dns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/dns" | 169 | SRC_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 |
173 | SRCREV_ipvs="fe22ac585b3e22a969cbde61addd99ecd93ab22c" | 173 | SRCREV_ipvs = "fe22ac585b3e22a969cbde61addd99ecd93ab22c" |
174 | SRC_URI += "git://github.com/moby/ipvs;name=ipvs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/ipvs" | 174 | SRC_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.5.0 | 176 | # github.com/moby/term v0.5.0 |
177 | # [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9 | 177 | # [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9 |
178 | SRCREV_term="9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9" | 178 | SRCREV_term = "9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9" |
179 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" | 179 | SRC_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 |
183 | SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21" | 183 | SRCREV_pkcs7 = "432b2356ecb18209c1cec25680b8a23632794f21" |
184 | SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.mozilla.org/pkcs7" | 184 | SRC_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 |
188 | SRCREV_multierr="de75ae527b39a27afcb50a84427ec7b84021d5f4" | 188 | SRCREV_multierr = "de75ae527b39a27afcb50a84427ec7b84021d5f4" |
189 | SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/multierr" | 189 | SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/multierr" |
190 | 190 | ||
191 | # github.com/pkg/errors v0.9.1 | 191 | # github.com/pkg/errors v0.9.1 |
192 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 | 192 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 |
193 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" | 193 | SRCREV_errors = "614d223910a179a466c1767a985424175c39b465" |
194 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" | 194 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" |
195 | 195 | ||
196 | # github.com/urfave/cli v1.22.15 | 196 | # github.com/urfave/cli v1.22.15 |
197 | # [1] git ls-remote https://github.com/urfave/cli 2421d239f2803b47a757b61dd8ee2772f771f730 | 197 | # [1] git ls-remote https://github.com/urfave/cli 2421d239f2803b47a757b61dd8ee2772f771f730 |
198 | SRCREV_cli="2421d239f2803b47a757b61dd8ee2772f771f730" | 198 | SRCREV_cli = "2421d239f2803b47a757b61dd8ee2772f771f730" |
199 | SRC_URI += "git://github.com/urfave/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/urfave/cli" | 199 | SRC_URI += "git://github.com/urfave/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/urfave/cli" |
200 | 200 | ||
201 | # github.com/docker/cli v27.1.2+incompatible | 201 | # github.com/docker/cli v27.1.2+incompatible |
202 | # [1] git ls-remote https://github.com/docker/cli d01f264bccd8bed2e3c038054a04b99533478ab8 | 202 | # [1] git ls-remote https://github.com/docker/cli d01f264bccd8bed2e3c038054a04b99533478ab8 |
203 | SRCREV_docker-cli="d01f264bccd8bed2e3c038054a04b99533478ab8" | 203 | SRCREV_docker-cli = "d01f264bccd8bed2e3c038054a04b99533478ab8" |
204 | SRC_URI += "git://github.com/docker/cli;name=docker-cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" | 204 | SRC_URI += "git://github.com/docker/cli;name=docker-cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" |
205 | 205 | ||
206 | # sigs.k8s.io/knftables v0.0.17 | 206 | # sigs.k8s.io/knftables v0.0.17 |
207 | # [1] git ls-remote https://github.com/kubernetes-sigs/knftables 1cef1f45f514f463190150177fcb51b099453743 | 207 | # [1] git ls-remote https://github.com/kubernetes-sigs/knftables 1cef1f45f514f463190150177fcb51b099453743 |
208 | SRCREV_knftables="1cef1f45f514f463190150177fcb51b099453743" | 208 | SRCREV_knftables = "1cef1f45f514f463190150177fcb51b099453743" |
209 | SRC_URI += "git://github.com/kubernetes-sigs/knftables;name=knftables;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/knftables" | 209 | SRC_URI += "git://github.com/kubernetes-sigs/knftables;name=knftables;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/knftables" |
210 | 210 | ||
211 | # github.com/google/uuid v1.6.0 | 211 | # github.com/google/uuid v1.6.0 |
212 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc | 212 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc |
213 | SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc" | 213 | SRCREV_uuid = "0f11ee6918f41a04c201eceeadf612a377bc7fbc" |
214 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" | 214 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" |
215 | 215 | ||
216 | # github.com/gorilla/mux v1.8.1 | 216 | # github.com/gorilla/mux v1.8.1 |
217 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 | 217 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 |
218 | SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5" | 218 | SRCREV_mux = "b4617d0b9670ad14039b2739167fd35a60f557c5" |
219 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" | 219 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" |
220 | 220 | ||
221 | # github.com/k3s-io/kine v0.13.5 | 221 | # github.com/k3s-io/kine v0.13.5 |
222 | # [1] git ls-remote https://github.com/k3s-io/kine 59c88f9b06d47d7f9338dcab688ec03f1ef751fd | 222 | # [1] git ls-remote https://github.com/k3s-io/kine 59c88f9b06d47d7f9338dcab688ec03f1ef751fd |
223 | SRCREV_kine="59c88f9b06d47d7f9338dcab688ec03f1ef751fd" | 223 | SRCREV_kine = "59c88f9b06d47d7f9338dcab688ec03f1ef751fd" |
224 | SRC_URI += "git://github.com/k3s-io/kine;name=kine;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kine" | 224 | SRC_URI += "git://github.com/k3s-io/kine;name=kine;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kine" |
225 | 225 | ||
226 | # github.com/onsi/gomega v1.35.1 | 226 | # github.com/onsi/gomega v1.35.1 |
227 | # [1] git ls-remote https://github.com/onsi/gomega 9f5a208e8adf32c11daf594b3c98a513f13388dd | 227 | # [1] git ls-remote https://github.com/onsi/gomega 9f5a208e8adf32c11daf594b3c98a513f13388dd |
228 | SRCREV_gomega="9f5a208e8adf32c11daf594b3c98a513f13388dd" | 228 | SRCREV_gomega = "9f5a208e8adf32c11daf594b3c98a513f13388dd" |
229 | SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/onsi/gomega" | 229 | SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/onsi/gomega" |
230 | 230 | ||
231 | # github.com/k3s-io/runc v1.2.1-k3s1 | 231 | # github.com/k3s-io/runc v1.2.1-k3s1 |
232 | # [1] git ls-remote https://github.com/k3s-io/runc 3b49dad67c6b107335eba8b74ceb059609a8a18f | 232 | # [1] git ls-remote https://github.com/k3s-io/runc 3b49dad67c6b107335eba8b74ceb059609a8a18f |
233 | SRCREV_runc="3b49dad67c6b107335eba8b74ceb059609a8a18f" | 233 | SRCREV_runc = "3b49dad67c6b107335eba8b74ceb059609a8a18f" |
234 | SRC_URI += "git://github.com/k3s-io/runc;name=runc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/runc" | 234 | SRC_URI += "git://github.com/k3s-io/runc;name=runc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/runc" |
235 | 235 | ||
236 | # github.com/spf13/pflag v1.0.5 | 236 | # github.com/spf13/pflag v1.0.5 |
237 | # [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab | 237 | # [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab |
238 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" | 238 | SRCREV_pflag = "2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" |
239 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" | 239 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" |
240 | 240 | ||
241 | # google.golang.org/grpc v1.65.0 | 241 | # google.golang.org/grpc v1.65.0 |
242 | # [1] git ls-remote https://github.com/grpc/grpc-go 2da976983bbb33feb3e25b7daaa8f60b9769adb5 | 242 | # [1] git ls-remote https://github.com/grpc/grpc-go 2da976983bbb33feb3e25b7daaa8f60b9769adb5 |
243 | SRCREV_grpc="2da976983bbb33feb3e25b7daaa8f60b9769adb5" | 243 | SRCREV_grpc = "2da976983bbb33feb3e25b7daaa8f60b9769adb5" |
244 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" | 244 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" |
245 | 245 | ||
246 | # github.com/cilium/ebpf v0.12.3 | 246 | # github.com/cilium/ebpf v0.12.3 |
247 | # [1] git ls-remote https://github.com/cilium/ebpf 1a65b78df6d9fbe88cd546d689e3e1af54227f23 | 247 | # [1] git ls-remote https://github.com/cilium/ebpf 1a65b78df6d9fbe88cd546d689e3e1af54227f23 |
248 | SRCREV_ebpf="1a65b78df6d9fbe88cd546d689e3e1af54227f23" | 248 | SRCREV_ebpf = "1a65b78df6d9fbe88cd546d689e3e1af54227f23" |
249 | SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cilium/ebpf" | 249 | SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cilium/ebpf" |
250 | 250 | ||
251 | # github.com/flynn/noise v1.1.0 | 251 | # github.com/flynn/noise v1.1.0 |
252 | # [1] git ls-remote https://github.com/flynn/noise 4d9f71cd4ba1fe81415efac312664ccc4bc79b46 | 252 | # [1] git ls-remote https://github.com/flynn/noise 4d9f71cd4ba1fe81415efac312664ccc4bc79b46 |
253 | SRCREV_noise="4d9f71cd4ba1fe81415efac312664ccc4bc79b46" | 253 | SRCREV_noise = "4d9f71cd4ba1fe81415efac312664ccc4bc79b46" |
254 | SRC_URI += "git://github.com/flynn/noise;name=noise;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/flynn/noise" | 254 | SRC_URI += "git://github.com/flynn/noise;name=noise;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/flynn/noise" |
255 | 255 | ||
256 | # github.com/ghodss/yaml v1.0.0 | 256 | # github.com/ghodss/yaml v1.0.0 |
257 | # [1] git ls-remote https://github.com/ghodss/yaml 0ca9ea5df5451ffdf184b4428c902747c2c11cd7 | 257 | # [1] git ls-remote https://github.com/ghodss/yaml 0ca9ea5df5451ffdf184b4428c902747c2c11cd7 |
258 | SRCREV_ghodss-yaml="0ca9ea5df5451ffdf184b4428c902747c2c11cd7" | 258 | SRCREV_ghodss-yaml = "0ca9ea5df5451ffdf184b4428c902747c2c11cd7" |
259 | SRC_URI += "git://github.com/ghodss/yaml;name=ghodss-yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ghodss/yaml" | 259 | SRC_URI += "git://github.com/ghodss/yaml;name=ghodss-yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ghodss/yaml" |
260 | 260 | ||
261 | # github.com/gofrs/flock v0.8.1 | 261 | # github.com/gofrs/flock v0.8.1 |
262 | # [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 | 262 | # [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 |
263 | SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" | 263 | SRCREV_flock = "6f010d1acea74a32f2f2066bfe324c08bbee30e3" |
264 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" | 264 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" |
265 | 265 | ||
266 | # github.com/huin/goupnp v1.3.0 | 266 | # github.com/huin/goupnp v1.3.0 |
267 | # [1] git ls-remote https://github.com/huin/goupnp 00783e79ec6092ce7c16ab10ef62e92e75e89939 | 267 | # [1] git ls-remote https://github.com/huin/goupnp 00783e79ec6092ce7c16ab10ef62e92e75e89939 |
268 | SRCREV_goupnp="00783e79ec6092ce7c16ab10ef62e92e75e89939" | 268 | SRCREV_goupnp = "00783e79ec6092ce7c16ab10ef62e92e75e89939" |
269 | SRC_URI += "git://github.com/huin/goupnp;name=goupnp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/huin/goupnp" | 269 | SRC_URI += "git://github.com/huin/goupnp;name=goupnp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/huin/goupnp" |
270 | 270 | ||
271 | # github.com/ipfs/go-cid v0.4.1 | 271 | # github.com/ipfs/go-cid v0.4.1 |
272 | # [1] git ls-remote https://github.com/ipfs/go-cid d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7 | 272 | # [1] git ls-remote https://github.com/ipfs/go-cid d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7 |
273 | SRCREV_go-cid="d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7" | 273 | SRCREV_go-cid = "d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7" |
274 | SRC_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" | 274 | SRC_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 | 275 | ||
276 | # github.com/ipfs/go-log v1.0.5 | 276 | # github.com/ipfs/go-log v1.0.5 |
277 | # [1] git ls-remote https://github.com/ipfs/go-log c39ee80c0915c5cca41dc1311e848c2fd7fa4101 | 277 | # [1] git ls-remote https://github.com/ipfs/go-log c39ee80c0915c5cca41dc1311e848c2fd7fa4101 |
278 | SRCREV_go-log="c39ee80c0915c5cca41dc1311e848c2fd7fa4101" | 278 | SRCREV_go-log = "c39ee80c0915c5cca41dc1311e848c2fd7fa4101" |
279 | SRC_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" | 279 | SRC_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" |
280 | 280 | ||
281 | # github.com/moby/locker v1.0.1 | 281 | # github.com/moby/locker v1.0.1 |
282 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe | 282 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe |
283 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" | 283 | SRCREV_locker = "281af2d563954745bea9d1487c965f24d30742fe" |
284 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" | 284 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" |
285 | 285 | ||
286 | # github.com/pierrec/lz4 v2.6.0+incompatible | 286 | # github.com/pierrec/lz4 v2.6.0+incompatible |
287 | # [1] git ls-remote https://github.com/pierrec/lz4 0e583d326e0ec6b9c1ad223188dc709af385408e | 287 | # [1] git ls-remote https://github.com/pierrec/lz4 0e583d326e0ec6b9c1ad223188dc709af385408e |
288 | SRCREV_lz4="0e583d326e0ec6b9c1ad223188dc709af385408e" | 288 | SRCREV_lz4 = "0e583d326e0ec6b9c1ad223188dc709af385408e" |
289 | SRC_URI += "git://github.com/pierrec/lz4;name=lz4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pierrec/lz4" | 289 | SRC_URI += "git://github.com/pierrec/lz4;name=lz4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pierrec/lz4" |
290 | 290 | ||
291 | # github.com/spf13/afero v1.11.0 | 291 | # github.com/spf13/afero v1.11.0 |
292 | # [1] git ls-remote https://github.com/spf13/afero 5c4385aa20510dba5ca4db12c02b0c9211d82892 | 292 | # [1] git ls-remote https://github.com/spf13/afero 5c4385aa20510dba5ca4db12c02b0c9211d82892 |
293 | SRCREV_afero="5c4385aa20510dba5ca4db12c02b0c9211d82892" | 293 | SRCREV_afero = "5c4385aa20510dba5ca4db12c02b0c9211d82892" |
294 | SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/afero" | 294 | SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/afero" |
295 | 295 | ||
296 | # github.com/spf13/cobra v1.8.1 | 296 | # github.com/spf13/cobra v1.8.1 |
297 | # [1] git ls-remote https://github.com/spf13/cobra e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec | 297 | # [1] git ls-remote https://github.com/spf13/cobra e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec |
298 | SRCREV_cobra="e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec" | 298 | SRCREV_cobra = "e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec" |
299 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" | 299 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" |
300 | 300 | ||
301 | # github.com/go-logr/logr v1.4.2 | 301 | # github.com/go-logr/logr v1.4.2 |
302 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 | 302 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 |
303 | SRCREV_logr="1205f429d540b8b81c2b75a38943afb738dac223" | 303 | SRCREV_logr = "1205f429d540b8b81c2b75a38943afb738dac223" |
304 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" | 304 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" |
305 | 305 | ||
306 | # github.com/go-logr/stdr v1.2.3-0.20220714215716-96bad1d688c5 | 306 | # github.com/go-logr/stdr v1.2.3-0.20220714215716-96bad1d688c5 |
307 | # [1] git ls-remote https://github.com/go-logr/stdr 96bad1d688c524409b0da98c82fb7d3d51e60639 | 307 | # [1] git ls-remote https://github.com/go-logr/stdr 96bad1d688c524409b0da98c82fb7d3d51e60639 |
308 | SRCREV_stdr="96bad1d688c524409b0da98c82fb7d3d51e60639" | 308 | SRCREV_stdr = "96bad1d688c524409b0da98c82fb7d3d51e60639" |
309 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" | 309 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" |
310 | 310 | ||
311 | # github.com/go-test/deep v1.0.7 | 311 | # github.com/go-test/deep v1.0.7 |
312 | # [1] git ls-remote https://github.com/go-test/deep c733f5ed5136b7437e29ac91bb97c653af3694b5 | 312 | # [1] git ls-remote https://github.com/go-test/deep c733f5ed5136b7437e29ac91bb97c653af3694b5 |
313 | SRCREV_deep="c733f5ed5136b7437e29ac91bb97c653af3694b5" | 313 | SRCREV_deep = "c733f5ed5136b7437e29ac91bb97c653af3694b5" |
314 | SRC_URI += "git://github.com/go-test/deep;name=deep;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-test/deep" | 314 | SRC_URI += "git://github.com/go-test/deep;name=deep;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-test/deep" |
315 | 315 | ||
316 | # github.com/otiai10/copy v1.7.0 | 316 | # github.com/otiai10/copy v1.7.0 |
317 | # [1] git ls-remote https://github.com/otiai10/copy 323db161ae97db91e6e13dbcda403fdb29c3fff8 | 317 | # [1] git ls-remote https://github.com/otiai10/copy 323db161ae97db91e6e13dbcda403fdb29c3fff8 |
318 | SRCREV_copy="323db161ae97db91e6e13dbcda403fdb29c3fff8" | 318 | SRCREV_copy = "323db161ae97db91e6e13dbcda403fdb29c3fff8" |
319 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy" | 319 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy" |
320 | 320 | ||
321 | # github.com/x448/float16 v0.8.4 | 321 | # github.com/x448/float16 v0.8.4 |
322 | # [1] git ls-remote https://github.com/x448/float16 cb9afec31f2649663ebb64da5c6c32c3d365c3ca | 322 | # [1] git ls-remote https://github.com/x448/float16 cb9afec31f2649663ebb64da5c6c32c3d365c3ca |
323 | SRCREV_float16="cb9afec31f2649663ebb64da5c6c32c3d365c3ca" | 323 | SRCREV_float16 = "cb9afec31f2649663ebb64da5c6c32c3d365c3ca" |
324 | SRC_URI += "git://github.com/x448/float16;name=float16;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/x448/float16" | 324 | SRC_URI += "git://github.com/x448/float16;name=float16;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/x448/float16" |
325 | 325 | ||
326 | # filippo.io/edwards25519 v1.1.0 | 326 | # filippo.io/edwards25519 v1.1.0 |
327 | # [1] git ls-remote https://github.com/FiloSottile/edwards25519 325f520de716c1d2d2b4e8dc2f82c7ccc5fac764 | 327 | # [1] git ls-remote https://github.com/FiloSottile/edwards25519 325f520de716c1d2d2b4e8dc2f82c7ccc5fac764 |
328 | SRCREV_edwards25519="325f520de716c1d2d2b4e8dc2f82c7ccc5fac764" | 328 | SRCREV_edwards25519 = "325f520de716c1d2d2b4e8dc2f82c7ccc5fac764" |
329 | SRC_URI += "git://github.com/FiloSottile/edwards25519;name=edwards25519;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/filippo.io/edwards25519" | 329 | SRC_URI += "git://github.com/FiloSottile/edwards25519;name=edwards25519;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/filippo.io/edwards25519" |
330 | 330 | ||
331 | # github.com/Rican7/retry v0.3.1 | 331 | # github.com/Rican7/retry v0.3.1 |
332 | # [1] git ls-remote https://github.com/Rican7/retry e6cc9ad35993d0a7edf857b494c854e0804440cd | 332 | # [1] git ls-remote https://github.com/Rican7/retry e6cc9ad35993d0a7edf857b494c854e0804440cd |
333 | SRCREV_retry="e6cc9ad35993d0a7edf857b494c854e0804440cd" | 333 | SRCREV_retry = "e6cc9ad35993d0a7edf857b494c854e0804440cd" |
334 | SRC_URI += "git://github.com/Rican7/retry;name=retry;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Rican7/retry" | 334 | SRC_URI += "git://github.com/Rican7/retry;name=retry;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Rican7/retry" |
335 | 335 | ||
336 | # github.com/beorn7/perks v1.0.1 | 336 | # github.com/beorn7/perks v1.0.1 |
337 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 | 337 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 |
338 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" | 338 | SRCREV_perks = "37c8de3658fcb183f997c4e13e8337516ab753e6" |
339 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks" | 339 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks" |
340 | 340 | ||
341 | # github.com/blang/semver v3.5.1+incompatible | 341 | # github.com/blang/semver v3.5.1+incompatible |
342 | # [1] git ls-remote https://github.com/blang/semver 2ee87856327ba09384cabd113bc6b5d174e9ec0f | 342 | # [1] git ls-remote https://github.com/blang/semver 2ee87856327ba09384cabd113bc6b5d174e9ec0f |
343 | SRCREV_semver="2ee87856327ba09384cabd113bc6b5d174e9ec0f" | 343 | SRCREV_semver = "2ee87856327ba09384cabd113bc6b5d174e9ec0f" |
344 | SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/blang/semver" | 344 | SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/blang/semver" |
345 | 345 | ||
346 | # github.com/google/btree v1.1.2 | 346 | # github.com/google/btree v1.1.2 |
347 | # [1] git ls-remote https://github.com/google/btree 8e29150ba321eef204059de2ab494f179b6cff2c | 347 | # [1] git ls-remote https://github.com/google/btree 8e29150ba321eef204059de2ab494f179b6cff2c |
348 | SRCREV_btree="8e29150ba321eef204059de2ab494f179b6cff2c" | 348 | SRCREV_btree = "8e29150ba321eef204059de2ab494f179b6cff2c" |
349 | SRC_URI += "git://github.com/google/btree;name=btree;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/btree" | 349 | SRC_URI += "git://github.com/google/btree;name=btree;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/btree" |
350 | 350 | ||
351 | # github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db | 351 | # github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db |
352 | # [1] git ls-remote https://github.com/google/pprof d1b30febd7dbc1a25a756add949019450c0eedf7 | 352 | # [1] git ls-remote https://github.com/google/pprof d1b30febd7dbc1a25a756add949019450c0eedf7 |
353 | SRCREV_pprof="d1b30febd7dbc1a25a756add949019450c0eedf7" | 353 | SRCREV_pprof = "d1b30febd7dbc1a25a756add949019450c0eedf7" |
354 | SRC_URI += "git://github.com/google/pprof;name=pprof;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/pprof" | 354 | SRC_URI += "git://github.com/google/pprof;name=pprof;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/pprof" |
355 | 355 | ||
356 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | 356 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
357 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d | 357 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d |
358 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" | 358 | SRCREV_shlex = "e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" |
359 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex" | 359 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex" |
360 | 360 | ||
361 | # github.com/jackc/pgx/v5 v5.7.1 | 361 | # github.com/jackc/pgx/v5 v5.7.1 |
362 | # [1] git ls-remote https://github.com/jackc/pgx 672c4a3a24849b1f34857817e6ed76f6581bbe90 | 362 | # [1] git ls-remote https://github.com/jackc/pgx 672c4a3a24849b1f34857817e6ed76f6581bbe90 |
363 | SRCREV_pgx-v5="672c4a3a24849b1f34857817e6ed76f6581bbe90" | 363 | SRCREV_pgx-v5 = "672c4a3a24849b1f34857817e6ed76f6581bbe90" |
364 | SRC_URI += "git://github.com/jackc/pgx;name=pgx-v5;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgx/v5" | 364 | SRC_URI += "git://github.com/jackc/pgx;name=pgx-v5;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgx/v5" |
365 | 365 | ||
366 | # github.com/miekg/pkcs11 v1.1.1 | 366 | # github.com/miekg/pkcs11 v1.1.1 |
367 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d | 367 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d |
368 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" | 368 | SRCREV_pkcs11 = "f3481918a208bd212aa995a41f92d786eb418a7d" |
369 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" | 369 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" |
370 | 370 | ||
371 | # github.com/morikuni/aec v1.0.0 | 371 | # github.com/morikuni/aec v1.0.0 |
372 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b | 372 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b |
373 | SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" | 373 | SRCREV_aec = "39771216ff4c63d11f5e604076f9c45e8be1067b" |
374 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec" | 374 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec" |
375 | 375 | ||
376 | # github.com/nats-io/nuid v1.0.1 | 376 | # github.com/nats-io/nuid v1.0.1 |
377 | # [1] git ls-remote https://github.com/nats-io/nuid 4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94 | 377 | # [1] git ls-remote https://github.com/nats-io/nuid 4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94 |
378 | SRCREV_nuid="4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94" | 378 | SRCREV_nuid = "4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94" |
379 | SRC_URI += "git://github.com/nats-io/nuid;name=nuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/nats-io/nuid" | 379 | SRC_URI += "git://github.com/nats-io/nuid;name=nuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/nats-io/nuid" |
380 | 380 | ||
381 | # lukechampine.com/blake3 v1.2.1 | 381 | # lukechampine.com/blake3 v1.2.1 |
382 | # [1] git ls-remote https://github.com/lukechampine/blake3 6e4325968f64ca24b1bbc8fbf08ea320d17ebfa0 | 382 | # [1] git ls-remote https://github.com/lukechampine/blake3 6e4325968f64ca24b1bbc8fbf08ea320d17ebfa0 |
383 | SRCREV_blake3="6e4325968f64ca24b1bbc8fbf08ea320d17ebfa0" | 383 | SRCREV_blake3 = "6e4325968f64ca24b1bbc8fbf08ea320d17ebfa0" |
384 | SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/lukechampine.com/blake3" | 384 | SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/lukechampine.com/blake3" |
385 | 385 | ||
386 | # github.com/docker/docker v25.0.6+incompatible | 386 | # github.com/docker/docker v25.0.6+incompatible |
387 | # [1] git ls-remote https://github.com/moby/moby b08a51fe16eed67de3861c03b363ba403643b12e | 387 | # [1] git ls-remote https://github.com/moby/moby b08a51fe16eed67de3861c03b363ba403643b12e |
388 | SRCREV_docker="b08a51fe16eed67de3861c03b363ba403643b12e" | 388 | SRCREV_docker = "b08a51fe16eed67de3861c03b363ba403643b12e" |
389 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" | 389 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" |
390 | 390 | ||
391 | # github.com/joho/godotenv v1.5.1 | 391 | # github.com/joho/godotenv v1.5.1 |
392 | # [1] git ls-remote https://github.com/joho/godotenv 3fc4292b58a67b78e1dbb6e47b4879a6cc602ec4 | 392 | # [1] git ls-remote https://github.com/joho/godotenv 3fc4292b58a67b78e1dbb6e47b4879a6cc602ec4 |
393 | SRCREV_godotenv="3fc4292b58a67b78e1dbb6e47b4879a6cc602ec4" | 393 | SRCREV_godotenv = "3fc4292b58a67b78e1dbb6e47b4879a6cc602ec4" |
394 | SRC_URI += "git://github.com/joho/godotenv;name=godotenv;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/joho/godotenv" | 394 | SRC_URI += "git://github.com/joho/godotenv;name=godotenv;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/joho/godotenv" |
395 | 395 | ||
396 | # github.com/rancher/lasso v0.0.0-20241202185148-04649f379358 | 396 | # github.com/rancher/lasso v0.0.0-20241202185148-04649f379358 |
397 | # [1] git ls-remote https://github.com/rancher/lasso 04649f379358eee112591d30fc80bce1c6a43432 | 397 | # [1] git ls-remote https://github.com/rancher/lasso 04649f379358eee112591d30fc80bce1c6a43432 |
398 | SRCREV_lasso="04649f379358eee112591d30fc80bce1c6a43432" | 398 | SRCREV_lasso = "04649f379358eee112591d30fc80bce1c6a43432" |
399 | SRC_URI += "git://github.com/rancher/lasso;name=lasso;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/lasso" | 399 | SRC_URI += "git://github.com/rancher/lasso;name=lasso;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/lasso" |
400 | 400 | ||
401 | # github.com/k3s-io/spegel v0.0.22 | 401 | # github.com/k3s-io/spegel v0.0.22 |
402 | # [1] git ls-remote https://github.com/k3s-io/spegel eb0fbdaf63ea87de804ed6ebf484af557968e6a9 | 402 | # [1] git ls-remote https://github.com/k3s-io/spegel eb0fbdaf63ea87de804ed6ebf484af557968e6a9 |
403 | SRCREV_spegel="eb0fbdaf63ea87de804ed6ebf484af557968e6a9" | 403 | SRCREV_spegel = "eb0fbdaf63ea87de804ed6ebf484af557968e6a9" |
404 | SRC_URI += "git://github.com/k3s-io/spegel;name=spegel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/spegel" | 404 | SRC_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 | 405 | ||
406 | # github.com/stretchr/objx v0.5.2 | 406 | # github.com/stretchr/objx v0.5.2 |
407 | # [1] git ls-remote https://github.com/stretchr/objx 307d0db21292676ac9d469826525c3630f47f63a | 407 | # [1] git ls-remote https://github.com/stretchr/objx 307d0db21292676ac9d469826525c3630f47f63a |
408 | SRCREV_objx="307d0db21292676ac9d469826525c3630f47f63a" | 408 | SRCREV_objx = "307d0db21292676ac9d469826525c3630f47f63a" |
409 | SRC_URI += "git://github.com/stretchr/objx;name=objx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/objx" | 409 | SRC_URI += "git://github.com/stretchr/objx;name=objx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/objx" |
410 | 410 | ||
411 | # github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 | 411 | # github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 |
412 | # [1] git ls-remote https://github.com/armon/circbuf 5111143e8da2e98b4ea6a8f32b9065ea1821c191 | 412 | # [1] git ls-remote https://github.com/armon/circbuf 5111143e8da2e98b4ea6a8f32b9065ea1821c191 |
413 | SRCREV_circbuf="5111143e8da2e98b4ea6a8f32b9065ea1821c191" | 413 | SRCREV_circbuf = "5111143e8da2e98b4ea6a8f32b9065ea1821c191" |
414 | SRC_URI += "git://github.com/armon/circbuf;name=circbuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/armon/circbuf" | 414 | SRC_URI += "git://github.com/armon/circbuf;name=circbuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/armon/circbuf" |
415 | 415 | ||
416 | # github.com/goccy/go-json v0.10.2 | 416 | # github.com/goccy/go-json v0.10.2 |
417 | # [1] git ls-remote https://github.com/goccy/go-json 8e8cdeacf2f2faef082f32848138f0f9af7cfb66 | 417 | # [1] git ls-remote https://github.com/goccy/go-json 8e8cdeacf2f2faef082f32848138f0f9af7cfb66 |
418 | SRCREV_go-json="8e8cdeacf2f2faef082f32848138f0f9af7cfb66" | 418 | SRCREV_go-json = "8e8cdeacf2f2faef082f32848138f0f9af7cfb66" |
419 | SRC_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" | 419 | SRC_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 | 420 | ||
421 | # github.com/gogo/protobuf v1.3.2 | 421 | # github.com/gogo/protobuf v1.3.2 |
422 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc | 422 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc |
423 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" | 423 | SRCREV_protobuf = "b03c65ea87cdc3521ede29f62fe3ce239267c1bc" |
424 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" | 424 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" |
425 | 425 | ||
426 | # github.com/golang/snappy v0.0.4 | 426 | # github.com/golang/snappy v0.0.4 |
427 | # [1] git ls-remote https://github.com/golang/snappy 544b4180ac705b7605231d4a4550a1acb22a19fe | 427 | # [1] git ls-remote https://github.com/golang/snappy 544b4180ac705b7605231d4a4550a1acb22a19fe |
428 | SRCREV_snappy="544b4180ac705b7605231d4a4550a1acb22a19fe" | 428 | SRCREV_snappy = "544b4180ac705b7605231d4a4550a1acb22a19fe" |
429 | SRC_URI += "git://github.com/golang/snappy;name=snappy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/snappy" | 429 | SRC_URI += "git://github.com/golang/snappy;name=snappy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/snappy" |
430 | 430 | ||
431 | # github.com/google/cel-go v0.22.0 | 431 | # github.com/google/cel-go v0.22.0 |
432 | # [1] git ls-remote https://github.com/google/cel-go 8ad600b649be1b9ef5a003e8c5632d89b9aaf790 | 432 | # [1] git ls-remote https://github.com/google/cel-go 8ad600b649be1b9ef5a003e8c5632d89b9aaf790 |
433 | SRCREV_cel-go="8ad600b649be1b9ef5a003e8c5632d89b9aaf790" | 433 | SRCREV_cel-go = "8ad600b649be1b9ef5a003e8c5632d89b9aaf790" |
434 | SRC_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" | 434 | SRC_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 | 435 | ||
436 | # github.com/google/go-cmp v0.6.0 | 436 | # github.com/google/go-cmp v0.6.0 |
437 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f | 437 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f |
438 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" | 438 | SRCREV_go-cmp = "c3ad8435e7bef96af35732bc0789e5a2278c6d5f" |
439 | SRC_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" | 439 | SRC_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 | 440 | ||
441 | # github.com/google/gofuzz v1.2.0 | 441 | # github.com/google/gofuzz v1.2.0 |
442 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 | 442 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 |
443 | SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" | 443 | SRCREV_gofuzz = "379e164120fbc98885a8f494b5aa41ba94f64c56" |
444 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz" | 444 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz" |
445 | 445 | ||
446 | # github.com/koron/go-ssdp v0.0.4 | 446 | # github.com/koron/go-ssdp v0.0.4 |
447 | # [1] git ls-remote https://github.com/koron/go-ssdp 615e2904c24d115f20139e60b9ab5916b1dfd55d | 447 | # [1] git ls-remote https://github.com/koron/go-ssdp 615e2904c24d115f20139e60b9ab5916b1dfd55d |
448 | SRCREV_go-ssdp="615e2904c24d115f20139e60b9ab5916b1dfd55d" | 448 | SRCREV_go-ssdp = "615e2904c24d115f20139e60b9ab5916b1dfd55d" |
449 | SRC_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" | 449 | SRC_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" |
450 | 450 | ||
451 | # github.com/libp2p/go-nat v0.2.0 | 451 | # github.com/libp2p/go-nat v0.2.0 |
452 | # [1] git ls-remote https://github.com/libp2p/go-nat 14ce74b6949ca4d3f4889568e20840bdf0b05009 | 452 | # [1] git ls-remote https://github.com/libp2p/go-nat 14ce74b6949ca4d3f4889568e20840bdf0b05009 |
453 | SRCREV_go-nat="14ce74b6949ca4d3f4889568e20840bdf0b05009" | 453 | SRCREV_go-nat = "14ce74b6949ca4d3f4889568e20840bdf0b05009" |
454 | SRC_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" | 454 | SRC_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" |
455 | 455 | ||
456 | # github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc | 456 | # github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc |
457 | # [1] git ls-remote https://github.com/mikioh/tcpopt 172688c1accceb1c8699343c22838f55e4b662ca | 457 | # [1] git ls-remote https://github.com/mikioh/tcpopt 172688c1accceb1c8699343c22838f55e4b662ca |
458 | SRCREV_tcpopt="172688c1accceb1c8699343c22838f55e4b662ca" | 458 | SRCREV_tcpopt = "172688c1accceb1c8699343c22838f55e4b662ca" |
459 | SRC_URI += "git://github.com/mikioh/tcpopt;name=tcpopt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mikioh/tcpopt" | 459 | SRC_URI += "git://github.com/mikioh/tcpopt;name=tcpopt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mikioh/tcpopt" |
460 | 460 | ||
461 | # github.com/moby/sys/user v0.3.0 | 461 | # github.com/moby/sys/user v0.3.0 |
462 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 | 462 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 |
463 | SRCREV_user="54475191138bd297c627eb1a59e1e54b953957f1" | 463 | SRCREV_user = "54475191138bd297c627eb1a59e1e54b953957f1" |
464 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" | 464 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" |
465 | 465 | ||
466 | # github.com/nats-io/nkeys v0.4.7 | 466 | # github.com/nats-io/nkeys v0.4.7 |
467 | # [1] git ls-remote https://github.com/nats-io/nkeys c865baf4058b0ae6529eeb82fbe86bd8c21f4a36 | 467 | # [1] git ls-remote https://github.com/nats-io/nkeys c865baf4058b0ae6529eeb82fbe86bd8c21f4a36 |
468 | SRCREV_nkeys="c865baf4058b0ae6529eeb82fbe86bd8c21f4a36" | 468 | SRCREV_nkeys = "c865baf4058b0ae6529eeb82fbe86bd8c21f4a36" |
469 | SRC_URI += "git://github.com/nats-io/nkeys;name=nkeys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/nats-io/nkeys" | 469 | SRC_URI += "git://github.com/nats-io/nkeys;name=nkeys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/nats-io/nkeys" |
470 | 470 | ||
471 | # github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 | 471 | # github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 |
472 | # [1] git ls-remote https://github.com/pbnjay/memory 7b4eea64cf580186c0eceb10dc94ba3a098af46c | 472 | # [1] git ls-remote https://github.com/pbnjay/memory 7b4eea64cf580186c0eceb10dc94ba3a098af46c |
473 | SRCREV_memory="7b4eea64cf580186c0eceb10dc94ba3a098af46c" | 473 | SRCREV_memory = "7b4eea64cf580186c0eceb10dc94ba3a098af46c" |
474 | SRC_URI += "git://github.com/pbnjay/memory;name=memory;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pbnjay/memory" | 474 | SRC_URI += "git://github.com/pbnjay/memory;name=memory;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pbnjay/memory" |
475 | 475 | ||
476 | # github.com/quic-go/qpack v0.4.0 | 476 | # github.com/quic-go/qpack v0.4.0 |
477 | # [1] git ls-remote https://github.com/quic-go/qpack 3e7287cc7ce655141583b8511fbe09800d4ba896 | 477 | # [1] git ls-remote https://github.com/quic-go/qpack 3e7287cc7ce655141583b8511fbe09800d4ba896 |
478 | SRCREV_qpack="3e7287cc7ce655141583b8511fbe09800d4ba896" | 478 | SRCREV_qpack = "3e7287cc7ce655141583b8511fbe09800d4ba896" |
479 | SRC_URI += "git://github.com/quic-go/qpack;name=qpack;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/quic-go/qpack" | 479 | SRC_URI += "git://github.com/quic-go/qpack;name=qpack;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/quic-go/qpack" |
480 | 480 | ||
481 | # github.com/soheilhy/cmux v0.1.5 | 481 | # github.com/soheilhy/cmux v0.1.5 |
482 | # [1] git ls-remote https://github.com/soheilhy/cmux 5ec6847320e53b5fee0ab9a4757b56625a946c85 | 482 | # [1] git ls-remote https://github.com/soheilhy/cmux 5ec6847320e53b5fee0ab9a4757b56625a946c85 |
483 | SRCREV_cmux="5ec6847320e53b5fee0ab9a4757b56625a946c85" | 483 | SRCREV_cmux = "5ec6847320e53b5fee0ab9a4757b56625a946c85" |
484 | SRC_URI += "git://github.com/soheilhy/cmux;name=cmux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/soheilhy/cmux" | 484 | SRC_URI += "git://github.com/soheilhy/cmux;name=cmux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/soheilhy/cmux" |
485 | 485 | ||
486 | # github.com/tidwall/btree v1.6.0 | 486 | # github.com/tidwall/btree v1.6.0 |
487 | # [1] git ls-remote https://github.com/tidwall/btree c538c0ce1d47ebada0c423fd430978ba274d7d68 | 487 | # [1] git ls-remote https://github.com/tidwall/btree c538c0ce1d47ebada0c423fd430978ba274d7d68 |
488 | SRCREV_tidwall-btree="c538c0ce1d47ebada0c423fd430978ba274d7d68" | 488 | SRCREV_tidwall-btree = "c538c0ce1d47ebada0c423fd430978ba274d7d68" |
489 | SRC_URI += "git://github.com/tidwall/btree;name=tidwall-btree;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tidwall/btree" | 489 | SRC_URI += "git://github.com/tidwall/btree;name=tidwall-btree;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tidwall/btree" |
490 | 490 | ||
491 | # github.com/urfave/cli/v2 v2.27.5 | 491 | # github.com/urfave/cli/v2 v2.27.5 |
492 | # [1] git ls-remote https://github.com/urfave/cli f035ffaa3749afda2cd26fb824aa940747297ef1 | 492 | # [1] git ls-remote https://github.com/urfave/cli f035ffaa3749afda2cd26fb824aa940747297ef1 |
493 | SRCREV_cli-v2="f035ffaa3749afda2cd26fb824aa940747297ef1" | 493 | SRCREV_cli-v2 = "f035ffaa3749afda2cd26fb824aa940747297ef1" |
494 | SRC_URI += "git://github.com/urfave/cli;name=cli-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/urfave/cli/v2" | 494 | SRC_URI += "git://github.com/urfave/cli;name=cli-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/urfave/cli/v2" |
495 | 495 | ||
496 | # go.opentelemetry.io/otel v1.28.0 | 496 | # go.opentelemetry.io/otel v1.28.0 |
497 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 497 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d |
498 | SRCREV_otel="81216fb002a6a76d32fdab6ef999bcf65794130d" | 498 | SRCREV_otel = "81216fb002a6a76d32fdab6ef999bcf65794130d" |
499 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" | 499 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" |
500 | 500 | ||
501 | # github.com/containerd/zfs v1.1.0 | 501 | # github.com/containerd/zfs v1.1.0 |
502 | # [1] git ls-remote https://github.com/containerd/zfs 26134297cde4138b412644d6819c20b105472991 | 502 | # [1] git ls-remote https://github.com/containerd/zfs 26134297cde4138b412644d6819c20b105472991 |
503 | SRCREV_zfs="26134297cde4138b412644d6819c20b105472991" | 503 | SRCREV_zfs = "26134297cde4138b412644d6819c20b105472991" |
504 | SRC_URI += "git://github.com/containerd/zfs;name=zfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/zfs" | 504 | SRC_URI += "git://github.com/containerd/zfs;name=zfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/zfs" |
505 | 505 | ||
506 | # github.com/ipfs/go-log/v2 v2.5.1 | 506 | # github.com/ipfs/go-log/v2 v2.5.1 |
507 | # [1] git ls-remote https://github.com/ipfs/go-log 8625e3ec81bdeb96627de192e6fe21eab5896603 | 507 | # [1] git ls-remote https://github.com/ipfs/go-log 8625e3ec81bdeb96627de192e6fe21eab5896603 |
508 | SRCREV_go-log-v2="8625e3ec81bdeb96627de192e6fe21eab5896603" | 508 | SRCREV_go-log-v2 = "8625e3ec81bdeb96627de192e6fe21eab5896603" |
509 | SRC_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" | 509 | SRC_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" |
510 | 510 | ||
511 | # github.com/onsi/ginkgo/v2 v2.21.0 | 511 | # github.com/onsi/ginkgo/v2 v2.21.0 |
512 | # [1] git ls-remote https://github.com/onsi/ginkgo ac8918e9fd5e8174adc91e13b9b905b554d14e38 | 512 | # [1] git ls-remote https://github.com/onsi/ginkgo ac8918e9fd5e8174adc91e13b9b905b554d14e38 |
513 | SRCREV_ginkgo-v2="ac8918e9fd5e8174adc91e13b9b905b554d14e38" | 513 | SRCREV_ginkgo-v2 = "ac8918e9fd5e8174adc91e13b9b905b554d14e38" |
514 | SRC_URI += "git://github.com/onsi/ginkgo;name=ginkgo-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/onsi/ginkgo/v2" | 514 | SRC_URI += "git://github.com/onsi/ginkgo;name=ginkgo-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/onsi/ginkgo/v2" |
515 | 515 | ||
516 | # github.com/robfig/cron/v3 v3.0.1 | 516 | # github.com/robfig/cron/v3 v3.0.1 |
517 | # [1] git ls-remote https://github.com/robfig/cron ccba498c397bb90a9c84945bbb0f7af2d72b6309 | 517 | # [1] git ls-remote https://github.com/robfig/cron ccba498c397bb90a9c84945bbb0f7af2d72b6309 |
518 | SRCREV_cron-v3="ccba498c397bb90a9c84945bbb0f7af2d72b6309" | 518 | SRCREV_cron-v3 = "ccba498c397bb90a9c84945bbb0f7af2d72b6309" |
519 | SRC_URI += "git://github.com/robfig/cron;name=cron-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/robfig/cron/v3" | 519 | SRC_URI += "git://github.com/robfig/cron;name=cron-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/robfig/cron/v3" |
520 | 520 | ||
521 | # github.com/k3s-io/klog/v2 v2.120.1-k3s1 | 521 | # github.com/k3s-io/klog/v2 v2.120.1-k3s1 |
522 | # [1] git ls-remote https://github.com/k3s-io/klog 8aec94690700c54117016f97845530e7c75b6aeb | 522 | # [1] git ls-remote https://github.com/k3s-io/klog 8aec94690700c54117016f97845530e7c75b6aeb |
523 | SRCREV_klog-v2="8aec94690700c54117016f97845530e7c75b6aeb" | 523 | SRCREV_klog-v2 = "8aec94690700c54117016f97845530e7c75b6aeb" |
524 | SRC_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" | 524 | SRC_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" |
525 | 525 | ||
526 | # github.com/containerd/log v0.1.0 | 526 | # github.com/containerd/log v0.1.0 |
527 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 | 527 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 |
528 | SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" | 528 | SRCREV_log = "0fc1e28871fdf2786e2cc51bbe4133db6547a199" |
529 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" | 529 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" |
530 | 530 | ||
531 | # github.com/containerd/nri v0.6.1 | 531 | # github.com/containerd/nri v0.6.1 |
532 | # [1] git ls-remote https://github.com/containerd/nri fa64d110ed4a77eae5ea2e46ea2d3991e02f0789 | 532 | # [1] git ls-remote https://github.com/containerd/nri fa64d110ed4a77eae5ea2e46ea2d3991e02f0789 |
533 | SRCREV_nri="fa64d110ed4a77eae5ea2e46ea2d3991e02f0789" | 533 | SRCREV_nri = "fa64d110ed4a77eae5ea2e46ea2d3991e02f0789" |
534 | SRC_URI += "git://github.com/containerd/nri;name=nri;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/nri" | 534 | SRC_URI += "git://github.com/containerd/nri;name=nri;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/nri" |
535 | 535 | ||
536 | # github.com/coreos/go-oidc v2.2.1+incompatible | 536 | # github.com/coreos/go-oidc v2.2.1+incompatible |
537 | # [1] git ls-remote https://github.com/coreos/go-oidc 8d771559cf6e5111c9b9159810d0e4538e7cdc82 | 537 | # [1] git ls-remote https://github.com/coreos/go-oidc 8d771559cf6e5111c9b9159810d0e4538e7cdc82 |
538 | SRCREV_go-oidc="8d771559cf6e5111c9b9159810d0e4538e7cdc82" | 538 | SRCREV_go-oidc = "8d771559cf6e5111c9b9159810d0e4538e7cdc82" |
539 | SRC_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" | 539 | SRC_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" |
540 | 540 | ||
541 | # github.com/godbus/dbus/v5 v5.1.0 | 541 | # github.com/godbus/dbus/v5 v5.1.0 |
542 | # [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d | 542 | # [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d |
543 | SRCREV_v5="e523abc905595cf17fb0001a7d77eaaddfaa216d" | 543 | SRCREV_v5 = "e523abc905595cf17fb0001a7d77eaaddfaa216d" |
544 | SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/godbus/dbus/v5" | 544 | SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/godbus/dbus/v5" |
545 | 545 | ||
546 | # github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b | 546 | # github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b |
547 | # [1] git ls-remote https://github.com/mikioh/tcpinfo 30a79bb1804bc47fa7fe29928c9109f368792a9e | 547 | # [1] git ls-remote https://github.com/mikioh/tcpinfo 30a79bb1804bc47fa7fe29928c9109f368792a9e |
548 | SRCREV_tcpinfo="30a79bb1804bc47fa7fe29928c9109f368792a9e" | 548 | SRCREV_tcpinfo = "30a79bb1804bc47fa7fe29928c9109f368792a9e" |
549 | SRC_URI += "git://github.com/mikioh/tcpinfo;name=tcpinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mikioh/tcpinfo" | 549 | SRC_URI += "git://github.com/mikioh/tcpinfo;name=tcpinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mikioh/tcpinfo" |
550 | 550 | ||
551 | # github.com/minio/md5-simd v1.1.2 | 551 | # github.com/minio/md5-simd v1.1.2 |
552 | # [1] git ls-remote https://github.com/minio/md5-simd 776275e0c9a74ceebbd50fe5c1d61b0c80c608df | 552 | # [1] git ls-remote https://github.com/minio/md5-simd 776275e0c9a74ceebbd50fe5c1d61b0c80c608df |
553 | SRCREV_md5-simd="776275e0c9a74ceebbd50fe5c1d61b0c80c608df" | 553 | SRCREV_md5-simd = "776275e0c9a74ceebbd50fe5c1d61b0c80c608df" |
554 | SRC_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" | 554 | SRC_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" |
555 | 555 | ||
556 | # github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 | 556 | # github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 |
557 | # [1] git ls-remote https://github.com/mohae/deepcopy c48cc78d482608239f6c4c92a4abd87eb8761c90 | 557 | # [1] git ls-remote https://github.com/mohae/deepcopy c48cc78d482608239f6c4c92a4abd87eb8761c90 |
558 | SRCREV_deepcopy="c48cc78d482608239f6c4c92a4abd87eb8761c90" | 558 | SRCREV_deepcopy = "c48cc78d482608239f6c4c92a4abd87eb8761c90" |
559 | SRC_URI += "git://github.com/mohae/deepcopy;name=deepcopy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mohae/deepcopy" | 559 | SRC_URI += "git://github.com/mohae/deepcopy;name=deepcopy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mohae/deepcopy" |
560 | 560 | ||
561 | # github.com/mr-tron/base58 v1.2.0 | 561 | # github.com/mr-tron/base58 v1.2.0 |
562 | # [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010 | 562 | # [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010 |
563 | SRCREV_base58="cd0e5141f51dfcadb8311fd8e495eb11126a8010" | 563 | SRCREV_base58 = "cd0e5141f51dfcadb8311fd8e495eb11126a8010" |
564 | SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mr-tron/base58" | 564 | SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mr-tron/base58" |
565 | 565 | ||
566 | # 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 |
567 | # [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 |
568 | SRCREV_jsm.go="fe318f464eee9ceef6120ea851e5cf94a0497ac6" | 568 | SRCREV_jsm.go = "fe318f464eee9ceef6120ea851e5cf94a0497ac6" |
569 | SRC_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" | 569 | SRC_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" |
570 | 570 | ||
571 | # github.com/nats-io/jwt/v2 v2.5.5 | 571 | # github.com/nats-io/jwt/v2 v2.5.5 |
572 | # [1] git ls-remote https://github.com/nats-io/jwt c2d30e2ffc632a1ea64030467e5a40e02e4158be | 572 | # [1] git ls-remote https://github.com/nats-io/jwt c2d30e2ffc632a1ea64030467e5a40e02e4158be |
573 | SRCREV_jwt-v2="c2d30e2ffc632a1ea64030467e5a40e02e4158be" | 573 | SRCREV_jwt-v2 = "c2d30e2ffc632a1ea64030467e5a40e02e4158be" |
574 | SRC_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" | 574 | SRC_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" |
575 | 575 | ||
576 | # github.com/polydawn/refmt v0.89.0 | 576 | # github.com/polydawn/refmt v0.89.0 |
577 | # [1] git ls-remote https://github.com/polydawn/refmt ad1efcb83999082a4ec5ac34b9d5c08bc388faf3 | 577 | # [1] git ls-remote https://github.com/polydawn/refmt ad1efcb83999082a4ec5ac34b9d5c08bc388faf3 |
578 | SRCREV_refmt="ad1efcb83999082a4ec5ac34b9d5c08bc388faf3" | 578 | SRCREV_refmt = "ad1efcb83999082a4ec5ac34b9d5c08bc388faf3" |
579 | SRC_URI += "git://github.com/polydawn/refmt;name=refmt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/polydawn/refmt" | 579 | SRC_URI += "git://github.com/polydawn/refmt;name=refmt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/polydawn/refmt" |
580 | 580 | ||
581 | # github.com/xlab/treeprint v1.2.0 | 581 | # github.com/xlab/treeprint v1.2.0 |
582 | # [1] git ls-remote https://github.com/xlab/treeprint 044005a3b405f660f109e066d9f589755835c2ea | 582 | # [1] git ls-remote https://github.com/xlab/treeprint 044005a3b405f660f109e066d9f589755835c2ea |
583 | SRCREV_treeprint="044005a3b405f660f109e066d9f589755835c2ea" | 583 | SRCREV_treeprint = "044005a3b405f660f109e066d9f589755835c2ea" |
584 | SRC_URI += "git://github.com/xlab/treeprint;name=treeprint;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xlab/treeprint" | 584 | SRC_URI += "git://github.com/xlab/treeprint;name=treeprint;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xlab/treeprint" |
585 | 585 | ||
586 | # github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 | 586 | # github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 |
587 | # [1] git ls-remote https://github.com/xrash/smetrics 686a1a2994c11fac124829fadcb683a24ab8d25f | 587 | # [1] git ls-remote https://github.com/xrash/smetrics 686a1a2994c11fac124829fadcb683a24ab8d25f |
588 | SRCREV_smetrics="686a1a2994c11fac124829fadcb683a24ab8d25f" | 588 | SRCREV_smetrics = "686a1a2994c11fac124829fadcb683a24ab8d25f" |
589 | SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xrash/smetrics" | 589 | SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xrash/smetrics" |
590 | 590 | ||
591 | # sigs.k8s.io/kustomize/api v0.18.0 | 591 | # sigs.k8s.io/kustomize/api v0.18.0 |
592 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize faccc12624644f9763fd880c0ff15b1e20df34c7 | 592 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize faccc12624644f9763fd880c0ff15b1e20df34c7 |
593 | SRCREV_kustomize-api="faccc12624644f9763fd880c0ff15b1e20df34c7" | 593 | SRCREV_kustomize-api = "faccc12624644f9763fd880c0ff15b1e20df34c7" |
594 | SRC_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" | 594 | SRC_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" |
595 | 595 | ||
596 | # github.com/blang/semver/v4 v4.0.0 | 596 | # github.com/blang/semver/v4 v4.0.0 |
597 | # [1] git ls-remote https://github.com/blang/semver af3461a9cbcf1f3f5889d21b83f5ef63880c33a8 | 597 | # [1] git ls-remote https://github.com/blang/semver af3461a9cbcf1f3f5889d21b83f5ef63880c33a8 |
598 | SRCREV_v4="af3461a9cbcf1f3f5889d21b83f5ef63880c33a8" | 598 | SRCREV_v4 = "af3461a9cbcf1f3f5889d21b83f5ef63880c33a8" |
599 | SRC_URI += "git://github.com/blang/semver;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/blang/semver/v4" | 599 | SRC_URI += "git://github.com/blang/semver;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/blang/semver/v4" |
600 | 600 | ||
601 | # github.com/containerd/aufs v1.0.0 | 601 | # github.com/containerd/aufs v1.0.0 |
602 | # [1] git ls-remote https://github.com/containerd/aufs fb0192dcb2c0bbfce3bd8756fc88026870c0354d | 602 | # [1] git ls-remote https://github.com/containerd/aufs fb0192dcb2c0bbfce3bd8756fc88026870c0354d |
603 | SRCREV_aufs="fb0192dcb2c0bbfce3bd8756fc88026870c0354d" | 603 | SRCREV_aufs = "fb0192dcb2c0bbfce3bd8756fc88026870c0354d" |
604 | SRC_URI += "git://github.com/containerd/aufs;name=aufs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/aufs" | 604 | SRC_URI += "git://github.com/containerd/aufs;name=aufs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/aufs" |
605 | 605 | ||
606 | # github.com/k3s-io/cadvisor v0.51.0-k3s1 | 606 | # github.com/k3s-io/cadvisor v0.51.0-k3s1 |
607 | # [1] git ls-remote https://github.com/k3s-io/cadvisor 00a9372eca49b742c72098847c682175bf95c397 | 607 | # [1] git ls-remote https://github.com/k3s-io/cadvisor 00a9372eca49b742c72098847c682175bf95c397 |
608 | SRCREV_cadvisor="00a9372eca49b742c72098847c682175bf95c397" | 608 | SRCREV_cadvisor = "00a9372eca49b742c72098847c682175bf95c397" |
609 | SRC_URI += "git://github.com/k3s-io/cadvisor;name=cadvisor;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/cadvisor" | 609 | SRC_URI += "git://github.com/k3s-io/cadvisor;name=cadvisor;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/cadvisor" |
610 | 610 | ||
611 | # github.com/inetaf/tcpproxy v0.0.0-20240214030015-3ce58045626c | 611 | # github.com/inetaf/tcpproxy v0.0.0-20240214030015-3ce58045626c |
612 | # [1] git ls-remote https://github.com/inetaf/tcpproxy 3ce58045626c8bc343a593c90354975e61b1817a | 612 | # [1] git ls-remote https://github.com/inetaf/tcpproxy 3ce58045626c8bc343a593c90354975e61b1817a |
613 | SRCREV_tcpproxy="3ce58045626c8bc343a593c90354975e61b1817a" | 613 | SRCREV_tcpproxy = "3ce58045626c8bc343a593c90354975e61b1817a" |
614 | SRC_URI += "git://github.com/inetaf/tcpproxy;name=tcpproxy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inetaf/tcpproxy" | 614 | SRC_URI += "git://github.com/inetaf/tcpproxy;name=tcpproxy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inetaf/tcpproxy" |
615 | 615 | ||
616 | # github.com/rancher/wharfie v0.6.7 | 616 | # github.com/rancher/wharfie v0.6.7 |
617 | # [1] git ls-remote https://github.com/rancher/wharfie f0590c66dd86b2794a68e1f708467d68266a1b61 | 617 | # [1] git ls-remote https://github.com/rancher/wharfie f0590c66dd86b2794a68e1f708467d68266a1b61 |
618 | SRCREV_wharfie="f0590c66dd86b2794a68e1f708467d68266a1b61" | 618 | SRCREV_wharfie = "f0590c66dd86b2794a68e1f708467d68266a1b61" |
619 | SRC_URI += "git://github.com/rancher/wharfie;name=wharfie;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/wharfie" | 619 | SRC_URI += "git://github.com/rancher/wharfie;name=wharfie;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/wharfie" |
620 | 620 | ||
621 | # github.com/sirupsen/logrus v1.9.3 | 621 | # github.com/sirupsen/logrus v1.9.3 |
622 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd | 622 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd |
623 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" | 623 | SRCREV_logrus = "d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" |
624 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" | 624 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" |
625 | 625 | ||
626 | # github.com/containerd/fifo v1.1.0 | 626 | # github.com/containerd/fifo v1.1.0 |
627 | # [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46 | 627 | # [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46 |
628 | SRCREV_fifo="151b205263c29d471e0d55c787d2ce9f5343fd46" | 628 | SRCREV_fifo = "151b205263c29d471e0d55c787d2ce9f5343fd46" |
629 | SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/fifo" | 629 | SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/fifo" |
630 | 630 | ||
631 | # github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc | 631 | # github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc |
632 | # [1] git ls-remote https://github.com/davecgh/go-spew d8f796af33cc11cb798c1aaeb27a4ebc5099927d | 632 | # [1] git ls-remote https://github.com/davecgh/go-spew d8f796af33cc11cb798c1aaeb27a4ebc5099927d |
633 | SRCREV_go-spew="d8f796af33cc11cb798c1aaeb27a4ebc5099927d" | 633 | SRCREV_go-spew = "d8f796af33cc11cb798c1aaeb27a4ebc5099927d" |
634 | SRC_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" | 634 | SRC_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" |
635 | 635 | ||
636 | # github.com/docker/go-units v0.5.0 | 636 | # github.com/docker/go-units v0.5.0 |
637 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f | 637 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f |
638 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" | 638 | SRCREV_go-units = "e682442797b36348f8e1f98defdbf32bac0b6c6f" |
639 | SRC_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" | 639 | SRC_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 | 640 | ||
641 | # github.com/elastic/gosigar v0.14.2 | 641 | # github.com/elastic/gosigar v0.14.2 |
642 | # [1] git ls-remote https://github.com/elastic/gosigar 9d6c92629470099edd40ead9a3d8cf1b38020ec6 | 642 | # [1] git ls-remote https://github.com/elastic/gosigar 9d6c92629470099edd40ead9a3d8cf1b38020ec6 |
643 | SRCREV_gosigar="9d6c92629470099edd40ead9a3d8cf1b38020ec6" | 643 | SRCREV_gosigar = "9d6c92629470099edd40ead9a3d8cf1b38020ec6" |
644 | SRC_URI += "git://github.com/elastic/gosigar;name=gosigar;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/elastic/gosigar" | 644 | SRC_URI += "git://github.com/elastic/gosigar;name=gosigar;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/elastic/gosigar" |
645 | 645 | ||
646 | # github.com/fatih/camelcase v1.0.0 | 646 | # github.com/fatih/camelcase v1.0.0 |
647 | # [1] git ls-remote https://github.com/fatih/camelcase 44e46d280b43ec1531bb25252440e34f1b800b65 | 647 | # [1] git ls-remote https://github.com/fatih/camelcase 44e46d280b43ec1531bb25252440e34f1b800b65 |
648 | SRCREV_camelcase="44e46d280b43ec1531bb25252440e34f1b800b65" | 648 | SRCREV_camelcase = "44e46d280b43ec1531bb25252440e34f1b800b65" |
649 | SRC_URI += "git://github.com/fatih/camelcase;name=camelcase;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fatih/camelcase" | 649 | SRC_URI += "git://github.com/fatih/camelcase;name=camelcase;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fatih/camelcase" |
650 | 650 | ||
651 | # github.com/go-openapi/swag v0.23.0 | 651 | # github.com/go-openapi/swag v0.23.0 |
652 | # [1] git ls-remote https://github.com/go-openapi/swag 53e32e82f758c8e884819330a87aef294ff10c1f | 652 | # [1] git ls-remote https://github.com/go-openapi/swag 53e32e82f758c8e884819330a87aef294ff10c1f |
653 | SRCREV_swag="53e32e82f758c8e884819330a87aef294ff10c1f" | 653 | SRCREV_swag = "53e32e82f758c8e884819330a87aef294ff10c1f" |
654 | SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/swag" | 654 | SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/swag" |
655 | 655 | ||
656 | # github.com/golang/protobuf v1.5.4 | 656 | # github.com/golang/protobuf v1.5.4 |
657 | # [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 | 657 | # [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 |
658 | SRCREV_golang-protobuf="75de7c059e36b64f01d0dd234ff2fff404ec3374" | 658 | SRCREV_golang-protobuf = "75de7c059e36b64f01d0dd234ff2fff404ec3374" |
659 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" | 659 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" |
660 | 660 | ||
661 | # github.com/google/gopacket v1.1.19 | 661 | # github.com/google/gopacket v1.1.19 |
662 | # [1] git ls-remote https://github.com/google/gopacket a9779d139771f6a06fc983b18e0efd23ca30222f | 662 | # [1] git ls-remote https://github.com/google/gopacket a9779d139771f6a06fc983b18e0efd23ca30222f |
663 | SRCREV_gopacket="a9779d139771f6a06fc983b18e0efd23ca30222f" | 663 | SRCREV_gopacket = "a9779d139771f6a06fc983b18e0efd23ca30222f" |
664 | SRC_URI += "git://github.com/google/gopacket;name=gopacket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gopacket" | 664 | SRC_URI += "git://github.com/google/gopacket;name=gopacket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gopacket" |
665 | 665 | ||
666 | # github.com/intel/goresctrl v0.7.0 | 666 | # github.com/intel/goresctrl v0.7.0 |
667 | # [1] git ls-remote https://github.com/intel/goresctrl 5ef060bb4aa8ae3763e6dd48af375cd23e0fabba | 667 | # [1] git ls-remote https://github.com/intel/goresctrl 5ef060bb4aa8ae3763e6dd48af375cd23e0fabba |
668 | SRCREV_goresctrl="5ef060bb4aa8ae3763e6dd48af375cd23e0fabba" | 668 | SRCREV_goresctrl = "5ef060bb4aa8ae3763e6dd48af375cd23e0fabba" |
669 | SRC_URI += "git://github.com/intel/goresctrl;name=goresctrl;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/intel/goresctrl" | 669 | SRC_URI += "git://github.com/intel/goresctrl;name=goresctrl;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/intel/goresctrl" |
670 | 670 | ||
671 | # github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa | 671 | # github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa |
672 | # [1] git ls-remote https://github.com/jackc/pgerrcode 469b46aa5efae8a229646096c4d7026bf9ff89fe | 672 | # [1] git ls-remote https://github.com/jackc/pgerrcode 469b46aa5efae8a229646096c4d7026bf9ff89fe |
673 | SRCREV_pgerrcode="469b46aa5efae8a229646096c4d7026bf9ff89fe" | 673 | SRCREV_pgerrcode = "469b46aa5efae8a229646096c4d7026bf9ff89fe" |
674 | SRC_URI += "git://github.com/jackc/pgerrcode;name=pgerrcode;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgerrcode" | 674 | SRC_URI += "git://github.com/jackc/pgerrcode;name=pgerrcode;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgerrcode" |
675 | 675 | ||
676 | # github.com/jackc/puddle/v2 v2.2.2 | 676 | # github.com/jackc/puddle/v2 v2.2.2 |
677 | # [1] git ls-remote https://github.com/jackc/puddle bd09d14bd4018b6d65a9d7770e2f3ddf8b00af1c | 677 | # [1] git ls-remote https://github.com/jackc/puddle bd09d14bd4018b6d65a9d7770e2f3ddf8b00af1c |
678 | SRCREV_puddle-v2="bd09d14bd4018b6d65a9d7770e2f3ddf8b00af1c" | 678 | SRCREV_puddle-v2 = "bd09d14bd4018b6d65a9d7770e2f3ddf8b00af1c" |
679 | SRC_URI += "git://github.com/jackc/puddle;name=puddle-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/puddle/v2" | 679 | SRC_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 | 680 | ||
681 | # github.com/libp2p/go-msgio v0.3.0 | 681 | # github.com/libp2p/go-msgio v0.3.0 |
682 | # [1] git ls-remote https://github.com/libp2p/go-msgio 12f8f7a72c7dbbb246151e4c98b5a6d59e27e0c6 | 682 | # [1] git ls-remote https://github.com/libp2p/go-msgio 12f8f7a72c7dbbb246151e4c98b5a6d59e27e0c6 |
683 | SRCREV_go-msgio="12f8f7a72c7dbbb246151e4c98b5a6d59e27e0c6" | 683 | SRCREV_go-msgio = "12f8f7a72c7dbbb246151e4c98b5a6d59e27e0c6" |
684 | SRC_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" | 684 | SRC_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" |
685 | 685 | ||
686 | # github.com/mailru/easyjson v0.7.7 | 686 | # github.com/mailru/easyjson v0.7.7 |
687 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc | 687 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc |
688 | SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc" | 688 | SRCREV_easyjson = "c120ca7ced6051261161ce15e8f1542a4b2567fc" |
689 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson" | 689 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson" |
690 | 690 | ||
691 | # github.com/mattn/go-isatty v0.0.20 | 691 | # github.com/mattn/go-isatty v0.0.20 |
692 | # [1] git ls-remote https://github.com/mattn/go-isatty a7c02353c47bc4ec6b30dc9628154ae4fe760c11 | 692 | # [1] git ls-remote https://github.com/mattn/go-isatty a7c02353c47bc4ec6b30dc9628154ae4fe760c11 |
693 | SRCREV_go-isatty="a7c02353c47bc4ec6b30dc9628154ae4fe760c11" | 693 | SRCREV_go-isatty = "a7c02353c47bc4ec6b30dc9628154ae4fe760c11" |
694 | SRC_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" | 694 | SRC_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" |
695 | 695 | ||
696 | # github.com/mdlayher/socket v0.4.1 | 696 | # github.com/mdlayher/socket v0.4.1 |
697 | # [1] git ls-remote https://github.com/mdlayher/socket 024cdfb30ba417ac6f1b27bb5189a8099787dcf7 | 697 | # [1] git ls-remote https://github.com/mdlayher/socket 024cdfb30ba417ac6f1b27bb5189a8099787dcf7 |
698 | SRCREV_socket="024cdfb30ba417ac6f1b27bb5189a8099787dcf7" | 698 | SRCREV_socket = "024cdfb30ba417ac6f1b27bb5189a8099787dcf7" |
699 | SRC_URI += "git://github.com/mdlayher/socket;name=socket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mdlayher/socket" | 699 | SRC_URI += "git://github.com/mdlayher/socket;name=socket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mdlayher/socket" |
700 | 700 | ||
701 | # github.com/moby/spdystream v0.5.0 | 701 | # github.com/moby/spdystream v0.5.0 |
702 | # [1] git ls-remote https://github.com/moby/spdystream 77eb080123d208697674a07b74ceaf94c98bee8b | 702 | # [1] git ls-remote https://github.com/moby/spdystream 77eb080123d208697674a07b74ceaf94c98bee8b |
703 | SRCREV_spdystream="77eb080123d208697674a07b74ceaf94c98bee8b" | 703 | SRCREV_spdystream = "77eb080123d208697674a07b74ceaf94c98bee8b" |
704 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream" | 704 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream" |
705 | 705 | ||
706 | # github.com/moby/sys/signal v0.7.1 | 706 | # github.com/moby/sys/signal v0.7.1 |
707 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 707 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
708 | SRCREV_signal="cafbe42351600ca9b363e220722f66d96f6e71f4" | 708 | SRCREV_signal = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
709 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" | 709 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" |
710 | 710 | ||
711 | # github.com/moby/sys/userns v0.1.0 | 711 | # github.com/moby/sys/userns v0.1.0 |
712 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 | 712 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 |
713 | SRCREV_userns="54475191138bd297c627eb1a59e1e54b953957f1" | 713 | SRCREV_userns = "54475191138bd297c627eb1a59e1e54b953957f1" |
714 | SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns" | 714 | SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns" |
715 | 715 | ||
716 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f | 716 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f |
717 | # [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 | 717 | # [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 |
718 | SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682" | 718 | SRCREV_go-flowrate = "cca7078d478f8520f85629ad7c68962d31ed7682" |
719 | SRC_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" | 719 | SRC_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" |
720 | 720 | ||
721 | # github.com/nats-io/nats.go v1.34.0 | 721 | # github.com/nats-io/nats.go v1.34.0 |
722 | # [1] git ls-remote https://github.com/nats-io/nats.go 33316cdf884166bf6231192fa88304bb6533367c | 722 | # [1] git ls-remote https://github.com/nats-io/nats.go 33316cdf884166bf6231192fa88304bb6533367c |
723 | SRCREV_nats.go="33316cdf884166bf6231192fa88304bb6533367c" | 723 | SRCREV_nats.go = "33316cdf884166bf6231192fa88304bb6533367c" |
724 | SRC_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" | 724 | SRC_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 | 725 | ||
726 | # github.com/quic-go/quic-go v0.42.0 | 726 | # github.com/quic-go/quic-go v0.42.0 |
727 | # [1] git ls-remote https://github.com/quic-go/quic-go 4a99b816ae3ab03ae5449d15aac45147c85ed47a | 727 | # [1] git ls-remote https://github.com/quic-go/quic-go 4a99b816ae3ab03ae5449d15aac45147c85ed47a |
728 | SRCREV_quic-go="4a99b816ae3ab03ae5449d15aac45147c85ed47a" | 728 | SRCREV_quic-go = "4a99b816ae3ab03ae5449d15aac45147c85ed47a" |
729 | SRC_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" | 729 | SRC_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" |
730 | 730 | ||
731 | # github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 | 731 | # github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 |
732 | # [1] git ls-remote https://github.com/xiang90/probing a49e3df8f510ee8b42e68345ca4636dbb161bd0a | 732 | # [1] git ls-remote https://github.com/xiang90/probing a49e3df8f510ee8b42e68345ca4636dbb161bd0a |
733 | SRCREV_probing="a49e3df8f510ee8b42e68345ca4636dbb161bd0a" | 733 | SRCREV_probing = "a49e3df8f510ee8b42e68345ca4636dbb161bd0a" |
734 | SRC_URI += "git://github.com/xiang90/probing;name=probing;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xiang90/probing" | 734 | SRC_URI += "git://github.com/xiang90/probing;name=probing;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xiang90/probing" |
735 | 735 | ||
736 | # golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 | 736 | # golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 |
737 | # [1] git ls-remote https://git.zx2c4.com/wireguard-go 12269c2761734b15625017d8565745096325392f | 737 | # [1] git ls-remote https://git.zx2c4.com/wireguard-go 12269c2761734b15625017d8565745096325392f |
738 | SRCREV_wireguard="12269c2761734b15625017d8565745096325392f" | 738 | SRCREV_wireguard = "12269c2761734b15625017d8565745096325392f" |
739 | SRC_URI += "git://git.zx2c4.com/wireguard-go;name=wireguard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.zx2c4.com/wireguard" | 739 | SRC_URI += "git://git.zx2c4.com/wireguard-go;name=wireguard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.zx2c4.com/wireguard" |
740 | 740 | ||
741 | # google.golang.org/genproto v0.0.0-20230525234035-dd9d682886f9 | 741 | # google.golang.org/genproto v0.0.0-20230525234035-dd9d682886f9 |
742 | # [1] git ls-remote https://github.com/googleapis/go-genproto dd9d682886f99d242574cd3eaea438ce7ea66399 | 742 | # [1] git ls-remote https://github.com/googleapis/go-genproto dd9d682886f99d242574cd3eaea438ce7ea66399 |
743 | SRCREV_genproto="dd9d682886f99d242574cd3eaea438ce7ea66399" | 743 | SRCREV_genproto = "dd9d682886f99d242574cd3eaea438ce7ea66399" |
744 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto" | 744 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto" |
745 | 745 | ||
746 | # google.golang.org/protobuf v1.35.2 | 746 | # google.golang.org/protobuf v1.35.2 |
747 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go c72053a9062dd4bc86a75c21f5d8134136ccbf2e | 747 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go c72053a9062dd4bc86a75c21f5d8134136ccbf2e |
748 | SRCREV_google.golang.org-protobuf="c72053a9062dd4bc86a75c21f5d8134136ccbf2e" | 748 | SRCREV_google.golang.org-protobuf = "c72053a9062dd4bc86a75c21f5d8134136ccbf2e" |
749 | SRC_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" | 749 | SRC_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" |
750 | 750 | ||
751 | # gopkg.in/square/go-jose.v2 v2.6.0 | 751 | # gopkg.in/square/go-jose.v2 v2.6.0 |
752 | # [1] git ls-remote https://github.com/square/go-jose a10ff54e00bc6e833bf549e04ae976f0fe8ea2fd | 752 | # [1] git ls-remote https://github.com/square/go-jose a10ff54e00bc6e833bf549e04ae976f0fe8ea2fd |
753 | SRCREV_go-jose.v2="a10ff54e00bc6e833bf549e04ae976f0fe8ea2fd" | 753 | SRCREV_go-jose.v2 = "a10ff54e00bc6e833bf549e04ae976f0fe8ea2fd" |
754 | SRC_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" | 754 | SRC_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" |
755 | 755 | ||
756 | # github.com/json-iterator/go v1.1.12 | 756 | # github.com/json-iterator/go v1.1.12 |
757 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d | 757 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d |
758 | SRCREV_go="024077e996b048517130b21ea6bf12aa23055d3d" | 758 | SRCREV_go = "024077e996b048517130b21ea6bf12aa23055d3d" |
759 | SRC_URI += "git://github.com/json-iterator/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/json-iterator/go" | 759 | SRC_URI += "git://github.com/json-iterator/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/json-iterator/go" |
760 | 760 | ||
761 | # github.com/libp2p/go-libp2p v0.33.2 | 761 | # github.com/libp2p/go-libp2p v0.33.2 |
762 | # [1] git ls-remote https://github.com/libp2p/go-libp2p fccfbe7a4b6841325100038b83f86cd4e097b9a1 | 762 | # [1] git ls-remote https://github.com/libp2p/go-libp2p fccfbe7a4b6841325100038b83f86cd4e097b9a1 |
763 | SRCREV_go-libp2p="fccfbe7a4b6841325100038b83f86cd4e097b9a1" | 763 | SRCREV_go-libp2p = "fccfbe7a4b6841325100038b83f86cd4e097b9a1" |
764 | SRC_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" | 764 | SRC_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" |
765 | 765 | ||
766 | # github.com/stretchr/testify v1.9.0 | 766 | # github.com/stretchr/testify v1.9.0 |
767 | # [1] git ls-remote https://github.com/stretchr/testify bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2 | 767 | # [1] git ls-remote https://github.com/stretchr/testify bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2 |
768 | SRCREV_testify="bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2" | 768 | SRCREV_testify = "bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2" |
769 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify" | 769 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify" |
770 | 770 | ||
771 | # github.com/k3s-io/cri-tools v1.31.0-k3s2 | 771 | # github.com/k3s-io/cri-tools v1.31.0-k3s2 |
772 | # [1] git ls-remote https://github.com/k3s-io/cri-tools 5eb7322d61d3f5d27c4835c37aff590d4f45850d | 772 | # [1] git ls-remote https://github.com/k3s-io/cri-tools 5eb7322d61d3f5d27c4835c37aff590d4f45850d |
773 | SRCREV_cri-tools="5eb7322d61d3f5d27c4835c37aff590d4f45850d" | 773 | SRCREV_cri-tools = "5eb7322d61d3f5d27c4835c37aff590d4f45850d" |
774 | SRC_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" | 774 | SRC_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" |
775 | 775 | ||
776 | # github.com/buger/jsonparser v1.1.1 | 776 | # github.com/buger/jsonparser v1.1.1 |
777 | # [1] git ls-remote https://github.com/buger/jsonparser df3ea76ece10095374fd1c9a22a4fb85a44efc42 | 777 | # [1] git ls-remote https://github.com/buger/jsonparser df3ea76ece10095374fd1c9a22a4fb85a44efc42 |
778 | SRCREV_jsonparser="df3ea76ece10095374fd1c9a22a4fb85a44efc42" | 778 | SRCREV_jsonparser = "df3ea76ece10095374fd1c9a22a4fb85a44efc42" |
779 | SRC_URI += "git://github.com/buger/jsonparser;name=jsonparser;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/jsonparser" | 779 | SRC_URI += "git://github.com/buger/jsonparser;name=jsonparser;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/jsonparser" |
780 | 780 | ||
781 | # github.com/Microsoft/hnslib v0.0.8 | 781 | # github.com/Microsoft/hnslib v0.0.8 |
782 | # [1] git ls-remote https://github.com/microsoft/hnslib 299778423a10cd8a4c30a771578f6c3ba5506e1e | 782 | # [1] git ls-remote https://github.com/microsoft/hnslib 299778423a10cd8a4c30a771578f6c3ba5506e1e |
783 | SRCREV_hnslib="299778423a10cd8a4c30a771578f6c3ba5506e1e" | 783 | SRCREV_hnslib = "299778423a10cd8a4c30a771578f6c3ba5506e1e" |
784 | SRC_URI += "git://github.com/microsoft/hnslib;name=hnslib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hnslib" | 784 | SRC_URI += "git://github.com/microsoft/hnslib;name=hnslib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hnslib" |
785 | 785 | ||
786 | # github.com/containerd/ttrpc v1.2.5 | 786 | # github.com/containerd/ttrpc v1.2.5 |
787 | # [1] git ls-remote https://github.com/containerd/ttrpc 655622931dab8c39a563e8c82ae90cdc748f72a1 | 787 | # [1] git ls-remote https://github.com/containerd/ttrpc 655622931dab8c39a563e8c82ae90cdc748f72a1 |
788 | SRCREV_ttrpc="655622931dab8c39a563e8c82ae90cdc748f72a1" | 788 | SRCREV_ttrpc = "655622931dab8c39a563e8c82ae90cdc748f72a1" |
789 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" | 789 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" |
790 | 790 | ||
791 | # github.com/coreos/go-semver v0.3.1 | 791 | # github.com/coreos/go-semver v0.3.1 |
792 | # [1] git ls-remote https://github.com/coreos/go-semver c16f28124668daf02b2a32a431dec2f183977ffc | 792 | # [1] git ls-remote https://github.com/coreos/go-semver c16f28124668daf02b2a32a431dec2f183977ffc |
793 | SRCREV_go-semver="c16f28124668daf02b2a32a431dec2f183977ffc" | 793 | SRCREV_go-semver = "c16f28124668daf02b2a32a431dec2f183977ffc" |
794 | SRC_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" | 794 | SRC_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" |
795 | 795 | ||
796 | # github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c | 796 | # github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c |
797 | # [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f | 797 | # [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f |
798 | SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f" | 798 | SRCREV_go-events = "e31b211e4f1cd09aa76fe4ac244571fab96ae47f" |
799 | SRC_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" | 799 | SRC_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" |
800 | 800 | ||
801 | # github.com/go-errors/errors v1.4.2 | 801 | # github.com/go-errors/errors v1.4.2 |
802 | # [1] git ls-remote https://github.com/go-errors/errors 33d496f939bc762321a636d4035e15c302eb0b00 | 802 | # [1] git ls-remote https://github.com/go-errors/errors 33d496f939bc762321a636d4035e15c302eb0b00 |
803 | SRCREV_go-errors-errors="33d496f939bc762321a636d4035e15c302eb0b00" | 803 | SRCREV_go-errors-errors = "33d496f939bc762321a636d4035e15c302eb0b00" |
804 | SRC_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" | 804 | SRC_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" |
805 | 805 | ||
806 | # github.com/jackc/pgpassfile v1.0.0 | 806 | # github.com/jackc/pgpassfile v1.0.0 |
807 | # [1] git ls-remote https://github.com/jackc/pgpassfile 99d8e8e28945ffceaf75b0299fcb2bb656b8a683 | 807 | # [1] git ls-remote https://github.com/jackc/pgpassfile 99d8e8e28945ffceaf75b0299fcb2bb656b8a683 |
808 | SRCREV_pgpassfile="99d8e8e28945ffceaf75b0299fcb2bb656b8a683" | 808 | SRCREV_pgpassfile = "99d8e8e28945ffceaf75b0299fcb2bb656b8a683" |
809 | SRC_URI += "git://github.com/jackc/pgpassfile;name=pgpassfile;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgpassfile" | 809 | SRC_URI += "git://github.com/jackc/pgpassfile;name=pgpassfile;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgpassfile" |
810 | 810 | ||
811 | # github.com/jbenet/goprocess v0.1.4 | 811 | # github.com/jbenet/goprocess v0.1.4 |
812 | # [1] git ls-remote https://github.com/jbenet/goprocess 23d20c20149e1f362afda26f4500cb9d6393f0ad | 812 | # [1] git ls-remote https://github.com/jbenet/goprocess 23d20c20149e1f362afda26f4500cb9d6393f0ad |
813 | SRCREV_goprocess="23d20c20149e1f362afda26f4500cb9d6393f0ad" | 813 | SRCREV_goprocess = "23d20c20149e1f362afda26f4500cb9d6393f0ad" |
814 | SRC_URI += "git://github.com/jbenet/goprocess;name=goprocess;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jbenet/goprocess" | 814 | SRC_URI += "git://github.com/jbenet/goprocess;name=goprocess;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jbenet/goprocess" |
815 | 815 | ||
816 | # github.com/josharian/intern v1.0.0 | 816 | # github.com/josharian/intern v1.0.0 |
817 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd | 817 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd |
818 | SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" | 818 | SRCREV_intern = "8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" |
819 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern" | 819 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern" |
820 | 820 | ||
821 | # github.com/josharian/native v1.1.0 | 821 | # github.com/josharian/native v1.1.0 |
822 | # [1] git ls-remote https://github.com/josharian/native c1e37c09b531b14ae12a501eb6fd529b31cecdaa | 822 | # [1] git ls-remote https://github.com/josharian/native c1e37c09b531b14ae12a501eb6fd529b31cecdaa |
823 | SRCREV_native="c1e37c09b531b14ae12a501eb6fd529b31cecdaa" | 823 | SRCREV_native = "c1e37c09b531b14ae12a501eb6fd529b31cecdaa" |
824 | SRC_URI += "git://github.com/josharian/native;name=native;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/native" | 824 | SRC_URI += "git://github.com/josharian/native;name=native;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/native" |
825 | 825 | ||
826 | # github.com/lithammer/dedent v1.1.0 | 826 | # github.com/lithammer/dedent v1.1.0 |
827 | # [1] git ls-remote https://github.com/lithammer/dedent 8478954c3bc893cf36c5ee7c822266b993a3b3ee | 827 | # [1] git ls-remote https://github.com/lithammer/dedent 8478954c3bc893cf36c5ee7c822266b993a3b3ee |
828 | SRCREV_dedent="8478954c3bc893cf36c5ee7c822266b993a3b3ee" | 828 | SRCREV_dedent = "8478954c3bc893cf36c5ee7c822266b993a3b3ee" |
829 | SRC_URI += "git://github.com/lithammer/dedent;name=dedent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/lithammer/dedent" | 829 | SRC_URI += "git://github.com/lithammer/dedent;name=dedent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/lithammer/dedent" |
830 | 830 | ||
831 | # github.com/mattn/go-sqlite3 v1.14.24 | 831 | # github.com/mattn/go-sqlite3 v1.14.24 |
832 | # [1] git ls-remote https://github.com/mattn/go-sqlite3 846fea6c1443e8cc366fc1966fe078d7f825f6a9 | 832 | # [1] git ls-remote https://github.com/mattn/go-sqlite3 846fea6c1443e8cc366fc1966fe078d7f825f6a9 |
833 | SRCREV_go-sqlite3="846fea6c1443e8cc366fc1966fe078d7f825f6a9" | 833 | SRCREV_go-sqlite3 = "846fea6c1443e8cc366fc1966fe078d7f825f6a9" |
834 | SRC_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" | 834 | SRC_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" |
835 | 835 | ||
836 | # github.com/mdlayher/netlink v1.7.2 | 836 | # github.com/mdlayher/netlink v1.7.2 |
837 | # [1] git ls-remote https://github.com/mdlayher/netlink 657f7da1d9bd78d246ae610e0b5efc63a6a5f9e4 | 837 | # [1] git ls-remote https://github.com/mdlayher/netlink 657f7da1d9bd78d246ae610e0b5efc63a6a5f9e4 |
838 | SRCREV_mdlayher-netlink="657f7da1d9bd78d246ae610e0b5efc63a6a5f9e4" | 838 | SRCREV_mdlayher-netlink = "657f7da1d9bd78d246ae610e0b5efc63a6a5f9e4" |
839 | SRC_URI += "git://github.com/mdlayher/netlink;name=mdlayher-netlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mdlayher/netlink" | 839 | SRC_URI += "git://github.com/mdlayher/netlink;name=mdlayher-netlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mdlayher/netlink" |
840 | 840 | ||
841 | # 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 |
842 | # [1] git ls-remote https://github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb | 842 | # [1] git ls-remote https://github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb |
843 | SRCREV_go-zfs="f784269be439d704d3dfa1906f45dd848fed2beb" | 843 | SRCREV_go-zfs = "f784269be439d704d3dfa1906f45dd848fed2beb" |
844 | SRC_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" | 844 | SRC_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" |
845 | 845 | ||
846 | # github.com/moby/sys/symlink v0.3.0 | 846 | # github.com/moby/sys/symlink v0.3.0 |
847 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 847 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
848 | SRCREV_symlink="cafbe42351600ca9b363e220722f66d96f6e71f4" | 848 | SRCREV_symlink = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
849 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" | 849 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" |
850 | 850 | ||
851 | # github.com/syndtr/goleveldb v1.0.0 | 851 | # github.com/syndtr/goleveldb v1.0.0 |
852 | # [1] git ls-remote https://github.com/syndtr/goleveldb 9d007e481048296f09f59bd19bb7ae584563cd95 | 852 | # [1] git ls-remote https://github.com/syndtr/goleveldb 9d007e481048296f09f59bd19bb7ae584563cd95 |
853 | SRCREV_goleveldb="9d007e481048296f09f59bd19bb7ae584563cd95" | 853 | SRCREV_goleveldb = "9d007e481048296f09f59bd19bb7ae584563cd95" |
854 | SRC_URI += "git://github.com/syndtr/goleveldb;name=goleveldb;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/syndtr/goleveldb" | 854 | SRC_URI += "git://github.com/syndtr/goleveldb;name=goleveldb;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/syndtr/goleveldb" |
855 | 855 | ||
856 | # github.com/vbatts/tar-split v0.11.5 | 856 | # github.com/vbatts/tar-split v0.11.5 |
857 | # [1] git ls-remote https://github.com/vbatts/tar-split 5ef0dd8243164ebacd755916a89d8085a5b6bb7f | 857 | # [1] git ls-remote https://github.com/vbatts/tar-split 5ef0dd8243164ebacd755916a89d8085a5b6bb7f |
858 | SRCREV_tar-split="5ef0dd8243164ebacd755916a89d8085a5b6bb7f" | 858 | SRCREV_tar-split = "5ef0dd8243164ebacd755916a89d8085a5b6bb7f" |
859 | SRC_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" | 859 | SRC_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" |
860 | 860 | ||
861 | # sigs.k8s.io/kustomize/kyaml v0.18.1 | 861 | # sigs.k8s.io/kustomize/kyaml v0.18.1 |
862 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 01cce4f6ccdbadefe3f7540114953134672feebc | 862 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 01cce4f6ccdbadefe3f7540114953134672feebc |
863 | SRCREV_kyaml="01cce4f6ccdbadefe3f7540114953134672feebc" | 863 | SRCREV_kyaml = "01cce4f6ccdbadefe3f7540114953134672feebc" |
864 | SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kyaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/kustomize/kyaml" | 864 | SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kyaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/kustomize/kyaml" |
865 | 865 | ||
866 | # github.com/Microsoft/hcsshim v0.11.7 | 866 | # github.com/Microsoft/hcsshim v0.11.7 |
867 | # [1] git ls-remote https://github.com/microsoft/hcsshim 6749c2f4196edcd51cfbd85dcb0f411613b7de82 | 867 | # [1] git ls-remote https://github.com/microsoft/hcsshim 6749c2f4196edcd51cfbd85dcb0f411613b7de82 |
868 | SRCREV_hcsshim="6749c2f4196edcd51cfbd85dcb0f411613b7de82" | 868 | SRCREV_hcsshim = "6749c2f4196edcd51cfbd85dcb0f411613b7de82" |
869 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hcsshim" | 869 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hcsshim" |
870 | 870 | ||
871 | # github.com/k3s-io/containerd v1.7.23-k3s2 | 871 | # github.com/k3s-io/containerd v1.7.23-k3s2 |
872 | # [1] git ls-remote https://github.com/k3s-io/containerd a9466dd23a1d9be018292a086609565fef97e8de | 872 | # [1] git ls-remote https://github.com/k3s-io/containerd a9466dd23a1d9be018292a086609565fef97e8de |
873 | SRCREV_containerd="a9466dd23a1d9be018292a086609565fef97e8de" | 873 | SRCREV_containerd = "a9466dd23a1d9be018292a086609565fef97e8de" |
874 | SRC_URI += "git://github.com/k3s-io/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/containerd" | 874 | SRC_URI += "git://github.com/k3s-io/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/containerd" |
875 | 875 | ||
876 | # github.com/gorilla/websocket v1.5.1 | 876 | # github.com/gorilla/websocket v1.5.1 |
877 | # [1] git ls-remote https://github.com/gorilla/websocket ac0789be11725ab2285233e9a3800c2312cff4fc | 877 | # [1] git ls-remote https://github.com/gorilla/websocket ac0789be11725ab2285233e9a3800c2312cff4fc |
878 | SRCREV_websocket="ac0789be11725ab2285233e9a3800c2312cff4fc" | 878 | SRCREV_websocket = "ac0789be11725ab2285233e9a3800c2312cff4fc" |
879 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket" | 879 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket" |
880 | 880 | ||
881 | # github.com/minio/minio-go/v7 v7.0.70 | 881 | # github.com/minio/minio-go/v7 v7.0.70 |
882 | # [1] git ls-remote https://github.com/minio/minio-go c2fe17945c8d0b203fa01e4d04a8adf93ccf2d9f | 882 | # [1] git ls-remote https://github.com/minio/minio-go c2fe17945c8d0b203fa01e4d04a8adf93ccf2d9f |
883 | SRCREV_v7="c2fe17945c8d0b203fa01e4d04a8adf93ccf2d9f" | 883 | SRCREV_v7 = "c2fe17945c8d0b203fa01e4d04a8adf93ccf2d9f" |
884 | SRC_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" | 884 | SRC_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" |
885 | 885 | ||
886 | # github.com/prometheus/common v0.55.0 | 886 | # github.com/prometheus/common v0.55.0 |
887 | # [1] git ls-remote https://github.com/prometheus/common 0c7b585c7da330aae136aaa874cb4f89f5b3e5d9 | 887 | # [1] git ls-remote https://github.com/prometheus/common 0c7b585c7da330aae136aaa874cb4f89f5b3e5d9 |
888 | SRCREV_common="0c7b585c7da330aae136aaa874cb4f89f5b3e5d9" | 888 | SRCREV_common = "0c7b585c7da330aae136aaa874cb4f89f5b3e5d9" |
889 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common" | 889 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common" |
890 | 890 | ||
891 | # github.com/yl2chen/cidranger v1.0.2 | 891 | # github.com/yl2chen/cidranger v1.0.2 |
892 | # [1] git ls-remote https://github.com/yl2chen/cidranger 7ff5a0e84593dad6fbd50551343618d7956b3c71 | 892 | # [1] git ls-remote https://github.com/yl2chen/cidranger 7ff5a0e84593dad6fbd50551343618d7956b3c71 |
893 | SRCREV_cidranger="7ff5a0e84593dad6fbd50551343618d7956b3c71" | 893 | SRCREV_cidranger = "7ff5a0e84593dad6fbd50551343618d7956b3c71" |
894 | SRC_URI += "git://github.com/yl2chen/cidranger;name=cidranger;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/yl2chen/cidranger" | 894 | SRC_URI += "git://github.com/yl2chen/cidranger;name=cidranger;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/yl2chen/cidranger" |
895 | 895 | ||
896 | # github.com/k3s-io/kubernetes v1.32.0-k3s1 | 896 | # github.com/k3s-io/kubernetes v1.32.0-k3s1 |
897 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 897 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
898 | SRCREV_kubernetes="39f4707c882be87eb91cef02d669a5b584923fe7" | 898 | SRCREV_kubernetes = "39f4707c882be87eb91cef02d669a5b584923fe7" |
899 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubernetes;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes" | 899 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubernetes;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/k3s-io/kubernetes" |
900 | 900 | ||
901 | # github.com/fxamacker/cbor/v2 v2.7.0 | 901 | # github.com/fxamacker/cbor/v2 v2.7.0 |
902 | # [1] git ls-remote https://github.com/fxamacker/cbor 02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a | 902 | # [1] git ls-remote https://github.com/fxamacker/cbor 02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a |
903 | SRCREV_cbor-v2="02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a" | 903 | SRCREV_cbor-v2 = "02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a" |
904 | SRC_URI += "git://github.com/fxamacker/cbor;name=cbor-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fxamacker/cbor/v2" | 904 | SRC_URI += "git://github.com/fxamacker/cbor;name=cbor-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fxamacker/cbor/v2" |
905 | 905 | ||
906 | # github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 | 906 | # github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 |
907 | # [1] git ls-remote https://github.com/Azure/go-ansiterm 306776ec8161b5dc8676039adbf598a39bce3de0 | 907 | # [1] git ls-remote https://github.com/Azure/go-ansiterm 306776ec8161b5dc8676039adbf598a39bce3de0 |
908 | SRCREV_go-ansiterm="306776ec8161b5dc8676039adbf598a39bce3de0" | 908 | SRCREV_go-ansiterm = "306776ec8161b5dc8676039adbf598a39bce3de0" |
909 | SRC_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" | 909 | SRC_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" |
910 | 910 | ||
911 | # github.com/avast/retry-go/v4 v4.6.0 | 911 | # github.com/avast/retry-go/v4 v4.6.0 |
912 | # [1] git ls-remote https://github.com/avast/retry-go 839c8ceb66c3308e79d46f2552fec3980aaec6f2 | 912 | # [1] git ls-remote https://github.com/avast/retry-go 839c8ceb66c3308e79d46f2552fec3980aaec6f2 |
913 | SRCREV_retry-go-v4="839c8ceb66c3308e79d46f2552fec3980aaec6f2" | 913 | SRCREV_retry-go-v4 = "839c8ceb66c3308e79d46f2552fec3980aaec6f2" |
914 | SRC_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" | 914 | SRC_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" |
915 | 915 | ||
916 | # github.com/benbjohnson/clock v1.3.5 | 916 | # github.com/benbjohnson/clock v1.3.5 |
917 | # [1] git ls-remote https://github.com/benbjohnson/clock 96c602caabb567343046c08a8fca8560b4f00bb4 | 917 | # [1] git ls-remote https://github.com/benbjohnson/clock 96c602caabb567343046c08a8fca8560b4f00bb4 |
918 | SRCREV_clock="96c602caabb567343046c08a8fca8560b4f00bb4" | 918 | SRCREV_clock = "96c602caabb567343046c08a8fca8560b4f00bb4" |
919 | SRC_URI += "git://github.com/benbjohnson/clock;name=clock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/benbjohnson/clock" | 919 | SRC_URI += "git://github.com/benbjohnson/clock;name=clock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/benbjohnson/clock" |
920 | 920 | ||
921 | # github.com/cespare/xxhash/v2 v2.3.0 | 921 | # github.com/cespare/xxhash/v2 v2.3.0 |
922 | # [1] git ls-remote https://github.com/cespare/xxhash 998dce232f17418a7a5721ecf87ca714025a3243 | 922 | # [1] git ls-remote https://github.com/cespare/xxhash 998dce232f17418a7a5721ecf87ca714025a3243 |
923 | SRCREV_xxhash-v2="998dce232f17418a7a5721ecf87ca714025a3243" | 923 | SRCREV_xxhash-v2 = "998dce232f17418a7a5721ecf87ca714025a3243" |
924 | SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cespare/xxhash/v2" | 924 | SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cespare/xxhash/v2" |
925 | 925 | ||
926 | # github.com/containerd/go-cni v1.1.10 | 926 | # github.com/containerd/go-cni v1.1.10 |
927 | # [1] git ls-remote https://github.com/containerd/go-cni 1c1be5e9ea864c9bc1651909ae13e1e555b4098d | 927 | # [1] git ls-remote https://github.com/containerd/go-cni 1c1be5e9ea864c9bc1651909ae13e1e555b4098d |
928 | SRCREV_go-cni="1c1be5e9ea864c9bc1651909ae13e1e555b4098d" | 928 | SRCREV_go-cni = "1c1be5e9ea864c9bc1651909ae13e1e555b4098d" |
929 | SRC_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" | 929 | SRC_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" |
930 | 930 | ||
931 | # github.com/docker/go-metrics v0.0.1 | 931 | # github.com/docker/go-metrics v0.0.1 |
932 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c | 932 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c |
933 | SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" | 933 | SRCREV_go-metrics = "b619b3592b65de4f087d9f16863a7e6ff905973c" |
934 | SRC_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" | 934 | SRC_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" |
935 | 935 | ||
936 | # github.com/felixge/httpsnoop v1.0.4 | 936 | # github.com/felixge/httpsnoop v1.0.4 |
937 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c | 937 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c |
938 | SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" | 938 | SRCREV_httpsnoop = "c5817c27ec125409c069052fdd171023c353501c" |
939 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" | 939 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" |
940 | 940 | ||
941 | # github.com/francoispqt/gojay v1.2.13 | 941 | # github.com/francoispqt/gojay v1.2.13 |
942 | # [1] git ls-remote https://github.com/francoispqt/gojay 1398296d938f9fae26750ddc2fe356b6d897f799 | 942 | # [1] git ls-remote https://github.com/francoispqt/gojay 1398296d938f9fae26750ddc2fe356b6d897f799 |
943 | SRCREV_gojay="1398296d938f9fae26750ddc2fe356b6d897f799" | 943 | SRCREV_gojay = "1398296d938f9fae26750ddc2fe356b6d897f799" |
944 | SRC_URI += "git://github.com/francoispqt/gojay;name=gojay;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/francoispqt/gojay" | 944 | SRC_URI += "git://github.com/francoispqt/gojay;name=gojay;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/francoispqt/gojay" |
945 | 945 | ||
946 | # github.com/fsnotify/fsnotify v1.7.0 | 946 | # github.com/fsnotify/fsnotify v1.7.0 |
947 | # [1] git ls-remote https://github.com/fsnotify/fsnotify cfc9c4f277ea6ec18de92444b31983b183deb4fb | 947 | # [1] git ls-remote https://github.com/fsnotify/fsnotify cfc9c4f277ea6ec18de92444b31983b183deb4fb |
948 | SRCREV_fsnotify="cfc9c4f277ea6ec18de92444b31983b183deb4fb" | 948 | SRCREV_fsnotify = "cfc9c4f277ea6ec18de92444b31983b183deb4fb" |
949 | SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsnotify" | 949 | SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsnotify" |
950 | 950 | ||
951 | # github.com/golang-jwt/jwt/v4 v4.5.1 | 951 | # github.com/golang-jwt/jwt/v4 v4.5.1 |
952 | # [1] git ls-remote https://github.com/golang-jwt/jwt 7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c | 952 | # [1] git ls-remote https://github.com/golang-jwt/jwt 7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c |
953 | SRCREV_jwt-v4="7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c" | 953 | SRCREV_jwt-v4 = "7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c" |
954 | SRC_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" | 954 | SRC_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" |
955 | 955 | ||
956 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da | 956 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da |
957 | # [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 | 957 | # [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 |
958 | SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3" | 958 | SRCREV_groupcache = "41bb18bfe9da5321badc438f91158cd790a33aa3" |
959 | SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/groupcache" | 959 | SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/groupcache" |
960 | 960 | ||
961 | # github.com/hanwen/go-fuse/v2 v2.5.1 | 961 | # github.com/hanwen/go-fuse/v2 v2.5.1 |
962 | # [1] git ls-remote https://github.com/hanwen/go-fuse 2901efa04e040ebe54a951bcea93d67ab1af1ad5 | 962 | # [1] git ls-remote https://github.com/hanwen/go-fuse 2901efa04e040ebe54a951bcea93d67ab1af1ad5 |
963 | SRCREV_go-fuse-v2="2901efa04e040ebe54a951bcea93d67ab1af1ad5" | 963 | SRCREV_go-fuse-v2 = "2901efa04e040ebe54a951bcea93d67ab1af1ad5" |
964 | SRC_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" | 964 | SRC_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" |
965 | 965 | ||
966 | # github.com/hashicorp/errwrap v1.1.0 | 966 | # github.com/hashicorp/errwrap v1.1.0 |
967 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 | 967 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 |
968 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" | 968 | SRCREV_errwrap = "7b00e5db719c64d14dd0caaacbd13e76254d02c0" |
969 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap" | 969 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap" |
970 | 970 | ||
971 | # github.com/ipfs/go-datastore v0.6.0 | 971 | # github.com/ipfs/go-datastore v0.6.0 |
972 | # [1] git ls-remote https://github.com/ipfs/go-datastore 1de47089f5c72b61d91b5cd9043e49fe95771ac0 | 972 | # [1] git ls-remote https://github.com/ipfs/go-datastore 1de47089f5c72b61d91b5cd9043e49fe95771ac0 |
973 | SRCREV_go-datastore="1de47089f5c72b61d91b5cd9043e49fe95771ac0" | 973 | SRCREV_go-datastore = "1de47089f5c72b61d91b5cd9043e49fe95771ac0" |
974 | SRC_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" | 974 | SRC_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" |
975 | 975 | ||
976 | # github.com/karrick/godirwalk v1.17.0 | 976 | # github.com/karrick/godirwalk v1.17.0 |
977 | # [1] git ls-remote https://github.com/karrick/godirwalk 9a7752c108e7ea76255201b9f47bd4d4d2df868e | 977 | # [1] git ls-remote https://github.com/karrick/godirwalk 9a7752c108e7ea76255201b9f47bd4d4d2df868e |
978 | SRCREV_godirwalk="9a7752c108e7ea76255201b9f47bd4d4d2df868e" | 978 | SRCREV_godirwalk = "9a7752c108e7ea76255201b9f47bd4d4d2df868e" |
979 | SRC_URI += "git://github.com/karrick/godirwalk;name=godirwalk;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/karrick/godirwalk" | 979 | SRC_URI += "git://github.com/karrick/godirwalk;name=godirwalk;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/karrick/godirwalk" |
980 | 980 | ||
981 | # github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de | 981 | # github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de |
982 | # [1] git ls-remote https://github.com/liggitt/tabwriter 89fcab3d43de07060e4fd4c1547430ed57e87f24 | 982 | # [1] git ls-remote https://github.com/liggitt/tabwriter 89fcab3d43de07060e4fd4c1547430ed57e87f24 |
983 | SRCREV_tabwriter="89fcab3d43de07060e4fd4c1547430ed57e87f24" | 983 | SRCREV_tabwriter = "89fcab3d43de07060e4fd4c1547430ed57e87f24" |
984 | SRC_URI += "git://github.com/liggitt/tabwriter;name=tabwriter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/liggitt/tabwriter" | 984 | SRC_URI += "git://github.com/liggitt/tabwriter;name=tabwriter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/liggitt/tabwriter" |
985 | 985 | ||
986 | # github.com/minio/highwayhash v1.0.2 | 986 | # github.com/minio/highwayhash v1.0.2 |
987 | # [1] git ls-remote https://github.com/minio/highwayhash 08ce0b4fa7932a018438133f1b632e1c674d4107 | 987 | # [1] git ls-remote https://github.com/minio/highwayhash 08ce0b4fa7932a018438133f1b632e1c674d4107 |
988 | SRCREV_highwayhash="08ce0b4fa7932a018438133f1b632e1c674d4107" | 988 | SRCREV_highwayhash = "08ce0b4fa7932a018438133f1b632e1c674d4107" |
989 | SRC_URI += "git://github.com/minio/highwayhash;name=highwayhash;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/minio/highwayhash" | 989 | SRC_URI += "git://github.com/minio/highwayhash;name=highwayhash;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/minio/highwayhash" |
990 | 990 | ||
991 | # github.com/minio/sha256-simd v1.0.1 | 991 | # github.com/minio/sha256-simd v1.0.1 |
992 | # [1] git ls-remote https://github.com/minio/sha256-simd 6096f891a77bfe490cbea7a424c821b5fdb92849 | 992 | # [1] git ls-remote https://github.com/minio/sha256-simd 6096f891a77bfe490cbea7a424c821b5fdb92849 |
993 | SRCREV_sha256-simd="6096f891a77bfe490cbea7a424c821b5fdb92849" | 993 | SRCREV_sha256-simd = "6096f891a77bfe490cbea7a424c821b5fdb92849" |
994 | SRC_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" | 994 | SRC_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" |
995 | 995 | ||
996 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 | 996 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 |
997 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e | 997 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e |
998 | SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" | 998 | SRCREV_goautoneg = "a7dc8b61c822528f973a5e4e7b272055c6fdb43e" |
999 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg" | 999 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg" |
1000 | 1000 | ||
1001 | # github.com/pelletier/go-toml v1.9.5 | 1001 | # github.com/pelletier/go-toml v1.9.5 |
1002 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 | 1002 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 |
1003 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" | 1003 | SRCREV_go-toml = "fed1464066413075eac02cd4dc368b5221845541" |
1004 | SRC_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" | 1004 | SRC_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" |
1005 | 1005 | ||
1006 | # github.com/prometheus/procfs v0.15.1 | 1006 | # github.com/prometheus/procfs v0.15.1 |
1007 | # [1] git ls-remote https://github.com/prometheus/procfs 51919fd4b9d0aaca69854ac81bdeda5f96dab366 | 1007 | # [1] git ls-remote https://github.com/prometheus/procfs 51919fd4b9d0aaca69854ac81bdeda5f96dab366 |
1008 | SRCREV_procfs="51919fd4b9d0aaca69854ac81bdeda5f96dab366" | 1008 | SRCREV_procfs = "51919fd4b9d0aaca69854ac81bdeda5f96dab366" |
1009 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs" | 1009 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs" |
1010 | 1010 | ||
1011 | # github.com/raulk/go-watchdog v1.3.0 | 1011 | # github.com/raulk/go-watchdog v1.3.0 |
1012 | # [1] git ls-remote https://github.com/raulk/go-watchdog 9c5e371109037bec1852ea63c9512a94307bfea0 | 1012 | # [1] git ls-remote https://github.com/raulk/go-watchdog 9c5e371109037bec1852ea63c9512a94307bfea0 |
1013 | SRCREV_go-watchdog="9c5e371109037bec1852ea63c9512a94307bfea0" | 1013 | SRCREV_go-watchdog = "9c5e371109037bec1852ea63c9512a94307bfea0" |
1014 | SRC_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" | 1014 | SRC_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" |
1015 | 1015 | ||
1016 | # github.com/spaolacci/murmur3 v1.1.0 | 1016 | # github.com/spaolacci/murmur3 v1.1.0 |
1017 | # [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc | 1017 | # [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc |
1018 | SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc" | 1018 | SRCREV_murmur3 = "f09979ecbc725b9e6d41a297405f65e7e8804acc" |
1019 | SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spaolacci/murmur3" | 1019 | SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spaolacci/murmur3" |
1020 | 1020 | ||
1021 | # github.com/vishvananda/netns v0.0.4 | 1021 | # github.com/vishvananda/netns v0.0.4 |
1022 | # [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9 | 1022 | # [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9 |
1023 | SRCREV_netns="7a452d2d15292b2bfb2a2d88e6bdeac156a761b9" | 1023 | SRCREV_netns = "7a452d2d15292b2bfb2a2d88e6bdeac156a761b9" |
1024 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netns" | 1024 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netns" |
1025 | 1025 | ||
1026 | # go.opentelemetry.io/otel/sdk v1.28.0 | 1026 | # go.opentelemetry.io/otel/sdk v1.28.0 |
1027 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1027 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d |
1028 | SRCREV_sdk="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1028 | SRCREV_sdk = "81216fb002a6a76d32fdab6ef999bcf65794130d" |
1029 | SRC_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" | 1029 | SRC_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" |
1030 | 1030 | ||
1031 | # github.com/k3s-io/cri-dockerd v0.3.15-k3s1.32-1 | 1031 | # github.com/k3s-io/cri-dockerd v0.3.15-k3s1.32-1 |
1032 | # [1] git ls-remote https://github.com/k3s-io/cri-dockerd 6a0374b8aa2ec0c51e9e354725fe0e742b6f86a5 | 1032 | # [1] git ls-remote https://github.com/k3s-io/cri-dockerd 6a0374b8aa2ec0c51e9e354725fe0e742b6f86a5 |
1033 | SRCREV_cri-dockerd="6a0374b8aa2ec0c51e9e354725fe0e742b6f86a5" | 1033 | SRCREV_cri-dockerd = "6a0374b8aa2ec0c51e9e354725fe0e742b6f86a5" |
1034 | SRC_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" | 1034 | SRC_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" |
1035 | 1035 | ||
1036 | # github.com/coreos/go-iptables v0.8.0 | 1036 | # github.com/coreos/go-iptables v0.8.0 |
1037 | # [1] git ls-remote https://github.com/coreos/go-iptables 26e42518b22e6878bd6e479a574122c319fa923e | 1037 | # [1] git ls-remote https://github.com/coreos/go-iptables 26e42518b22e6878bd6e479a574122c319fa923e |
1038 | SRCREV_go-iptables="26e42518b22e6878bd6e479a574122c319fa923e" | 1038 | SRCREV_go-iptables = "26e42518b22e6878bd6e479a574122c319fa923e" |
1039 | SRC_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" | 1039 | SRC_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" |
1040 | 1040 | ||
1041 | # github.com/flannel-io/flannel v0.25.7 | 1041 | # github.com/flannel-io/flannel v0.25.7 |
1042 | # [1] git ls-remote https://github.com/flannel-io/flannel 41d7069b8cfec1fc657adcd26e6a825879dab38f | 1042 | # [1] git ls-remote https://github.com/flannel-io/flannel 41d7069b8cfec1fc657adcd26e6a825879dab38f |
1043 | SRCREV_flannel="41d7069b8cfec1fc657adcd26e6a825879dab38f" | 1043 | SRCREV_flannel = "41d7069b8cfec1fc657adcd26e6a825879dab38f" |
1044 | SRC_URI += "git://github.com/flannel-io/flannel;name=flannel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/flannel-io/flannel" | 1044 | SRC_URI += "git://github.com/flannel-io/flannel;name=flannel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/flannel-io/flannel" |
1045 | 1045 | ||
1046 | # github.com/ipfs/go-ds-leveldb v0.5.0 | 1046 | # github.com/ipfs/go-ds-leveldb v0.5.0 |
1047 | # [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 |
1048 | SRCREV_go-ds-leveldb="6f6dc580f7325ad411fc5967ccee67e40545e208" | 1048 | SRCREV_go-ds-leveldb = "6f6dc580f7325ad411fc5967ccee67e40545e208" |
1049 | SRC_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" | 1049 | SRC_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" |
1050 | 1050 | ||
1051 | # github.com/klauspost/compress v1.17.11 | 1051 | # github.com/klauspost/compress v1.17.11 |
1052 | # [1] git ls-remote https://github.com/klauspost/compress 72cd4a92a8b13e722763e6b6a3467163c2028d3d | 1052 | # [1] git ls-remote https://github.com/klauspost/compress 72cd4a92a8b13e722763e6b6a3467163c2028d3d |
1053 | SRCREV_compress="72cd4a92a8b13e722763e6b6a3467163c2028d3d" | 1053 | SRCREV_compress = "72cd4a92a8b13e722763e6b6a3467163c2028d3d" |
1054 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" | 1054 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" |
1055 | 1055 | ||
1056 | # github.com/k3s-io/etcd/api/v3 v3.5.16-k3s1 | 1056 | # github.com/k3s-io/etcd/api/v3 v3.5.16-k3s1 |
1057 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 | 1057 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 |
1058 | SRCREV_api-v3="d294136463b074a18c1512967343ffd7ba582ee8" | 1058 | SRCREV_api-v3 = "d294136463b074a18c1512967343ffd7ba582ee8" |
1059 | SRC_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" | 1059 | SRC_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" |
1060 | 1060 | ||
1061 | # github.com/antlr4-go/antlr/v4 v4.13.0 | 1061 | # github.com/antlr4-go/antlr/v4 v4.13.0 |
1062 | # [1] git ls-remote https://github.com/antlr4-go/antlr 9549173c7ad83c2bf580a654ce0fe666fd7d2557 | 1062 | # [1] git ls-remote https://github.com/antlr4-go/antlr 9549173c7ad83c2bf580a654ce0fe666fd7d2557 |
1063 | SRCREV_antlr-v4="9549173c7ad83c2bf580a654ce0fe666fd7d2557" | 1063 | SRCREV_antlr-v4 = "9549173c7ad83c2bf580a654ce0fe666fd7d2557" |
1064 | SRC_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" | 1064 | SRC_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" |
1065 | 1065 | ||
1066 | # github.com/invopop/jsonschema v0.12.0 | 1066 | # github.com/invopop/jsonschema v0.12.0 |
1067 | # [1] git ls-remote https://github.com/invopop/jsonschema 9b6bb6e8f15aa557c1df053de86d4e5043365ca9 | 1067 | # [1] git ls-remote https://github.com/invopop/jsonschema 9b6bb6e8f15aa557c1df053de86d4e5043365ca9 |
1068 | SRCREV_jsonschema="9b6bb6e8f15aa557c1df053de86d4e5043365ca9" | 1068 | SRCREV_jsonschema = "9b6bb6e8f15aa557c1df053de86d4e5043365ca9" |
1069 | SRC_URI += "git://github.com/invopop/jsonschema;name=jsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/invopop/jsonschema" | 1069 | SRC_URI += "git://github.com/invopop/jsonschema;name=jsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/invopop/jsonschema" |
1070 | 1070 | ||
1071 | # github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab | 1071 | # github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab |
1072 | # [1] git ls-remote https://github.com/JeffAshton/win_pdh 76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2 | 1072 | # [1] git ls-remote https://github.com/JeffAshton/win_pdh 76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2 |
1073 | SRCREV_win_pdh="76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2" | 1073 | SRCREV_win_pdh = "76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2" |
1074 | SRC_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" | 1074 | SRC_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" |
1075 | 1075 | ||
1076 | # github.com/Microsoft/go-winio v0.6.2 | 1076 | # github.com/Microsoft/go-winio v0.6.2 |
1077 | # [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f | 1077 | # [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f |
1078 | SRCREV_go-winio="3c9576c9346a1892dee136329e7e15309e82fb4f" | 1078 | SRCREV_go-winio = "3c9576c9346a1892dee136329e7e15309e82fb4f" |
1079 | SRC_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" | 1079 | SRC_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" |
1080 | 1080 | ||
1081 | # github.com/containerd/cgroups v1.1.0 | 1081 | # github.com/containerd/cgroups v1.1.0 |
1082 | # [1] git ls-remote https://github.com/containerd/cgroups fe7323f622bc222e72473679f12a9089aeeda177 | 1082 | # [1] git ls-remote https://github.com/containerd/cgroups fe7323f622bc222e72473679f12a9089aeeda177 |
1083 | SRCREV_cgroups="fe7323f622bc222e72473679f12a9089aeeda177" | 1083 | SRCREV_cgroups = "fe7323f622bc222e72473679f12a9089aeeda177" |
1084 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/cgroups" | 1084 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/cgroups" |
1085 | 1085 | ||
1086 | # github.com/containerd/console v1.0.4 | 1086 | # github.com/containerd/console v1.0.4 |
1087 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f | 1087 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f |
1088 | SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" | 1088 | SRCREV_console = "8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" |
1089 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" | 1089 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" |
1090 | 1090 | ||
1091 | # github.com/containerd/errdefs v0.3.0 | 1091 | # github.com/containerd/errdefs v0.3.0 |
1092 | # [1] git ls-remote https://github.com/containerd/errdefs 9fd32fc2ca77f7bbae249b0633bfc8bd9bdfb901 | 1092 | # [1] git ls-remote https://github.com/containerd/errdefs 9fd32fc2ca77f7bbae249b0633bfc8bd9bdfb901 |
1093 | SRCREV_errdefs="9fd32fc2ca77f7bbae249b0633bfc8bd9bdfb901" | 1093 | SRCREV_errdefs = "9fd32fc2ca77f7bbae249b0633bfc8bd9bdfb901" |
1094 | SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" | 1094 | SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" |
1095 | 1095 | ||
1096 | # github.com/containerd/go-runc v1.1.0 | 1096 | # github.com/containerd/go-runc v1.1.0 |
1097 | # [1] git ls-remote https://github.com/containerd/go-runc df3c22d088ca919d1943efa8ae0cfc0514da0542 | 1097 | # [1] git ls-remote https://github.com/containerd/go-runc df3c22d088ca919d1943efa8ae0cfc0514da0542 |
1098 | SRCREV_go-runc="df3c22d088ca919d1943efa8ae0cfc0514da0542" | 1098 | SRCREV_go-runc = "df3c22d088ca919d1943efa8ae0cfc0514da0542" |
1099 | SRC_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" | 1099 | SRC_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" |
1100 | 1100 | ||
1101 | # github.com/containerd/typeurl v1.0.2 | 1101 | # github.com/containerd/typeurl v1.0.2 |
1102 | # [1] git ls-remote https://github.com/containerd/typeurl 5e43fb8b75ed2f2305fc04e6918c8d10636771bc | 1102 | # [1] git ls-remote https://github.com/containerd/typeurl 5e43fb8b75ed2f2305fc04e6918c8d10636771bc |
1103 | SRCREV_typeurl="5e43fb8b75ed2f2305fc04e6918c8d10636771bc" | 1103 | SRCREV_typeurl = "5e43fb8b75ed2f2305fc04e6918c8d10636771bc" |
1104 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl" | 1104 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl" |
1105 | 1105 | ||
1106 | # github.com/dustin/go-humanize v1.0.1 | 1106 | # github.com/dustin/go-humanize v1.0.1 |
1107 | # [1] git ls-remote https://github.com/dustin/go-humanize 9ec74ab2f7a7161664182fd4e5e292fccffbc75f | 1107 | # [1] git ls-remote https://github.com/dustin/go-humanize 9ec74ab2f7a7161664182fd4e5e292fccffbc75f |
1108 | SRCREV_go-humanize="9ec74ab2f7a7161664182fd4e5e292fccffbc75f" | 1108 | SRCREV_go-humanize = "9ec74ab2f7a7161664182fd4e5e292fccffbc75f" |
1109 | SRC_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" | 1109 | SRC_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" |
1110 | 1110 | ||
1111 | # github.com/evanphx/json-patch v5.9.0+incompatible | 1111 | # github.com/evanphx/json-patch v5.9.0+incompatible |
1112 | # [1] git ls-remote https://github.com/evanphx/json-patch b7a4e4a87a35414cd02460dac07e879df729df37 | 1112 | # [1] git ls-remote https://github.com/evanphx/json-patch b7a4e4a87a35414cd02460dac07e879df729df37 |
1113 | SRCREV_json-patch="b7a4e4a87a35414cd02460dac07e879df729df37" | 1113 | SRCREV_json-patch = "b7a4e4a87a35414cd02460dac07e879df729df37" |
1114 | SRC_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" | 1114 | SRC_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" |
1115 | 1115 | ||
1116 | # github.com/go-jose/go-jose/v4 v4.0.2 | 1116 | # github.com/go-jose/go-jose/v4 v4.0.2 |
1117 | # [1] git ls-remote https://github.com/go-jose/go-jose ca3a2783c470c40cc490f801fc87ff39b92b25d6 | 1117 | # [1] git ls-remote https://github.com/go-jose/go-jose ca3a2783c470c40cc490f801fc87ff39b92b25d6 |
1118 | SRCREV_go-jose-v4="ca3a2783c470c40cc490f801fc87ff39b92b25d6" | 1118 | SRCREV_go-jose-v4 = "ca3a2783c470c40cc490f801fc87ff39b92b25d6" |
1119 | SRC_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" | 1119 | SRC_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" |
1120 | 1120 | ||
1121 | # github.com/ipld/go-ipld-prime v0.20.0 | 1121 | # github.com/ipld/go-ipld-prime v0.20.0 |
1122 | # [1] git ls-remote https://github.com/ipld/go-ipld-prime 200b4a6b6fb6720911cb385aff05da55c39d56de | 1122 | # [1] git ls-remote https://github.com/ipld/go-ipld-prime 200b4a6b6fb6720911cb385aff05da55c39d56de |
1123 | SRCREV_go-ipld-prime="200b4a6b6fb6720911cb385aff05da55c39d56de" | 1123 | SRCREV_go-ipld-prime = "200b4a6b6fb6720911cb385aff05da55c39d56de" |
1124 | SRC_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" | 1124 | SRC_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 | 1125 | ||
1126 | # github.com/jackpal/go-nat-pmp v1.0.2 | 1126 | # github.com/jackpal/go-nat-pmp v1.0.2 |
1127 | # [1] git ls-remote https://github.com/jackpal/go-nat-pmp 059203efa1edd7130293a583541b8308e7c640c4 | 1127 | # [1] git ls-remote https://github.com/jackpal/go-nat-pmp 059203efa1edd7130293a583541b8308e7c640c4 |
1128 | SRCREV_go-nat-pmp="059203efa1edd7130293a583541b8308e7c640c4" | 1128 | SRCREV_go-nat-pmp = "059203efa1edd7130293a583541b8308e7c640c4" |
1129 | SRC_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" | 1129 | SRC_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" |
1130 | 1130 | ||
1131 | # github.com/klauspost/cpuid/v2 v2.2.7 | 1131 | # github.com/klauspost/cpuid/v2 v2.2.7 |
1132 | # [1] git ls-remote https://github.com/klauspost/cpuid 486f6ae65fec6bbb15e6f6bff15036f7bc50d4c4 | 1132 | # [1] git ls-remote https://github.com/klauspost/cpuid 486f6ae65fec6bbb15e6f6bff15036f7bc50d4c4 |
1133 | SRCREV_cpuid-v2="486f6ae65fec6bbb15e6f6bff15036f7bc50d4c4" | 1133 | SRCREV_cpuid-v2 = "486f6ae65fec6bbb15e6f6bff15036f7bc50d4c4" |
1134 | SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/cpuid/v2" | 1134 | SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/cpuid/v2" |
1135 | 1135 | ||
1136 | # github.com/kylelemons/godebug v1.1.0 | 1136 | # github.com/kylelemons/godebug v1.1.0 |
1137 | # [1] git ls-remote https://github.com/kylelemons/godebug 9ff306d4fbead574800b66369df5b6144732d58e | 1137 | # [1] git ls-remote https://github.com/kylelemons/godebug 9ff306d4fbead574800b66369df5b6144732d58e |
1138 | SRCREV_godebug="9ff306d4fbead574800b66369df5b6144732d58e" | 1138 | SRCREV_godebug = "9ff306d4fbead574800b66369df5b6144732d58e" |
1139 | SRC_URI += "git://github.com/kylelemons/godebug;name=godebug;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/kylelemons/godebug" | 1139 | SRC_URI += "git://github.com/kylelemons/godebug;name=godebug;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/kylelemons/godebug" |
1140 | 1140 | ||
1141 | # github.com/libp2p/go-netroute v0.2.1 | 1141 | # github.com/libp2p/go-netroute v0.2.1 |
1142 | # [1] git ls-remote https://github.com/libp2p/go-netroute 462cbfaf52f4c2a2321e6382455a8f56396f3664 | 1142 | # [1] git ls-remote https://github.com/libp2p/go-netroute 462cbfaf52f4c2a2321e6382455a8f56396f3664 |
1143 | SRCREV_go-netroute="462cbfaf52f4c2a2321e6382455a8f56396f3664" | 1143 | SRCREV_go-netroute = "462cbfaf52f4c2a2321e6382455a8f56396f3664" |
1144 | SRC_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" | 1144 | SRC_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 | 1145 | ||
1146 | # github.com/libp2p/go-yamux/v4 v4.0.1 | 1146 | # github.com/libp2p/go-yamux/v4 v4.0.1 |
1147 | # [1] git ls-remote https://github.com/libp2p/go-yamux e584a210c72651b67829477b4b4285cae25b1a1b | 1147 | # [1] git ls-remote https://github.com/libp2p/go-yamux e584a210c72651b67829477b4b4285cae25b1a1b |
1148 | SRCREV_go-yamux-v4="e584a210c72651b67829477b4b4285cae25b1a1b" | 1148 | SRCREV_go-yamux-v4 = "e584a210c72651b67829477b4b4285cae25b1a1b" |
1149 | SRC_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" | 1149 | SRC_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 | 1150 | ||
1151 | # github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd | 1151 | # github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd |
1152 | # [1] git ls-remote https://github.com/marten-seemann/tcp dfbc87cc63fd003b9a070c76d605769fa3e2e3b2 | 1152 | # [1] git ls-remote https://github.com/marten-seemann/tcp dfbc87cc63fd003b9a070c76d605769fa3e2e3b2 |
1153 | SRCREV_tcp="dfbc87cc63fd003b9a070c76d605769fa3e2e3b2" | 1153 | SRCREV_tcp = "dfbc87cc63fd003b9a070c76d605769fa3e2e3b2" |
1154 | SRC_URI += "git://github.com/marten-seemann/tcp;name=tcp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/marten-seemann/tcp" | 1154 | SRC_URI += "git://github.com/marten-seemann/tcp;name=tcp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/marten-seemann/tcp" |
1155 | 1155 | ||
1156 | # github.com/mdlayher/genetlink v1.3.2 | 1156 | # github.com/mdlayher/genetlink v1.3.2 |
1157 | # [1] git ls-remote https://github.com/mdlayher/genetlink 7531bffe0f5e10d1ce558d35e6feb5d1d1600851 | 1157 | # [1] git ls-remote https://github.com/mdlayher/genetlink 7531bffe0f5e10d1ce558d35e6feb5d1d1600851 |
1158 | SRCREV_genetlink="7531bffe0f5e10d1ce558d35e6feb5d1d1600851" | 1158 | SRCREV_genetlink = "7531bffe0f5e10d1ce558d35e6feb5d1d1600851" |
1159 | SRC_URI += "git://github.com/mdlayher/genetlink;name=genetlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mdlayher/genetlink" | 1159 | SRC_URI += "git://github.com/mdlayher/genetlink;name=genetlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mdlayher/genetlink" |
1160 | 1160 | ||
1161 | # github.com/moby/sys/mountinfo v0.7.2 | 1161 | # github.com/moby/sys/mountinfo v0.7.2 |
1162 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 1162 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
1163 | SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4" | 1163 | SRCREV_mountinfo = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
1164 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" | 1164 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" |
1165 | 1165 | ||
1166 | # github.com/modern-go/reflect2 v1.0.2 | 1166 | # github.com/modern-go/reflect2 v1.0.2 |
1167 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 | 1167 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 |
1168 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" | 1168 | SRCREV_reflect2 = "2b33151c9bbc5231aea69b8861c540102b087070" |
1169 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/reflect2" | 1169 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/reflect2" |
1170 | 1170 | ||
1171 | # github.com/peterbourgon/diskv v2.0.1+incompatible | 1171 | # github.com/peterbourgon/diskv v2.0.1+incompatible |
1172 | # [1] git ls-remote https://github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6 | 1172 | # [1] git ls-remote https://github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6 |
1173 | SRCREV_diskv="5f041e8faa004a95c88a202771f4cc3e991971e6" | 1173 | SRCREV_diskv = "5f041e8faa004a95c88a202771f4cc3e991971e6" |
1174 | SRC_URI += "git://github.com/peterbourgon/diskv;name=diskv;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/peterbourgon/diskv" | 1174 | SRC_URI += "git://github.com/peterbourgon/diskv;name=diskv;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/peterbourgon/diskv" |
1175 | 1175 | ||
1176 | # github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 | 1176 | # github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 |
1177 | # [1] git ls-remote https://github.com/pmezard/go-difflib 5d4384ee4fb2527b0a1256a821ebfc92f91efefc | 1177 | # [1] git ls-remote https://github.com/pmezard/go-difflib 5d4384ee4fb2527b0a1256a821ebfc92f91efefc |
1178 | SRCREV_go-difflib="5d4384ee4fb2527b0a1256a821ebfc92f91efefc" | 1178 | SRCREV_go-difflib = "5d4384ee4fb2527b0a1256a821ebfc92f91efefc" |
1179 | SRC_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" | 1179 | SRC_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" |
1180 | 1180 | ||
1181 | # github.com/shengdoushi/base58 v1.0.0 | 1181 | # github.com/shengdoushi/base58 v1.0.0 |
1182 | # [1] git ls-remote https://github.com/shengdoushi/base58 c5f44ca1af76fb63925d5fba8fa7b85870199839 | 1182 | # [1] git ls-remote https://github.com/shengdoushi/base58 c5f44ca1af76fb63925d5fba8fa7b85870199839 |
1183 | SRCREV_shengdoushi-base58="c5f44ca1af76fb63925d5fba8fa7b85870199839" | 1183 | SRCREV_shengdoushi-base58 = "c5f44ca1af76fb63925d5fba8fa7b85870199839" |
1184 | SRC_URI += "git://github.com/shengdoushi/base58;name=shengdoushi-base58;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/shengdoushi/base58" | 1184 | SRC_URI += "git://github.com/shengdoushi/base58;name=shengdoushi-base58;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/shengdoushi/base58" |
1185 | 1185 | ||
1186 | # github.com/stoewer/go-strcase v1.3.0 | 1186 | # github.com/stoewer/go-strcase v1.3.0 |
1187 | # [1] git ls-remote https://github.com/stoewer/go-strcase 6c4ce445f323378b0865757ffd2c50d8bb2737f8 | 1187 | # [1] git ls-remote https://github.com/stoewer/go-strcase 6c4ce445f323378b0865757ffd2c50d8bb2737f8 |
1188 | SRCREV_go-strcase="6c4ce445f323378b0865757ffd2c50d8bb2737f8" | 1188 | SRCREV_go-strcase = "6c4ce445f323378b0865757ffd2c50d8bb2737f8" |
1189 | SRC_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" | 1189 | SRC_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" |
1190 | 1190 | ||
1191 | # github.com/k3s-io/etcd/pkg/v3 v3.5.16-k3s1 | 1191 | # github.com/k3s-io/etcd/pkg/v3 v3.5.16-k3s1 |
1192 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 | 1192 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 |
1193 | SRCREV_pkg-v3="d294136463b074a18c1512967343ffd7ba582ee8" | 1193 | SRCREV_pkg-v3 = "d294136463b074a18c1512967343ffd7ba582ee8" |
1194 | SRC_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" | 1194 | SRC_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" |
1195 | 1195 | ||
1196 | # github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83 | 1196 | # github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83 |
1197 | # [1] git ls-remote https://github.com/erikdubbelboer/gspt e68493906b8382891943ddc9960cb9c6ecd1a1f0 | 1197 | # [1] git ls-remote https://github.com/erikdubbelboer/gspt e68493906b8382891943ddc9960cb9c6ecd1a1f0 |
1198 | SRCREV_gspt="e68493906b8382891943ddc9960cb9c6ecd1a1f0" | 1198 | SRCREV_gspt = "e68493906b8382891943ddc9960cb9c6ecd1a1f0" |
1199 | SRC_URI += "git://github.com/erikdubbelboer/gspt;name=gspt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/erikdubbelboer/gspt" | 1199 | SRC_URI += "git://github.com/erikdubbelboer/gspt;name=gspt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/erikdubbelboer/gspt" |
1200 | 1200 | ||
1201 | # github.com/rancher/permissions v0.0.0-20240523180510-4001d3d637f7 | 1201 | # github.com/rancher/permissions v0.0.0-20240523180510-4001d3d637f7 |
1202 | # [1] git ls-remote https://github.com/rancher/permissions 4001d3d637f7e7f9aa17c84d89b2462539f1b331 | 1202 | # [1] git ls-remote https://github.com/rancher/permissions 4001d3d637f7e7f9aa17c84d89b2462539f1b331 |
1203 | SRCREV_permissions="4001d3d637f7e7f9aa17c84d89b2462539f1b331" | 1203 | SRCREV_permissions = "4001d3d637f7e7f9aa17c84d89b2462539f1b331" |
1204 | SRC_URI += "git://github.com/rancher/permissions;name=permissions;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/permissions" | 1204 | SRC_URI += "git://github.com/rancher/permissions;name=permissions;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/permissions" |
1205 | 1205 | ||
1206 | # github.com/rancher/wrangler/v3 v3.2.0-rc.1 | 1206 | # github.com/rancher/wrangler/v3 v3.2.0-rc.1 |
1207 | # [1] git ls-remote https://github.com/rancher/wrangler abb0081704f3a7af13bf537a281937dadc0e6baa | 1207 | # [1] git ls-remote https://github.com/rancher/wrangler abb0081704f3a7af13bf537a281937dadc0e6baa |
1208 | SRCREV_wrangler-v3="abb0081704f3a7af13bf537a281937dadc0e6baa" | 1208 | SRCREV_wrangler-v3 = "abb0081704f3a7af13bf537a281937dadc0e6baa" |
1209 | SRC_URI += "git://github.com/rancher/wrangler;name=wrangler-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/wrangler/v3" | 1209 | SRC_URI += "git://github.com/rancher/wrangler;name=wrangler-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/wrangler/v3" |
1210 | 1210 | ||
1211 | # github.com/vishvananda/netlink v1.3.1-0.20240905180732-b1ce50cfa9be | 1211 | # github.com/vishvananda/netlink v1.3.1-0.20240905180732-b1ce50cfa9be |
1212 | # [1] git ls-remote https://github.com/vishvananda/netlink b1ce50cfa9bea7652382b8c5ef6083f8d3f5f853 | 1212 | # [1] git ls-remote https://github.com/vishvananda/netlink b1ce50cfa9bea7652382b8c5ef6083f8d3f5f853 |
1213 | SRCREV_netlink="b1ce50cfa9bea7652382b8c5ef6083f8d3f5f853" | 1213 | SRCREV_netlink = "b1ce50cfa9bea7652382b8c5ef6083f8d3f5f853" |
1214 | SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netlink" | 1214 | SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netlink" |
1215 | 1215 | ||
1216 | # gopkg.in/evanphx/json-patch.v4 v4.12.0 | 1216 | # gopkg.in/evanphx/json-patch.v4 v4.12.0 |
1217 | # [1] git ls-remote https://github.com/evanphx/json-patch 50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907 | 1217 | # [1] git ls-remote https://github.com/evanphx/json-patch 50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907 |
1218 | SRCREV_json-patch.v4="50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907" | 1218 | SRCREV_json-patch.v4 = "50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907" |
1219 | SRC_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" | 1219 | SRC_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" |
1220 | 1220 | ||
1221 | # github.com/MakeNowJust/heredoc v1.0.0 | 1221 | # github.com/MakeNowJust/heredoc v1.0.0 |
1222 | # [1] git ls-remote https://github.com/makenowjust/heredoc bbd9af33722b79a933ef99c7c94833065e2d6c20 | 1222 | # [1] git ls-remote https://github.com/makenowjust/heredoc bbd9af33722b79a933ef99c7c94833065e2d6c20 |
1223 | SRCREV_heredoc="bbd9af33722b79a933ef99c7c94833065e2d6c20" | 1223 | SRCREV_heredoc = "bbd9af33722b79a933ef99c7c94833065e2d6c20" |
1224 | SRC_URI += "git://github.com/makenowjust/heredoc;name=heredoc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/MakeNowJust/heredoc" | 1224 | SRC_URI += "git://github.com/makenowjust/heredoc;name=heredoc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/MakeNowJust/heredoc" |
1225 | 1225 | ||
1226 | # github.com/NYTimes/gziphandler v1.1.1 | 1226 | # github.com/NYTimes/gziphandler v1.1.1 |
1227 | # [1] git ls-remote https://github.com/nytimes/gziphandler dd0439581c7657cb652dfe5c71d7d48baf39541d | 1227 | # [1] git ls-remote https://github.com/nytimes/gziphandler dd0439581c7657cb652dfe5c71d7d48baf39541d |
1228 | SRCREV_gziphandler="dd0439581c7657cb652dfe5c71d7d48baf39541d" | 1228 | SRCREV_gziphandler = "dd0439581c7657cb652dfe5c71d7d48baf39541d" |
1229 | SRC_URI += "git://github.com/nytimes/gziphandler;name=gziphandler;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/NYTimes/gziphandler" | 1229 | SRC_URI += "git://github.com/nytimes/gziphandler;name=gziphandler;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/NYTimes/gziphandler" |
1230 | 1230 | ||
1231 | # github.com/canonical/go-dqlite v1.5.1 | 1231 | # github.com/canonical/go-dqlite v1.5.1 |
1232 | # [1] git ls-remote https://github.com/canonical/go-dqlite 830c1a017995b73322e86c2a6f2ca799c1caca07 | 1232 | # [1] git ls-remote https://github.com/canonical/go-dqlite 830c1a017995b73322e86c2a6f2ca799c1caca07 |
1233 | SRCREV_go-dqlite="830c1a017995b73322e86c2a6f2ca799c1caca07" | 1233 | SRCREV_go-dqlite = "830c1a017995b73322e86c2a6f2ca799c1caca07" |
1234 | SRC_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" | 1234 | SRC_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" |
1235 | 1235 | ||
1236 | # github.com/cenkalti/backoff/v4 v4.3.0 | 1236 | # github.com/cenkalti/backoff/v4 v4.3.0 |
1237 | # [1] git ls-remote https://github.com/cenkalti/backoff 720b78985a65c0452fd37bb155c7cac4157a7c45 | 1237 | # [1] git ls-remote https://github.com/cenkalti/backoff 720b78985a65c0452fd37bb155c7cac4157a7c45 |
1238 | SRCREV_backoff-v4="720b78985a65c0452fd37bb155c7cac4157a7c45" | 1238 | SRCREV_backoff-v4 = "720b78985a65c0452fd37bb155c7cac4157a7c45" |
1239 | SRC_URI += "git://github.com/cenkalti/backoff;name=backoff-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4" | 1239 | SRC_URI += "git://github.com/cenkalti/backoff;name=backoff-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4" |
1240 | 1240 | ||
1241 | # github.com/chai2010/gettext-go v1.0.2 | 1241 | # github.com/chai2010/gettext-go v1.0.2 |
1242 | # [1] git ls-remote https://github.com/chai2010/gettext-go 274d1753d015d0362761b6a1cc2a572e6a035913 | 1242 | # [1] git ls-remote https://github.com/chai2010/gettext-go 274d1753d015d0362761b6a1cc2a572e6a035913 |
1243 | SRCREV_gettext-go="274d1753d015d0362761b6a1cc2a572e6a035913" | 1243 | SRCREV_gettext-go = "274d1753d015d0362761b6a1cc2a572e6a035913" |
1244 | SRC_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" | 1244 | SRC_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" |
1245 | 1245 | ||
1246 | # github.com/containerd/btrfs/v2 v2.0.0 | 1246 | # github.com/containerd/btrfs/v2 v2.0.0 |
1247 | # [1] git ls-remote https://github.com/containerd/btrfs f611cf12b33f43269574b2ad82bcb55e4d6f9982 | 1247 | # [1] git ls-remote https://github.com/containerd/btrfs f611cf12b33f43269574b2ad82bcb55e4d6f9982 |
1248 | SRCREV_btrfs-v2="f611cf12b33f43269574b2ad82bcb55e4d6f9982" | 1248 | SRCREV_btrfs-v2 = "f611cf12b33f43269574b2ad82bcb55e4d6f9982" |
1249 | SRC_URI += "git://github.com/containerd/btrfs;name=btrfs-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/btrfs/v2" | 1249 | SRC_URI += "git://github.com/containerd/btrfs;name=btrfs-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/btrfs/v2" |
1250 | 1250 | ||
1251 | # github.com/containerd/imgcrypt v1.1.11 | 1251 | # github.com/containerd/imgcrypt v1.1.11 |
1252 | # [1] git ls-remote https://github.com/containerd/imgcrypt 619fd33080b087702c72e93451a698c381d522d0 | 1252 | # [1] git ls-remote https://github.com/containerd/imgcrypt 619fd33080b087702c72e93451a698c381d522d0 |
1253 | SRCREV_imgcrypt="619fd33080b087702c72e93451a698c381d522d0" | 1253 | SRCREV_imgcrypt = "619fd33080b087702c72e93451a698c381d522d0" |
1254 | SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/imgcrypt" | 1254 | SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/imgcrypt" |
1255 | 1255 | ||
1256 | # github.com/containers/ocicrypt v1.2.0 | 1256 | # github.com/containers/ocicrypt v1.2.0 |
1257 | # [1] git ls-remote https://github.com/containers/ocicrypt e26515dd4d77b4d8adbbccb0afb1208bcde8843f | 1257 | # [1] git ls-remote https://github.com/containers/ocicrypt e26515dd4d77b4d8adbbccb0afb1208bcde8843f |
1258 | SRCREV_ocicrypt="e26515dd4d77b4d8adbbccb0afb1208bcde8843f" | 1258 | SRCREV_ocicrypt = "e26515dd4d77b4d8adbbccb0afb1208bcde8843f" |
1259 | SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containers/ocicrypt" | 1259 | SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containers/ocicrypt" |
1260 | 1260 | ||
1261 | # github.com/docker/distribution v2.8.3+incompatible | 1261 | # github.com/docker/distribution v2.8.3+incompatible |
1262 | # [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f | 1262 | # [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f |
1263 | SRCREV_distribution="4772604ae973031ab32dd9805a4bccf61d94909f" | 1263 | SRCREV_distribution = "4772604ae973031ab32dd9805a4bccf61d94909f" |
1264 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution" | 1264 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution" |
1265 | 1265 | ||
1266 | # github.com/emicklei/go-restful v2.16.0+incompatible | 1266 | # github.com/emicklei/go-restful v2.16.0+incompatible |
1267 | # [1] git ls-remote https://github.com/emicklei/go-restful ac666c045e035603f2704c98c59e979fccbfa94f | 1267 | # [1] git ls-remote https://github.com/emicklei/go-restful ac666c045e035603f2704c98c59e979fccbfa94f |
1268 | SRCREV_go-restful="ac666c045e035603f2704c98c59e979fccbfa94f" | 1268 | SRCREV_go-restful = "ac666c045e035603f2704c98c59e979fccbfa94f" |
1269 | SRC_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" | 1269 | SRC_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" |
1270 | 1270 | ||
1271 | # github.com/go-sql-driver/mysql v1.8.1 | 1271 | # github.com/go-sql-driver/mysql v1.8.1 |
1272 | # [1] git ls-remote https://github.com/go-sql-driver/mysql 4395c45fd098a81c5251667cda111f94c693ab14 | 1272 | # [1] git ls-remote https://github.com/go-sql-driver/mysql 4395c45fd098a81c5251667cda111f94c693ab14 |
1273 | SRCREV_mysql="4395c45fd098a81c5251667cda111f94c693ab14" | 1273 | SRCREV_mysql = "4395c45fd098a81c5251667cda111f94c693ab14" |
1274 | SRC_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" | 1274 | SRC_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" |
1275 | 1275 | ||
1276 | # github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 | 1276 | # github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 |
1277 | # [1] git ls-remote https://github.com/gregjones/httpcache 901d90724c7919163f472a9812253fb26761123d | 1277 | # [1] git ls-remote https://github.com/gregjones/httpcache 901d90724c7919163f472a9812253fb26761123d |
1278 | SRCREV_httpcache="901d90724c7919163f472a9812253fb26761123d" | 1278 | SRCREV_httpcache = "901d90724c7919163f472a9812253fb26761123d" |
1279 | SRC_URI += "git://github.com/gregjones/httpcache;name=httpcache;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gregjones/httpcache" | 1279 | SRC_URI += "git://github.com/gregjones/httpcache;name=httpcache;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gregjones/httpcache" |
1280 | 1280 | ||
1281 | # github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 | 1281 | # github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 |
1282 | # [1] git ls-remote https://github.com/jackc/pgservicefile 5a60cdf6a76120dc3d5152b95f3b5fd8aa7cc9eb | 1282 | # [1] git ls-remote https://github.com/jackc/pgservicefile 5a60cdf6a76120dc3d5152b95f3b5fd8aa7cc9eb |
1283 | SRCREV_pgservicefile="5a60cdf6a76120dc3d5152b95f3b5fd8aa7cc9eb" | 1283 | SRCREV_pgservicefile = "5a60cdf6a76120dc3d5152b95f3b5fd8aa7cc9eb" |
1284 | SRC_URI += "git://github.com/jackc/pgservicefile;name=pgservicefile;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgservicefile" | 1284 | SRC_URI += "git://github.com/jackc/pgservicefile;name=pgservicefile;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jackc/pgservicefile" |
1285 | 1285 | ||
1286 | # github.com/jonboulle/clockwork v0.4.0 | 1286 | # github.com/jonboulle/clockwork v0.4.0 |
1287 | # [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a | 1287 | # [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a |
1288 | SRCREV_clockwork="606c48b92358fcca153952b56fb0d14d6845f84a" | 1288 | SRCREV_clockwork = "606c48b92358fcca153952b56fb0d14d6845f84a" |
1289 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork" | 1289 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork" |
1290 | 1290 | ||
1291 | # github.com/libp2p/go-cidranger v1.1.0 | 1291 | # github.com/libp2p/go-cidranger v1.1.0 |
1292 | # [1] git ls-remote https://github.com/libp2p/go-cidranger 1dec7f87b45b32e24d3f59548ad61647de34586d | 1292 | # [1] git ls-remote https://github.com/libp2p/go-cidranger 1dec7f87b45b32e24d3f59548ad61647de34586d |
1293 | SRCREV_go-cidranger="1dec7f87b45b32e24d3f59548ad61647de34586d" | 1293 | SRCREV_go-cidranger = "1dec7f87b45b32e24d3f59548ad61647de34586d" |
1294 | SRC_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" | 1294 | SRC_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 | 1295 | ||
1296 | # github.com/libp2p/go-reuseport v0.4.0 | 1296 | # github.com/libp2p/go-reuseport v0.4.0 |
1297 | # [1] git ls-remote https://github.com/libp2p/go-reuseport ac34b4fb35437abcc176b5bb97cc431d62d983e0 | 1297 | # [1] git ls-remote https://github.com/libp2p/go-reuseport ac34b4fb35437abcc176b5bb97cc431d62d983e0 |
1298 | SRCREV_go-reuseport="ac34b4fb35437abcc176b5bb97cc431d62d983e0" | 1298 | SRCREV_go-reuseport = "ac34b4fb35437abcc176b5bb97cc431d62d983e0" |
1299 | SRC_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" | 1299 | SRC_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" |
1300 | 1300 | ||
1301 | # github.com/mistifyio/go-zfs/v3 v3.0.1 | 1301 | # github.com/mistifyio/go-zfs/v3 v3.0.1 |
1302 | # [1] git ls-remote https://github.com/mistifyio/go-zfs f6d5c373cf63ae2477370aa9bda9fa49804c2d72 | 1302 | # [1] git ls-remote https://github.com/mistifyio/go-zfs f6d5c373cf63ae2477370aa9bda9fa49804c2d72 |
1303 | SRCREV_go-zfs-v3="f6d5c373cf63ae2477370aa9bda9fa49804c2d72" | 1303 | SRCREV_go-zfs-v3 = "f6d5c373cf63ae2477370aa9bda9fa49804c2d72" |
1304 | SRC_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" | 1304 | SRC_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" |
1305 | 1305 | ||
1306 | # github.com/moby/sys/sequential v0.6.0 | 1306 | # github.com/moby/sys/sequential v0.6.0 |
1307 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 1307 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
1308 | SRCREV_sequential="cafbe42351600ca9b363e220722f66d96f6e71f4" | 1308 | SRCREV_sequential = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
1309 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" | 1309 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" |
1310 | 1310 | ||
1311 | # github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 | 1311 | # github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 |
1312 | # [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb | 1312 | # [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb |
1313 | SRCREV_gocapability="42c35b4376354fd554efc7ad35e0b7f94e3a0ffb" | 1313 | SRCREV_gocapability = "42c35b4376354fd554efc7ad35e0b7f94e3a0ffb" |
1314 | SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/syndtr/gocapability" | 1314 | SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/syndtr/gocapability" |
1315 | 1315 | ||
1316 | # github.com/k3s-io/etcd/raft/v3 v3.5.16-k3s1 | 1316 | # github.com/k3s-io/etcd/raft/v3 v3.5.16-k3s1 |
1317 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 | 1317 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 |
1318 | SRCREV_raft-v3="d294136463b074a18c1512967343ffd7ba582ee8" | 1318 | SRCREV_raft-v3 = "d294136463b074a18c1512967343ffd7ba582ee8" |
1319 | SRC_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" | 1319 | SRC_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" |
1320 | 1320 | ||
1321 | # go.opentelemetry.io/otel/trace v1.28.0 | 1321 | # go.opentelemetry.io/otel/trace v1.28.0 |
1322 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1322 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d |
1323 | SRCREV_trace="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1323 | SRCREV_trace = "81216fb002a6a76d32fdab6ef999bcf65794130d" |
1324 | SRC_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" | 1324 | SRC_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" |
1325 | 1325 | ||
1326 | # go.opentelemetry.io/proto/otlp v1.3.1 | 1326 | # go.opentelemetry.io/proto/otlp v1.3.1 |
1327 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go a300cca6ca2b6c700b1c0409003751b762e30dea | 1327 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go a300cca6ca2b6c700b1c0409003751b762e30dea |
1328 | SRCREV_otlp="a300cca6ca2b6c700b1c0409003751b762e30dea" | 1328 | SRCREV_otlp = "a300cca6ca2b6c700b1c0409003751b762e30dea" |
1329 | SRC_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" | 1329 | SRC_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" |
1330 | 1330 | ||
1331 | # github.com/natefinch/lumberjack v2.0.0+incompatible | 1331 | # github.com/natefinch/lumberjack v2.0.0+incompatible |
1332 | # [1] git ls-remote https://github.com/natefinch/lumberjack 7d6a1875575e09256dc552b4c0e450dcd02bd10e | 1332 | # [1] git ls-remote https://github.com/natefinch/lumberjack 7d6a1875575e09256dc552b4c0e450dcd02bd10e |
1333 | SRCREV_lumberjack="7d6a1875575e09256dc552b4c0e450dcd02bd10e" | 1333 | SRCREV_lumberjack = "7d6a1875575e09256dc552b4c0e450dcd02bd10e" |
1334 | SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/natefinch/lumberjack" | 1334 | SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/natefinch/lumberjack" |
1335 | 1335 | ||
1336 | # github.com/rancher/remotedialer v0.4.1 | 1336 | # github.com/rancher/remotedialer v0.4.1 |
1337 | # [1] git ls-remote https://github.com/rancher/remotedialer afe97852fef44f4b9955bd7563021dee52c2061d | 1337 | # [1] git ls-remote https://github.com/rancher/remotedialer afe97852fef44f4b9955bd7563021dee52c2061d |
1338 | SRCREV_remotedialer="afe97852fef44f4b9955bd7563021dee52c2061d" | 1338 | SRCREV_remotedialer = "afe97852fef44f4b9955bd7563021dee52c2061d" |
1339 | SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/remotedialer" | 1339 | SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/remotedialer" |
1340 | 1340 | ||
1341 | # github.com/containerd/platforms v0.2.1 | 1341 | # github.com/containerd/platforms v0.2.1 |
1342 | # [1] git ls-remote https://github.com/containerd/platforms 163df76b7184bb17ead614c92176995ec8fa5919 | 1342 | # [1] git ls-remote https://github.com/containerd/platforms 163df76b7184bb17ead614c92176995ec8fa5919 |
1343 | SRCREV_platforms="163df76b7184bb17ead614c92176995ec8fa5919" | 1343 | SRCREV_platforms = "163df76b7184bb17ead614c92176995ec8fa5919" |
1344 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms" | 1344 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms" |
1345 | 1345 | ||
1346 | # github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c | 1346 | # github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c |
1347 | # [1] git ls-remote https://github.com/davidlazar/go-crypto b73af7476f6c55b31aa2797d1f98afc94699548d | 1347 | # [1] git ls-remote https://github.com/davidlazar/go-crypto b73af7476f6c55b31aa2797d1f98afc94699548d |
1348 | SRCREV_go-crypto="b73af7476f6c55b31aa2797d1f98afc94699548d" | 1348 | SRCREV_go-crypto = "b73af7476f6c55b31aa2797d1f98afc94699548d" |
1349 | SRC_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" | 1349 | SRC_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" |
1350 | 1350 | ||
1351 | # github.com/euank/go-kmsg-parser v2.0.0+incompatible | 1351 | # github.com/euank/go-kmsg-parser v2.0.0+incompatible |
1352 | # [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 |
1353 | SRCREV_go-kmsg-parser="5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e" | 1353 | SRCREV_go-kmsg-parser = "5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e" |
1354 | SRC_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" | 1354 | SRC_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" |
1355 | 1355 | ||
1356 | # github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f | 1356 | # github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f |
1357 | # [1] git ls-remote https://github.com/exponent-io/jsonpath 1de76d718b3f2694498041a6e578675bf52cee06 | 1357 | # [1] git ls-remote https://github.com/exponent-io/jsonpath 1de76d718b3f2694498041a6e578675bf52cee06 |
1358 | SRCREV_jsonpath="1de76d718b3f2694498041a6e578675bf52cee06" | 1358 | SRCREV_jsonpath = "1de76d718b3f2694498041a6e578675bf52cee06" |
1359 | SRC_URI += "git://github.com/exponent-io/jsonpath;name=jsonpath;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/exponent-io/jsonpath" | 1359 | SRC_URI += "git://github.com/exponent-io/jsonpath;name=jsonpath;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/exponent-io/jsonpath" |
1360 | 1360 | ||
1361 | # github.com/hashicorp/go-version v1.7.0 | 1361 | # github.com/hashicorp/go-version v1.7.0 |
1362 | # [1] git ls-remote https://github.com/hashicorp/go-version fcaa53267960208632e9308c93aa89535526a018 | 1362 | # [1] git ls-remote https://github.com/hashicorp/go-version fcaa53267960208632e9308c93aa89535526a018 |
1363 | SRCREV_go-version="fcaa53267960208632e9308c93aa89535526a018" | 1363 | SRCREV_go-version = "fcaa53267960208632e9308c93aa89535526a018" |
1364 | SRC_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" | 1364 | SRC_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" |
1365 | 1365 | ||
1366 | # github.com/hashicorp/golang-lru v0.5.4 | 1366 | # github.com/hashicorp/golang-lru v0.5.4 |
1367 | # [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54 | 1367 | # [1] git ls-remote https://github.com/hashicorp/golang-lru 14eae340515388ca95aa8e7b86f0de668e981f54 |
1368 | SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54" | 1368 | SRCREV_golang-lru = "14eae340515388ca95aa8e7b86f0de668e981f54" |
1369 | SRC_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" | 1369 | SRC_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" |
1370 | 1370 | ||
1371 | # github.com/mitchellh/go-homedir v1.1.0 | 1371 | # github.com/mitchellh/go-homedir v1.1.0 |
1372 | # [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 | 1372 | # [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 |
1373 | SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" | 1373 | SRCREV_go-homedir = "af06845cf3004701891bf4fdb884bfe4920b3727" |
1374 | SRC_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" | 1374 | SRC_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" |
1375 | 1375 | ||
1376 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | 1376 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
1377 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 | 1377 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 |
1378 | SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" | 1378 | SRCREV_concurrent = "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" |
1379 | SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/concurrent" | 1379 | SRC_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 | 1380 | ||
1381 | # github.com/pelletier/go-toml/v2 v2.2.3 | 1381 | # github.com/pelletier/go-toml/v2 v2.2.3 |
1382 | # [1] git ls-remote https://github.com/pelletier/go-toml b730b2be5d3ab7283067ddf61188f41cdf42ce06 | 1382 | # [1] git ls-remote https://github.com/pelletier/go-toml b730b2be5d3ab7283067ddf61188f41cdf42ce06 |
1383 | SRCREV_go-toml-v2="b730b2be5d3ab7283067ddf61188f41cdf42ce06" | 1383 | SRCREV_go-toml-v2 = "b730b2be5d3ab7283067ddf61188f41cdf42ce06" |
1384 | SRC_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" | 1384 | SRC_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" |
1385 | 1385 | ||
1386 | # github.com/pquerna/cachecontrol v0.1.0 | 1386 | # github.com/pquerna/cachecontrol v0.1.0 |
1387 | # [1] git ls-remote https://github.com/pquerna/cachecontrol fb00f8a766ae43bf209f50299ce7d69669416dfb | 1387 | # [1] git ls-remote https://github.com/pquerna/cachecontrol fb00f8a766ae43bf209f50299ce7d69669416dfb |
1388 | SRCREV_cachecontrol="fb00f8a766ae43bf209f50299ce7d69669416dfb" | 1388 | SRCREV_cachecontrol = "fb00f8a766ae43bf209f50299ce7d69669416dfb" |
1389 | SRC_URI += "git://github.com/pquerna/cachecontrol;name=cachecontrol;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pquerna/cachecontrol" | 1389 | SRC_URI += "git://github.com/pquerna/cachecontrol;name=cachecontrol;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pquerna/cachecontrol" |
1390 | 1390 | ||
1391 | # github.com/tchap/go-patricia/v2 v2.3.1 | 1391 | # github.com/tchap/go-patricia/v2 v2.3.1 |
1392 | # [1] git ls-remote https://github.com/tchap/go-patricia 5fc88dd7937ad82ca516f7f1f6b2c06dd0180309 | 1392 | # [1] git ls-remote https://github.com/tchap/go-patricia 5fc88dd7937ad82ca516f7f1f6b2c06dd0180309 |
1393 | SRCREV_go-patricia-v2="5fc88dd7937ad82ca516f7f1f6b2c06dd0180309" | 1393 | SRCREV_go-patricia-v2 = "5fc88dd7937ad82ca516f7f1f6b2c06dd0180309" |
1394 | SRC_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" | 1394 | SRC_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" |
1395 | 1395 | ||
1396 | # go.opentelemetry.io/otel/metric v1.28.0 | 1396 | # go.opentelemetry.io/otel/metric v1.28.0 |
1397 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1397 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d |
1398 | SRCREV_metric="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1398 | SRCREV_metric = "81216fb002a6a76d32fdab6ef999bcf65794130d" |
1399 | SRC_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" | 1399 | SRC_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" |
1400 | 1400 | ||
1401 | # github.com/k3s-io/kube-router/v2 v2.2.1 | 1401 | # github.com/k3s-io/kube-router/v2 v2.2.1 |
1402 | # [1] git ls-remote https://github.com/k3s-io/kube-router 15fd7b0cbfb80056733a9ed27c6d3a6d29fa4637 | 1402 | # [1] git ls-remote https://github.com/k3s-io/kube-router 15fd7b0cbfb80056733a9ed27c6d3a6d29fa4637 |
1403 | SRCREV_v2="15fd7b0cbfb80056733a9ed27c6d3a6d29fa4637" | 1403 | SRCREV_v2 = "15fd7b0cbfb80056733a9ed27c6d3a6d29fa4637" |
1404 | SRC_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" | 1404 | SRC_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" |
1405 | 1405 | ||
1406 | # github.com/containerd/cgroups/v3 v3.0.3 | 1406 | # github.com/containerd/cgroups/v3 v3.0.3 |
1407 | # [1] git ls-remote https://github.com/containerd/cgroups 1e056883d58ac58daf7566065a46016b4532f35c | 1407 | # [1] git ls-remote https://github.com/containerd/cgroups 1e056883d58ac58daf7566065a46016b4532f35c |
1408 | SRCREV_v3="1e056883d58ac58daf7566065a46016b4532f35c" | 1408 | SRCREV_v3 = "1e056883d58ac58daf7566065a46016b4532f35c" |
1409 | SRC_URI += "git://github.com/containerd/cgroups;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/cgroups/v3" | 1409 | SRC_URI += "git://github.com/containerd/cgroups;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/cgroups/v3" |
1410 | 1410 | ||
1411 | # github.com/coreos/go-systemd/v22 v22.5.0 | 1411 | # github.com/coreos/go-systemd/v22 v22.5.0 |
1412 | # [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e | 1412 | # [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e |
1413 | SRCREV_v22="d5623bf85e8e73ae6352f78ee6b55a287619dd4e" | 1413 | SRCREV_v22 = "d5623bf85e8e73ae6352f78ee6b55a287619dd4e" |
1414 | SRC_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" | 1414 | SRC_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" |
1415 | 1415 | ||
1416 | # github.com/go-bindata/go-bindata v3.1.2+incompatible | 1416 | # github.com/go-bindata/go-bindata v3.1.2+incompatible |
1417 | # [1] git ls-remote https://github.com/go-bindata/go-bindata ff7109080027ec152dabb369e157c4f359b76f31 | 1417 | # [1] git ls-remote https://github.com/go-bindata/go-bindata ff7109080027ec152dabb369e157c4f359b76f31 |
1418 | SRCREV_go-bindata="ff7109080027ec152dabb369e157c4f359b76f31" | 1418 | SRCREV_go-bindata = "ff7109080027ec152dabb369e157c4f359b76f31" |
1419 | SRC_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" | 1419 | SRC_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 | 1420 | ||
1421 | # github.com/k3s-io/etcd/client/v3 v3.5.16-k3s1 | 1421 | # github.com/k3s-io/etcd/client/v3 v3.5.16-k3s1 |
1422 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 | 1422 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 |
1423 | SRCREV_client-v3="d294136463b074a18c1512967343ffd7ba582ee8" | 1423 | SRCREV_client-v3 = "d294136463b074a18c1512967343ffd7ba582ee8" |
1424 | SRC_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" | 1424 | SRC_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 | 1425 | ||
1426 | # github.com/k3s-io/etcd/server/v3 v3.5.16-k3s1 | 1426 | # github.com/k3s-io/etcd/server/v3 v3.5.16-k3s1 |
1427 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 | 1427 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 |
1428 | SRCREV_server-v3="d294136463b074a18c1512967343ffd7ba582ee8" | 1428 | SRCREV_server-v3 = "d294136463b074a18c1512967343ffd7ba582ee8" |
1429 | SRC_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" | 1429 | SRC_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 | 1430 | ||
1431 | # github.com/bahlo/generic-list-go v0.2.0 | 1431 | # github.com/bahlo/generic-list-go v0.2.0 |
1432 | # [1] git ls-remote https://github.com/bahlo/generic-list-go 89fb9b4cdfd4b5295651f72e9f892f1595b4d6c9 | 1432 | # [1] git ls-remote https://github.com/bahlo/generic-list-go 89fb9b4cdfd4b5295651f72e9f892f1595b4d6c9 |
1433 | SRCREV_generic-list-go="89fb9b4cdfd4b5295651f72e9f892f1595b4d6c9" | 1433 | SRCREV_generic-list-go = "89fb9b4cdfd4b5295651f72e9f892f1595b4d6c9" |
1434 | SRC_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" | 1434 | SRC_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 | 1435 | ||
1436 | # github.com/go-task/slim-sprig/v3 v3.0.0 | 1436 | # github.com/go-task/slim-sprig/v3 v3.0.0 |
1437 | # [1] git ls-remote https://github.com/go-task/slim-sprig b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894 | 1437 | # [1] git ls-remote https://github.com/go-task/slim-sprig b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894 |
1438 | SRCREV_slim-sprig-v3="b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894" | 1438 | SRCREV_slim-sprig-v3 = "b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894" |
1439 | SRC_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" | 1439 | SRC_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 | 1440 | ||
1441 | # github.com/wk8/go-ordered-map/v2 v2.1.8 | 1441 | # github.com/wk8/go-ordered-map/v2 v2.1.8 |
1442 | # [1] git ls-remote https://github.com/wk8/go-ordered-map 85ca4a2b29d3241fa4513f82be3d38fe2392a791 | 1442 | # [1] git ls-remote https://github.com/wk8/go-ordered-map 85ca4a2b29d3241fa4513f82be3d38fe2392a791 |
1443 | SRCREV_go-ordered-map-v2="85ca4a2b29d3241fa4513f82be3d38fe2392a791" | 1443 | SRCREV_go-ordered-map-v2 = "85ca4a2b29d3241fa4513f82be3d38fe2392a791" |
1444 | SRC_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" | 1444 | SRC_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 | 1445 | ||
1446 | # github.com/containerd/continuity v0.4.3 | 1446 | # github.com/containerd/continuity v0.4.3 |
1447 | # [1] git ls-remote https://github.com/containerd/continuity 1743d9104d944131cdedaba33a59d2f9bd80a6f2 | 1447 | # [1] git ls-remote https://github.com/containerd/continuity 1743d9104d944131cdedaba33a59d2f9bd80a6f2 |
1448 | SRCREV_continuity="1743d9104d944131cdedaba33a59d2f9bd80a6f2" | 1448 | SRCREV_continuity = "1743d9104d944131cdedaba33a59d2f9bd80a6f2" |
1449 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" | 1449 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" |
1450 | 1450 | ||
1451 | # github.com/containerd/typeurl/v2 v2.2.0 | 1451 | # github.com/containerd/typeurl/v2 v2.2.0 |
1452 | # [1] git ls-remote https://github.com/containerd/typeurl 933576d917b1a9ba697d03d982fb18cb0260e64f | 1452 | # [1] git ls-remote https://github.com/containerd/typeurl 933576d917b1a9ba697d03d982fb18cb0260e64f |
1453 | SRCREV_typeurl-v2="933576d917b1a9ba697d03d982fb18cb0260e64f" | 1453 | SRCREV_typeurl-v2 = "933576d917b1a9ba697d03d982fb18cb0260e64f" |
1454 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2" | 1454 | SRC_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 | 1455 | ||
1456 | # github.com/cpuguy83/go-md2man/v2 v2.0.5 | 1456 | # github.com/cpuguy83/go-md2man/v2 v2.0.5 |
1457 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man b14773d4db11046c50d0d1c05955839604aae991 | 1457 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man b14773d4db11046c50d0d1c05955839604aae991 |
1458 | SRCREV_go-md2man-v2="b14773d4db11046c50d0d1c05955839604aae991" | 1458 | SRCREV_go-md2man-v2 = "b14773d4db11046c50d0d1c05955839604aae991" |
1459 | SRC_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" | 1459 | SRC_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" |
1460 | 1460 | ||
1461 | # github.com/docker/go-connections v0.5.0 | 1461 | # github.com/docker/go-connections v0.5.0 |
1462 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace | 1462 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace |
1463 | SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace" | 1463 | SRCREV_go-connections = "fa09c952e3eadbffaf8afc5b8a1667158ba38ace" |
1464 | SRC_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" | 1464 | SRC_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 | 1465 | ||
1466 | # github.com/google/gnostic-models v0.6.9 | 1466 | # github.com/google/gnostic-models v0.6.9 |
1467 | # [1] git ls-remote https://github.com/google/gnostic-models 8182012deeb719be14a1675628e3212ff9948140 | 1467 | # [1] git ls-remote https://github.com/google/gnostic-models 8182012deeb719be14a1675628e3212ff9948140 |
1468 | SRCREV_gnostic-models="8182012deeb719be14a1675628e3212ff9948140" | 1468 | SRCREV_gnostic-models = "8182012deeb719be14a1675628e3212ff9948140" |
1469 | SRC_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" | 1469 | SRC_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" |
1470 | 1470 | ||
1471 | # github.com/libp2p/go-buffer-pool v0.1.0 | 1471 | # github.com/libp2p/go-buffer-pool v0.1.0 |
1472 | # [1] git ls-remote https://github.com/libp2p/go-buffer-pool c5070857211a0615ebd7b56588154941af580a4d | 1472 | # [1] git ls-remote https://github.com/libp2p/go-buffer-pool c5070857211a0615ebd7b56588154941af580a4d |
1473 | SRCREV_go-buffer-pool="c5070857211a0615ebd7b56588154941af580a4d" | 1473 | SRCREV_go-buffer-pool = "c5070857211a0615ebd7b56588154941af580a4d" |
1474 | SRC_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" | 1474 | SRC_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" |
1475 | 1475 | ||
1476 | # github.com/mitchellh/go-wordwrap v1.0.1 | 1476 | # github.com/mitchellh/go-wordwrap v1.0.1 |
1477 | # [1] git ls-remote https://github.com/mitchellh/go-wordwrap ecf0936a077a4bd73a1cc2ac5c370f2b55618d62 | 1477 | # [1] git ls-remote https://github.com/mitchellh/go-wordwrap ecf0936a077a4bd73a1cc2ac5c370f2b55618d62 |
1478 | SRCREV_go-wordwrap="ecf0936a077a4bd73a1cc2ac5c370f2b55618d62" | 1478 | SRCREV_go-wordwrap = "ecf0936a077a4bd73a1cc2ac5c370f2b55618d62" |
1479 | SRC_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" | 1479 | SRC_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" |
1480 | 1480 | ||
1481 | # github.com/k3s-io/etcd/client/v2 v2.305.16-k3s1 | 1481 | # github.com/k3s-io/etcd/client/v2 v2.305.16-k3s1 |
1482 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 | 1482 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 |
1483 | SRCREV_client-v2="d294136463b074a18c1512967343ffd7ba582ee8" | 1483 | SRCREV_client-v2 = "d294136463b074a18c1512967343ffd7ba582ee8" |
1484 | SRC_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" | 1484 | SRC_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" |
1485 | 1485 | ||
1486 | # gopkg.in/natefinch/lumberjack.v2 v2.2.1 | 1486 | # gopkg.in/natefinch/lumberjack.v2 v2.2.1 |
1487 | # [1] git ls-remote https://github.com/natefinch/lumberjack 4cb27fcfbb0f35cb48c542c5ea80b7c1d18933d0 | 1487 | # [1] git ls-remote https://github.com/natefinch/lumberjack 4cb27fcfbb0f35cb48c542c5ea80b7c1d18933d0 |
1488 | SRCREV_lumberjack.v2="4cb27fcfbb0f35cb48c542c5ea80b7c1d18933d0" | 1488 | SRCREV_lumberjack.v2 = "4cb27fcfbb0f35cb48c542c5ea80b7c1d18933d0" |
1489 | SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/natefinch/lumberjack.v2" | 1489 | SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/natefinch/lumberjack.v2" |
1490 | 1490 | ||
1491 | # github.com/k3s-io/helm-controller v0.16.5 | 1491 | # github.com/k3s-io/helm-controller v0.16.5 |
1492 | # [1] git ls-remote https://github.com/k3s-io/helm-controller 5d91b5fef8482219a93ed6ccfc4ea026431966f8 | 1492 | # [1] git ls-remote https://github.com/k3s-io/helm-controller 5d91b5fef8482219a93ed6ccfc4ea026431966f8 |
1493 | SRCREV_helm-controller="5d91b5fef8482219a93ed6ccfc4ea026431966f8" | 1493 | SRCREV_helm-controller = "5d91b5fef8482219a93ed6ccfc4ea026431966f8" |
1494 | SRC_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" | 1494 | SRC_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" |
1495 | 1495 | ||
1496 | # github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8 | 1496 | # github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8 |
1497 | # [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 |
1498 | SRCREV_go-http-dialer="378f744fb2b81a6b96e3f40cde4f3bcab5a9cff0" | 1498 | SRCREV_go-http-dialer = "378f744fb2b81a6b96e3f40cde4f3bcab5a9cff0" |
1499 | SRC_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" | 1499 | SRC_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" |
1500 | 1500 | ||
1501 | # github.com/opencontainers/selinux v1.11.0 | 1501 | # github.com/opencontainers/selinux v1.11.0 |
1502 | # [1] git ls-remote https://github.com/opencontainers/selinux b68c45eb2df48c6b0c949901ccda90c8e65fe677 | 1502 | # [1] git ls-remote https://github.com/opencontainers/selinux b68c45eb2df48c6b0c949901ccda90c8e65fe677 |
1503 | SRCREV_selinux="b68c45eb2df48c6b0c949901ccda90c8e65fe677" | 1503 | SRCREV_selinux = "b68c45eb2df48c6b0c949901ccda90c8e65fe677" |
1504 | SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/selinux" | 1504 | SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/selinux" |
1505 | 1505 | ||
1506 | # github.com/k3s-io/etcd/etcdutl/v3 v3.5.16-k3s1 | 1506 | # github.com/k3s-io/etcd/etcdutl/v3 v3.5.16-k3s1 |
1507 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 | 1507 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 |
1508 | SRCREV_etcdutl-v3="d294136463b074a18c1512967343ffd7ba582ee8" | 1508 | SRCREV_etcdutl-v3 = "d294136463b074a18c1512967343ffd7ba582ee8" |
1509 | SRC_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" | 1509 | SRC_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 | 1510 | ||
1511 | # github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 | 1511 | # github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 |
1512 | # [1] git ls-remote https://github.com/asaskevich/govalidator a9d515a09cc289c60d55064edec5ef189859f172 | 1512 | # [1] git ls-remote https://github.com/asaskevich/govalidator a9d515a09cc289c60d55064edec5ef189859f172 |
1513 | SRCREV_govalidator="a9d515a09cc289c60d55064edec5ef189859f172" | 1513 | SRCREV_govalidator = "a9d515a09cc289c60d55064edec5ef189859f172" |
1514 | SRC_URI += "git://github.com/asaskevich/govalidator;name=govalidator;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/asaskevich/govalidator" | 1514 | SRC_URI += "git://github.com/asaskevich/govalidator;name=govalidator;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/asaskevich/govalidator" |
1515 | 1515 | ||
1516 | # github.com/containerd/errdefs/pkg v0.3.0 | 1516 | # github.com/containerd/errdefs/pkg v0.3.0 |
1517 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 | 1517 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 |
1518 | SRCREV_pkg="4817405e4a3caeb7aee9dac68ed55339c59cb635" | 1518 | SRCREV_pkg = "4817405e4a3caeb7aee9dac68ed55339c59cb635" |
1519 | SRC_URI += "git://github.com/containerd/errdefs;name=pkg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs/pkg" | 1519 | SRC_URI += "git://github.com/containerd/errdefs;name=pkg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs/pkg" |
1520 | 1520 | ||
1521 | # github.com/distribution/reference v0.5.0 | 1521 | # github.com/distribution/reference v0.5.0 |
1522 | # [1] git ls-remote https://github.com/distribution/reference 49c28499d219290c3226822e9cfcd4ede6d75379 | 1522 | # [1] git ls-remote https://github.com/distribution/reference 49c28499d219290c3226822e9cfcd4ede6d75379 |
1523 | SRCREV_reference="49c28499d219290c3226822e9cfcd4ede6d75379" | 1523 | SRCREV_reference = "49c28499d219290c3226822e9cfcd4ede6d75379" |
1524 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" | 1524 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" |
1525 | 1525 | ||
1526 | # github.com/emicklei/go-restful/v3 v3.11.0 | 1526 | # github.com/emicklei/go-restful/v3 v3.11.0 |
1527 | # [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 | 1527 | # [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 |
1528 | SRCREV_go-restful-v3="30bec7807481e62e1e1e59ad57e7f22054806966" | 1528 | SRCREV_go-restful-v3 = "30bec7807481e62e1e1e59ad57e7f22054806966" |
1529 | SRC_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" | 1529 | SRC_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 | 1530 | ||
1531 | # github.com/go-openapi/jsonpointer v0.21.0 | 1531 | # github.com/go-openapi/jsonpointer v0.21.0 |
1532 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 8b546b950409bd7b131488a88613339cd8937b7f | 1532 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 8b546b950409bd7b131488a88613339cd8937b7f |
1533 | SRCREV_jsonpointer="8b546b950409bd7b131488a88613339cd8937b7f" | 1533 | SRCREV_jsonpointer = "8b546b950409bd7b131488a88613339cd8937b7f" |
1534 | SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonpointer" | 1534 | SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonpointer" |
1535 | 1535 | ||
1536 | # github.com/hashicorp/go-cleanhttp v0.5.2 | 1536 | # github.com/hashicorp/go-cleanhttp v0.5.2 |
1537 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 | 1537 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 |
1538 | SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" | 1538 | SRCREV_go-cleanhttp = "6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" |
1539 | SRC_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" | 1539 | SRC_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" |
1540 | 1540 | ||
1541 | # github.com/libp2p/go-flow-metrics v0.1.0 | 1541 | # github.com/libp2p/go-flow-metrics v0.1.0 |
1542 | # [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 |
1543 | SRCREV_go-flow-metrics="3f13d05958e2d1be0245aed1bdb38f9ff1b4efdc" | 1543 | SRCREV_go-flow-metrics = "3f13d05958e2d1be0245aed1bdb38f9ff1b4efdc" |
1544 | SRC_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" | 1544 | SRC_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" |
1545 | 1545 | ||
1546 | # github.com/multiformats/go-base32 v0.1.0 | 1546 | # github.com/multiformats/go-base32 v0.1.0 |
1547 | # [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f | 1547 | # [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f |
1548 | SRCREV_go-base32="a16b66327f327428b32b919939b8c93482507e1f" | 1548 | SRCREV_go-base32 = "a16b66327f327428b32b919939b8c93482507e1f" |
1549 | SRC_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" | 1549 | SRC_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" |
1550 | 1550 | ||
1551 | # github.com/multiformats/go-base36 v0.2.0 | 1551 | # github.com/multiformats/go-base36 v0.2.0 |
1552 | # [1] git ls-remote https://github.com/multiformats/go-base36 da52c98bb97cfaa321be04030bc97dcee7de63ff | 1552 | # [1] git ls-remote https://github.com/multiformats/go-base36 da52c98bb97cfaa321be04030bc97dcee7de63ff |
1553 | SRCREV_go-base36="da52c98bb97cfaa321be04030bc97dcee7de63ff" | 1553 | SRCREV_go-base36 = "da52c98bb97cfaa321be04030bc97dcee7de63ff" |
1554 | SRC_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" | 1554 | SRC_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" |
1555 | 1555 | ||
1556 | # github.com/multiformats/go-varint v0.0.7 | 1556 | # github.com/multiformats/go-varint v0.0.7 |
1557 | # [1] git ls-remote https://github.com/multiformats/go-varint 8c8129accb08fc978bb276c81d568c41eafdd48f | 1557 | # [1] git ls-remote https://github.com/multiformats/go-varint 8c8129accb08fc978bb276c81d568c41eafdd48f |
1558 | SRCREV_go-varint="8c8129accb08fc978bb276c81d568c41eafdd48f" | 1558 | SRCREV_go-varint = "8c8129accb08fc978bb276c81d568c41eafdd48f" |
1559 | SRC_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" | 1559 | SRC_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" |
1560 | 1560 | ||
1561 | # github.com/nats-io/nats-server/v2 v2.10.12 | 1561 | # github.com/nats-io/nats-server/v2 v2.10.12 |
1562 | # [1] git ls-remote https://github.com/nats-io/nats-server 121169ea86756a853a418446b9c7591df761b49d | 1562 | # [1] git ls-remote https://github.com/nats-io/nats-server 121169ea86756a853a418446b9c7591df761b49d |
1563 | SRCREV_nats-server-v2="121169ea86756a853a418446b9c7591df761b49d" | 1563 | SRCREV_nats-server-v2 = "121169ea86756a853a418446b9c7591df761b49d" |
1564 | SRC_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" | 1564 | SRC_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" |
1565 | 1565 | ||
1566 | # golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 | 1566 | # golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 |
1567 | # [1] git ls-remote https://github.com/WireGuard/wgctrl-go 925a1e7659e675c94c1a659d39daa9141e450c7d | 1567 | # [1] git ls-remote https://github.com/WireGuard/wgctrl-go 925a1e7659e675c94c1a659d39daa9141e450c7d |
1568 | SRCREV_wgctrl="925a1e7659e675c94c1a659d39daa9141e450c7d" | 1568 | SRCREV_wgctrl = "925a1e7659e675c94c1a659d39daa9141e450c7d" |
1569 | SRC_URI += "git://github.com/WireGuard/wgctrl-go;name=wgctrl;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.zx2c4.com/wireguard/wgctrl" | 1569 | SRC_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 | 1570 | ||
1571 | # github.com/rancher/dynamiclistener v0.6.0-rc1 | 1571 | # github.com/rancher/dynamiclistener v0.6.0-rc1 |
1572 | # [1] git ls-remote https://github.com/rancher/dynamiclistener e507a7ad34db756ef1aad65fa2afa31a486c8e6f | 1572 | # [1] git ls-remote https://github.com/rancher/dynamiclistener e507a7ad34db756ef1aad65fa2afa31a486c8e6f |
1573 | SRCREV_dynamiclistener="e507a7ad34db756ef1aad65fa2afa31a486c8e6f" | 1573 | SRCREV_dynamiclistener = "e507a7ad34db756ef1aad65fa2afa31a486c8e6f" |
1574 | SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/dynamiclistener" | 1574 | SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rancher/dynamiclistener" |
1575 | 1575 | ||
1576 | # github.com/containernetworking/cni v1.2.3 | 1576 | # github.com/containernetworking/cni v1.2.3 |
1577 | # [1] git ls-remote https://github.com/containernetworking/cni 309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4 | 1577 | # [1] git ls-remote https://github.com/containernetworking/cni 309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4 |
1578 | SRCREV_cni="309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4" | 1578 | SRCREV_cni = "309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4" |
1579 | SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/cni" | 1579 | SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/cni" |
1580 | 1580 | ||
1581 | # github.com/hashicorp/go-multierror v1.1.1 | 1581 | # github.com/hashicorp/go-multierror v1.1.1 |
1582 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 | 1582 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 |
1583 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" | 1583 | SRCREV_go-multierror = "9974e9ec57696378079ecc3accd3d6f29401b3a0" |
1584 | SRC_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" | 1584 | SRC_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" |
1585 | 1585 | ||
1586 | # github.com/hashicorp/golang-lru/v2 v2.0.7 | 1586 | # github.com/hashicorp/golang-lru/v2 v2.0.7 |
1587 | # [1] git ls-remote https://github.com/hashicorp/golang-lru d8515860cebc7b25ff2d29fada3f10a43611c28b | 1587 | # [1] git ls-remote https://github.com/hashicorp/golang-lru d8515860cebc7b25ff2d29fada3f10a43611c28b |
1588 | SRCREV_golang-lru-v2="d8515860cebc7b25ff2d29fada3f10a43611c28b" | 1588 | SRCREV_golang-lru-v2 = "d8515860cebc7b25ff2d29fada3f10a43611c28b" |
1589 | SRC_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" | 1589 | SRC_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" |
1590 | 1590 | ||
1591 | # github.com/libp2p/go-libp2p-record v0.2.0 | 1591 | # github.com/libp2p/go-libp2p-record v0.2.0 |
1592 | # [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 |
1593 | SRCREV_go-libp2p-record="90bb9b0e21ffe5e9a5f1af1c1e8cc6d9a0fce24c" | 1593 | SRCREV_go-libp2p-record = "90bb9b0e21ffe5e9a5f1af1c1e8cc6d9a0fce24c" |
1594 | SRC_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" | 1594 | SRC_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" |
1595 | 1595 | ||
1596 | # github.com/prometheus/client_model v0.6.1 | 1596 | # github.com/prometheus/client_model v0.6.1 |
1597 | # [1] git ls-remote https://github.com/prometheus/client_model 571429e996ba2d9499e3dcb12926767ba953c0ef | 1597 | # [1] git ls-remote https://github.com/prometheus/client_model 571429e996ba2d9499e3dcb12926767ba953c0ef |
1598 | SRCREV_client_model="571429e996ba2d9499e3dcb12926767ba953c0ef" | 1598 | SRCREV_client_model = "571429e996ba2d9499e3dcb12926767ba953c0ef" |
1599 | SRC_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" | 1599 | SRC_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" |
1600 | 1600 | ||
1601 | # github.com/quic-go/webtransport-go v0.6.0 | 1601 | # github.com/quic-go/webtransport-go v0.6.0 |
1602 | # [1] git ls-remote https://github.com/quic-go/webtransport-go 3697690b8131a891190093bd6d10ca6e3906a620 | 1602 | # [1] git ls-remote https://github.com/quic-go/webtransport-go 3697690b8131a891190093bd6d10ca6e3906a620 |
1603 | SRCREV_webtransport-go="3697690b8131a891190093bd6d10ca6e3906a620" | 1603 | SRCREV_webtransport-go = "3697690b8131a891190093bd6d10ca6e3906a620" |
1604 | SRC_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" | 1604 | SRC_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" |
1605 | 1605 | ||
1606 | # github.com/russross/blackfriday/v2 v2.1.0 | 1606 | # github.com/russross/blackfriday/v2 v2.1.0 |
1607 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 | 1607 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 |
1608 | SRCREV_blackfriday-v2="4c9bf9512682b995722660a4196c0013228e2049" | 1608 | SRCREV_blackfriday-v2 = "4c9bf9512682b995722660a4196c0013228e2049" |
1609 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2" | 1609 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2" |
1610 | 1610 | ||
1611 | # sigs.k8s.io/kustomize/kustomize/v5 v5.5.0 | 1611 | # sigs.k8s.io/kustomize/kustomize/v5 v5.5.0 |
1612 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize afe77936761f8f7ee735a67f167a8382c8406f74 | 1612 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize afe77936761f8f7ee735a67f167a8382c8406f74 |
1613 | SRCREV_kustomize-v5="afe77936761f8f7ee735a67f167a8382c8406f74" | 1613 | SRCREV_kustomize-v5 = "afe77936761f8f7ee735a67f167a8382c8406f74" |
1614 | SRC_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" | 1614 | SRC_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 | 1615 | ||
1616 | # github.com/prometheus/client_golang v1.19.1 | 1616 | # github.com/prometheus/client_golang v1.19.1 |
1617 | # [1] git ls-remote https://github.com/prometheus/client_golang 6e3f4b1091875216850a486b1c2eb0e5ea852f98 | 1617 | # [1] git ls-remote https://github.com/prometheus/client_golang 6e3f4b1091875216850a486b1c2eb0e5ea852f98 |
1618 | SRCREV_client_golang="6e3f4b1091875216850a486b1c2eb0e5ea852f98" | 1618 | SRCREV_client_golang = "6e3f4b1091875216850a486b1c2eb0e5ea852f98" |
1619 | SRC_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" | 1619 | SRC_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 | 1620 | ||
1621 | # github.com/go-openapi/jsonreference v0.21.0 | 1621 | # github.com/go-openapi/jsonreference v0.21.0 |
1622 | # [1] git ls-remote https://github.com/go-openapi/jsonreference c5fa756d84ccb15425cb8664d142ad550fe58b1b | 1622 | # [1] git ls-remote https://github.com/go-openapi/jsonreference c5fa756d84ccb15425cb8664d142ad550fe58b1b |
1623 | SRCREV_jsonreference="c5fa756d84ccb15425cb8664d142ad550fe58b1b" | 1623 | SRCREV_jsonreference = "c5fa756d84ccb15425cb8664d142ad550fe58b1b" |
1624 | SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonreference" | 1624 | SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonreference" |
1625 | 1625 | ||
1626 | # github.com/libp2p/go-libp2p-kad-dht v0.25.2 | 1626 | # github.com/libp2p/go-libp2p-kad-dht v0.25.2 |
1627 | # [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 |
1628 | SRCREV_go-libp2p-kad-dht="bdca14419ec5f7ad0790f17856964bb99bee7436" | 1628 | SRCREV_go-libp2p-kad-dht = "bdca14419ec5f7ad0790f17856964bb99bee7436" |
1629 | SRC_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" | 1629 | SRC_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" |
1630 | 1630 | ||
1631 | # github.com/libp2p/go-libp2p-kbucket v0.6.3 | 1631 | # github.com/libp2p/go-libp2p-kbucket v0.6.3 |
1632 | # [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 |
1633 | SRCREV_go-libp2p-kbucket="437b9fccd6a22835a67b8fe2a5eae0b92f307224" | 1633 | SRCREV_go-libp2p-kbucket = "437b9fccd6a22835a67b8fe2a5eae0b92f307224" |
1634 | SRC_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" | 1634 | SRC_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" |
1635 | 1635 | ||
1636 | # github.com/opencontainers/go-digest v1.0.0 | 1636 | # github.com/opencontainers/go-digest v1.0.0 |
1637 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a | 1637 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a |
1638 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" | 1638 | SRCREV_go-digest = "ea51bea511f75cfa3ef6098cc253c5c3609b037a" |
1639 | SRC_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" | 1639 | SRC_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" |
1640 | 1640 | ||
1641 | # github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 | 1641 | # github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 |
1642 | # [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 |
1643 | SRCREV_grpc-websocket-proxy="673ab2c3ae75cc01952b84b88590e30e75dcf395" | 1643 | SRCREV_grpc-websocket-proxy = "673ab2c3ae75cc01952b84b88590e30e75dcf395" |
1644 | SRC_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" | 1644 | SRC_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" |
1645 | 1645 | ||
1646 | # github.com/k3s-io/etcd/client/pkg/v3 v3.5.16-k3s1 | 1646 | # github.com/k3s-io/etcd/client/pkg/v3 v3.5.16-k3s1 |
1647 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 | 1647 | # [1] git ls-remote https://github.com/k3s-io/etcd d294136463b074a18c1512967343ffd7ba582ee8 |
1648 | SRCREV_pkg-v3="d294136463b074a18c1512967343ffd7ba582ee8" | 1648 | SRCREV_pkg-v3 = "d294136463b074a18c1512967343ffd7ba582ee8" |
1649 | SRC_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" | 1649 | SRC_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" |
1650 | 1650 | ||
1651 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 | 1651 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 |
1652 | # [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 |
1653 | SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf" | 1653 | SRCREV_go-fuzz-headers = "ced1acdcaa24dc39c01b039fc37576c395f506cf" |
1654 | SRC_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" | 1654 | SRC_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" |
1655 | 1655 | ||
1656 | # github.com/containerd/containerd/api v1.8.0-rc.3 | 1656 | # github.com/containerd/containerd/api v1.8.0-rc.3 |
1657 | # [1] git ls-remote https://github.com/containerd/containerd e8104a48588446fe7e93e2eab5124145c1366cd0 | 1657 | # [1] git ls-remote https://github.com/containerd/containerd e8104a48588446fe7e93e2eab5124145c1366cd0 |
1658 | SRCREV_containerd-api="e8104a48588446fe7e93e2eab5124145c1366cd0" | 1658 | SRCREV_containerd-api = "e8104a48588446fe7e93e2eab5124145c1366cd0" |
1659 | SRC_URI += "git://github.com/containerd/containerd;name=containerd-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" | 1659 | SRC_URI += "git://github.com/containerd/containerd;name=containerd-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" |
1660 | 1660 | ||
1661 | # github.com/inconshreveable/mousetrap v1.1.0 | 1661 | # github.com/inconshreveable/mousetrap v1.1.0 |
1662 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 | 1662 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 |
1663 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" | 1663 | SRCREV_mousetrap = "4e8053ee7ef85a6bd26368364a6d27f1641c1d21" |
1664 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" | 1664 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" |
1665 | 1665 | ||
1666 | # github.com/libp2p/go-libp2p-asn-util v0.4.1 | 1666 | # github.com/libp2p/go-libp2p-asn-util v0.4.1 |
1667 | # [1] git ls-remote https://github.com/libp2p/go-libp2p-asn-util 3ec6bf02c86c57c28d29b2963a9d7b9d6d74bfb2 | 1667 | # [1] git ls-remote https://github.com/libp2p/go-libp2p-asn-util 3ec6bf02c86c57c28d29b2963a9d7b9d6d74bfb2 |
1668 | SRCREV_go-libp2p-asn-util="3ec6bf02c86c57c28d29b2963a9d7b9d6d74bfb2" | 1668 | SRCREV_go-libp2p-asn-util = "3ec6bf02c86c57c28d29b2963a9d7b9d6d74bfb2" |
1669 | SRC_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" | 1669 | SRC_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" |
1670 | 1670 | ||
1671 | # github.com/multiformats/go-multiaddr v0.12.3 | 1671 | # github.com/multiformats/go-multiaddr v0.12.3 |
1672 | # [1] git ls-remote https://github.com/multiformats/go-multiaddr cece70d472926ca09b0eca7aca63224653d1de69 | 1672 | # [1] git ls-remote https://github.com/multiformats/go-multiaddr cece70d472926ca09b0eca7aca63224653d1de69 |
1673 | SRCREV_go-multiaddr="cece70d472926ca09b0eca7aca63224653d1de69" | 1673 | SRCREV_go-multiaddr = "cece70d472926ca09b0eca7aca63224653d1de69" |
1674 | SRC_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" | 1674 | SRC_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" |
1675 | 1675 | ||
1676 | # github.com/multiformats/go-multibase v0.2.0 | 1676 | # github.com/multiformats/go-multibase v0.2.0 |
1677 | # [1] git ls-remote https://github.com/multiformats/go-multibase 58a41f7df1d82d16599e259325b3337d69f70e3b | 1677 | # [1] git ls-remote https://github.com/multiformats/go-multibase 58a41f7df1d82d16599e259325b3337d69f70e3b |
1678 | SRCREV_go-multibase="58a41f7df1d82d16599e259325b3337d69f70e3b" | 1678 | SRCREV_go-multibase = "58a41f7df1d82d16599e259325b3337d69f70e3b" |
1679 | SRC_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" | 1679 | SRC_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" |
1680 | 1680 | ||
1681 | # github.com/multiformats/go-multihash v0.2.3 | 1681 | # github.com/multiformats/go-multihash v0.2.3 |
1682 | # [1] git ls-remote https://github.com/multiformats/go-multihash ff9da31500dddfc675e996601a05cdfc3ce7c764 | 1682 | # [1] git ls-remote https://github.com/multiformats/go-multihash ff9da31500dddfc675e996601a05cdfc3ce7c764 |
1683 | SRCREV_go-multihash="ff9da31500dddfc675e996601a05cdfc3ce7c764" | 1683 | SRCREV_go-multihash = "ff9da31500dddfc675e996601a05cdfc3ce7c764" |
1684 | SRC_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" | 1684 | SRC_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" |
1685 | 1685 | ||
1686 | # github.com/opencontainers/image-spec v1.1.0 | 1686 | # github.com/opencontainers/image-spec v1.1.0 |
1687 | # [1] git ls-remote https://github.com/opencontainers/image-spec e7f7c0ca69b21688c3cea7c87a04e4503e6099e2 | 1687 | # [1] git ls-remote https://github.com/opencontainers/image-spec e7f7c0ca69b21688c3cea7c87a04e4503e6099e2 |
1688 | SRCREV_image-spec="e7f7c0ca69b21688c3cea7c87a04e4503e6099e2" | 1688 | SRCREV_image-spec = "e7f7c0ca69b21688c3cea7c87a04e4503e6099e2" |
1689 | SRC_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" | 1689 | SRC_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" |
1690 | 1690 | ||
1691 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 | 1691 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 |
1692 | # [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78284954bff6dcce7888166bb79bbba93bea0879 | 1692 | # [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78284954bff6dcce7888166bb79bbba93bea0879 |
1693 | SRCREV_go-pkcs11uri="78284954bff6dcce7888166bb79bbba93bea0879" | 1693 | SRCREV_go-pkcs11uri = "78284954bff6dcce7888166bb79bbba93bea0879" |
1694 | SRC_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" | 1694 | SRC_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" |
1695 | 1695 | ||
1696 | # github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 | 1696 | # github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 |
1697 | # [1] git ls-remote https://github.com/whyrusleeping/go-keyspace 5b898ac5add1da7178a4a98e69cb7b9205c085ee | 1697 | # [1] git ls-remote https://github.com/whyrusleeping/go-keyspace 5b898ac5add1da7178a4a98e69cb7b9205c085ee |
1698 | SRCREV_go-keyspace="5b898ac5add1da7178a4a98e69cb7b9205c085ee" | 1698 | SRCREV_go-keyspace = "5b898ac5add1da7178a4a98e69cb7b9205c085ee" |
1699 | SRC_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" | 1699 | SRC_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" |
1700 | 1700 | ||
1701 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.3 | 1701 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.3 |
1702 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff db46cc3084b4575e65498a0dc7389fe7eaa15a35 | 1702 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff db46cc3084b4575e65498a0dc7389fe7eaa15a35 |
1703 | SRCREV_structured-merge-diff-v4="db46cc3084b4575e65498a0dc7389fe7eaa15a35" | 1703 | SRCREV_structured-merge-diff-v4 = "db46cc3084b4575e65498a0dc7389fe7eaa15a35" |
1704 | SRC_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" | 1704 | SRC_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" |
1705 | 1705 | ||
1706 | # github.com/cyphar/filepath-securejoin v0.3.4 | 1706 | # github.com/cyphar/filepath-securejoin v0.3.4 |
1707 | # [1] git ls-remote https://github.com/cyphar/filepath-securejoin fd16ade2aea75ef1ad2b9e8144316f1931bd2df3 | 1707 | # [1] git ls-remote https://github.com/cyphar/filepath-securejoin fd16ade2aea75ef1ad2b9e8144316f1931bd2df3 |
1708 | SRCREV_filepath-securejoin="fd16ade2aea75ef1ad2b9e8144316f1931bd2df3" | 1708 | SRCREV_filepath-securejoin = "fd16ade2aea75ef1ad2b9e8144316f1931bd2df3" |
1709 | SRC_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" | 1709 | SRC_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" |
1710 | 1710 | ||
1711 | # github.com/hashicorp/go-retryablehttp v0.7.7 | 1711 | # github.com/hashicorp/go-retryablehttp v0.7.7 |
1712 | # [1] git ls-remote https://github.com/hashicorp/go-retryablehttp 1542b31176d3973a6ecbc06c05a2d0df89b59afb | 1712 | # [1] git ls-remote https://github.com/hashicorp/go-retryablehttp 1542b31176d3973a6ecbc06c05a2d0df89b59afb |
1713 | SRCREV_go-retryablehttp="1542b31176d3973a6ecbc06c05a2d0df89b59afb" | 1713 | SRCREV_go-retryablehttp = "1542b31176d3973a6ecbc06c05a2d0df89b59afb" |
1714 | SRC_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" | 1714 | SRC_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" |
1715 | 1715 | ||
1716 | # github.com/jbenet/go-temp-err-catcher v0.1.0 | 1716 | # github.com/jbenet/go-temp-err-catcher v0.1.0 |
1717 | # [1] git ls-remote https://github.com/jbenet/go-temp-err-catcher fa11adda5e7cccb838a208007c9ea79dda63c0c0 | 1717 | # [1] git ls-remote https://github.com/jbenet/go-temp-err-catcher fa11adda5e7cccb838a208007c9ea79dda63c0c0 |
1718 | SRCREV_go-temp-err-catcher="fa11adda5e7cccb838a208007c9ea79dda63c0c0" | 1718 | SRCREV_go-temp-err-catcher = "fa11adda5e7cccb838a208007c9ea79dda63c0c0" |
1719 | SRC_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" | 1719 | SRC_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" |
1720 | 1720 | ||
1721 | # github.com/libopenstorage/openstorage v1.0.0 | 1721 | # github.com/libopenstorage/openstorage v1.0.0 |
1722 | # [1] git ls-remote https://github.com/libopenstorage/openstorage 093a0c3888753c2056e7373183693d670c6bba01 | 1722 | # [1] git ls-remote https://github.com/libopenstorage/openstorage 093a0c3888753c2056e7373183693d670c6bba01 |
1723 | SRCREV_openstorage="093a0c3888753c2056e7373183693d670c6bba01" | 1723 | SRCREV_openstorage = "093a0c3888753c2056e7373183693d670c6bba01" |
1724 | SRC_URI += "git://github.com/libopenstorage/openstorage;name=openstorage;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libopenstorage/openstorage" | 1724 | SRC_URI += "git://github.com/libopenstorage/openstorage;name=openstorage;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/libopenstorage/openstorage" |
1725 | 1725 | ||
1726 | # github.com/multiformats/go-multicodec v0.9.0 | 1726 | # github.com/multiformats/go-multicodec v0.9.0 |
1727 | # [1] git ls-remote https://github.com/multiformats/go-multicodec b8b4bf5270f9f220f00bcdeddf1641b13e67cc0b | 1727 | # [1] git ls-remote https://github.com/multiformats/go-multicodec b8b4bf5270f9f220f00bcdeddf1641b13e67cc0b |
1728 | SRCREV_go-multicodec="b8b4bf5270f9f220f00bcdeddf1641b13e67cc0b" | 1728 | SRCREV_go-multicodec = "b8b4bf5270f9f220f00bcdeddf1641b13e67cc0b" |
1729 | SRC_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" | 1729 | SRC_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" |
1730 | 1730 | ||
1731 | # github.com/opentracing/opentracing-go v1.2.0 | 1731 | # github.com/opentracing/opentracing-go v1.2.0 |
1732 | # [1] git ls-remote https://github.com/opentracing/opentracing-go d34af3eaa63c4d08ab54863a4bdd0daa45212e12 | 1732 | # [1] git ls-remote https://github.com/opentracing/opentracing-go d34af3eaa63c4d08ab54863a4bdd0daa45212e12 |
1733 | SRCREV_opentracing-go="d34af3eaa63c4d08ab54863a4bdd0daa45212e12" | 1733 | SRCREV_opentracing-go = "d34af3eaa63c4d08ab54863a4bdd0daa45212e12" |
1734 | SRC_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" | 1734 | SRC_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" |
1735 | 1735 | ||
1736 | # 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 |
1737 | # [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 |
1738 | SRCREV_go-118-fuzz-build="8075edf89bb034603c758f28fe93143047ac5677" | 1738 | SRCREV_go-118-fuzz-build = "8075edf89bb034603c758f28fe93143047ac5677" |
1739 | SRC_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" | 1739 | SRC_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" |
1740 | 1740 | ||
1741 | # github.com/bronze1man/goStrongswanVici v0.0.0-20231128135937-211cef3b0b20 | 1741 | # github.com/bronze1man/goStrongswanVici v0.0.0-20231128135937-211cef3b0b20 |
1742 | # [1] git ls-remote https://github.com/bronze1man/goStrongswanVici 211cef3b0b20c5c00c0ad49f7b4ccb78c06eee58 | 1742 | # [1] git ls-remote https://github.com/bronze1man/goStrongswanVici 211cef3b0b20c5c00c0ad49f7b4ccb78c06eee58 |
1743 | SRCREV_goStrongswanVici="211cef3b0b20c5c00c0ad49f7b4ccb78c06eee58" | 1743 | SRCREV_goStrongswanVici = "211cef3b0b20c5c00c0ad49f7b4ccb78c06eee58" |
1744 | SRC_URI += "git://github.com/bronze1man/goStrongswanVici;name=goStrongswanVici;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/bronze1man/goStrongswanVici" | 1744 | SRC_URI += "git://github.com/bronze1man/goStrongswanVici;name=goStrongswanVici;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/bronze1man/goStrongswanVici" |
1745 | 1745 | ||
1746 | # github.com/containernetworking/plugins v1.5.1 | 1746 | # github.com/containernetworking/plugins v1.5.1 |
1747 | # [1] git ls-remote https://github.com/containernetworking/plugins c29dc79f96cd50452a247a4591443d2aac033429 | 1747 | # [1] git ls-remote https://github.com/containernetworking/plugins c29dc79f96cd50452a247a4591443d2aac033429 |
1748 | SRCREV_plugins="c29dc79f96cd50452a247a4591443d2aac033429" | 1748 | SRCREV_plugins = "c29dc79f96cd50452a247a4591443d2aac033429" |
1749 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" | 1749 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" |
1750 | 1750 | ||
1751 | # github.com/google/go-containerregistry v0.20.2 | 1751 | # github.com/google/go-containerregistry v0.20.2 |
1752 | # [1] git ls-remote https://github.com/google/go-containerregistry c195f151efe3369874c72662cd69ad43ee485128 | 1752 | # [1] git ls-remote https://github.com/google/go-containerregistry c195f151efe3369874c72662cd69ad43ee485128 |
1753 | SRCREV_go-containerregistry="c195f151efe3369874c72662cd69ad43ee485128" | 1753 | SRCREV_go-containerregistry = "c195f151efe3369874c72662cd69ad43ee485128" |
1754 | SRC_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" | 1754 | SRC_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" |
1755 | 1755 | ||
1756 | # github.com/grpc-ecosystem/grpc-gateway v1.16.0 | 1756 | # github.com/grpc-ecosystem/grpc-gateway v1.16.0 |
1757 | # [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 |
1758 | SRCREV_grpc-gateway="094a6fe78b3ca888297d090185cdf30f0e42e157" | 1758 | SRCREV_grpc-gateway = "094a6fe78b3ca888297d090185cdf30f0e42e157" |
1759 | SRC_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" | 1759 | SRC_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 | 1760 | ||
1761 | # github.com/hashicorp/golang-lru/arc/v2 v2.0.5 | 1761 | # github.com/hashicorp/golang-lru/arc/v2 v2.0.5 |
1762 | # [1] git ls-remote https://github.com/hashicorp/golang-lru 3afaa48530f711754c178ceb61ff060d86c17b95 | 1762 | # [1] git ls-remote https://github.com/hashicorp/golang-lru 3afaa48530f711754c178ceb61ff060d86c17b95 |
1763 | SRCREV_arc-v2="3afaa48530f711754c178ceb61ff060d86c17b95" | 1763 | SRCREV_arc-v2 = "3afaa48530f711754c178ceb61ff060d86c17b95" |
1764 | SRC_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" | 1764 | SRC_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" |
1765 | 1765 | ||
1766 | # github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 | 1766 | # github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 |
1767 | # [1] git ls-remote https://github.com/monochromegane/go-gitignore 205db1a8cc001de79230472da52edde4974df734 | 1767 | # [1] git ls-remote https://github.com/monochromegane/go-gitignore 205db1a8cc001de79230472da52edde4974df734 |
1768 | SRCREV_go-gitignore="205db1a8cc001de79230472da52edde4974df734" | 1768 | SRCREV_go-gitignore = "205db1a8cc001de79230472da52edde4974df734" |
1769 | SRC_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" | 1769 | SRC_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 | 1770 | ||
1771 | # github.com/multiformats/go-multistream v0.5.0 | 1771 | # github.com/multiformats/go-multistream v0.5.0 |
1772 | # [1] git ls-remote https://github.com/multiformats/go-multistream 8fabf3a244c16743222174f11b43cf4a47c6d5e8 | 1772 | # [1] git ls-remote https://github.com/multiformats/go-multistream 8fabf3a244c16743222174f11b43cf4a47c6d5e8 |
1773 | SRCREV_go-multistream="8fabf3a244c16743222174f11b43cf4a47c6d5e8" | 1773 | SRCREV_go-multistream = "8fabf3a244c16743222174f11b43cf4a47c6d5e8" |
1774 | SRC_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" | 1774 | SRC_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" |
1775 | 1775 | ||
1776 | # github.com/opencontainers/runtime-spec v1.2.0 | 1776 | # github.com/opencontainers/runtime-spec v1.2.0 |
1777 | # [1] git ls-remote https://github.com/opencontainers/runtime-spec 36852b0d072a4b5da675300a9e73bc4b0853f5c6 | 1777 | # [1] git ls-remote https://github.com/opencontainers/runtime-spec 36852b0d072a4b5da675300a9e73bc4b0853f5c6 |
1778 | SRCREV_runtime-spec="36852b0d072a4b5da675300a9e73bc4b0853f5c6" | 1778 | SRCREV_runtime-spec = "36852b0d072a4b5da675300a9e73bc4b0853f5c6" |
1779 | SRC_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" | 1779 | SRC_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" |
1780 | 1780 | ||
1781 | # github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 | 1781 | # github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 |
1782 | # [1] git ls-remote https://github.com/opencontainers/runtime-tools 2e043c6bd62639199bdd0d5f0c5082797de4de2a | 1782 | # [1] git ls-remote https://github.com/opencontainers/runtime-tools 2e043c6bd62639199bdd0d5f0c5082797de4de2a |
1783 | SRCREV_runtime-tools="2e043c6bd62639199bdd0d5f0c5082797de4de2a" | 1783 | SRCREV_runtime-tools = "2e043c6bd62639199bdd0d5f0c5082797de4de2a" |
1784 | SRC_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" | 1784 | SRC_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" |
1785 | 1785 | ||
1786 | # tags.cncf.io/container-device-interface v0.8.0 | 1786 | # tags.cncf.io/container-device-interface v0.8.0 |
1787 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2 | 1787 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2 |
1788 | SRCREV_container-device-interface="e66544063aa7760c4ea6330ce9e6c757f8e61df2" | 1788 | SRCREV_container-device-interface = "e66544063aa7760c4ea6330ce9e6c757f8e61df2" |
1789 | SRC_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" | 1789 | SRC_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 | 1790 | ||
1791 | # github.com/containerd/stargz-snapshotter v0.15.1 | 1791 | # github.com/containerd/stargz-snapshotter v0.15.1 |
1792 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f | 1792 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f |
1793 | SRCREV_stargz-snapshotter="64ab83bd65cd4a763e262955984232cc5ddfeb3f" | 1793 | SRCREV_stargz-snapshotter = "64ab83bd65cd4a763e262955984232cc5ddfeb3f" |
1794 | SRC_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" | 1794 | SRC_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" |
1795 | 1795 | ||
1796 | # github.com/multiformats/go-multiaddr-dns v0.3.1 | 1796 | # github.com/multiformats/go-multiaddr-dns v0.3.1 |
1797 | # [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 |
1798 | SRCREV_go-multiaddr-dns="448c10b622b0c09ce6834487156c1fd9a65f1597" | 1798 | SRCREV_go-multiaddr-dns = "448c10b622b0c09ce6834487156c1fd9a65f1597" |
1799 | SRC_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" | 1799 | SRC_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" |
1800 | 1800 | ||
1801 | # github.com/multiformats/go-multiaddr-fmt v0.1.0 | 1801 | # github.com/multiformats/go-multiaddr-fmt v0.1.0 |
1802 | # [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 |
1803 | SRCREV_go-multiaddr-fmt="113ed87ed03cfff94f29fd95236be3ccd933fd36" | 1803 | SRCREV_go-multiaddr-fmt = "113ed87ed03cfff94f29fd95236be3ccd933fd36" |
1804 | SRC_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" | 1804 | SRC_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" |
1805 | 1805 | ||
1806 | # github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 | 1806 | # github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 |
1807 | # [1] git ls-remote https://github.com/decred/dcrd bacf8444a8bc79178f9eb2c65477ab6df01a6439 | 1807 | # [1] git ls-remote https://github.com/decred/dcrd bacf8444a8bc79178f9eb2c65477ab6df01a6439 |
1808 | SRCREV_secp256k1-v4="bacf8444a8bc79178f9eb2c65477ab6df01a6439" | 1808 | SRCREV_secp256k1-v4 = "bacf8444a8bc79178f9eb2c65477ab6df01a6439" |
1809 | SRC_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" | 1809 | SRC_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" |
1810 | 1810 | ||
1811 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 | 1811 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 |
1812 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 2da4beb003329d83c74a52d66a009110ef1fd180 | 1812 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 2da4beb003329d83c74a52d66a009110ef1fd180 |
1813 | SRCREV_grpc-gateway-v2="2da4beb003329d83c74a52d66a009110ef1fd180" | 1813 | SRCREV_grpc-gateway-v2 = "2da4beb003329d83c74a52d66a009110ef1fd180" |
1814 | SRC_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" | 1814 | SRC_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" |
1815 | 1815 | ||
1816 | # google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 | 1816 | # google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 |
1817 | # [1] git ls-remote https://github.com/googleapis/go-genproto 8af14fe29dc178f8f16f3720e1da949120cecbeb | 1817 | # [1] git ls-remote https://github.com/googleapis/go-genproto 8af14fe29dc178f8f16f3720e1da949120cecbeb |
1818 | SRCREV_googleapis-api="8af14fe29dc178f8f16f3720e1da949120cecbeb" | 1818 | SRCREV_googleapis-api = "8af14fe29dc178f8f16f3720e1da949120cecbeb" |
1819 | SRC_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" | 1819 | SRC_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" |
1820 | 1820 | ||
1821 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 | 1821 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 |
1822 | # [1] git ls-remote https://github.com/googleapis/go-genproto 8af14fe29dc178f8f16f3720e1da949120cecbeb | 1822 | # [1] git ls-remote https://github.com/googleapis/go-genproto 8af14fe29dc178f8f16f3720e1da949120cecbeb |
1823 | SRCREV_rpc="8af14fe29dc178f8f16f3720e1da949120cecbeb" | 1823 | SRCREV_rpc = "8af14fe29dc178f8f16f3720e1da949120cecbeb" |
1824 | SRC_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" | 1824 | SRC_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" |
1825 | 1825 | ||
1826 | # github.com/rootless-containers/rootlesskit v1.0.1 | 1826 | # github.com/rootless-containers/rootlesskit v1.0.1 |
1827 | # [1] git ls-remote https://github.com/rootless-containers/rootlesskit 5d5f4c0c26e26a6b51d1838c23e793e5836442d0 | 1827 | # [1] git ls-remote https://github.com/rootless-containers/rootlesskit 5d5f4c0c26e26a6b51d1838c23e793e5836442d0 |
1828 | SRCREV_rootlesskit="5d5f4c0c26e26a6b51d1838c23e793e5836442d0" | 1828 | SRCREV_rootlesskit = "5d5f4c0c26e26a6b51d1838c23e793e5836442d0" |
1829 | SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/rootlesskit" | 1829 | SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/rootlesskit" |
1830 | 1830 | ||
1831 | # github.com/container-storage-interface/spec v1.9.0 | 1831 | # github.com/container-storage-interface/spec v1.9.0 |
1832 | # [1] git ls-remote https://github.com/container-storage-interface/spec 80d53107c70981b9da8aaf9cd1c90249562b22f0 | 1832 | # [1] git ls-remote https://github.com/container-storage-interface/spec 80d53107c70981b9da8aaf9cd1c90249562b22f0 |
1833 | SRCREV_spec="80d53107c70981b9da8aaf9cd1c90249562b22f0" | 1833 | SRCREV_spec = "80d53107c70981b9da8aaf9cd1c90249562b22f0" |
1834 | SRC_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" | 1834 | SRC_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" |
1835 | 1835 | ||
1836 | # github.com/docker/docker-credential-helpers v0.7.0 | 1836 | # github.com/docker/docker-credential-helpers v0.7.0 |
1837 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde | 1837 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde |
1838 | SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde" | 1838 | SRCREV_docker-credential-helpers = "ac5992b5f4756fc0398a7d0c93c609e624368bde" |
1839 | SRC_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" | 1839 | SRC_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" |
1840 | 1840 | ||
1841 | # github.com/libp2p/go-libp2p-routing-helpers v0.7.2 | 1841 | # github.com/libp2p/go-libp2p-routing-helpers v0.7.2 |
1842 | # [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 |
1843 | SRCREV_go-libp2p-routing-helpers="71d7c965185ed346e39cc26140ac49ea13b2222f" | 1843 | SRCREV_go-libp2p-routing-helpers = "71d7c965185ed346e39cc26140ac49ea13b2222f" |
1844 | SRC_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" | 1844 | SRC_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" |
1845 | 1845 | ||
1846 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | 1846 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
1847 | # [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 |
1848 | SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd" | 1848 | SRCREV_go-grpc-middleware = "df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd" |
1849 | SRC_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" | 1849 | SRC_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" |
1850 | 1850 | ||
1851 | # github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | 1851 | # github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 |
1852 | # [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 |
1853 | SRCREV_go-grpc-prometheus="c225b8c3b01faf2899099b768856a9e916e5087b" | 1853 | SRCREV_go-grpc-prometheus = "c225b8c3b01faf2899099b768856a9e916e5087b" |
1854 | SRC_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" | 1854 | SRC_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" |
1855 | 1855 | ||
1856 | # github.com/containerd/fuse-overlayfs-snapshotter v1.0.8 | 1856 | # github.com/containerd/fuse-overlayfs-snapshotter v1.0.8 |
1857 | # [1] git ls-remote https://github.com/containerd/fuse-overlayfs-snapshotter c54d1c1d71bd1cdc25bbae89208bea0267858ae9 | 1857 | # [1] git ls-remote https://github.com/containerd/fuse-overlayfs-snapshotter c54d1c1d71bd1cdc25bbae89208bea0267858ae9 |
1858 | SRCREV_fuse-overlayfs-snapshotter="c54d1c1d71bd1cdc25bbae89208bea0267858ae9" | 1858 | SRCREV_fuse-overlayfs-snapshotter = "c54d1c1d71bd1cdc25bbae89208bea0267858ae9" |
1859 | SRC_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" | 1859 | SRC_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" |
1860 | 1860 | ||
1861 | # github.com/containerd/stargz-snapshotter/estargz v0.15.1 | 1861 | # github.com/containerd/stargz-snapshotter/estargz v0.15.1 |
1862 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f | 1862 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 64ab83bd65cd4a763e262955984232cc5ddfeb3f |
1863 | SRCREV_estargz="64ab83bd65cd4a763e262955984232cc5ddfeb3f" | 1863 | SRCREV_estargz = "64ab83bd65cd4a763e262955984232cc5ddfeb3f" |
1864 | SRC_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" | 1864 | SRC_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" |
1865 | 1865 | ||
1866 | # tags.cncf.io/container-device-interface/specs-go v0.8.0 | 1866 | # tags.cncf.io/container-device-interface/specs-go v0.8.0 |
1867 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2 | 1867 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2 |
1868 | SRCREV_specs-go="e66544063aa7760c4ea6330ce9e6c757f8e61df2" | 1868 | SRCREV_specs-go = "e66544063aa7760c4ea6330ce9e6c757f8e61df2" |
1869 | SRC_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" | 1869 | SRC_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" |
1870 | 1870 | ||
1871 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 | 1871 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 |
1872 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1872 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d |
1873 | SRCREV_otlptrace="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1873 | SRCREV_otlptrace = "81216fb002a6a76d32fdab6ef999bcf65794130d" |
1874 | SRC_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" | 1874 | SRC_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" |
1875 | 1875 | ||
1876 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.32.0-k3s1 | 1876 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.32.0-k3s1 |
1877 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1877 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1878 | SRCREV_api="39f4707c882be87eb91cef02d669a5b584923fe7" | 1878 | SRCREV_api = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1879 | SRC_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" | 1879 | SRC_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" |
1880 | 1880 | ||
1881 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kms v1.32.0-k3s1 | 1881 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kms v1.32.0-k3s1 |
1882 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1882 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1883 | SRCREV_kms="39f4707c882be87eb91cef02d669a5b584923fe7" | 1883 | SRCREV_kms = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1884 | SRC_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" | 1884 | SRC_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" |
1885 | 1885 | ||
1886 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api v1.32.0-k3s1 | 1886 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api v1.32.0-k3s1 |
1887 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1887 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1888 | SRCREV_cri-api="39f4707c882be87eb91cef02d669a5b584923fe7" | 1888 | SRCREV_cri-api = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1889 | SRC_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" | 1889 | SRC_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" |
1890 | 1890 | ||
1891 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl v1.32.0-k3s1 | 1891 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl v1.32.0-k3s1 |
1892 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1892 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1893 | SRCREV_kubectl="39f4707c882be87eb91cef02d669a5b584923fe7" | 1893 | SRCREV_kubectl = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1894 | SRC_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" | 1894 | SRC_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" |
1895 | 1895 | ||
1896 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet v1.32.0-k3s1 | 1896 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet v1.32.0-k3s1 |
1897 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1897 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1898 | SRCREV_kubelet="39f4707c882be87eb91cef02d669a5b584923fe7" | 1898 | SRCREV_kubelet = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1899 | SRC_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" | 1899 | SRC_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" |
1900 | 1900 | ||
1901 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics v1.32.0-k3s1 | 1901 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics v1.32.0-k3s1 |
1902 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1902 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1903 | SRCREV_metrics="39f4707c882be87eb91cef02d669a5b584923fe7" | 1903 | SRCREV_metrics = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1904 | SRC_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" | 1904 | SRC_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" |
1905 | 1905 | ||
1906 | # sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 | 1906 | # sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 |
1907 | # [1] git ls-remote https://github.com/kubernetes-sigs/apiserver-network-proxy 14f752ee8cf2f38727b6dddf7e0906dbce5bf4c1 | 1907 | # [1] git ls-remote https://github.com/kubernetes-sigs/apiserver-network-proxy 14f752ee8cf2f38727b6dddf7e0906dbce5bf4c1 |
1908 | SRCREV_konnectivity-client="14f752ee8cf2f38727b6dddf7e0906dbce5bf4c1" | 1908 | SRCREV_konnectivity-client = "14f752ee8cf2f38727b6dddf7e0906dbce5bf4c1" |
1909 | SRC_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" | 1909 | SRC_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" |
1910 | 1910 | ||
1911 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver v1.32.0-k3s1 | 1911 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver v1.32.0-k3s1 |
1912 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1912 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1913 | SRCREV_apiserver="39f4707c882be87eb91cef02d669a5b584923fe7" | 1913 | SRCREV_apiserver = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1914 | SRC_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" | 1914 | SRC_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" |
1915 | 1915 | ||
1916 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go v1.32.0-k3s1 | 1916 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go v1.32.0-k3s1 |
1917 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1917 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1918 | SRCREV_client-go="39f4707c882be87eb91cef02d669a5b584923fe7" | 1918 | SRCREV_client-go = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1919 | SRC_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" | 1919 | SRC_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" |
1920 | 1920 | ||
1921 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy v1.32.0-k3s1 | 1921 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy v1.32.0-k3s1 |
1922 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1922 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1923 | SRCREV_kube-proxy="39f4707c882be87eb91cef02d669a5b584923fe7" | 1923 | SRCREV_kube-proxy = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1924 | SRC_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" | 1924 | SRC_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" |
1925 | 1925 | ||
1926 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime v1.32.0-k3s1 | 1926 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime v1.32.0-k3s1 |
1927 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1927 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1928 | SRCREV_cli-runtime="39f4707c882be87eb91cef02d669a5b584923fe7" | 1928 | SRCREV_cli-runtime = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1929 | SRC_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" | 1929 | SRC_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" |
1930 | 1930 | ||
1931 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/externaljwt v1.32.0-k3s1 | 1931 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/externaljwt v1.32.0-k3s1 |
1932 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1932 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1933 | SRCREV_externaljwt="39f4707c882be87eb91cef02d669a5b584923fe7" | 1933 | SRCREV_externaljwt = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1934 | SRC_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" | 1934 | SRC_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" |
1935 | 1935 | ||
1936 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils v1.32.0-k3s1 | 1936 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils v1.32.0-k3s1 |
1937 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1937 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1938 | SRCREV_mount-utils="39f4707c882be87eb91cef02d669a5b584923fe7" | 1938 | SRCREV_mount-utils = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1939 | SRC_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" | 1939 | SRC_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" |
1940 | 1940 | ||
1941 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery v1.32.0-k3s1 | 1941 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery v1.32.0-k3s1 |
1942 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1942 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1943 | SRCREV_apimachinery="39f4707c882be87eb91cef02d669a5b584923fe7" | 1943 | SRCREV_apimachinery = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1944 | SRC_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" | 1944 | SRC_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" |
1945 | 1945 | ||
1946 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 | 1946 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 |
1947 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib af75717ac4fb3ba13eaea83b88301723122060cf | 1947 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib af75717ac4fb3ba13eaea83b88301723122060cf |
1948 | SRCREV_otelhttp="af75717ac4fb3ba13eaea83b88301723122060cf" | 1948 | SRCREV_otelhttp = "af75717ac4fb3ba13eaea83b88301723122060cf" |
1949 | SRC_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" | 1949 | SRC_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" |
1950 | 1950 | ||
1951 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/endpointslice v1.32.0-k3s1 | 1951 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/endpointslice v1.32.0-k3s1 |
1952 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1952 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1953 | SRCREV_endpointslice="39f4707c882be87eb91cef02d669a5b584923fe7" | 1953 | SRCREV_endpointslice = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1954 | SRC_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" | 1954 | SRC_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" |
1955 | 1955 | ||
1956 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider v1.32.0-k3s1 | 1956 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider v1.32.0-k3s1 |
1957 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1957 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1958 | SRCREV_cloud-provider="39f4707c882be87eb91cef02d669a5b584923fe7" | 1958 | SRCREV_cloud-provider = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1959 | SRC_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" | 1959 | SRC_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" |
1960 | 1960 | ||
1961 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base v1.32.0-k3s1 | 1961 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base v1.32.0-k3s1 |
1962 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1962 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1963 | SRCREV_component-base="39f4707c882be87eb91cef02d669a5b584923fe7" | 1963 | SRCREV_component-base = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1964 | SRC_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" | 1964 | SRC_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" |
1965 | 1965 | ||
1966 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator v1.32.0-k3s1 | 1966 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator v1.32.0-k3s1 |
1967 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1967 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1968 | SRCREV_code-generator="39f4707c882be87eb91cef02d669a5b584923fe7" | 1968 | SRCREV_code-generator = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1969 | SRC_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" | 1969 | SRC_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" |
1970 | 1970 | ||
1971 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler v1.32.0-k3s1 | 1971 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler v1.32.0-k3s1 |
1972 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1972 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1973 | SRCREV_kube-scheduler="39f4707c882be87eb91cef02d669a5b584923fe7" | 1973 | SRCREV_kube-scheduler = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1974 | SRC_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" | 1974 | SRC_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" |
1975 | 1975 | ||
1976 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 | 1976 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 |
1977 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1977 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d |
1978 | SRCREV_otlptracegrpc="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1978 | SRCREV_otlptracegrpc = "81216fb002a6a76d32fdab6ef999bcf65794130d" |
1979 | SRC_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" | 1979 | SRC_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" |
1980 | 1980 | ||
1981 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 | 1981 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 |
1982 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d | 1982 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 81216fb002a6a76d32fdab6ef999bcf65794130d |
1983 | SRCREV_otlptracehttp="81216fb002a6a76d32fdab6ef999bcf65794130d" | 1983 | SRCREV_otlptracehttp = "81216fb002a6a76d32fdab6ef999bcf65794130d" |
1984 | SRC_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" | 1984 | SRC_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" |
1985 | 1985 | ||
1986 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator v1.32.0-k3s1 | 1986 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator v1.32.0-k3s1 |
1987 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1987 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1988 | SRCREV_kube-aggregator="39f4707c882be87eb91cef02d669a5b584923fe7" | 1988 | SRCREV_kube-aggregator = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1989 | SRC_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" | 1989 | SRC_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" |
1990 | 1990 | ||
1991 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.32.0-k3s1 | 1991 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.32.0-k3s1 |
1992 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1992 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1993 | SRCREV_cluster-bootstrap="39f4707c882be87eb91cef02d669a5b584923fe7" | 1993 | SRCREV_cluster-bootstrap = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1994 | SRC_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" | 1994 | SRC_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" |
1995 | 1995 | ||
1996 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers v1.32.0-k3s1 | 1996 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers v1.32.0-k3s1 |
1997 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 1997 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
1998 | SRCREV_component-helpers="39f4707c882be87eb91cef02d669a5b584923fe7" | 1998 | SRCREV_component-helpers = "39f4707c882be87eb91cef02d669a5b584923fe7" |
1999 | SRC_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" | 1999 | SRC_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" |
2000 | 2000 | ||
2001 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager v1.32.0-k3s1 | 2001 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager v1.32.0-k3s1 |
2002 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 2002 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
2003 | SRCREV_controller-manager="39f4707c882be87eb91cef02d669a5b584923fe7" | 2003 | SRCREV_controller-manager = "39f4707c882be87eb91cef02d669a5b584923fe7" |
2004 | SRC_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" | 2004 | SRC_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" |
2005 | 2005 | ||
2006 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib v1.32.0-k3s1 | 2006 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib v1.32.0-k3s1 |
2007 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 2007 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
2008 | SRCREV_csi-translation-lib="39f4707c882be87eb91cef02d669a5b584923fe7" | 2008 | SRCREV_csi-translation-lib = "39f4707c882be87eb91cef02d669a5b584923fe7" |
2009 | SRC_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" | 2009 | SRC_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" |
2010 | 2010 | ||
2011 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission v1.32.0-k3s1 | 2011 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission v1.32.0-k3s1 |
2012 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 2012 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
2013 | SRCREV_pod-security-admission="39f4707c882be87eb91cef02d669a5b584923fe7" | 2013 | SRCREV_pod-security-admission = "39f4707c882be87eb91cef02d669a5b584923fe7" |
2014 | SRC_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" | 2014 | SRC_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" |
2015 | 2015 | ||
2016 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.32.0-k3s1 | 2016 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.32.0-k3s1 |
2017 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 2017 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
2018 | SRCREV_apiextensions-apiserver="39f4707c882be87eb91cef02d669a5b584923fe7" | 2018 | SRCREV_apiextensions-apiserver = "39f4707c882be87eb91cef02d669a5b584923fe7" |
2019 | SRC_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" | 2019 | SRC_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" |
2020 | 2020 | ||
2021 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager v1.32.0-k3s1 | 2021 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager v1.32.0-k3s1 |
2022 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 2022 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
2023 | SRCREV_kube-controller-manager="39f4707c882be87eb91cef02d669a5b584923fe7" | 2023 | SRCREV_kube-controller-manager = "39f4707c882be87eb91cef02d669a5b584923fe7" |
2024 | SRC_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" | 2024 | SRC_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" |
2025 | 2025 | ||
2026 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 | 2026 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 |
2027 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib af75717ac4fb3ba13eaea83b88301723122060cf | 2027 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib af75717ac4fb3ba13eaea83b88301723122060cf |
2028 | SRCREV_otelgrpc="af75717ac4fb3ba13eaea83b88301723122060cf" | 2028 | SRCREV_otelgrpc = "af75717ac4fb3ba13eaea83b88301723122060cf" |
2029 | SRC_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" | 2029 | SRC_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" |
2030 | 2030 | ||
2031 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation v1.32.0-k3s1 | 2031 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation v1.32.0-k3s1 |
2032 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 | 2032 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 39f4707c882be87eb91cef02d669a5b584923fe7 |
2033 | SRCREV_dynamic-resource-allocation="39f4707c882be87eb91cef02d669a5b584923fe7" | 2033 | SRCREV_dynamic-resource-allocation = "39f4707c882be87eb91cef02d669a5b584923fe7" |
2034 | SRC_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" | 2034 | SRC_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" |
2035 | 2035 | ||
2036 | # go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.44.0 | 2036 | # go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.44.0 |
2037 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib fdfa6e3abf03caa6a1d3267913e01526d97eab8a | 2037 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib fdfa6e3abf03caa6a1d3267913e01526d97eab8a |
2038 | SRCREV_otelrestful="fdfa6e3abf03caa6a1d3267913e01526d97eab8a" | 2038 | SRCREV_otelrestful = "fdfa6e3abf03caa6a1d3267913e01526d97eab8a" |
2039 | SRC_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" | 2039 | SRC_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" |
2040 | 2040 | ||
diff --git a/recipes-containers/nerdctl/src_uri.inc b/recipes-containers/nerdctl/src_uri.inc index 90ac270b..d655ac58 100644 --- a/recipes-containers/nerdctl/src_uri.inc +++ b/recipes-containers/nerdctl/src_uri.inc | |||
@@ -1,650 +1,650 @@ | |||
1 | # gotest.tools/v3 v3.5.2 | 1 | # gotest.tools/v3 v3.5.2 |
2 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 0b81523ff268a1f1b0baf4a5da67e42fbb86880b | 2 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 0b81523ff268a1f1b0baf4a5da67e42fbb86880b |
3 | SRCREV_gotest.tools-v3="0b81523ff268a1f1b0baf4a5da67e42fbb86880b" | 3 | SRCREV_gotest.tools-v3 = "0b81523ff268a1f1b0baf4a5da67e42fbb86880b" |
4 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" | 4 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" |
5 | 5 | ||
6 | # go.uber.org/mock v0.5.0 | 6 | # go.uber.org/mock v0.5.0 |
7 | # [1] git ls-remote https://github.com/uber/mock a9c44d91ce00ef09603d3822452a4f9c8fefd278 | 7 | # [1] git ls-remote https://github.com/uber/mock a9c44d91ce00ef09603d3822452a4f9c8fefd278 |
8 | SRCREV_mock="a9c44d91ce00ef09603d3822452a4f9c8fefd278" | 8 | SRCREV_mock = "a9c44d91ce00ef09603d3822452a4f9c8fefd278" |
9 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" | 9 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" |
10 | 10 | ||
11 | # golang.org/x/net v0.37.0 | 11 | # golang.org/x/net v0.37.0 |
12 | # [1] git ls-remote https://go.googlesource.com/net 99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48 | 12 | # [1] git ls-remote https://go.googlesource.com/net 99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48 |
13 | SRCREV_net="99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48" | 13 | SRCREV_net = "99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48" |
14 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" | 14 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" |
15 | 15 | ||
16 | # golang.org/x/sys v0.31.0 | 16 | # golang.org/x/sys v0.31.0 |
17 | # [1] git ls-remote https://github.com/golang/sys 74cfc93a99be6ca6f193856132e6799065b071af | 17 | # [1] git ls-remote https://github.com/golang/sys 74cfc93a99be6ca6f193856132e6799065b071af |
18 | SRCREV_sys="74cfc93a99be6ca6f193856132e6799065b071af" | 18 | SRCREV_sys = "74cfc93a99be6ca6f193856132e6799065b071af" |
19 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" | 19 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" |
20 | 20 | ||
21 | # gopkg.in/yaml.v3 v3.0.1 | 21 | # gopkg.in/yaml.v3 v3.0.1 |
22 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 | 22 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 |
23 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" | 23 | SRCREV_yaml.v3 = "f6f7691b1fdeb513f56608cd2c32c51f8194bf51" |
24 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" | 24 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" |
25 | 25 | ||
26 | # go.opencensus.io v0.24.0 | 26 | # go.opencensus.io v0.24.0 |
27 | # [1] git ls-remote https://github.com/census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5 | 27 | # [1] git ls-remote https://github.com/census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5 |
28 | SRCREV_go.opencensus.io="b1a01ee95db0e690d91d7193d037447816fae4c5" | 28 | SRCREV_go.opencensus.io = "b1a01ee95db0e690d91d7193d037447816fae4c5" |
29 | SRC_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" | 29 | SRC_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" |
30 | 30 | ||
31 | # golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f | 31 | # golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f |
32 | # [1] git ls-remote https://go.googlesource.com/exp 2d47ceb2692f22136c9ff680c192d3d19c5dd9e2 | 32 | # [1] git ls-remote https://go.googlesource.com/exp 2d47ceb2692f22136c9ff680c192d3d19c5dd9e2 |
33 | SRCREV_exp="2d47ceb2692f22136c9ff680c192d3d19c5dd9e2" | 33 | SRCREV_exp = "2d47ceb2692f22136c9ff680c192d3d19c5dd9e2" |
34 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" | 34 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" |
35 | 35 | ||
36 | # golang.org/x/sync v0.12.0 | 36 | # golang.org/x/sync v0.12.0 |
37 | # [1] git ls-remote https://go.googlesource.com/sync b637f27e40ad6e222f3d301cc113e635f0fa08be | 37 | # [1] git ls-remote https://go.googlesource.com/sync b637f27e40ad6e222f3d301cc113e635f0fa08be |
38 | SRCREV_sync="b637f27e40ad6e222f3d301cc113e635f0fa08be" | 38 | SRCREV_sync = "b637f27e40ad6e222f3d301cc113e635f0fa08be" |
39 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" | 39 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" |
40 | 40 | ||
41 | # golang.org/x/term v0.30.0 | 41 | # golang.org/x/term v0.30.0 |
42 | # [1] git ls-remote https://go.googlesource.com/term 04218fdaf78fa213d4e82c988184a250f6c354c2 | 42 | # [1] git ls-remote https://go.googlesource.com/term 04218fdaf78fa213d4e82c988184a250f6c354c2 |
43 | SRCREV_x-term="04218fdaf78fa213d4e82c988184a250f6c354c2" | 43 | SRCREV_x-term = "04218fdaf78fa213d4e82c988184a250f6c354c2" |
44 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" | 44 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" |
45 | 45 | ||
46 | # golang.org/x/text v0.23.0 | 46 | # golang.org/x/text v0.23.0 |
47 | # [1] git ls-remote https://go.googlesource.com/text 566b44fc931e2542778a18423c655ce99b4f1402 | 47 | # [1] git ls-remote https://go.googlesource.com/text 566b44fc931e2542778a18423c655ce99b4f1402 |
48 | SRCREV_text="566b44fc931e2542778a18423c655ce99b4f1402" | 48 | SRCREV_text = "566b44fc931e2542778a18423c655ce99b4f1402" |
49 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" | 49 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" |
50 | 50 | ||
51 | # golang.org/x/crypto v0.36.0 | 51 | # golang.org/x/crypto v0.36.0 |
52 | # [1] git ls-remote https://go.googlesource.com/crypto 49bf5b80c8108983f588ecabd7bf996e6e63a515 | 52 | # [1] git ls-remote https://go.googlesource.com/crypto 49bf5b80c8108983f588ecabd7bf996e6e63a515 |
53 | SRCREV_crypto="49bf5b80c8108983f588ecabd7bf996e6e63a515" | 53 | SRCREV_crypto = "49bf5b80c8108983f588ecabd7bf996e6e63a515" |
54 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" | 54 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" |
55 | 55 | ||
56 | # github.com/moby/term v0.5.2 | 56 | # github.com/moby/term v0.5.2 |
57 | # [1] git ls-remote https://github.com/moby/term 6c1b69fecbac2753dcaf18718a7e9f9093c3760d | 57 | # [1] git ls-remote https://github.com/moby/term 6c1b69fecbac2753dcaf18718a7e9f9093c3760d |
58 | SRCREV_term="6c1b69fecbac2753dcaf18718a7e9f9093c3760d" | 58 | SRCREV_term = "6c1b69fecbac2753dcaf18718a7e9f9093c3760d" |
59 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" | 59 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" |
60 | 60 | ||
61 | # github.com/docker/cli v28.0.1+incompatible | 61 | # github.com/docker/cli v28.0.1+incompatible |
62 | # [1] git ls-remote https://github.com/docker/cli 068a01ea9470df6494cc92d9e64e240805ae47a7 | 62 | # [1] git ls-remote https://github.com/docker/cli 068a01ea9470df6494cc92d9e64e240805ae47a7 |
63 | SRCREV_cli="068a01ea9470df6494cc92d9e64e240805ae47a7" | 63 | SRCREV_cli = "068a01ea9470df6494cc92d9e64e240805ae47a7" |
64 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" | 64 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" |
65 | 65 | ||
66 | # github.com/creack/pty v1.1.24 | 66 | # github.com/creack/pty v1.1.24 |
67 | # [1] git ls-remote https://github.com/creack/pty edfbf75025b0ba4ee17c19f52d9b600fad80a787 | 67 | # [1] git ls-remote https://github.com/creack/pty edfbf75025b0ba4ee17c19f52d9b600fad80a787 |
68 | SRCREV_pty="edfbf75025b0ba4ee17c19f52d9b600fad80a787" | 68 | SRCREV_pty = "edfbf75025b0ba4ee17c19f52d9b600fad80a787" |
69 | SRC_URI += "git://github.com/creack/pty;name=pty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/creack/pty" | 69 | SRC_URI += "git://github.com/creack/pty;name=pty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/creack/pty" |
70 | 70 | ||
71 | # github.com/pkg/errors v0.9.1 | 71 | # github.com/pkg/errors v0.9.1 |
72 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 | 72 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 |
73 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" | 73 | SRCREV_errors = "614d223910a179a466c1767a985424175c39b465" |
74 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" | 74 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" |
75 | 75 | ||
76 | # github.com/fatih/color v1.18.0 | 76 | # github.com/fatih/color v1.18.0 |
77 | # [1] git ls-remote https://github.com/fatih/color 1c8d8706604ee5fb9a464e5097ba113101828a75 | 77 | # [1] git ls-remote https://github.com/fatih/color 1c8d8706604ee5fb9a464e5097ba113101828a75 |
78 | SRCREV_color="1c8d8706604ee5fb9a464e5097ba113101828a75" | 78 | SRCREV_color = "1c8d8706604ee5fb9a464e5097ba113101828a75" |
79 | SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fatih/color" | 79 | SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fatih/color" |
80 | 80 | ||
81 | # github.com/ipfs/go-cid v0.5.0 | 81 | # github.com/ipfs/go-cid v0.5.0 |
82 | # [1] git ls-remote https://github.com/ipfs/go-cid 5cddba5d532ac5adeec87f5542c057e1dbfbce9b | 82 | # [1] git ls-remote https://github.com/ipfs/go-cid 5cddba5d532ac5adeec87f5542c057e1dbfbce9b |
83 | SRCREV_go-cid="5cddba5d532ac5adeec87f5542c057e1dbfbce9b" | 83 | SRCREV_go-cid = "5cddba5d532ac5adeec87f5542c057e1dbfbce9b" |
84 | SRC_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" | 84 | SRC_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" |
85 | 85 | ||
86 | # github.com/spf13/cobra v1.9.1 | 86 | # github.com/spf13/cobra v1.9.1 |
87 | # [1] git ls-remote https://github.com/spf13/cobra 40b5bc1437a564fc795d388b23835e84f54cd1d1 | 87 | # [1] git ls-remote https://github.com/spf13/cobra 40b5bc1437a564fc795d388b23835e84f54cd1d1 |
88 | SRCREV_cobra="40b5bc1437a564fc795d388b23835e84f54cd1d1" | 88 | SRCREV_cobra = "40b5bc1437a564fc795d388b23835e84f54cd1d1" |
89 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" | 89 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" |
90 | 90 | ||
91 | # github.com/spf13/pflag v1.0.6 | 91 | # github.com/spf13/pflag v1.0.6 |
92 | # [1] git ls-remote https://github.com/spf13/pflag 5ca813443bd2a4d9f46a253ea0407d23b3790713 | 92 | # [1] git ls-remote https://github.com/spf13/pflag 5ca813443bd2a4d9f46a253ea0407d23b3790713 |
93 | SRCREV_pflag="5ca813443bd2a4d9f46a253ea0407d23b3790713" | 93 | SRCREV_pflag = "5ca813443bd2a4d9f46a253ea0407d23b3790713" |
94 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" | 94 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" |
95 | 95 | ||
96 | # github.com/cilium/ebpf v0.16.0 | 96 | # github.com/cilium/ebpf v0.16.0 |
97 | # [1] git ls-remote https://github.com/cilium/ebpf 061e86d8f5e99aa6f04d11a3807c8cacdbe7908b | 97 | # [1] git ls-remote https://github.com/cilium/ebpf 061e86d8f5e99aa6f04d11a3807c8cacdbe7908b |
98 | SRCREV_ebpf="061e86d8f5e99aa6f04d11a3807c8cacdbe7908b" | 98 | SRCREV_ebpf = "061e86d8f5e99aa6f04d11a3807c8cacdbe7908b" |
99 | SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cilium/ebpf" | 99 | SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cilium/ebpf" |
100 | 100 | ||
101 | # github.com/moby/locker v1.0.1 | 101 | # github.com/moby/locker v1.0.1 |
102 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe | 102 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe |
103 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" | 103 | SRCREV_locker = "281af2d563954745bea9d1487c965f24d30742fe" |
104 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" | 104 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" |
105 | 105 | ||
106 | # google.golang.org/grpc v1.69.4 | 106 | # google.golang.org/grpc v1.69.4 |
107 | # [1] git ls-remote https://github.com/grpc/grpc-go 4103cfc52a951673d441f8b2c02eee96e31f1897 | 107 | # [1] git ls-remote https://github.com/grpc/grpc-go 4103cfc52a951673d441f8b2c02eee96e31f1897 |
108 | SRCREV_grpc="4103cfc52a951673d441f8b2c02eee96e31f1897" | 108 | SRCREV_grpc = "4103cfc52a951673d441f8b2c02eee96e31f1897" |
109 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" | 109 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" |
110 | 110 | ||
111 | # github.com/go-logr/logr v1.4.2 | 111 | # github.com/go-logr/logr v1.4.2 |
112 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 | 112 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 |
113 | SRCREV_logr="1205f429d540b8b81c2b75a38943afb738dac223" | 113 | SRCREV_logr = "1205f429d540b8b81c2b75a38943afb738dac223" |
114 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" | 114 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" |
115 | 115 | ||
116 | # github.com/go-logr/stdr v1.2.2 | 116 | # github.com/go-logr/stdr v1.2.2 |
117 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 | 117 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 |
118 | SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" | 118 | SRCREV_stdr = "521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" |
119 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" | 119 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" |
120 | 120 | ||
121 | # github.com/miekg/pkcs11 v1.1.1 | 121 | # github.com/miekg/pkcs11 v1.1.1 |
122 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d | 122 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d |
123 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" | 123 | SRCREV_pkcs11 = "f3481918a208bd212aa995a41f92d786eb418a7d" |
124 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" | 124 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" |
125 | 125 | ||
126 | # github.com/tinylib/msgp v1.2.0 | 126 | # github.com/tinylib/msgp v1.2.0 |
127 | # [1] git ls-remote https://github.com/tinylib/msgp 2ad0d1b467373fa671829659292febec78b79f00 | 127 | # [1] git ls-remote https://github.com/tinylib/msgp 2ad0d1b467373fa671829659292febec78b79f00 |
128 | SRCREV_msgp="2ad0d1b467373fa671829659292febec78b79f00" | 128 | SRCREV_msgp = "2ad0d1b467373fa671829659292febec78b79f00" |
129 | SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tinylib/msgp" | 129 | SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tinylib/msgp" |
130 | 130 | ||
131 | # lukechampine.com/blake3 v1.3.0 | 131 | # lukechampine.com/blake3 v1.3.0 |
132 | # [1] git ls-remote https://github.com/lukechampine/blake3 4f5562c16b85a956bc8d650dc15344e1e1eb7c8c | 132 | # [1] git ls-remote https://github.com/lukechampine/blake3 4f5562c16b85a956bc8d650dc15344e1e1eb7c8c |
133 | SRCREV_blake3="4f5562c16b85a956bc8d650dc15344e1e1eb7c8c" | 133 | SRCREV_blake3 = "4f5562c16b85a956bc8d650dc15344e1e1eb7c8c" |
134 | SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/lukechampine.com/blake3" | 134 | SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/lukechampine.com/blake3" |
135 | 135 | ||
136 | # github.com/docker/docker v28.0.1+incompatible | 136 | # github.com/docker/docker v28.0.1+incompatible |
137 | # [1] git ls-remote https://github.com/moby/moby bbd0a17ccc67e48d4a69393287b7fcc4f0578683 | 137 | # [1] git ls-remote https://github.com/moby/moby bbd0a17ccc67e48d4a69393287b7fcc4f0578683 |
138 | SRCREV_docker="bbd0a17ccc67e48d4a69393287b7fcc4f0578683" | 138 | SRCREV_docker = "bbd0a17ccc67e48d4a69393287b7fcc4f0578683" |
139 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" | 139 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" |
140 | 140 | ||
141 | # github.com/gogo/protobuf v1.3.2 | 141 | # github.com/gogo/protobuf v1.3.2 |
142 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc | 142 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc |
143 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" | 143 | SRCREV_protobuf = "b03c65ea87cdc3521ede29f62fe3ce239267c1bc" |
144 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" | 144 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" |
145 | 145 | ||
146 | # github.com/google/go-cmp v0.6.0 | 146 | # github.com/google/go-cmp v0.6.0 |
147 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f | 147 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f |
148 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" | 148 | SRCREV_go-cmp = "c3ad8435e7bef96af35732bc0789e5a2278c6d5f" |
149 | SRC_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" | 149 | SRC_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" |
150 | 150 | ||
151 | # github.com/moby/sys/user v0.3.0 | 151 | # github.com/moby/sys/user v0.3.0 |
152 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 | 152 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 |
153 | SRCREV_user="54475191138bd297c627eb1a59e1e54b953957f1" | 153 | SRCREV_user = "54475191138bd297c627eb1a59e1e54b953957f1" |
154 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" | 154 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" |
155 | 155 | ||
156 | # github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 | 156 | # github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 |
157 | # [1] git ls-remote https://github.com/philhofer/fwd fbbf4953d98612dac320a9051da34e3e761d1df7 | 157 | # [1] git ls-remote https://github.com/philhofer/fwd fbbf4953d98612dac320a9051da34e3e761d1df7 |
158 | SRCREV_fwd="fbbf4953d98612dac320a9051da34e3e761d1df7" | 158 | SRCREV_fwd = "fbbf4953d98612dac320a9051da34e3e761d1df7" |
159 | SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/philhofer/fwd" | 159 | SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/philhofer/fwd" |
160 | 160 | ||
161 | # go.opentelemetry.io/otel v1.31.0 | 161 | # go.opentelemetry.io/otel v1.31.0 |
162 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 | 162 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
163 | SRCREV_otel="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" | 163 | SRCREV_otel = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
164 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" | 164 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" |
165 | 165 | ||
166 | # github.com/containerd/log v0.1.0 | 166 | # github.com/containerd/log v0.1.0 |
167 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 | 167 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 |
168 | SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" | 168 | SRCREV_log = "0fc1e28871fdf2786e2cc51bbe4133db6547a199" |
169 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" | 169 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" |
170 | 170 | ||
171 | # github.com/moby/sys/mount v0.3.4 | 171 | # github.com/moby/sys/mount v0.3.4 |
172 | # [1] git ls-remote https://github.com/moby/sys 7af2bbe457efeb8b84a57d35692694a50e3ee9cb | 172 | # [1] git ls-remote https://github.com/moby/sys 7af2bbe457efeb8b84a57d35692694a50e3ee9cb |
173 | SRCREV_mount="7af2bbe457efeb8b84a57d35692694a50e3ee9cb" | 173 | SRCREV_mount = "7af2bbe457efeb8b84a57d35692694a50e3ee9cb" |
174 | SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mount" | 174 | SRC_URI += "git://github.com/moby/sys;name=mount;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mount" |
175 | 175 | ||
176 | # github.com/djherbis/times v1.6.0 | 176 | # github.com/djherbis/times v1.6.0 |
177 | # [1] git ls-remote https://github.com/djherbis/times d1af0aa12128959e70b9e802c912f302c743c35b | 177 | # [1] git ls-remote https://github.com/djherbis/times d1af0aa12128959e70b9e802c912f302c743c35b |
178 | SRCREV_times="d1af0aa12128959e70b9e802c912f302c743c35b" | 178 | SRCREV_times = "d1af0aa12128959e70b9e802c912f302c743c35b" |
179 | SRC_URI += "git://github.com/djherbis/times;name=times;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/djherbis/times" | 179 | SRC_URI += "git://github.com/djherbis/times;name=times;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/djherbis/times" |
180 | 180 | ||
181 | # github.com/godbus/dbus/v5 v5.1.0 | 181 | # github.com/godbus/dbus/v5 v5.1.0 |
182 | # [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d | 182 | # [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d |
183 | SRCREV_v5="e523abc905595cf17fb0001a7d77eaaddfaa216d" | 183 | SRCREV_v5 = "e523abc905595cf17fb0001a7d77eaaddfaa216d" |
184 | SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/godbus/dbus/v5" | 184 | SRC_URI += "git://github.com/godbus/dbus;name=v5;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/godbus/dbus/v5" |
185 | 185 | ||
186 | # github.com/mr-tron/base58 v1.2.0 | 186 | # github.com/mr-tron/base58 v1.2.0 |
187 | # [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010 | 187 | # [1] git ls-remote https://github.com/mr-tron/base58 cd0e5141f51dfcadb8311fd8e495eb11126a8010 |
188 | SRCREV_base58="cd0e5141f51dfcadb8311fd8e495eb11126a8010" | 188 | SRCREV_base58 = "cd0e5141f51dfcadb8311fd8e495eb11126a8010" |
189 | SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mr-tron/base58" | 189 | SRC_URI += "git://github.com/mr-tron/base58;name=base58;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mr-tron/base58" |
190 | 190 | ||
191 | # github.com/containerd/fifo v1.1.0 | 191 | # github.com/containerd/fifo v1.1.0 |
192 | # [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46 | 192 | # [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46 |
193 | SRCREV_fifo="151b205263c29d471e0d55c787d2ce9f5343fd46" | 193 | SRCREV_fifo = "151b205263c29d471e0d55c787d2ce9f5343fd46" |
194 | SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/fifo" | 194 | SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/fifo" |
195 | 195 | ||
196 | # github.com/docker/go-units v0.5.0 | 196 | # github.com/docker/go-units v0.5.0 |
197 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f | 197 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f |
198 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" | 198 | SRCREV_go-units = "e682442797b36348f8e1f98defdbf32bac0b6c6f" |
199 | SRC_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" | 199 | SRC_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" |
200 | 200 | ||
201 | # github.com/mattn/go-isatty v0.0.20 | 201 | # github.com/mattn/go-isatty v0.0.20 |
202 | # [1] git ls-remote https://github.com/mattn/go-isatty a7c02353c47bc4ec6b30dc9628154ae4fe760c11 | 202 | # [1] git ls-remote https://github.com/mattn/go-isatty a7c02353c47bc4ec6b30dc9628154ae4fe760c11 |
203 | SRCREV_go-isatty="a7c02353c47bc4ec6b30dc9628154ae4fe760c11" | 203 | SRCREV_go-isatty = "a7c02353c47bc4ec6b30dc9628154ae4fe760c11" |
204 | SRC_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" | 204 | SRC_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" |
205 | 205 | ||
206 | # github.com/moby/sys/signal v0.7.1 | 206 | # github.com/moby/sys/signal v0.7.1 |
207 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 207 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
208 | SRCREV_signal="cafbe42351600ca9b363e220722f66d96f6e71f4" | 208 | SRCREV_signal = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
209 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" | 209 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" |
210 | 210 | ||
211 | # github.com/moby/sys/userns v0.1.0 | 211 | # github.com/moby/sys/userns v0.1.0 |
212 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 | 212 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 |
213 | SRCREV_userns="54475191138bd297c627eb1a59e1e54b953957f1" | 213 | SRCREV_userns = "54475191138bd297c627eb1a59e1e54b953957f1" |
214 | SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns" | 214 | SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns" |
215 | 215 | ||
216 | # github.com/yuchanns/srslog v1.1.0 | 216 | # github.com/yuchanns/srslog v1.1.0 |
217 | # [1] git ls-remote https://github.com/yuchanns/srslog becd9b11119269a7928ae89fde90784335c1d016 | 217 | # [1] git ls-remote https://github.com/yuchanns/srslog becd9b11119269a7928ae89fde90784335c1d016 |
218 | SRCREV_srslog="becd9b11119269a7928ae89fde90784335c1d016" | 218 | SRCREV_srslog = "becd9b11119269a7928ae89fde90784335c1d016" |
219 | SRC_URI += "git://github.com/yuchanns/srslog;name=srslog;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/yuchanns/srslog" | 219 | SRC_URI += "git://github.com/yuchanns/srslog;name=srslog;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/yuchanns/srslog" |
220 | 220 | ||
221 | # github.com/golang/protobuf v1.5.4 | 221 | # github.com/golang/protobuf v1.5.4 |
222 | # [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 | 222 | # [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 |
223 | SRCREV_golang-protobuf="75de7c059e36b64f01d0dd234ff2fff404ec3374" | 223 | SRCREV_golang-protobuf = "75de7c059e36b64f01d0dd234ff2fff404ec3374" |
224 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" | 224 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" |
225 | 225 | ||
226 | # github.com/sirupsen/logrus v1.9.3 | 226 | # github.com/sirupsen/logrus v1.9.3 |
227 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd | 227 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd |
228 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" | 228 | SRCREV_logrus = "d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" |
229 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" | 229 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" |
230 | 230 | ||
231 | # github.com/smallstep/pkcs7 v0.1.1 | 231 | # github.com/smallstep/pkcs7 v0.1.1 |
232 | # [1] git ls-remote https://github.com/smallstep/pkcs7 21b5bd412d3d388540388c0165151f7e3df92213 | 232 | # [1] git ls-remote https://github.com/smallstep/pkcs7 21b5bd412d3d388540388c0165151f7e3df92213 |
233 | SRCREV_pkcs7="21b5bd412d3d388540388c0165151f7e3df92213" | 233 | SRCREV_pkcs7 = "21b5bd412d3d388540388c0165151f7e3df92213" |
234 | SRC_URI += "git://github.com/smallstep/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/smallstep/pkcs7" | 234 | SRC_URI += "git://github.com/smallstep/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/smallstep/pkcs7" |
235 | 235 | ||
236 | # google.golang.org/protobuf v1.36.2 | 236 | # google.golang.org/protobuf v1.36.2 |
237 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 12c6ebd98e62f69cf9969989362bc7609b873640 | 237 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 12c6ebd98e62f69cf9969989362bc7609b873640 |
238 | SRCREV_google.golang.org-protobuf="12c6ebd98e62f69cf9969989362bc7609b873640" | 238 | SRCREV_google.golang.org-protobuf = "12c6ebd98e62f69cf9969989362bc7609b873640" |
239 | SRC_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" | 239 | SRC_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" |
240 | 240 | ||
241 | # github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 | 241 | # github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 |
242 | # [1] git ls-remote https://github.com/bmizerany/assert b7ed37b82869576c289d7d97fb2bbd8b64a0cb28 | 242 | # [1] git ls-remote https://github.com/bmizerany/assert b7ed37b82869576c289d7d97fb2bbd8b64a0cb28 |
243 | SRCREV_assert="b7ed37b82869576c289d7d97fb2bbd8b64a0cb28" | 243 | SRCREV_assert = "b7ed37b82869576c289d7d97fb2bbd8b64a0cb28" |
244 | SRC_URI += "git://github.com/bmizerany/assert;name=assert;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/bmizerany/assert" | 244 | SRC_URI += "git://github.com/bmizerany/assert;name=assert;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/bmizerany/assert" |
245 | 245 | ||
246 | # github.com/containerd/ttrpc v1.2.7 | 246 | # github.com/containerd/ttrpc v1.2.7 |
247 | # [1] git ls-remote https://github.com/containerd/ttrpc 3b8c8b75577584e412043afb7b561193a4a47d2e | 247 | # [1] git ls-remote https://github.com/containerd/ttrpc 3b8c8b75577584e412043afb7b561193a4a47d2e |
248 | SRCREV_ttrpc="3b8c8b75577584e412043afb7b561193a4a47d2e" | 248 | SRCREV_ttrpc = "3b8c8b75577584e412043afb7b561193a4a47d2e" |
249 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" | 249 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" |
250 | 250 | ||
251 | # github.com/moby/sys/symlink v0.3.0 | 251 | # github.com/moby/sys/symlink v0.3.0 |
252 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 252 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
253 | SRCREV_symlink="cafbe42351600ca9b363e220722f66d96f6e71f4" | 253 | SRCREV_symlink = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
254 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" | 254 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" |
255 | 255 | ||
256 | # github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 | 256 | # github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 |
257 | # [1] git ls-remote https://github.com/petermattis/goid 4fcff4a6cae7cd8fdaeeaa8bb87443eda9dec107 | 257 | # [1] git ls-remote https://github.com/petermattis/goid 4fcff4a6cae7cd8fdaeeaa8bb87443eda9dec107 |
258 | SRCREV_goid="4fcff4a6cae7cd8fdaeeaa8bb87443eda9dec107" | 258 | SRCREV_goid = "4fcff4a6cae7cd8fdaeeaa8bb87443eda9dec107" |
259 | SRC_URI += "git://github.com/petermattis/goid;name=goid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/petermattis/goid" | 259 | SRC_URI += "git://github.com/petermattis/goid;name=goid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/petermattis/goid" |
260 | 260 | ||
261 | # github.com/vbatts/tar-split v0.11.6 | 261 | # github.com/vbatts/tar-split v0.11.6 |
262 | # [1] git ls-remote https://github.com/vbatts/tar-split 1f44cc4dc32346347cefbfe34c40166075385157 | 262 | # [1] git ls-remote https://github.com/vbatts/tar-split 1f44cc4dc32346347cefbfe34c40166075385157 |
263 | SRCREV_tar-split="1f44cc4dc32346347cefbfe34c40166075385157" | 263 | SRCREV_tar-split = "1f44cc4dc32346347cefbfe34c40166075385157" |
264 | SRC_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" | 264 | SRC_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" |
265 | 265 | ||
266 | # github.com/Microsoft/hcsshim v0.12.9 | 266 | # github.com/Microsoft/hcsshim v0.12.9 |
267 | # [1] git ls-remote https://github.com/microsoft/hcsshim 7392335b540ccd5edc26ca1e0dce0da393c17eff | 267 | # [1] git ls-remote https://github.com/microsoft/hcsshim 7392335b540ccd5edc26ca1e0dce0da393c17eff |
268 | SRCREV_hcsshim="7392335b540ccd5edc26ca1e0dce0da393c17eff" | 268 | SRCREV_hcsshim = "7392335b540ccd5edc26ca1e0dce0da393c17eff" |
269 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hcsshim" | 269 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hcsshim" |
270 | 270 | ||
271 | # github.com/containerd/go-cni v1.1.12 | 271 | # github.com/containerd/go-cni v1.1.12 |
272 | # [1] git ls-remote https://github.com/containerd/go-cni f4736bb1d1b10293d9c484cbf79254a5efa1e020 | 272 | # [1] git ls-remote https://github.com/containerd/go-cni f4736bb1d1b10293d9c484cbf79254a5efa1e020 |
273 | SRCREV_go-cni="f4736bb1d1b10293d9c484cbf79254a5efa1e020" | 273 | SRCREV_go-cni = "f4736bb1d1b10293d9c484cbf79254a5efa1e020" |
274 | SRC_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" | 274 | SRC_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" |
275 | 275 | ||
276 | # github.com/fsnotify/fsnotify v1.8.0 | 276 | # github.com/fsnotify/fsnotify v1.8.0 |
277 | # [1] git ls-remote https://github.com/fsnotify/fsnotify a9bc2e01792f868516acf80817f7d7d7b3315409 | 277 | # [1] git ls-remote https://github.com/fsnotify/fsnotify a9bc2e01792f868516acf80817f7d7d7b3315409 |
278 | SRCREV_fsnotify="a9bc2e01792f868516acf80817f7d7d7b3315409" | 278 | SRCREV_fsnotify = "a9bc2e01792f868516acf80817f7d7d7b3315409" |
279 | SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsnotify" | 279 | SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsnotify" |
280 | 280 | ||
281 | # github.com/vishvananda/netns v0.0.5 | 281 | # github.com/vishvananda/netns v0.0.5 |
282 | # [1] git ls-remote https://github.com/vishvananda/netns 4c46424d73b556b3ea4bc5a7cec9e7376dcb2a73 | 282 | # [1] git ls-remote https://github.com/vishvananda/netns 4c46424d73b556b3ea4bc5a7cec9e7376dcb2a73 |
283 | SRCREV_netns="4c46424d73b556b3ea4bc5a7cec9e7376dcb2a73" | 283 | SRCREV_netns = "4c46424d73b556b3ea4bc5a7cec9e7376dcb2a73" |
284 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netns" | 284 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netns" |
285 | 285 | ||
286 | # github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c | 286 | # github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c |
287 | # [1] git ls-remote https://github.com/Azure/go-ansiterm faa5f7b0171c46bb398a91b4a0c906324d3664cf | 287 | # [1] git ls-remote https://github.com/Azure/go-ansiterm faa5f7b0171c46bb398a91b4a0c906324d3664cf |
288 | SRCREV_go-ansiterm="faa5f7b0171c46bb398a91b4a0c906324d3664cf" | 288 | SRCREV_go-ansiterm = "faa5f7b0171c46bb398a91b4a0c906324d3664cf" |
289 | SRC_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" | 289 | SRC_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" |
290 | 290 | ||
291 | # github.com/containerd/plugin v1.0.0 | 291 | # github.com/containerd/plugin v1.0.0 |
292 | # [1] git ls-remote https://github.com/containerd/plugin 19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd | 292 | # [1] git ls-remote https://github.com/containerd/plugin 19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd |
293 | SRCREV_plugin="19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd" | 293 | SRCREV_plugin = "19cedbf730bb9ae1c106c4d4df8492bb3d3fb8fd" |
294 | SRC_URI += "git://github.com/containerd/plugin;name=plugin;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/plugin" | 294 | SRC_URI += "git://github.com/containerd/plugin;name=plugin;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/plugin" |
295 | 295 | ||
296 | # github.com/felixge/httpsnoop v1.0.4 | 296 | # github.com/felixge/httpsnoop v1.0.4 |
297 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c | 297 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c |
298 | SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" | 298 | SRCREV_httpsnoop = "c5817c27ec125409c069052fdd171023c353501c" |
299 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" | 299 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" |
300 | 300 | ||
301 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da | 301 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da |
302 | # [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 | 302 | # [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 |
303 | SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3" | 303 | SRCREV_groupcache = "41bb18bfe9da5321badc438f91158cd790a33aa3" |
304 | SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/groupcache" | 304 | SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/groupcache" |
305 | 305 | ||
306 | # github.com/minio/sha256-simd v1.0.1 | 306 | # github.com/minio/sha256-simd v1.0.1 |
307 | # [1] git ls-remote https://github.com/minio/sha256-simd 6096f891a77bfe490cbea7a424c821b5fdb92849 | 307 | # [1] git ls-remote https://github.com/minio/sha256-simd 6096f891a77bfe490cbea7a424c821b5fdb92849 |
308 | SRCREV_sha256-simd="6096f891a77bfe490cbea7a424c821b5fdb92849" | 308 | SRCREV_sha256-simd = "6096f891a77bfe490cbea7a424c821b5fdb92849" |
309 | SRC_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" | 309 | SRC_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" |
310 | 310 | ||
311 | # github.com/spaolacci/murmur3 v1.1.0 | 311 | # github.com/spaolacci/murmur3 v1.1.0 |
312 | # [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc | 312 | # [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc |
313 | SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc" | 313 | SRCREV_murmur3 = "f09979ecbc725b9e6d41a297405f65e7e8804acc" |
314 | SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spaolacci/murmur3" | 314 | SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spaolacci/murmur3" |
315 | 315 | ||
316 | # github.com/Microsoft/go-winio v0.6.2 | 316 | # github.com/Microsoft/go-winio v0.6.2 |
317 | # [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f | 317 | # [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f |
318 | SRCREV_go-winio="3c9576c9346a1892dee136329e7e15309e82fb4f" | 318 | SRCREV_go-winio = "3c9576c9346a1892dee136329e7e15309e82fb4f" |
319 | SRC_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" | 319 | SRC_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" |
320 | 320 | ||
321 | # github.com/containerd/console v1.0.4 | 321 | # github.com/containerd/console v1.0.4 |
322 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f | 322 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f |
323 | SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" | 323 | SRCREV_console = "8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" |
324 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" | 324 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" |
325 | 325 | ||
326 | # github.com/containerd/errdefs v1.0.0 | 326 | # github.com/containerd/errdefs v1.0.0 |
327 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 | 327 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 |
328 | SRCREV_errdefs="4817405e4a3caeb7aee9dac68ed55339c59cb635" | 328 | SRCREV_errdefs = "4817405e4a3caeb7aee9dac68ed55339c59cb635" |
329 | SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" | 329 | SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" |
330 | 330 | ||
331 | # github.com/coreos/go-iptables v0.8.0 | 331 | # github.com/coreos/go-iptables v0.8.0 |
332 | # [1] git ls-remote https://github.com/coreos/go-iptables 26e42518b22e6878bd6e479a574122c319fa923e | 332 | # [1] git ls-remote https://github.com/coreos/go-iptables 26e42518b22e6878bd6e479a574122c319fa923e |
333 | SRCREV_go-iptables="26e42518b22e6878bd6e479a574122c319fa923e" | 333 | SRCREV_go-iptables = "26e42518b22e6878bd6e479a574122c319fa923e" |
334 | SRC_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" | 334 | SRC_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" |
335 | 335 | ||
336 | # github.com/klauspost/compress v1.18.0 | 336 | # github.com/klauspost/compress v1.18.0 |
337 | # [1] git ls-remote https://github.com/klauspost/compress 8e79dc4b98d4c5a09c62a2546b79c14edf7c3e38 | 337 | # [1] git ls-remote https://github.com/klauspost/compress 8e79dc4b98d4c5a09c62a2546b79c14edf7c3e38 |
338 | SRCREV_compress="8e79dc4b98d4c5a09c62a2546b79c14edf7c3e38" | 338 | SRCREV_compress = "8e79dc4b98d4c5a09c62a2546b79c14edf7c3e38" |
339 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" | 339 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" |
340 | 340 | ||
341 | # github.com/containerd/go-runc v1.1.0 | 341 | # github.com/containerd/go-runc v1.1.0 |
342 | # [1] git ls-remote https://github.com/containerd/go-runc df3c22d088ca919d1943efa8ae0cfc0514da0542 | 342 | # [1] git ls-remote https://github.com/containerd/go-runc df3c22d088ca919d1943efa8ae0cfc0514da0542 |
343 | SRCREV_go-runc="df3c22d088ca919d1943efa8ae0cfc0514da0542" | 343 | SRCREV_go-runc = "df3c22d088ca919d1943efa8ae0cfc0514da0542" |
344 | SRC_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" | 344 | SRC_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" |
345 | 345 | ||
346 | # github.com/go-jose/go-jose/v4 v4.0.5 | 346 | # github.com/go-jose/go-jose/v4 v4.0.5 |
347 | # [1] git ls-remote https://github.com/go-jose/go-jose 99b346cec4e86d102284642c5dcbe9bb0cacfc22 | 347 | # [1] git ls-remote https://github.com/go-jose/go-jose 99b346cec4e86d102284642c5dcbe9bb0cacfc22 |
348 | SRCREV_v4="99b346cec4e86d102284642c5dcbe9bb0cacfc22" | 348 | SRCREV_v4 = "99b346cec4e86d102284642c5dcbe9bb0cacfc22" |
349 | SRC_URI += "git://github.com/go-jose/go-jose;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-jose/go-jose/v4" | 349 | SRC_URI += "git://github.com/go-jose/go-jose;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-jose/go-jose/v4" |
350 | 350 | ||
351 | # github.com/klauspost/cpuid/v2 v2.2.8 | 351 | # github.com/klauspost/cpuid/v2 v2.2.8 |
352 | # [1] git ls-remote https://github.com/klauspost/cpuid 95e7626938069ea64e5c91ca2fe36945786fead9 | 352 | # [1] git ls-remote https://github.com/klauspost/cpuid 95e7626938069ea64e5c91ca2fe36945786fead9 |
353 | SRCREV_cpuid-v2="95e7626938069ea64e5c91ca2fe36945786fead9" | 353 | SRCREV_cpuid-v2 = "95e7626938069ea64e5c91ca2fe36945786fead9" |
354 | SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/cpuid/v2" | 354 | SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/cpuid/v2" |
355 | 355 | ||
356 | # github.com/mattn/go-colorable v0.1.13 | 356 | # github.com/mattn/go-colorable v0.1.13 |
357 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be | 357 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be |
358 | SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" | 358 | SRCREV_go-colorable = "11a925cff3d38c293ddc8c05a16b504e3e2c63be" |
359 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-colorable" | 359 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-colorable" |
360 | 360 | ||
361 | # github.com/moby/sys/mountinfo v0.7.2 | 361 | # github.com/moby/sys/mountinfo v0.7.2 |
362 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 362 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
363 | SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4" | 363 | SRCREV_mountinfo = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
364 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" | 364 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" |
365 | 365 | ||
366 | # github.com/muesli/cancelreader v0.2.2 | 366 | # github.com/muesli/cancelreader v0.2.2 |
367 | # [1] git ls-remote https://github.com/muesli/cancelreader d11f1e77abf7f8d69d81553ccaaf0b81163541a6 | 367 | # [1] git ls-remote https://github.com/muesli/cancelreader d11f1e77abf7f8d69d81553ccaaf0b81163541a6 |
368 | SRCREV_cancelreader="d11f1e77abf7f8d69d81553ccaaf0b81163541a6" | 368 | SRCREV_cancelreader = "d11f1e77abf7f8d69d81553ccaaf0b81163541a6" |
369 | SRC_URI += "git://github.com/muesli/cancelreader;name=cancelreader;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/muesli/cancelreader" | 369 | SRC_URI += "git://github.com/muesli/cancelreader;name=cancelreader;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/muesli/cancelreader" |
370 | 370 | ||
371 | # github.com/vishvananda/netlink v1.3.0 | 371 | # github.com/vishvananda/netlink v1.3.0 |
372 | # [1] git ls-remote https://github.com/vishvananda/netlink 6f5713947556a0288c5cb71f036f9e91924ebcaa | 372 | # [1] git ls-remote https://github.com/vishvananda/netlink 6f5713947556a0288c5cb71f036f9e91924ebcaa |
373 | SRCREV_netlink="6f5713947556a0288c5cb71f036f9e91924ebcaa" | 373 | SRCREV_netlink = "6f5713947556a0288c5cb71f036f9e91924ebcaa" |
374 | SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netlink" | 374 | SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netlink" |
375 | 375 | ||
376 | # github.com/containers/ocicrypt v1.2.1 | 376 | # github.com/containers/ocicrypt v1.2.1 |
377 | # [1] git ls-remote https://github.com/containers/ocicrypt 1db71af9f28553231f0b59880d3fe5b162fa8c61 | 377 | # [1] git ls-remote https://github.com/containers/ocicrypt 1db71af9f28553231f0b59880d3fe5b162fa8c61 |
378 | SRCREV_ocicrypt="1db71af9f28553231f0b59880d3fe5b162fa8c61" | 378 | SRCREV_ocicrypt = "1db71af9f28553231f0b59880d3fe5b162fa8c61" |
379 | SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containers/ocicrypt" | 379 | SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containers/ocicrypt" |
380 | 380 | ||
381 | # github.com/mattn/go-shellwords v1.0.12 | 381 | # github.com/mattn/go-shellwords v1.0.12 |
382 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac | 382 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac |
383 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" | 383 | SRCREV_go-shellwords = "973b9d5391598d4ee601db46fa32f6e186a356ac" |
384 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-shellwords" | 384 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-shellwords" |
385 | 385 | ||
386 | # github.com/moby/sys/sequential v0.6.0 | 386 | # github.com/moby/sys/sequential v0.6.0 |
387 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 387 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
388 | SRCREV_sequential="cafbe42351600ca9b363e220722f66d96f6e71f4" | 388 | SRCREV_sequential = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
389 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" | 389 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" |
390 | 390 | ||
391 | # github.com/sasha-s/go-deadlock v0.3.5 | 391 | # github.com/sasha-s/go-deadlock v0.3.5 |
392 | # [1] git ls-remote https://github.com/sasha-s/go-deadlock 464d34347a399b840a4f963cc96dfc993ccf8c62 | 392 | # [1] git ls-remote https://github.com/sasha-s/go-deadlock 464d34347a399b840a4f963cc96dfc993ccf8c62 |
393 | SRCREV_go-deadlock="464d34347a399b840a4f963cc96dfc993ccf8c62" | 393 | SRCREV_go-deadlock = "464d34347a399b840a4f963cc96dfc993ccf8c62" |
394 | SRC_URI += "git://github.com/sasha-s/go-deadlock;name=go-deadlock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sasha-s/go-deadlock" | 394 | SRC_URI += "git://github.com/sasha-s/go-deadlock;name=go-deadlock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sasha-s/go-deadlock" |
395 | 395 | ||
396 | # go.opentelemetry.io/otel/trace v1.31.0 | 396 | # go.opentelemetry.io/otel/trace v1.31.0 |
397 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 | 397 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
398 | SRCREV_trace="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" | 398 | SRCREV_trace = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
399 | SRC_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" | 399 | SRC_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" |
400 | 400 | ||
401 | # github.com/containerd/platforms v1.0.0-rc.1 | 401 | # github.com/containerd/platforms v1.0.0-rc.1 |
402 | # [1] git ls-remote https://github.com/containerd/platforms e3566b8ff1994b8dc88bae5768d32830e0cd0cfd | 402 | # [1] git ls-remote https://github.com/containerd/platforms e3566b8ff1994b8dc88bae5768d32830e0cd0cfd |
403 | SRCREV_platforms="e3566b8ff1994b8dc88bae5768d32830e0cd0cfd" | 403 | SRCREV_platforms = "e3566b8ff1994b8dc88bae5768d32830e0cd0cfd" |
404 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms" | 404 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms" |
405 | 405 | ||
406 | # github.com/pelletier/go-toml/v2 v2.2.3 | 406 | # github.com/pelletier/go-toml/v2 v2.2.3 |
407 | # [1] git ls-remote https://github.com/pelletier/go-toml b730b2be5d3ab7283067ddf61188f41cdf42ce06 | 407 | # [1] git ls-remote https://github.com/pelletier/go-toml b730b2be5d3ab7283067ddf61188f41cdf42ce06 |
408 | SRCREV_go-toml-v2="b730b2be5d3ab7283067ddf61188f41cdf42ce06" | 408 | SRCREV_go-toml-v2 = "b730b2be5d3ab7283067ddf61188f41cdf42ce06" |
409 | SRC_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" | 409 | SRC_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" |
410 | 410 | ||
411 | # github.com/mitchellh/go-homedir v1.1.0 | 411 | # github.com/mitchellh/go-homedir v1.1.0 |
412 | # [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 | 412 | # [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 |
413 | SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" | 413 | SRCREV_go-homedir = "af06845cf3004701891bf4fdb884bfe4920b3727" |
414 | SRC_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" | 414 | SRC_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" |
415 | 415 | ||
416 | # github.com/xeipuuv/gojsonschema v1.2.0 | 416 | # github.com/xeipuuv/gojsonschema v1.2.0 |
417 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 | 417 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 |
418 | SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" | 418 | SRCREV_gojsonschema = "82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" |
419 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema" | 419 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema" |
420 | 420 | ||
421 | # go.opentelemetry.io/otel/metric v1.31.0 | 421 | # go.opentelemetry.io/otel/metric v1.31.0 |
422 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 | 422 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
423 | SRCREV_metric="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" | 423 | SRCREV_metric = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
424 | SRC_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" | 424 | SRC_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" |
425 | 425 | ||
426 | # github.com/Masterminds/semver/v3 v3.3.1 | 426 | # github.com/Masterminds/semver/v3 v3.3.1 |
427 | # [1] git ls-remote https://github.com/Masterminds/semver 1558ca3488226e3490894a145e831ad58a5ff958 | 427 | # [1] git ls-remote https://github.com/Masterminds/semver 1558ca3488226e3490894a145e831ad58a5ff958 |
428 | SRCREV_v3="1558ca3488226e3490894a145e831ad58a5ff958" | 428 | SRCREV_v3 = "1558ca3488226e3490894a145e831ad58a5ff958" |
429 | SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" | 429 | SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" |
430 | 430 | ||
431 | # github.com/containerd/cgroups/v3 v3.0.5 | 431 | # github.com/containerd/cgroups/v3 v3.0.5 |
432 | # [1] git ls-remote https://github.com/containerd/cgroups bce3c7e5fbf05852294998684293918fcb3f59dd | 432 | # [1] git ls-remote https://github.com/containerd/cgroups bce3c7e5fbf05852294998684293918fcb3f59dd |
433 | SRCREV_cgroups-v3="bce3c7e5fbf05852294998684293918fcb3f59dd" | 433 | SRCREV_cgroups-v3 = "bce3c7e5fbf05852294998684293918fcb3f59dd" |
434 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/cgroups/v3" | 434 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/cgroups/v3" |
435 | 435 | ||
436 | # github.com/containerd/continuity v0.4.5 | 436 | # github.com/containerd/continuity v0.4.5 |
437 | # [1] git ls-remote https://github.com/containerd/continuity 44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e | 437 | # [1] git ls-remote https://github.com/containerd/continuity 44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e |
438 | SRCREV_continuity="44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e" | 438 | SRCREV_continuity = "44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e" |
439 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" | 439 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" |
440 | 440 | ||
441 | # github.com/containerd/typeurl/v2 v2.2.3 | 441 | # github.com/containerd/typeurl/v2 v2.2.3 |
442 | # [1] git ls-remote https://github.com/containerd/typeurl 5b047adad57d172afa9654c019fe65bf0540cc4d | 442 | # [1] git ls-remote https://github.com/containerd/typeurl 5b047adad57d172afa9654c019fe65bf0540cc4d |
443 | SRCREV_typeurl-v2="5b047adad57d172afa9654c019fe65bf0540cc4d" | 443 | SRCREV_typeurl-v2 = "5b047adad57d172afa9654c019fe65bf0540cc4d" |
444 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2" | 444 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2" |
445 | 445 | ||
446 | # github.com/coreos/go-systemd/v22 v22.5.0 | 446 | # github.com/coreos/go-systemd/v22 v22.5.0 |
447 | # [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e | 447 | # [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e |
448 | SRCREV_v22="d5623bf85e8e73ae6352f78ee6b55a287619dd4e" | 448 | SRCREV_v22 = "d5623bf85e8e73ae6352f78ee6b55a287619dd4e" |
449 | SRC_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" | 449 | SRC_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" |
450 | 450 | ||
451 | # github.com/docker/go-connections v0.5.0 | 451 | # github.com/docker/go-connections v0.5.0 |
452 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace | 452 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace |
453 | SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace" | 453 | SRCREV_go-connections = "fa09c952e3eadbffaf8afc5b8a1667158ba38ace" |
454 | SRC_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" | 454 | SRC_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" |
455 | 455 | ||
456 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb | 456 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb |
457 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb | 457 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb |
458 | SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" | 458 | SRCREV_gojsonpointer = "02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" |
459 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonpointer" | 459 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonpointer" |
460 | 460 | ||
461 | # github.com/containerd/imgcrypt/v2 v2.0.0 | 461 | # github.com/containerd/imgcrypt/v2 v2.0.0 |
462 | # [1] git ls-remote https://github.com/containerd/imgcrypt 1e301ef2620964bedfa68ee4b841ff80f4887736 | 462 | # [1] git ls-remote https://github.com/containerd/imgcrypt 1e301ef2620964bedfa68ee4b841ff80f4887736 |
463 | SRCREV_imgcrypt-v2="1e301ef2620964bedfa68ee4b841ff80f4887736" | 463 | SRCREV_imgcrypt-v2 = "1e301ef2620964bedfa68ee4b841ff80f4887736" |
464 | SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/imgcrypt/v2" | 464 | SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/imgcrypt/v2" |
465 | 465 | ||
466 | # github.com/distribution/reference v0.6.0 | 466 | # github.com/distribution/reference v0.6.0 |
467 | # [1] git ls-remote https://github.com/distribution/reference ff14fafe2236e51c2894ac07d4bdfc778e96d682 | 467 | # [1] git ls-remote https://github.com/distribution/reference ff14fafe2236e51c2894ac07d4bdfc778e96d682 |
468 | SRCREV_reference="ff14fafe2236e51c2894ac07d4bdfc778e96d682" | 468 | SRCREV_reference = "ff14fafe2236e51c2894ac07d4bdfc778e96d682" |
469 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" | 469 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" |
470 | 470 | ||
471 | # github.com/fahedouch/go-logrotate v0.2.1 | 471 | # github.com/fahedouch/go-logrotate v0.2.1 |
472 | # [1] git ls-remote https://github.com/fahedouch/go-logrotate e7e671d3a673890ee38392540079196cef61e3d6 | 472 | # [1] git ls-remote https://github.com/fahedouch/go-logrotate e7e671d3a673890ee38392540079196cef61e3d6 |
473 | SRCREV_go-logrotate="e7e671d3a673890ee38392540079196cef61e3d6" | 473 | SRCREV_go-logrotate = "e7e671d3a673890ee38392540079196cef61e3d6" |
474 | SRC_URI += "git://github.com/fahedouch/go-logrotate;name=go-logrotate;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fahedouch/go-logrotate" | 474 | SRC_URI += "git://github.com/fahedouch/go-logrotate;name=go-logrotate;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fahedouch/go-logrotate" |
475 | 475 | ||
476 | # github.com/containerd/errdefs/pkg v0.3.0 | 476 | # github.com/containerd/errdefs/pkg v0.3.0 |
477 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 | 477 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 |
478 | SRCREV_pkg="4817405e4a3caeb7aee9dac68ed55339c59cb635" | 478 | SRCREV_pkg = "4817405e4a3caeb7aee9dac68ed55339c59cb635" |
479 | SRC_URI += "git://github.com/containerd/errdefs;name=pkg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs/pkg" | 479 | SRC_URI += "git://github.com/containerd/errdefs;name=pkg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs/pkg" |
480 | 480 | ||
481 | # github.com/moby/docker-image-spec v1.3.1 | 481 | # github.com/moby/docker-image-spec v1.3.1 |
482 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af | 482 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af |
483 | SRCREV_docker-image-spec="f1d00ebd2d6d6805170d5543dbca4b850f35f9af" | 483 | SRCREV_docker-image-spec = "f1d00ebd2d6d6805170d5543dbca4b850f35f9af" |
484 | SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/docker-image-spec" | 484 | SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/docker-image-spec" |
485 | 485 | ||
486 | # github.com/multiformats/go-base32 v0.1.0 | 486 | # github.com/multiformats/go-base32 v0.1.0 |
487 | # [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f | 487 | # [1] git ls-remote https://github.com/multiformats/go-base32 a16b66327f327428b32b919939b8c93482507e1f |
488 | SRCREV_go-base32="a16b66327f327428b32b919939b8c93482507e1f" | 488 | SRCREV_go-base32 = "a16b66327f327428b32b919939b8c93482507e1f" |
489 | SRC_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" | 489 | SRC_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" |
490 | 490 | ||
491 | # github.com/multiformats/go-base36 v0.2.0 | 491 | # github.com/multiformats/go-base36 v0.2.0 |
492 | # [1] git ls-remote https://github.com/multiformats/go-base36 da52c98bb97cfaa321be04030bc97dcee7de63ff | 492 | # [1] git ls-remote https://github.com/multiformats/go-base36 da52c98bb97cfaa321be04030bc97dcee7de63ff |
493 | SRCREV_go-base36="da52c98bb97cfaa321be04030bc97dcee7de63ff" | 493 | SRCREV_go-base36 = "da52c98bb97cfaa321be04030bc97dcee7de63ff" |
494 | SRC_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" | 494 | SRC_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" |
495 | 495 | ||
496 | # github.com/multiformats/go-varint v0.0.7 | 496 | # github.com/multiformats/go-varint v0.0.7 |
497 | # [1] git ls-remote https://github.com/multiformats/go-varint 8c8129accb08fc978bb276c81d568c41eafdd48f | 497 | # [1] git ls-remote https://github.com/multiformats/go-varint 8c8129accb08fc978bb276c81d568c41eafdd48f |
498 | SRCREV_go-varint="8c8129accb08fc978bb276c81d568c41eafdd48f" | 498 | SRCREV_go-varint = "8c8129accb08fc978bb276c81d568c41eafdd48f" |
499 | SRC_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" | 499 | SRC_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" |
500 | 500 | ||
501 | # github.com/opencontainers/selinux v1.11.1 | 501 | # github.com/opencontainers/selinux v1.11.1 |
502 | # [1] git ls-remote https://github.com/opencontainers/selinux 44b3337c67171896cf6f299ece82ec31abfe8c0d | 502 | # [1] git ls-remote https://github.com/opencontainers/selinux 44b3337c67171896cf6f299ece82ec31abfe8c0d |
503 | SRCREV_selinux="44b3337c67171896cf6f299ece82ec31abfe8c0d" | 503 | SRCREV_selinux = "44b3337c67171896cf6f299ece82ec31abfe8c0d" |
504 | SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/selinux" | 504 | SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/selinux" |
505 | 505 | ||
506 | # github.com/containernetworking/cni v1.2.3 | 506 | # github.com/containernetworking/cni v1.2.3 |
507 | # [1] git ls-remote https://github.com/containernetworking/cni 309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4 | 507 | # [1] git ls-remote https://github.com/containernetworking/cni 309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4 |
508 | SRCREV_cni="309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4" | 508 | SRCREV_cni = "309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4" |
509 | SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/cni" | 509 | SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/cni" |
510 | 510 | ||
511 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 | 511 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 |
512 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b | 512 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b |
513 | SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" | 513 | SRCREV_gojsonreference = "bd5ef7bd5415a7ac448318e64f11a24cd21e594b" |
514 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" | 514 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" |
515 | 515 | ||
516 | # github.com/containerd/containerd/v2 v2.0.3 | 516 | # github.com/containerd/containerd/v2 v2.0.3 |
517 | # [1] git ls-remote https://github.com/containerd/containerd 06b99ca80cdbfbc6cc8bd567021738c9af2b36ce | 517 | # [1] git ls-remote https://github.com/containerd/containerd 06b99ca80cdbfbc6cc8bd567021738c9af2b36ce |
518 | SRCREV_containerd-v2="06b99ca80cdbfbc6cc8bd567021738c9af2b36ce" | 518 | SRCREV_containerd-v2 = "06b99ca80cdbfbc6cc8bd567021738c9af2b36ce" |
519 | SRC_URI += "git://github.com/containerd/containerd;name=containerd-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/v2" | 519 | SRC_URI += "git://github.com/containerd/containerd;name=containerd-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/v2" |
520 | 520 | ||
521 | # github.com/go-viper/mapstructure/v2 v2.2.1 | 521 | # github.com/go-viper/mapstructure/v2 v2.2.1 |
522 | # [1] git ls-remote https://github.com/go-viper/mapstructure c29fc28e7927f11614d6f7e0fbf108a5c75750bb | 522 | # [1] git ls-remote https://github.com/go-viper/mapstructure c29fc28e7927f11614d6f7e0fbf108a5c75750bb |
523 | SRCREV_mapstructure-v2="c29fc28e7927f11614d6f7e0fbf108a5c75750bb" | 523 | SRCREV_mapstructure-v2 = "c29fc28e7927f11614d6f7e0fbf108a5c75750bb" |
524 | SRC_URI += "git://github.com/go-viper/mapstructure;name=mapstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-viper/mapstructure/v2" | 524 | SRC_URI += "git://github.com/go-viper/mapstructure;name=mapstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-viper/mapstructure/v2" |
525 | 525 | ||
526 | # github.com/opencontainers/go-digest v1.0.0 | 526 | # github.com/opencontainers/go-digest v1.0.0 |
527 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a | 527 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a |
528 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" | 528 | SRCREV_go-digest = "ea51bea511f75cfa3ef6098cc253c5c3609b037a" |
529 | SRC_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" | 529 | SRC_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" |
530 | 530 | ||
531 | # github.com/containerd/containerd/api v1.8.0 | 531 | # github.com/containerd/containerd/api v1.8.0 |
532 | # [1] git ls-remote https://github.com/containerd/containerd cf36acf6b6dde383952f523e9b0b721b20dec88a | 532 | # [1] git ls-remote https://github.com/containerd/containerd cf36acf6b6dde383952f523e9b0b721b20dec88a |
533 | SRCREV_api="cf36acf6b6dde383952f523e9b0b721b20dec88a" | 533 | SRCREV_api = "cf36acf6b6dde383952f523e9b0b721b20dec88a" |
534 | SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" | 534 | SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" |
535 | 535 | ||
536 | # github.com/opencontainers/image-spec v1.1.1 | 536 | # github.com/opencontainers/image-spec v1.1.1 |
537 | # [1] git ls-remote https://github.com/opencontainers/image-spec 147f9c13cedb47a0c4d9a11a222961073d585877 | 537 | # [1] git ls-remote https://github.com/opencontainers/image-spec 147f9c13cedb47a0c4d9a11a222961073d585877 |
538 | SRCREV_image-spec="147f9c13cedb47a0c4d9a11a222961073d585877" | 538 | SRCREV_image-spec = "147f9c13cedb47a0c4d9a11a222961073d585877" |
539 | SRC_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" | 539 | SRC_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" |
540 | 540 | ||
541 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 | 541 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 |
542 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9 | 542 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9 |
543 | SRCREV_go-fuzz-headers="e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9" | 543 | SRCREV_go-fuzz-headers = "e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9" |
544 | SRC_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" | 544 | SRC_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" |
545 | 545 | ||
546 | # github.com/inconshreveable/mousetrap v1.1.0 | 546 | # github.com/inconshreveable/mousetrap v1.1.0 |
547 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 | 547 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 |
548 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" | 548 | SRCREV_mousetrap = "4e8053ee7ef85a6bd26368364a6d27f1641c1d21" |
549 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" | 549 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" |
550 | 550 | ||
551 | # github.com/multiformats/go-multiaddr v0.13.0 | 551 | # github.com/multiformats/go-multiaddr v0.13.0 |
552 | # [1] git ls-remote https://github.com/multiformats/go-multiaddr 14890877525b42c5d6450436929b059974f03ea4 | 552 | # [1] git ls-remote https://github.com/multiformats/go-multiaddr 14890877525b42c5d6450436929b059974f03ea4 |
553 | SRCREV_go-multiaddr="14890877525b42c5d6450436929b059974f03ea4" | 553 | SRCREV_go-multiaddr = "14890877525b42c5d6450436929b059974f03ea4" |
554 | SRC_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" | 554 | SRC_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" |
555 | 555 | ||
556 | # github.com/multiformats/go-multibase v0.2.0 | 556 | # github.com/multiformats/go-multibase v0.2.0 |
557 | # [1] git ls-remote https://github.com/multiformats/go-multibase 58a41f7df1d82d16599e259325b3337d69f70e3b | 557 | # [1] git ls-remote https://github.com/multiformats/go-multibase 58a41f7df1d82d16599e259325b3337d69f70e3b |
558 | SRCREV_go-multibase="58a41f7df1d82d16599e259325b3337d69f70e3b" | 558 | SRCREV_go-multibase = "58a41f7df1d82d16599e259325b3337d69f70e3b" |
559 | SRC_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" | 559 | SRC_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" |
560 | 560 | ||
561 | # github.com/multiformats/go-multihash v0.2.3 | 561 | # github.com/multiformats/go-multihash v0.2.3 |
562 | # [1] git ls-remote https://github.com/multiformats/go-multihash ff9da31500dddfc675e996601a05cdfc3ce7c764 | 562 | # [1] git ls-remote https://github.com/multiformats/go-multihash ff9da31500dddfc675e996601a05cdfc3ce7c764 |
563 | SRCREV_go-multihash="ff9da31500dddfc675e996601a05cdfc3ce7c764" | 563 | SRCREV_go-multihash = "ff9da31500dddfc675e996601a05cdfc3ce7c764" |
564 | SRC_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" | 564 | SRC_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" |
565 | 565 | ||
566 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 | 566 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 |
567 | # [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78284954bff6dcce7888166bb79bbba93bea0879 | 567 | # [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78284954bff6dcce7888166bb79bbba93bea0879 |
568 | SRCREV_go-pkcs11uri="78284954bff6dcce7888166bb79bbba93bea0879" | 568 | SRCREV_go-pkcs11uri = "78284954bff6dcce7888166bb79bbba93bea0879" |
569 | SRC_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" | 569 | SRC_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" |
570 | 570 | ||
571 | # github.com/compose-spec/compose-go/v2 v2.4.8 | 571 | # github.com/compose-spec/compose-go/v2 v2.4.8 |
572 | # [1] git ls-remote https://github.com/compose-spec/compose-go 84b7d5ab66388d3b5e24bae7861213a451a0f063 | 572 | # [1] git ls-remote https://github.com/compose-spec/compose-go 84b7d5ab66388d3b5e24bae7861213a451a0f063 |
573 | SRCREV_v2="84b7d5ab66388d3b5e24bae7861213a451a0f063" | 573 | SRCREV_v2 = "84b7d5ab66388d3b5e24bae7861213a451a0f063" |
574 | SRC_URI += "git://github.com/compose-spec/compose-go;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2" | 574 | SRC_URI += "git://github.com/compose-spec/compose-go;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2" |
575 | 575 | ||
576 | # github.com/cyphar/filepath-securejoin v0.4.1 | 576 | # github.com/cyphar/filepath-securejoin v0.4.1 |
577 | # [1] git ls-remote https://github.com/cyphar/filepath-securejoin 7abd870410ccf784788af4f55c6413c9ef47222d | 577 | # [1] git ls-remote https://github.com/cyphar/filepath-securejoin 7abd870410ccf784788af4f55c6413c9ef47222d |
578 | SRCREV_filepath-securejoin="7abd870410ccf784788af4f55c6413c9ef47222d" | 578 | SRCREV_filepath-securejoin = "7abd870410ccf784788af4f55c6413c9ef47222d" |
579 | SRC_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" | 579 | SRC_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" |
580 | 580 | ||
581 | # github.com/containernetworking/plugins v1.6.2 | 581 | # github.com/containernetworking/plugins v1.6.2 |
582 | # [1] git ls-remote https://github.com/containernetworking/plugins 7f756b411efc3d3730c707e2cc1f2baf1a66e28c | 582 | # [1] git ls-remote https://github.com/containernetworking/plugins 7f756b411efc3d3730c707e2cc1f2baf1a66e28c |
583 | SRCREV_plugins="7f756b411efc3d3730c707e2cc1f2baf1a66e28c" | 583 | SRCREV_plugins = "7f756b411efc3d3730c707e2cc1f2baf1a66e28c" |
584 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" | 584 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" |
585 | 585 | ||
586 | # github.com/fluent/fluent-logger-golang v1.9.0 | 586 | # github.com/fluent/fluent-logger-golang v1.9.0 |
587 | # [1] git ls-remote https://github.com/fluent/fluent-logger-golang 5538e904aeb515c10a624da620581bdf420d4b8a | 587 | # [1] git ls-remote https://github.com/fluent/fluent-logger-golang 5538e904aeb515c10a624da620581bdf420d4b8a |
588 | SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a" | 588 | SRCREV_fluent-logger-golang = "5538e904aeb515c10a624da620581bdf420d4b8a" |
589 | SRC_URI += "git://github.com/fluent/fluent-logger-golang;name=fluent-logger-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fluent/fluent-logger-golang" | 589 | SRC_URI += "git://github.com/fluent/fluent-logger-golang;name=fluent-logger-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fluent/fluent-logger-golang" |
590 | 590 | ||
591 | # github.com/opencontainers/runtime-spec v1.2.1 | 591 | # github.com/opencontainers/runtime-spec v1.2.1 |
592 | # [1] git ls-remote https://github.com/opencontainers/runtime-spec 524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b | 592 | # [1] git ls-remote https://github.com/opencontainers/runtime-spec 524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b |
593 | SRCREV_runtime-spec="524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b" | 593 | SRCREV_runtime-spec = "524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b" |
594 | SRC_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" | 594 | SRC_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" |
595 | 595 | ||
596 | # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 | 596 | # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 |
597 | # [1] git ls-remote https://github.com/AdamKorcz/go-118-fuzz-build 2b5cbb29f3e2e08ef2032ac4dc88a40a3a1e9e5f | 597 | # [1] git ls-remote https://github.com/AdamKorcz/go-118-fuzz-build 2b5cbb29f3e2e08ef2032ac4dc88a40a3a1e9e5f |
598 | SRCREV_go-118-fuzz-build="2b5cbb29f3e2e08ef2032ac4dc88a40a3a1e9e5f" | 598 | SRCREV_go-118-fuzz-build = "2b5cbb29f3e2e08ef2032ac4dc88a40a3a1e9e5f" |
599 | SRC_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" | 599 | SRC_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" |
600 | 600 | ||
601 | # github.com/containerd/nydus-snapshotter v0.15.0 | 601 | # github.com/containerd/nydus-snapshotter v0.15.0 |
602 | # [1] git ls-remote https://github.com/containerd/nydus-snapshotter aec799e1b5d61050f7df4a1fd79177f89635cffe | 602 | # [1] git ls-remote https://github.com/containerd/nydus-snapshotter aec799e1b5d61050f7df4a1fd79177f89635cffe |
603 | SRCREV_nydus-snapshotter="aec799e1b5d61050f7df4a1fd79177f89635cffe" | 603 | SRCREV_nydus-snapshotter = "aec799e1b5d61050f7df4a1fd79177f89635cffe" |
604 | SRC_URI += "git://github.com/containerd/nydus-snapshotter;name=nydus-snapshotter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/nydus-snapshotter" | 604 | SRC_URI += "git://github.com/containerd/nydus-snapshotter;name=nydus-snapshotter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/nydus-snapshotter" |
605 | 605 | ||
606 | # github.com/containerd/stargz-snapshotter v0.16.3 | 606 | # github.com/containerd/stargz-snapshotter v0.16.3 |
607 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a | 607 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a |
608 | SRCREV_stargz-snapshotter="c0389e084ae5731215c1251b04f3a8b49efb6d5a" | 608 | SRCREV_stargz-snapshotter = "c0389e084ae5731215c1251b04f3a8b49efb6d5a" |
609 | SRC_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" | 609 | SRC_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" |
610 | 610 | ||
611 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 | 611 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 |
612 | # [1] git ls-remote https://github.com/googleapis/go-genproto 5f5ef82da42272dfd659a9114072cd3a924f9143 | 612 | # [1] git ls-remote https://github.com/googleapis/go-genproto 5f5ef82da42272dfd659a9114072cd3a924f9143 |
613 | SRCREV_rpc="5f5ef82da42272dfd659a9114072cd3a924f9143" | 613 | SRCREV_rpc = "5f5ef82da42272dfd659a9114072cd3a924f9143" |
614 | SRC_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" | 614 | SRC_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" |
615 | 615 | ||
616 | # github.com/rootless-containers/bypass4netns v0.4.2 | 616 | # github.com/rootless-containers/bypass4netns v0.4.2 |
617 | # [1] git ls-remote https://github.com/rootless-containers/bypass4netns aa04bd3dcc48c6dae6d7327ba219bda8fe2a4634 | 617 | # [1] git ls-remote https://github.com/rootless-containers/bypass4netns aa04bd3dcc48c6dae6d7327ba219bda8fe2a4634 |
618 | SRCREV_bypass4netns="aa04bd3dcc48c6dae6d7327ba219bda8fe2a4634" | 618 | SRCREV_bypass4netns = "aa04bd3dcc48c6dae6d7327ba219bda8fe2a4634" |
619 | SRC_URI += "git://github.com/rootless-containers/bypass4netns;name=bypass4netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/bypass4netns" | 619 | SRC_URI += "git://github.com/rootless-containers/bypass4netns;name=bypass4netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/bypass4netns" |
620 | 620 | ||
621 | # github.com/docker/docker-credential-helpers v0.8.2 | 621 | # github.com/docker/docker-credential-helpers v0.8.2 |
622 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 6b9df3ebb5da5aa22f722b25506bba1414519c6a | 622 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 6b9df3ebb5da5aa22f722b25506bba1414519c6a |
623 | SRCREV_docker-credential-helpers="6b9df3ebb5da5aa22f722b25506bba1414519c6a" | 623 | SRCREV_docker-credential-helpers = "6b9df3ebb5da5aa22f722b25506bba1414519c6a" |
624 | SRC_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" | 624 | SRC_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" |
625 | 625 | ||
626 | # github.com/containerd/stargz-snapshotter/ipfs v0.16.3 | 626 | # github.com/containerd/stargz-snapshotter/ipfs v0.16.3 |
627 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a | 627 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a |
628 | SRCREV_ipfs="c0389e084ae5731215c1251b04f3a8b49efb6d5a" | 628 | SRCREV_ipfs = "c0389e084ae5731215c1251b04f3a8b49efb6d5a" |
629 | SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=ipfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter/ipfs" | 629 | SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=ipfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter/ipfs" |
630 | 630 | ||
631 | # github.com/rootless-containers/rootlesskit/v2 v2.3.4 | 631 | # github.com/rootless-containers/rootlesskit/v2 v2.3.4 |
632 | # [1] git ls-remote https://github.com/rootless-containers/rootlesskit 59a459df858d39ad5f4eafa305545907bf0c48ab | 632 | # [1] git ls-remote https://github.com/rootless-containers/rootlesskit 59a459df858d39ad5f4eafa305545907bf0c48ab |
633 | SRCREV_rootlesskit-v2="59a459df858d39ad5f4eafa305545907bf0c48ab" | 633 | SRCREV_rootlesskit-v2 = "59a459df858d39ad5f4eafa305545907bf0c48ab" |
634 | SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/rootlesskit/v2" | 634 | SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/rootlesskit/v2" |
635 | 635 | ||
636 | # github.com/containerd/stargz-snapshotter/estargz v0.16.3 | 636 | # github.com/containerd/stargz-snapshotter/estargz v0.16.3 |
637 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a | 637 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a |
638 | SRCREV_estargz="c0389e084ae5731215c1251b04f3a8b49efb6d5a" | 638 | SRCREV_estargz = "c0389e084ae5731215c1251b04f3a8b49efb6d5a" |
639 | SRC_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" | 639 | SRC_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" |
640 | 640 | ||
641 | # github.com/containerd/accelerated-container-image v1.3.0 | 641 | # github.com/containerd/accelerated-container-image v1.3.0 |
642 | # [1] git ls-remote https://github.com/containerd/accelerated-container-image c5dd4fa383f2a932ab7d0b974f05a4e90eb46604 | 642 | # [1] git ls-remote https://github.com/containerd/accelerated-container-image c5dd4fa383f2a932ab7d0b974f05a4e90eb46604 |
643 | SRCREV_accelerated-container-image="c5dd4fa383f2a932ab7d0b974f05a4e90eb46604" | 643 | SRCREV_accelerated-container-image = "c5dd4fa383f2a932ab7d0b974f05a4e90eb46604" |
644 | SRC_URI += "git://github.com/containerd/accelerated-container-image;name=accelerated-container-image;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/accelerated-container-image" | 644 | SRC_URI += "git://github.com/containerd/accelerated-container-image;name=accelerated-container-image;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/accelerated-container-image" |
645 | 645 | ||
646 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 | 646 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 |
647 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 | 647 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 |
648 | SRCREV_otelhttp="9cf5701e6b6611b2c406639039a1bccd883db080" | 648 | SRCREV_otelhttp = "9cf5701e6b6611b2c406639039a1bccd883db080" |
649 | SRC_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" | 649 | SRC_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" |
650 | 650 | ||
diff --git a/recipes-extended/rootlesskit/src_uri.inc b/recipes-extended/rootlesskit/src_uri.inc index 0d13fcf7..c7a8b693 100644 --- a/recipes-extended/rootlesskit/src_uri.inc +++ b/recipes-extended/rootlesskit/src_uri.inc | |||
@@ -1,100 +1,100 @@ | |||
1 | # gotest.tools/v3 v3.5.2 | 1 | # gotest.tools/v3 v3.5.2 |
2 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 0b81523ff268a1f1b0baf4a5da67e42fbb86880b | 2 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 0b81523ff268a1f1b0baf4a5da67e42fbb86880b |
3 | SRCREV_gotest.tools-v3="0b81523ff268a1f1b0baf4a5da67e42fbb86880b" | 3 | SRCREV_gotest.tools-v3 = "0b81523ff268a1f1b0baf4a5da67e42fbb86880b" |
4 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" | 4 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" |
5 | 5 | ||
6 | # golang.org/x/sys v0.31.0 | 6 | # golang.org/x/sys v0.31.0 |
7 | # [1] git ls-remote https://github.com/golang/sys 74cfc93a99be6ca6f193856132e6799065b071af | 7 | # [1] git ls-remote https://github.com/golang/sys 74cfc93a99be6ca6f193856132e6799065b071af |
8 | SRCREV_sys="74cfc93a99be6ca6f193856132e6799065b071af" | 8 | SRCREV_sys = "74cfc93a99be6ca6f193856132e6799065b071af" |
9 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" | 9 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" |
10 | 10 | ||
11 | # golang.org/x/net v0.36.0 | 11 | # golang.org/x/net v0.36.0 |
12 | # [1] git ls-remote https://go.googlesource.com/net 85d1d54551b68719346cb9fec24b911da4e452a1 | 12 | # [1] git ls-remote https://go.googlesource.com/net 85d1d54551b68719346cb9fec24b911da4e452a1 |
13 | SRCREV_net="85d1d54551b68719346cb9fec24b911da4e452a1" | 13 | SRCREV_net = "85d1d54551b68719346cb9fec24b911da4e452a1" |
14 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" | 14 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" |
15 | 15 | ||
16 | # github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 | 16 | # github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 |
17 | # [1] git ls-remote https://github.com/u-root/uio d2acac8f37018c514adec45c51f58eace3795df4 | 17 | # [1] git ls-remote https://github.com/u-root/uio d2acac8f37018c514adec45c51f58eace3795df4 |
18 | SRCREV_uio="d2acac8f37018c514adec45c51f58eace3795df4" | 18 | SRCREV_uio = "d2acac8f37018c514adec45c51f58eace3795df4" |
19 | SRC_URI += "git://github.com/u-root/uio;name=uio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/u-root/uio" | 19 | SRC_URI += "git://github.com/u-root/uio;name=uio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/u-root/uio" |
20 | 20 | ||
21 | # github.com/gofrs/flock v0.12.1 | 21 | # github.com/gofrs/flock v0.12.1 |
22 | # [1] git ls-remote https://github.com/gofrs/flock 9de625d921bf362f81e0760056fdff11c8542435 | 22 | # [1] git ls-remote https://github.com/gofrs/flock 9de625d921bf362f81e0760056fdff11c8542435 |
23 | SRCREV_flock="9de625d921bf362f81e0760056fdff11c8542435" | 23 | SRCREV_flock = "9de625d921bf362f81e0760056fdff11c8542435" |
24 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" | 24 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" |
25 | 25 | ||
26 | # github.com/google/uuid v1.6.0 | 26 | # github.com/google/uuid v1.6.0 |
27 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc | 27 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc |
28 | SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc" | 28 | SRCREV_uuid = "0f11ee6918f41a04c201eceeadf612a377bc7fbc" |
29 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" | 29 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" |
30 | 30 | ||
31 | # github.com/gorilla/mux v1.8.1 | 31 | # github.com/gorilla/mux v1.8.1 |
32 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 | 32 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 |
33 | SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5" | 33 | SRCREV_mux = "b4617d0b9670ad14039b2739167fd35a60f557c5" |
34 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" | 34 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" |
35 | 35 | ||
36 | # github.com/moby/vpnkit v0.5.0 | 36 | # github.com/moby/vpnkit v0.5.0 |
37 | # [1] git ls-remote https://github.com/moby/vpnkit 7f0eff0dd99b576c5474de53b4454a157c642834 | 37 | # [1] git ls-remote https://github.com/moby/vpnkit 7f0eff0dd99b576c5474de53b4454a157c642834 |
38 | SRCREV_vpnkit="7f0eff0dd99b576c5474de53b4454a157c642834" | 38 | SRCREV_vpnkit = "7f0eff0dd99b576c5474de53b4454a157c642834" |
39 | SRC_URI += "git://github.com/moby/vpnkit;name=vpnkit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/vpnkit" | 39 | SRC_URI += "git://github.com/moby/vpnkit;name=vpnkit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/vpnkit" |
40 | 40 | ||
41 | # github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 | 41 | # github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 |
42 | # [1] git ls-remote https://github.com/songgao/water 2b4b6d7c09d80835e5f13f6b040d69f00a158b24 | 42 | # [1] git ls-remote https://github.com/songgao/water 2b4b6d7c09d80835e5f13f6b040d69f00a158b24 |
43 | SRCREV_water="2b4b6d7c09d80835e5f13f6b040d69f00a158b24" | 43 | SRCREV_water = "2b4b6d7c09d80835e5f13f6b040d69f00a158b24" |
44 | SRC_URI += "git://github.com/songgao/water;name=water;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/songgao/water" | 44 | SRC_URI += "git://github.com/songgao/water;name=water;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/songgao/water" |
45 | 45 | ||
46 | # github.com/urfave/cli/v2 v2.27.6 | 46 | # github.com/urfave/cli/v2 v2.27.6 |
47 | # [1] git ls-remote https://github.com/urfave/cli 9d76d15e478af5e952fffc872597c47b69ec7ee7 | 47 | # [1] git ls-remote https://github.com/urfave/cli 9d76d15e478af5e952fffc872597c47b69ec7ee7 |
48 | SRCREV_v2="9d76d15e478af5e952fffc872597c47b69ec7ee7" | 48 | SRCREV_v2 = "9d76d15e478af5e952fffc872597c47b69ec7ee7" |
49 | SRC_URI += "git://github.com/urfave/cli;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/urfave/cli/v2" | 49 | SRC_URI += "git://github.com/urfave/cli;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/urfave/cli/v2" |
50 | 50 | ||
51 | # github.com/google/go-cmp v0.6.0 | 51 | # github.com/google/go-cmp v0.6.0 |
52 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f | 52 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f |
53 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" | 53 | SRCREV_go-cmp = "c3ad8435e7bef96af35732bc0789e5a2278c6d5f" |
54 | SRC_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" | 54 | SRC_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" |
55 | 55 | ||
56 | # github.com/pierrec/lz4/v4 v4.1.21 | 56 | # github.com/pierrec/lz4/v4 v4.1.21 |
57 | # [1] git ls-remote https://github.com/pierrec/lz4 294e7659e17723306ebf3a44cd7ad2c11f456c37 | 57 | # [1] git ls-remote https://github.com/pierrec/lz4 294e7659e17723306ebf3a44cd7ad2c11f456c37 |
58 | SRCREV_v4="294e7659e17723306ebf3a44cd7ad2c11f456c37" | 58 | SRCREV_v4 = "294e7659e17723306ebf3a44cd7ad2c11f456c37" |
59 | SRC_URI += "git://github.com/pierrec/lz4;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pierrec/lz4/v4" | 59 | SRC_URI += "git://github.com/pierrec/lz4;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pierrec/lz4/v4" |
60 | 60 | ||
61 | # github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 | 61 | # github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 |
62 | # [1] git ls-remote https://github.com/xrash/smetrics 686a1a2994c11fac124829fadcb683a24ab8d25f | 62 | # [1] git ls-remote https://github.com/xrash/smetrics 686a1a2994c11fac124829fadcb683a24ab8d25f |
63 | SRCREV_smetrics="686a1a2994c11fac124829fadcb683a24ab8d25f" | 63 | SRCREV_smetrics = "686a1a2994c11fac124829fadcb683a24ab8d25f" |
64 | SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xrash/smetrics" | 64 | SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xrash/smetrics" |
65 | 65 | ||
66 | # github.com/sirupsen/logrus v1.9.3 | 66 | # github.com/sirupsen/logrus v1.9.3 |
67 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd | 67 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd |
68 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" | 68 | SRCREV_logrus = "d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" |
69 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" | 69 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" |
70 | 70 | ||
71 | # github.com/insomniacslk/dhcp v0.0.0-20250109001534-8abf58130905 | 71 | # github.com/insomniacslk/dhcp v0.0.0-20250109001534-8abf58130905 |
72 | # [1] git ls-remote https://github.com/insomniacslk/dhcp 8abf58130905b866076c8002e77aac6cb2e26d0e | 72 | # [1] git ls-remote https://github.com/insomniacslk/dhcp 8abf58130905b866076c8002e77aac6cb2e26d0e |
73 | SRCREV_dhcp="8abf58130905b866076c8002e77aac6cb2e26d0e" | 73 | SRCREV_dhcp = "8abf58130905b866076c8002e77aac6cb2e26d0e" |
74 | SRC_URI += "git://github.com/insomniacslk/dhcp;name=dhcp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/insomniacslk/dhcp" | 74 | SRC_URI += "git://github.com/insomniacslk/dhcp;name=dhcp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/insomniacslk/dhcp" |
75 | 75 | ||
76 | # github.com/moby/sys/mountinfo v0.7.2 | 76 | # github.com/moby/sys/mountinfo v0.7.2 |
77 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | 77 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
78 | SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4" | 78 | SRCREV_mountinfo = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
79 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" | 79 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" |
80 | 80 | ||
81 | # github.com/Masterminds/semver/v3 v3.3.1 | 81 | # github.com/Masterminds/semver/v3 v3.3.1 |
82 | # [1] git ls-remote https://github.com/Masterminds/semver 1558ca3488226e3490894a145e831ad58a5ff958 | 82 | # [1] git ls-remote https://github.com/Masterminds/semver 1558ca3488226e3490894a145e831ad58a5ff958 |
83 | SRCREV_v3="1558ca3488226e3490894a145e831ad58a5ff958" | 83 | SRCREV_v3 = "1558ca3488226e3490894a145e831ad58a5ff958" |
84 | SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" | 84 | SRC_URI += "git://github.com/Masterminds/semver;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" |
85 | 85 | ||
86 | # github.com/cpuguy83/go-md2man/v2 v2.0.5 | 86 | # github.com/cpuguy83/go-md2man/v2 v2.0.5 |
87 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man b14773d4db11046c50d0d1c05955839604aae991 | 87 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man b14773d4db11046c50d0d1c05955839604aae991 |
88 | SRCREV_go-md2man-v2="b14773d4db11046c50d0d1c05955839604aae991" | 88 | SRCREV_go-md2man-v2 = "b14773d4db11046c50d0d1c05955839604aae991" |
89 | SRC_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" | 89 | SRC_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" |
90 | 90 | ||
91 | # github.com/russross/blackfriday/v2 v2.1.0 | 91 | # github.com/russross/blackfriday/v2 v2.1.0 |
92 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 | 92 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 |
93 | SRCREV_blackfriday-v2="4c9bf9512682b995722660a4196c0013228e2049" | 93 | SRCREV_blackfriday-v2 = "4c9bf9512682b995722660a4196c0013228e2049" |
94 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2" | 94 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2" |
95 | 95 | ||
96 | # github.com/containernetworking/plugins v1.6.2 | 96 | # github.com/containernetworking/plugins v1.6.2 |
97 | # [1] git ls-remote https://github.com/containernetworking/plugins 7f756b411efc3d3730c707e2cc1f2baf1a66e28c | 97 | # [1] git ls-remote https://github.com/containernetworking/plugins 7f756b411efc3d3730c707e2cc1f2baf1a66e28c |
98 | SRCREV_plugins="7f756b411efc3d3730c707e2cc1f2baf1a66e28c" | 98 | SRCREV_plugins = "7f756b411efc3d3730c707e2cc1f2baf1a66e28c" |
99 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" | 99 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" |
100 | 100 | ||
diff --git a/recipes-networking/cni/src_uri.inc b/recipes-networking/cni/src_uri.inc index 6659c242..e789197a 100644 --- a/recipes-networking/cni/src_uri.inc +++ b/recipes-networking/cni/src_uri.inc | |||
@@ -1,65 +1,65 @@ | |||
1 | # golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 | 1 | # golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 |
2 | # [1] git ls-remote https://go.googlesource.com/exp 8a7402abbf56ed11a2540c1d8beb569bd29e22d1 | 2 | # [1] git ls-remote https://go.googlesource.com/exp 8a7402abbf56ed11a2540c1d8beb569bd29e22d1 |
3 | SRCREV_exp="8a7402abbf56ed11a2540c1d8beb569bd29e22d1" | 3 | SRCREV_exp = "8a7402abbf56ed11a2540c1d8beb569bd29e22d1" |
4 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" | 4 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" |
5 | 5 | ||
6 | # golang.org/x/net v0.28.0 | 6 | # golang.org/x/net v0.28.0 |
7 | # [1] git ls-remote https://go.googlesource.com/net 4542a42604cd159f1adb93c58368079ae37b3bf6 | 7 | # [1] git ls-remote https://go.googlesource.com/net 4542a42604cd159f1adb93c58368079ae37b3bf6 |
8 | SRCREV_net="4542a42604cd159f1adb93c58368079ae37b3bf6" | 8 | SRCREV_net = "4542a42604cd159f1adb93c58368079ae37b3bf6" |
9 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" | 9 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" |
10 | 10 | ||
11 | # golang.org/x/sys v0.23.0 | 11 | # golang.org/x/sys v0.23.0 |
12 | # [1] git ls-remote https://github.com/golang/sys aa1c4c8554e2f3f54247c309e897cd42c9bfc374 | 12 | # [1] git ls-remote https://github.com/golang/sys aa1c4c8554e2f3f54247c309e897cd42c9bfc374 |
13 | SRCREV_sys="aa1c4c8554e2f3f54247c309e897cd42c9bfc374" | 13 | SRCREV_sys = "aa1c4c8554e2f3f54247c309e897cd42c9bfc374" |
14 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" | 14 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" |
15 | 15 | ||
16 | # gopkg.in/yaml.v3 v3.0.1 | 16 | # gopkg.in/yaml.v3 v3.0.1 |
17 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 | 17 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 |
18 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" | 18 | SRCREV_yaml.v3 = "f6f7691b1fdeb513f56608cd2c32c51f8194bf51" |
19 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" | 19 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" |
20 | 20 | ||
21 | # golang.org/x/text v0.17.0 | 21 | # golang.org/x/text v0.17.0 |
22 | # [1] git ls-remote https://go.googlesource.com/text b2bec85eb9df7c6fcf50218bde3db5e22b35e481 | 22 | # [1] git ls-remote https://go.googlesource.com/text b2bec85eb9df7c6fcf50218bde3db5e22b35e481 |
23 | SRCREV_text="b2bec85eb9df7c6fcf50218bde3db5e22b35e481" | 23 | SRCREV_text = "b2bec85eb9df7c6fcf50218bde3db5e22b35e481" |
24 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" | 24 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" |
25 | 25 | ||
26 | # golang.org/x/tools v0.24.0 | 26 | # golang.org/x/tools v0.24.0 |
27 | # [1] git ls-remote https://go.googlesource.com/tools 3057be8f634fdb03e1da1cad9fff3415299ad3ad | 27 | # [1] git ls-remote https://go.googlesource.com/tools 3057be8f634fdb03e1da1cad9fff3415299ad3ad |
28 | SRCREV_tools="3057be8f634fdb03e1da1cad9fff3415299ad3ad" | 28 | SRCREV_tools = "3057be8f634fdb03e1da1cad9fff3415299ad3ad" |
29 | SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/tools" | 29 | SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/tools" |
30 | 30 | ||
31 | # github.com/onsi/gomega v1.34.1 | 31 | # github.com/onsi/gomega v1.34.1 |
32 | # [1] git ls-remote https://github.com/onsi/gomega fa057b845528c9336265d6df77e21d827f268c7d | 32 | # [1] git ls-remote https://github.com/onsi/gomega fa057b845528c9336265d6df77e21d827f268c7d |
33 | SRCREV_gomega="fa057b845528c9336265d6df77e21d827f268c7d" | 33 | SRCREV_gomega = "fa057b845528c9336265d6df77e21d827f268c7d" |
34 | SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/onsi/gomega" | 34 | SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/onsi/gomega" |
35 | 35 | ||
36 | # github.com/go-logr/logr v1.4.2 | 36 | # github.com/go-logr/logr v1.4.2 |
37 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 | 37 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 |
38 | SRCREV_logr="1205f429d540b8b81c2b75a38943afb738dac223" | 38 | SRCREV_logr = "1205f429d540b8b81c2b75a38943afb738dac223" |
39 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" | 39 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" |
40 | 40 | ||
41 | # github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 | 41 | # github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 |
42 | # [1] git ls-remote https://github.com/google/pprof 813a5fbdbec8a66f7a5aedb876e1b2c3ee0f99ac | 42 | # [1] git ls-remote https://github.com/google/pprof 813a5fbdbec8a66f7a5aedb876e1b2c3ee0f99ac |
43 | SRCREV_pprof="813a5fbdbec8a66f7a5aedb876e1b2c3ee0f99ac" | 43 | SRCREV_pprof = "813a5fbdbec8a66f7a5aedb876e1b2c3ee0f99ac" |
44 | SRC_URI += "git://github.com/google/pprof;name=pprof;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/pprof" | 44 | SRC_URI += "git://github.com/google/pprof;name=pprof;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/pprof" |
45 | 45 | ||
46 | # github.com/google/go-cmp v0.6.0 | 46 | # github.com/google/go-cmp v0.6.0 |
47 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f | 47 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f |
48 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" | 48 | SRCREV_go-cmp = "c3ad8435e7bef96af35732bc0789e5a2278c6d5f" |
49 | SRC_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" | 49 | SRC_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" |
50 | 50 | ||
51 | # github.com/onsi/ginkgo/v2 v2.20.1 | 51 | # github.com/onsi/ginkgo/v2 v2.20.1 |
52 | # [1] git ls-remote https://github.com/onsi/ginkgo 4ef0afb9f28f241c352cad6ca9dae8b149e57bc4 | 52 | # [1] git ls-remote https://github.com/onsi/ginkgo 4ef0afb9f28f241c352cad6ca9dae8b149e57bc4 |
53 | SRCREV_v2="4ef0afb9f28f241c352cad6ca9dae8b149e57bc4" | 53 | SRCREV_v2 = "4ef0afb9f28f241c352cad6ca9dae8b149e57bc4" |
54 | SRC_URI += "git://github.com/onsi/ginkgo;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/onsi/ginkgo/v2" | 54 | SRC_URI += "git://github.com/onsi/ginkgo;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/onsi/ginkgo/v2" |
55 | 55 | ||
56 | # github.com/vishvananda/netns v0.0.4 | 56 | # github.com/vishvananda/netns v0.0.4 |
57 | # [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9 | 57 | # [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9 |
58 | SRCREV_netns="7a452d2d15292b2bfb2a2d88e6bdeac156a761b9" | 58 | SRCREV_netns = "7a452d2d15292b2bfb2a2d88e6bdeac156a761b9" |
59 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netns" | 59 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/vishvananda/netns" |
60 | 60 | ||
61 | # github.com/go-task/slim-sprig/v3 v3.0.0 | 61 | # github.com/go-task/slim-sprig/v3 v3.0.0 |
62 | # [1] git ls-remote https://github.com/go-task/slim-sprig b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894 | 62 | # [1] git ls-remote https://github.com/go-task/slim-sprig b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894 |
63 | SRCREV_v3="b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894" | 63 | SRCREV_v3 = "b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894" |
64 | SRC_URI += "git://github.com/go-task/slim-sprig;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-task/slim-sprig/v3" | 64 | SRC_URI += "git://github.com/go-task/slim-sprig;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-task/slim-sprig/v3" |
65 | 65 | ||