diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-24 03:43:09 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-29 13:16:56 +0000 |
commit | d4f36f3ff5e33d243a8c149e47cb7adac4dc315a (patch) | |
tree | 407d9f8f56b022db3ec35ad52721515388917812 | |
parent | fd3040500488126041e49ec665c9bcf6ed9b49ca (diff) | |
download | meta-virtualization-d4f36f3ff5e33d243a8c149e47cb7adac4dc315a.tar.gz |
docker-compose: adapt SRC_URI to include destsuffix=${GO_SRCURI_DESTSUFFIX}
As of commit cc4ec43a2b657fb4c58429ab14f1edc2473c1327 [go: Drop fork
of unpack code, mandate GO_SRCURI_DESTSUFFIX] we require this
variable in our go recipes.
We also adjust our WORKDIR reference to UNPACKDIR, and the destination
for vendor'd source.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker-compose/docker-compose_git.bb | 4 | ||||
-rw-r--r-- | recipes-containers/docker-compose/src_uri.inc | 372 |
2 files changed, 188 insertions, 188 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb index 07650126..316bf29d 100644 --- a/recipes-containers/docker-compose/docker-compose_git.bb +++ b/recipes-containers/docker-compose/docker-compose_git.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = " \ | |||
11 | SRCREV_FORMAT="compose_survey" | 11 | SRCREV_FORMAT="compose_survey" |
12 | SRCREV_compose = "3371227794f5f3645f4f19829c60a741635ed329" | 12 | SRCREV_compose = "3371227794f5f3645f4f19829c60a741635ed329" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https" | 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" |
15 | 15 | ||
16 | include src_uri.inc | 16 | include src_uri.inc |
17 | 17 | ||
@@ -55,7 +55,7 @@ do_compile() { | |||
55 | # our copied .go files are to be used for the build | 55 | # our copied .go files are to be used for the build |
56 | ln -sf vendor.copy vendor | 56 | ln -sf vendor.copy vendor |
57 | # inform go that we know what we are doing | 57 | # inform go that we know what we are doing |
58 | cp ${WORKDIR}/modules.txt vendor/ | 58 | cp ${UNPACKDIR}/modules.txt vendor/ |
59 | 59 | ||
60 | GO_LDFLAGS="-s -w -X internal.Version=${PV} -X ${COMPOSE_PKG}/internal.Version=${PV}" | 60 | GO_LDFLAGS="-s -w -X internal.Version=${PV} -X ${COMPOSE_PKG}/internal.Version=${PV}" |
61 | GO_BUILDTAGS="" | 61 | GO_BUILDTAGS="" |
diff --git a/recipes-containers/docker-compose/src_uri.inc b/recipes-containers/docker-compose/src_uri.inc index 1978abc7..8327cb0e 100644 --- a/recipes-containers/docker-compose/src_uri.inc +++ b/recipes-containers/docker-compose/src_uri.inc | |||
@@ -1,930 +1,930 @@ | |||
1 | # k8s.io/api v0.29.2 | 1 | # k8s.io/api v0.29.2 |
2 | # [1] git ls-remote https://github.com/kubernetes/api d47313059888ec984bf8432ed155fae5be935c31 | 2 | # [1] git ls-remote https://github.com/kubernetes/api d47313059888ec984bf8432ed155fae5be935c31 |
3 | SRCREV_k8s.io-api="d47313059888ec984bf8432ed155fae5be935c31" | 3 | SRCREV_k8s.io-api="d47313059888ec984bf8432ed155fae5be935c31" |
4 | SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/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-20230726121419-3b25d923346b | 6 | # k8s.io/utils v0.0.0-20230726121419-3b25d923346b |
7 | # [1] git ls-remote https://github.com/kubernetes/utils 3b25d923346b3814e0898684c97390092f31a61e | 7 | # [1] git ls-remote https://github.com/kubernetes/utils 3b25d923346b3814e0898684c97390092f31a61e |
8 | SRCREV_utils="3b25d923346b3814e0898684c97390092f31a61e" | 8 | SRCREV_utils="3b25d923346b3814e0898684c97390092f31a61e" |
9 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/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.110.1 | 11 | # k8s.io/klog/v2 v2.110.1 |
12 | # [1] git ls-remote https://github.com/kubernetes/klog e3f75b8af2707d64b5dd4c440ae8384ed2f2c386 | 12 | # [1] git ls-remote https://github.com/kubernetes/klog e3f75b8af2707d64b5dd4c440ae8384ed2f2c386 |
13 | SRCREV_klog-v2="e3f75b8af2707d64b5dd4c440ae8384ed2f2c386" | 13 | SRCREV_klog-v2="e3f75b8af2707d64b5dd4c440ae8384ed2f2c386" |
14 | SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/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.1 | 16 | # gotest.tools/v3 v3.5.1 |
17 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 81cea1abc596b025bf2573c7fdf97740512e4c6c | 17 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 81cea1abc596b025bf2573c7fdf97740512e4c6c |
18 | SRCREV_v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" | 18 | SRCREV_v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" |
19 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/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.0 | 21 | # dario.cat/mergo v1.0.0 |
22 | # [1] git ls-remote https://github.com/imdario/mergo 131de815afc35a77c41ae99da6c8f4288b6cb513 | 22 | # [1] git ls-remote https://github.com/imdario/mergo 131de815afc35a77c41ae99da6c8f4288b6cb513 |
23 | SRCREV_mergo="131de815afc35a77c41ae99da6c8f4288b6cb513" | 23 | SRCREV_mergo="131de815afc35a77c41ae99da6c8f4288b6cb513" |
24 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/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=${WORKDIR}/${BP}/src/import/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.4.0 | 31 | # go.uber.org/mock v0.4.0 |
32 | # [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188 | 32 | # [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188 |
33 | SRCREV_mock="74a29c6e6c2cbb8ccee94db061c1604ff33fd188" | 33 | SRCREV_mock="74a29c6e6c2cbb8ccee94db061c1604ff33fd188" |
34 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/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-20240112132812-db7319d0e0e3 | 36 | # golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 |
37 | # [1] git ls-remote https://go.googlesource.com/exp db7319d0e0e361ccef5c449b760df8e5f2d5087c | 37 | # [1] git ls-remote https://go.googlesource.com/exp db7319d0e0e361ccef5c449b760df8e5f2d5087c |
38 | SRCREV_exp="db7319d0e0e361ccef5c449b760df8e5f2d5087c" | 38 | SRCREV_exp="db7319d0e0e361ccef5c449b760df8e5f2d5087c" |
39 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/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.16.0 | 41 | # golang.org/x/sys v0.16.0 |
42 | # [1] git ls-remote https://go.googlesource.com/sys 0829ab15b6946f47c40012db2e0c04772730317d | 42 | # [1] git ls-remote https://go.googlesource.com/sys 0829ab15b6946f47c40012db2e0c04772730317d |
43 | SRCREV_sys="0829ab15b6946f47c40012db2e0c04772730317d" | 43 | SRCREV_sys="0829ab15b6946f47c40012db2e0c04772730317d" |
44 | SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" | 44 | SRC_URI += "git://go.googlesource.com/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=${WORKDIR}/${BP}/src/import/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/mod v0.14.0 | 51 | # golang.org/x/mod v0.14.0 |
52 | # [1] git ls-remote https://go.googlesource.com/mod 6e58e47c7bd6672665dc35cce7b1f325d2addd67 | 52 | # [1] git ls-remote https://go.googlesource.com/mod 6e58e47c7bd6672665dc35cce7b1f325d2addd67 |
53 | SRCREV_mod="6e58e47c7bd6672665dc35cce7b1f325d2addd67" | 53 | SRCREV_mod="6e58e47c7bd6672665dc35cce7b1f325d2addd67" |
54 | SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod" | 54 | SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/mod" |
55 | 55 | ||
56 | # golang.org/x/net v0.20.0 | 56 | # golang.org/x/net v0.20.0 |
57 | # [1] git ls-remote https://go.googlesource.com/net cb5b10f0bbc51089bf49030ce3bd43bbfee08c23 | 57 | # [1] git ls-remote https://go.googlesource.com/net cb5b10f0bbc51089bf49030ce3bd43bbfee08c23 |
58 | SRCREV_net="cb5b10f0bbc51089bf49030ce3bd43bbfee08c23" | 58 | SRCREV_net="cb5b10f0bbc51089bf49030ce3bd43bbfee08c23" |
59 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" | 59 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" |
60 | 60 | ||
61 | # gopkg.in/yaml.v2 v2.4.0 | 61 | # gopkg.in/yaml.v2 v2.4.0 |
62 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c | 62 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c |
63 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" | 63 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" |
64 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" | 64 | 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" |
65 | 65 | ||
66 | # k8s.io/apiserver v0.29.2 | 66 | # k8s.io/apiserver v0.29.2 |
67 | # [1] git ls-remote https://github.com/kubernetes/apiserver 4c39f36a732cfb11f3fc75110c7301336b6b64e3 | 67 | # [1] git ls-remote https://github.com/kubernetes/apiserver 4c39f36a732cfb11f3fc75110c7301336b6b64e3 |
68 | SRCREV_apiserver="4c39f36a732cfb11f3fc75110c7301336b6b64e3" | 68 | SRCREV_apiserver="4c39f36a732cfb11f3fc75110c7301336b6b64e3" |
69 | SRC_URI += "git://github.com/kubernetes/apiserver;name=apiserver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apiserver" | 69 | SRC_URI += "git://github.com/kubernetes/apiserver;name=apiserver;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/apiserver" |
70 | 70 | ||
71 | # k8s.io/client-go v0.29.2 | 71 | # k8s.io/client-go v0.29.2 |
72 | # [1] git ls-remote https://github.com/kubernetes/client-go 62c5e9e7b4bd09d2b43dcad1464376322398e994 | 72 | # [1] git ls-remote https://github.com/kubernetes/client-go 62c5e9e7b4bd09d2b43dcad1464376322398e994 |
73 | SRCREV_client-go="62c5e9e7b4bd09d2b43dcad1464376322398e994" | 73 | SRCREV_client-go="62c5e9e7b4bd09d2b43dcad1464376322398e994" |
74 | SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/client-go" | 74 | 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" |
75 | 75 | ||
76 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd | 76 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd |
77 | # [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 | 77 | # [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 |
78 | SRCREV_json="bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" | 78 | SRCREV_json="bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" |
79 | SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/json" | 79 | SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json" |
80 | 80 | ||
81 | # sigs.k8s.io/yaml v1.3.0 | 81 | # sigs.k8s.io/yaml v1.3.0 |
82 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a | 82 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a |
83 | SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a" | 83 | SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a" |
84 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml" | 84 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml" |
85 | 85 | ||
86 | # golang.org/x/sync v0.6.0 | 86 | # golang.org/x/sync v0.6.0 |
87 | # [1] git ls-remote https://go.googlesource.com/sync 59c1ca1e4661ed4452be4069ceea3c233f4deec1 | 87 | # [1] git ls-remote https://go.googlesource.com/sync 59c1ca1e4661ed4452be4069ceea3c233f4deec1 |
88 | SRCREV_sync="59c1ca1e4661ed4452be4069ceea3c233f4deec1" | 88 | SRCREV_sync="59c1ca1e4661ed4452be4069ceea3c233f4deec1" |
89 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" | 89 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" |
90 | 90 | ||
91 | # golang.org/x/term v0.16.0 | 91 | # golang.org/x/term v0.16.0 |
92 | # [1] git ls-remote https://go.googlesource.com/term ae941452f58ff9bf62f7e9dca3ea6ae3d214a68b | 92 | # [1] git ls-remote https://go.googlesource.com/term ae941452f58ff9bf62f7e9dca3ea6ae3d214a68b |
93 | SRCREV_x-term="ae941452f58ff9bf62f7e9dca3ea6ae3d214a68b" | 93 | SRCREV_x-term="ae941452f58ff9bf62f7e9dca3ea6ae3d214a68b" |
94 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" | 94 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" |
95 | 95 | ||
96 | # golang.org/x/text v0.14.0 | 96 | # golang.org/x/text v0.14.0 |
97 | # [1] git ls-remote https://go.googlesource.com/text 6c97a165dd661335ff7bce6104a008558123c353 | 97 | # [1] git ls-remote https://go.googlesource.com/text 6c97a165dd661335ff7bce6104a008558123c353 |
98 | SRCREV_text="6c97a165dd661335ff7bce6104a008558123c353" | 98 | SRCREV_text="6c97a165dd661335ff7bce6104a008558123c353" |
99 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" | 99 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" |
100 | 100 | ||
101 | # golang.org/x/time v0.3.0 | 101 | # golang.org/x/time v0.3.0 |
102 | # [1] git ls-remote https://go.googlesource.com/time 2c09566ef13fb5556401ddff3c53c3dbc2a42dac | 102 | # [1] git ls-remote https://go.googlesource.com/time 2c09566ef13fb5556401ddff3c53c3dbc2a42dac |
103 | SRCREV_time="2c09566ef13fb5556401ddff3c53c3dbc2a42dac" | 103 | SRCREV_time="2c09566ef13fb5556401ddff3c53c3dbc2a42dac" |
104 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time" | 104 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time" |
105 | 105 | ||
106 | # go.uber.org/goleak v1.3.0 | 106 | # go.uber.org/goleak v1.3.0 |
107 | # [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c | 107 | # [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c |
108 | SRCREV_goleak="31095c657c34bba405a8d480db27989aa5f60b9c" | 108 | SRCREV_goleak="31095c657c34bba405a8d480db27989aa5f60b9c" |
109 | SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/goleak" | 109 | SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/goleak" |
110 | 110 | ||
111 | # golang.org/x/tools v0.17.0 | 111 | # golang.org/x/tools v0.17.0 |
112 | # [1] git ls-remote https://go.googlesource.com/tools 0b1f1d4bc227cc2e610854f23e14696becb9e46c | 112 | # [1] git ls-remote https://go.googlesource.com/tools 0b1f1d4bc227cc2e610854f23e14696becb9e46c |
113 | SRCREV_tools="0b1f1d4bc227cc2e610854f23e14696becb9e46c" | 113 | SRCREV_tools="0b1f1d4bc227cc2e610854f23e14696becb9e46c" |
114 | SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools" | 114 | SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/tools" |
115 | 115 | ||
116 | # golang.org/x/crypto v0.18.0 | 116 | # golang.org/x/crypto v0.18.0 |
117 | # [1] git ls-remote https://go.googlesource.com/crypto dbb6ec16ecef7a66638d8514be54b13660551b0a | 117 | # [1] git ls-remote https://go.googlesource.com/crypto dbb6ec16ecef7a66638d8514be54b13660551b0a |
118 | SRCREV_crypto="dbb6ec16ecef7a66638d8514be54b13660551b0a" | 118 | SRCREV_crypto="dbb6ec16ecef7a66638d8514be54b13660551b0a" |
119 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" | 119 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" |
120 | 120 | ||
121 | # golang.org/x/oauth2 v0.11.0 | 121 | # golang.org/x/oauth2 v0.11.0 |
122 | # [1] git ls-remote https://go.googlesource.com/oauth2 2e4a4e2bfb69ca7609cb423438c55caa131431c1 | 122 | # [1] git ls-remote https://go.googlesource.com/oauth2 2e4a4e2bfb69ca7609cb423438c55caa131431c1 |
123 | SRCREV_oauth2="2e4a4e2bfb69ca7609cb423438c55caa131431c1" | 123 | SRCREV_oauth2="2e4a4e2bfb69ca7609cb423438c55caa131431c1" |
124 | SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2" | 124 | SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/oauth2" |
125 | 125 | ||
126 | # k8s.io/apimachinery v0.29.2 | 126 | # k8s.io/apimachinery v0.29.2 |
127 | # [1] git ls-remote https://github.com/kubernetes/apimachinery dc7e034c86479d49be4b0eefad307621e10caa0e | 127 | # [1] git ls-remote https://github.com/kubernetes/apimachinery dc7e034c86479d49be4b0eefad307621e10caa0e |
128 | SRCREV_apimachinery="dc7e034c86479d49be4b0eefad307621e10caa0e" | 128 | SRCREV_apimachinery="dc7e034c86479d49be4b0eefad307621e10caa0e" |
129 | SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery" | 129 | SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/apimachinery" |
130 | 130 | ||
131 | # k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 | 131 | # k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 |
132 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 2dd684a91f00351087fe2f4ed5408d4d2f3775ab | 132 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 2dd684a91f00351087fe2f4ed5408d4d2f3775ab |
133 | SRCREV_kube-openapi="2dd684a91f00351087fe2f4ed5408d4d2f3775ab" | 133 | SRCREV_kube-openapi="2dd684a91f00351087fe2f4ed5408d4d2f3775ab" |
134 | SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/kube-openapi" | 134 | 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" |
135 | 135 | ||
136 | # github.com/moby/term v0.5.0 | 136 | # github.com/moby/term v0.5.0 |
137 | # [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9 | 137 | # [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9 |
138 | SRCREV_term="9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9" | 138 | SRCREV_term="9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9" |
139 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" | 139 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" |
140 | 140 | ||
141 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c | 141 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c |
142 | # [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06 | 142 | # [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06 |
143 | SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06" | 143 | SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06" |
144 | SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go" | 144 | SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go" |
145 | 145 | ||
146 | # github.com/docker/cli v26.0.0+incompatible | 146 | # github.com/docker/cli v26.0.0+incompatible |
147 | # [1] git ls-remote https://github.com/docker/cli 2ae903e86cab51f694c819721cdfdf5eec693720 | 147 | # [1] git ls-remote https://github.com/docker/cli 2ae903e86cab51f694c819721cdfdf5eec693720 |
148 | SRCREV_cli="2ae903e86cab51f694c819721cdfdf5eec693720" | 148 | SRCREV_cli="2ae903e86cab51f694c819721cdfdf5eec693720" |
149 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" | 149 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" |
150 | 150 | ||
151 | # github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc | 151 | # github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc |
152 | # [1] git ls-remote https://github.com/r3labs/sse 26fe804710bc39ea7ea6636d36f27c438bd2c06f | 152 | # [1] git ls-remote https://github.com/r3labs/sse 26fe804710bc39ea7ea6636d36f27c438bd2c06f |
153 | SRCREV_sse="26fe804710bc39ea7ea6636d36f27c438bd2c06f" | 153 | SRCREV_sse="26fe804710bc39ea7ea6636d36f27c438bd2c06f" |
154 | SRC_URI += "git://github.com/r3labs/sse;name=sse;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/r3labs/sse" | 154 | SRC_URI += "git://github.com/r3labs/sse;name=sse;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/r3labs/sse" |
155 | 155 | ||
156 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b | 156 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b |
157 | # [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 | 157 | # [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 |
158 | SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992" | 158 | SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992" |
159 | SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mgutz/ansi" | 159 | SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mgutz/ansi" |
160 | 160 | ||
161 | # github.com/pkg/errors v0.9.1 | 161 | # github.com/pkg/errors v0.9.1 |
162 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 | 162 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 |
163 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" | 163 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" |
164 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" | 164 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" |
165 | 165 | ||
166 | # github.com/spf13/cobra v1.8.0 | 166 | # github.com/spf13/cobra v1.8.0 |
167 | # [1] git ls-remote https://github.com/spf13/cobra a0a6ae020bb3899ff0276067863e50523f897370 | 167 | # [1] git ls-remote https://github.com/spf13/cobra a0a6ae020bb3899ff0276067863e50523f897370 |
168 | SRCREV_cobra="a0a6ae020bb3899ff0276067863e50523f897370" | 168 | SRCREV_cobra="a0a6ae020bb3899ff0276067863e50523f897370" |
169 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" | 169 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" |
170 | 170 | ||
171 | # github.com/spf13/pflag v1.0.5 | 171 | # github.com/spf13/pflag v1.0.5 |
172 | # [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab | 172 | # [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab |
173 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" | 173 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" |
174 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" | 174 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" |
175 | 175 | ||
176 | # google.golang.org/grpc v1.59.0 | 176 | # google.golang.org/grpc v1.59.0 |
177 | # [1] git ls-remote https://github.com/grpc/grpc-go 7765221f4bf6104973db7946d56936cf838cad46 | 177 | # [1] git ls-remote https://github.com/grpc/grpc-go 7765221f4bf6104973db7946d56936cf838cad46 |
178 | SRCREV_grpc="7765221f4bf6104973db7946d56936cf838cad46" | 178 | SRCREV_grpc="7765221f4bf6104973db7946d56936cf838cad46" |
179 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" | 179 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" |
180 | 180 | ||
181 | # github.com/gofrs/flock v0.8.1 | 181 | # github.com/gofrs/flock v0.8.1 |
182 | # [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 | 182 | # [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 |
183 | SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" | 183 | SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" |
184 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" | 184 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" |
185 | 185 | ||
186 | # github.com/google/uuid v1.6.0 | 186 | # github.com/google/uuid v1.6.0 |
187 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc | 187 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc |
188 | SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc" | 188 | SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc" |
189 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" | 189 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" |
190 | 190 | ||
191 | # github.com/gorilla/mux v1.8.1 | 191 | # github.com/gorilla/mux v1.8.1 |
192 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 | 192 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 |
193 | SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5" | 193 | SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5" |
194 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux" | 194 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" |
195 | 195 | ||
196 | # github.com/moby/locker v1.0.1 | 196 | # github.com/moby/locker v1.0.1 |
197 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe | 197 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe |
198 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" | 198 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" |
199 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" | 199 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" |
200 | 200 | ||
201 | # github.com/rivo/uniseg v0.2.0 | 201 | # github.com/rivo/uniseg v0.2.0 |
202 | # [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d | 202 | # [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d |
203 | SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" | 203 | SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" |
204 | SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg" | 204 | SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rivo/uniseg" |
205 | 205 | ||
206 | # github.com/buger/goterm v1.0.4 | 206 | # github.com/buger/goterm v1.0.4 |
207 | # [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 | 207 | # [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 |
208 | SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" | 208 | SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" |
209 | SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/goterm" | 209 | SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/goterm" |
210 | 210 | ||
211 | # github.com/morikuni/aec v1.0.0 | 211 | # github.com/morikuni/aec v1.0.0 |
212 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b | 212 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b |
213 | SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" | 213 | SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" |
214 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec" | 214 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec" |
215 | 215 | ||
216 | # github.com/otiai10/copy v1.14.0 | 216 | # github.com/otiai10/copy v1.14.0 |
217 | # [1] git ls-remote https://github.com/otiai10/copy fba066acb0eb6e25d510073787741c0a8b31bf1e | 217 | # [1] git ls-remote https://github.com/otiai10/copy fba066acb0eb6e25d510073787741c0a8b31bf1e |
218 | SRCREV_copy="fba066acb0eb6e25d510073787741c0a8b31bf1e" | 218 | SRCREV_copy="fba066acb0eb6e25d510073787741c0a8b31bf1e" |
219 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/copy" | 219 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy" |
220 | 220 | ||
221 | # github.com/beorn7/perks v1.0.1 | 221 | # github.com/beorn7/perks v1.0.1 |
222 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 | 222 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 |
223 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" | 223 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" |
224 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" | 224 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks" |
225 | 225 | ||
226 | # github.com/go-logr/logr v1.3.0 | 226 | # github.com/go-logr/logr v1.3.0 |
227 | # [1] git ls-remote https://github.com/go-logr/logr 8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f | 227 | # [1] git ls-remote https://github.com/go-logr/logr 8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f |
228 | SRCREV_logr="8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f" | 228 | SRCREV_logr="8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f" |
229 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/logr" | 229 | 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" |
230 | 230 | ||
231 | # github.com/go-logr/stdr v1.2.2 | 231 | # github.com/go-logr/stdr v1.2.2 |
232 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 | 232 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 |
233 | SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" | 233 | SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" |
234 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/stdr" | 234 | 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" |
235 | 235 | ||
236 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | 236 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
237 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d | 237 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d |
238 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" | 238 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" |
239 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" | 239 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex" |
240 | 240 | ||
241 | # github.com/miekg/pkcs11 v1.1.1 | 241 | # github.com/miekg/pkcs11 v1.1.1 |
242 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d | 242 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d |
243 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" | 243 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" |
244 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" | 244 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" |
245 | 245 | ||
246 | # github.com/docker/buildx v0.13.1 | 246 | # github.com/docker/buildx v0.13.1 |
247 | # [1] git ls-remote https://github.com/docker/buildx 788433953af10f2a698f5c07611dddce2e08c7a0 | 247 | # [1] git ls-remote https://github.com/docker/buildx 788433953af10f2a698f5c07611dddce2e08c7a0 |
248 | SRCREV_buildx="788433953af10f2a698f5c07611dddce2e08c7a0" | 248 | SRCREV_buildx="788433953af10f2a698f5c07611dddce2e08c7a0" |
249 | SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx" | 249 | SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/buildx" |
250 | 250 | ||
251 | # github.com/docker/docker v26.0.0+incompatible | 251 | # github.com/docker/docker v26.0.0+incompatible |
252 | # [1] git ls-remote https://github.com/moby/moby 8b79278316b532d396048bc8c2fa015a85d53a53 | 252 | # [1] git ls-remote https://github.com/moby/moby 8b79278316b532d396048bc8c2fa015a85d53a53 |
253 | SRCREV_docker="8b79278316b532d396048bc8c2fa015a85d53a53" | 253 | SRCREV_docker="8b79278316b532d396048bc8c2fa015a85d53a53" |
254 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" | 254 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" |
255 | 255 | ||
256 | # github.com/google/go-cmp v0.6.0 | 256 | # github.com/google/go-cmp v0.6.0 |
257 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f | 257 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f |
258 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" | 258 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" |
259 | SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp" | 259 | 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" |
260 | 260 | ||
261 | # github.com/moby/buildkit v0.13.1 | 261 | # github.com/moby/buildkit v0.13.1 |
262 | # [1] git ls-remote https://github.com/moby/buildkit 2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3 | 262 | # [1] git ls-remote https://github.com/moby/buildkit 2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3 |
263 | SRCREV_buildkit="2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3" | 263 | SRCREV_buildkit="2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3" |
264 | SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/buildkit" | 264 | SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/buildkit" |
265 | 265 | ||
266 | # go.opentelemetry.io/otel v1.21.0 | 266 | # go.opentelemetry.io/otel v1.21.0 |
267 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 267 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
268 | SRCREV_otel="98b32a6c3a87fbee5d34c063b9096f416b250897" | 268 | SRCREV_otel="98b32a6c3a87fbee5d34c063b9096f416b250897" |
269 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel" | 269 | 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" |
270 | 270 | ||
271 | # github.com/aws/smithy-go v1.19.0 | 271 | # github.com/aws/smithy-go v1.19.0 |
272 | # [1] git ls-remote https://github.com/aws/smithy-go f982aed889669e4bc6f1cd03f56697f1b27964a4 | 272 | # [1] git ls-remote https://github.com/aws/smithy-go f982aed889669e4bc6f1cd03f56697f1b27964a4 |
273 | SRCREV_smithy-go="f982aed889669e4bc6f1cd03f56697f1b27964a4" | 273 | SRCREV_smithy-go="f982aed889669e4bc6f1cd03f56697f1b27964a4" |
274 | SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/smithy-go" | 274 | 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" |
275 | 275 | ||
276 | # github.com/gogo/protobuf v1.3.2 | 276 | # github.com/gogo/protobuf v1.3.2 |
277 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc | 277 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc |
278 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" | 278 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" |
279 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" | 279 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" |
280 | 280 | ||
281 | # github.com/google/gofuzz v1.2.0 | 281 | # github.com/google/gofuzz v1.2.0 |
282 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 | 282 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 |
283 | SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" | 283 | SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" |
284 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz" | 284 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz" |
285 | 285 | ||
286 | # github.com/imdario/mergo v0.3.16 | 286 | # github.com/imdario/mergo v0.3.16 |
287 | # [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 | 287 | # [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 |
288 | SRCREV_imdario-mergo="14fe2b165b83359196f820886a2b24f2771729e9" | 288 | SRCREV_imdario-mergo="14fe2b165b83359196f820886a2b24f2771729e9" |
289 | SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" | 289 | SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/imdario/mergo" |
290 | 290 | ||
291 | # github.com/moby/sys/user v0.1.0 | 291 | # github.com/moby/sys/user v0.1.0 |
292 | # [1] git ls-remote https://github.com/moby/sys c0711cde08c8fa33857a2c28721659267f49b5e2 | 292 | # [1] git ls-remote https://github.com/moby/sys c0711cde08c8fa33857a2c28721659267f49b5e2 |
293 | SRCREV_user="c0711cde08c8fa33857a2c28721659267f49b5e2" | 293 | SRCREV_user="c0711cde08c8fa33857a2c28721659267f49b5e2" |
294 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/user" | 294 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" |
295 | 295 | ||
296 | # github.com/containerd/log v0.1.0 | 296 | # github.com/containerd/log v0.1.0 |
297 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 | 297 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 |
298 | SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" | 298 | SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" |
299 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/log" | 299 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" |
300 | 300 | ||
301 | # github.com/davecgh/go-spew v1.1.1 | 301 | # github.com/davecgh/go-spew v1.1.1 |
302 | # [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 | 302 | # [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 |
303 | SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" | 303 | SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" |
304 | SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/davecgh/go-spew" | 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=${WORKDIR}/${BP}/src/import/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=${WORKDIR}/${BP}/src/import/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=${WORKDIR}/${BP}/src/import/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.3 | 321 | # github.com/go-openapi/swag v0.22.3 |
322 | # [1] git ls-remote https://github.com/go-openapi/swag 0579829e66fde26b27d401921afb73704c4d463d | 322 | # [1] git ls-remote https://github.com/go-openapi/swag 0579829e66fde26b27d401921afb73704c4d463d |
323 | SRCREV_swag="0579829e66fde26b27d401921afb73704c4d463d" | 323 | SRCREV_swag="0579829e66fde26b27d401921afb73704c4d463d" |
324 | SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/swag" | 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/gogo/googleapis v1.4.1 | 326 | # github.com/gogo/googleapis v1.4.1 |
327 | # [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042 | 327 | # [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042 |
328 | SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042" | 328 | SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042" |
329 | SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/googleapis" | 329 | SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/googleapis" |
330 | 330 | ||
331 | # github.com/golang/protobuf v1.5.3 | 331 | # github.com/golang/protobuf v1.5.3 |
332 | # [1] git ls-remote https://github.com/golang/protobuf 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308 | 332 | # [1] git ls-remote https://github.com/golang/protobuf 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308 |
333 | SRCREV_golang-protobuf="5d5e8c018a13017f9d5b8bf4fad64aaa42a87308" | 333 | SRCREV_golang-protobuf="5d5e8c018a13017f9d5b8bf4fad64aaa42a87308" |
334 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" | 334 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" |
335 | 335 | ||
336 | # github.com/mailru/easyjson v0.7.7 | 336 | # github.com/mailru/easyjson v0.7.7 |
337 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc | 337 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc |
338 | SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc" | 338 | SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc" |
339 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mailru/easyjson" | 339 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson" |
340 | 340 | ||
341 | # github.com/mattn/go-isatty v0.0.17 | 341 | # github.com/mattn/go-isatty v0.0.17 |
342 | # [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c | 342 | # [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c |
343 | SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c" | 343 | SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c" |
344 | SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty" | 344 | 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" |
345 | 345 | ||
346 | # github.com/moby/spdystream v0.2.0 | 346 | # github.com/moby/spdystream v0.2.0 |
347 | # [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b | 347 | # [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b |
348 | SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" | 348 | SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" |
349 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream" | 349 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream" |
350 | 350 | ||
351 | # github.com/moby/sys/signal v0.7.0 | 351 | # github.com/moby/sys/signal v0.7.0 |
352 | # [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 | 352 | # [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 |
353 | SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" | 353 | SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" |
354 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal" | 354 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" |
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=${WORKDIR}/${BP}/src/import/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/genproto v0.0.0-20231016165738-49dd2c1f3d0b | 361 | # google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b |
362 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 | 362 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 |
363 | SRCREV_genproto="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" | 363 | SRCREV_genproto="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" |
364 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" | 364 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto" |
365 | 365 | ||
366 | # google.golang.org/protobuf v1.31.0 | 366 | # google.golang.org/protobuf v1.31.0 |
367 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 68463f0e96c93bc19ef36ccd3adfe690bfdb568c | 367 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 68463f0e96c93bc19ef36ccd3adfe690bfdb568c |
368 | SRCREV_google.golang.org-protobuf="68463f0e96c93bc19ef36ccd3adfe690bfdb568c" | 368 | SRCREV_google.golang.org-protobuf="68463f0e96c93bc19ef36ccd3adfe690bfdb568c" |
369 | SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf" | 369 | 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" |
370 | 370 | ||
371 | # github.com/stretchr/testify v1.8.4 | 371 | # github.com/stretchr/testify v1.8.4 |
372 | # [1] git ls-remote https://github.com/stretchr/testify f97607b89807936ac4ff96748d766cf4b9711f78 | 372 | # [1] git ls-remote https://github.com/stretchr/testify f97607b89807936ac4ff96748d766cf4b9711f78 |
373 | SRCREV_testify="f97607b89807936ac4ff96748d766cf4b9711f78" | 373 | SRCREV_testify="f97607b89807936ac4ff96748d766cf4b9711f78" |
374 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" | 374 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify" |
375 | 375 | ||
376 | # github.com/containerd/ttrpc v1.2.2 | 376 | # github.com/containerd/ttrpc v1.2.2 |
377 | # [1] git ls-remote https://github.com/containerd/ttrpc ac26f8cbea1c440d451dd19a4a1b847fd073f3c3 | 377 | # [1] git ls-remote https://github.com/containerd/ttrpc ac26f8cbea1c440d451dd19a4a1b847fd073f3c3 |
378 | SRCREV_ttrpc="ac26f8cbea1c440d451dd19a4a1b847fd073f3c3" | 378 | SRCREV_ttrpc="ac26f8cbea1c440d451dd19a4a1b847fd073f3c3" |
379 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" | 379 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" |
380 | 380 | ||
381 | # github.com/josharian/intern v1.0.0 | 381 | # github.com/josharian/intern v1.0.0 |
382 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd | 382 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd |
383 | SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" | 383 | SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" |
384 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/intern" | 384 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern" |
385 | 385 | ||
386 | # github.com/json-iterator/go v1.1.12 | 386 | # github.com/json-iterator/go v1.1.12 |
387 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d | 387 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d |
388 | SRCREV_json-iterator-go="024077e996b048517130b21ea6bf12aa23055d3d" | 388 | SRCREV_json-iterator-go="024077e996b048517130b21ea6bf12aa23055d3d" |
389 | SRC_URI += "git://github.com/json-iterator/go;name=json-iterator-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go" | 389 | 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" |
390 | 390 | ||
391 | # github.com/moby/sys/symlink v0.2.0 | 391 | # github.com/moby/sys/symlink v0.2.0 |
392 | # [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 | 392 | # [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 |
393 | SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" | 393 | SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" |
394 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink" | 394 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" |
395 | 395 | ||
396 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b | 396 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b |
397 | # [1] git ls-remote https://github.com/serialx/hashring 22c0c7ab6b1be4be7b950bae8b117767da7b18b6 | 397 | # [1] git ls-remote https://github.com/serialx/hashring 22c0c7ab6b1be4be7b950bae8b117767da7b18b6 |
398 | SRCREV_hashring="22c0c7ab6b1be4be7b950bae8b117767da7b18b6" | 398 | SRCREV_hashring="22c0c7ab6b1be4be7b950bae8b117767da7b18b6" |
399 | SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/serialx/hashring" | 399 | SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/serialx/hashring" |
400 | 400 | ||
401 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea | 401 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea |
402 | # [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 | 402 | # [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 |
403 | SRCREV_units="6950e57a87eaf136bbe44ef2ec8e75b9e3569de2" | 403 | SRCREV_units="6950e57a87eaf136bbe44ef2ec8e75b9e3569de2" |
404 | SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/units" | 404 | SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/units" |
405 | 405 | ||
406 | # github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 | 406 | # github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 |
407 | # [1] git ls-remote https://github.com/tonistiigi/vt100 f9a4f7ef65311848d4d4791c649a178c8e97386b | 407 | # [1] git ls-remote https://github.com/tonistiigi/vt100 f9a4f7ef65311848d4d4791c649a178c8e97386b |
408 | SRCREV_vt100="f9a4f7ef65311848d4d4791c649a178c8e97386b" | 408 | SRCREV_vt100="f9a4f7ef65311848d4d4791c649a178c8e97386b" |
409 | SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/vt100" | 409 | SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/vt100" |
410 | 410 | ||
411 | # google.golang.org/appengine v1.6.7 | 411 | # google.golang.org/appengine v1.6.7 |
412 | # [1] git ls-remote https://github.com/golang/appengine 5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a | 412 | # [1] git ls-remote https://github.com/golang/appengine 5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a |
413 | SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a" | 413 | SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a" |
414 | SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/appengine" | 414 | SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/appengine" |
415 | 415 | ||
416 | # github.com/fsnotify/fsevents v0.1.1 | 416 | # github.com/fsnotify/fsevents v0.1.1 |
417 | # [1] git ls-remote https://github.com/fsnotify/fsevents f721bd2b045774a566e8f7f5fa2a9985e04c875d | 417 | # [1] git ls-remote https://github.com/fsnotify/fsevents f721bd2b045774a566e8f7f5fa2a9985e04c875d |
418 | SRCREV_fsevents="f721bd2b045774a566e8f7f5fa2a9985e04c875d" | 418 | SRCREV_fsevents="f721bd2b045774a566e8f7f5fa2a9985e04c875d" |
419 | SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsevents" | 419 | SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsevents" |
420 | 420 | ||
421 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 | 421 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 |
422 | # [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b | 422 | # [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b |
423 | SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b" | 423 | SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b" |
424 | SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tilt-dev/fsnotify" | 424 | 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" |
425 | 425 | ||
426 | # go.opentelemetry.io/otel/sdk v1.21.0 | 426 | # go.opentelemetry.io/otel/sdk v1.21.0 |
427 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 427 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
428 | SRCREV_sdk="98b32a6c3a87fbee5d34c063b9096f416b250897" | 428 | SRCREV_sdk="98b32a6c3a87fbee5d34c063b9096f416b250897" |
429 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/sdk" | 429 | 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" |
430 | 430 | ||
431 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | 431 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 |
432 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 | 432 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 |
433 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" | 433 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" |
434 | SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-ansiterm" | 434 | 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" |
435 | 435 | ||
436 | # github.com/Microsoft/hcsshim v0.11.4 | 436 | # github.com/Microsoft/hcsshim v0.11.4 |
437 | # [1] git ls-remote https://github.com/microsoft/hcsshim b16edf62c1723deb948632261b445d0228d973e0 | 437 | # [1] git ls-remote https://github.com/microsoft/hcsshim b16edf62c1723deb948632261b445d0228d973e0 |
438 | SRCREV_hcsshim="b16edf62c1723deb948632261b445d0228d973e0" | 438 | SRCREV_hcsshim="b16edf62c1723deb948632261b445d0228d973e0" |
439 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" | 439 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/hcsshim" |
440 | 440 | ||
441 | # github.com/aws/aws-sdk-go-v2 v1.24.1 | 441 | # github.com/aws/aws-sdk-go-v2 v1.24.1 |
442 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 442 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
443 | SRCREV_aws-sdk-go-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 443 | SRCREV_aws-sdk-go-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
444 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2" | 444 | 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" |
445 | 445 | ||
446 | # github.com/cespare/xxhash/v2 v2.2.0 | 446 | # github.com/cespare/xxhash/v2 v2.2.0 |
447 | # [1] git ls-remote https://github.com/cespare/xxhash a76eb16a93c1e30527c073ca831d9048b4b935f6 | 447 | # [1] git ls-remote https://github.com/cespare/xxhash a76eb16a93c1e30527c073ca831d9048b4b935f6 |
448 | SRCREV_xxhash-v2="a76eb16a93c1e30527c073ca831d9048b4b935f6" | 448 | SRCREV_xxhash-v2="a76eb16a93c1e30527c073ca831d9048b4b935f6" |
449 | SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" | 449 | 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" |
450 | 450 | ||
451 | # github.com/docker/go-metrics v0.0.1 | 451 | # github.com/docker/go-metrics v0.0.1 |
452 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c | 452 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c |
453 | SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" | 453 | SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" |
454 | SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics" | 454 | 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" |
455 | 455 | ||
456 | # github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 | 456 | # github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 |
457 | # [1] git ls-remote https://github.com/eiannone/keyboard 0d226195f2038e282bb90d2e24f7f29aa7c5b210 | 457 | # [1] git ls-remote https://github.com/eiannone/keyboard 0d226195f2038e282bb90d2e24f7f29aa7c5b210 |
458 | SRCREV_keyboard="0d226195f2038e282bb90d2e24f7f29aa7c5b210" | 458 | SRCREV_keyboard="0d226195f2038e282bb90d2e24f7f29aa7c5b210" |
459 | SRC_URI += "git://github.com/eiannone/keyboard;name=keyboard;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/eiannone/keyboard" | 459 | SRC_URI += "git://github.com/eiannone/keyboard;name=keyboard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/eiannone/keyboard" |
460 | 460 | ||
461 | # github.com/felixge/httpsnoop v1.0.4 | 461 | # github.com/felixge/httpsnoop v1.0.4 |
462 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c | 462 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c |
463 | SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" | 463 | SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" |
464 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop" | 464 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" |
465 | 465 | ||
466 | # github.com/gorilla/websocket v1.5.0 | 466 | # github.com/gorilla/websocket v1.5.0 |
467 | # [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 | 467 | # [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 |
468 | SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" | 468 | SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" |
469 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/websocket" | 469 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket" |
470 | 470 | ||
471 | # github.com/hashicorp/errwrap v1.1.0 | 471 | # github.com/hashicorp/errwrap v1.1.0 |
472 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 | 472 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 |
473 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" | 473 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" |
474 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" | 474 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap" |
475 | 475 | ||
476 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 | 476 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 |
477 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e | 477 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e |
478 | SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" | 478 | SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" |
479 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/munnerz/goautoneg" | 479 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg" |
480 | 480 | ||
481 | # github.com/pelletier/go-toml v1.9.5 | 481 | # github.com/pelletier/go-toml v1.9.5 |
482 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 | 482 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 |
483 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" | 483 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" |
484 | SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml" | 484 | 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" |
485 | 485 | ||
486 | # github.com/prometheus/common v0.44.0 | 486 | # github.com/prometheus/common v0.44.0 |
487 | # [1] git ls-remote https://github.com/prometheus/common 94bf9828e56d9670579b28a9f78237d3cd8d0395 | 487 | # [1] git ls-remote https://github.com/prometheus/common 94bf9828e56d9670579b28a9f78237d3cd8d0395 |
488 | SRCREV_common="94bf9828e56d9670579b28a9f78237d3cd8d0395" | 488 | SRCREV_common="94bf9828e56d9670579b28a9f78237d3cd8d0395" |
489 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" | 489 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common" |
490 | 490 | ||
491 | # github.com/prometheus/procfs v0.12.0 | 491 | # github.com/prometheus/procfs v0.12.0 |
492 | # [1] git ls-remote https://github.com/prometheus/procfs ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa | 492 | # [1] git ls-remote https://github.com/prometheus/procfs ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa |
493 | SRCREV_procfs="ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa" | 493 | SRCREV_procfs="ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa" |
494 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" | 494 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs" |
495 | 495 | ||
496 | # github.com/tonistiigi/fsutil v0.0.0-20240301111122-7525a1af2bb5 | 496 | # github.com/tonistiigi/fsutil v0.0.0-20240301111122-7525a1af2bb5 |
497 | # [1] git ls-remote https://github.com/tonistiigi/fsutil 7525a1af2bb545e89dc9bced785bff7a3b7f08c2 | 497 | # [1] git ls-remote https://github.com/tonistiigi/fsutil 7525a1af2bb545e89dc9bced785bff7a3b7f08c2 |
498 | SRCREV_fsutil="7525a1af2bb545e89dc9bced785bff7a3b7f08c2" | 498 | SRCREV_fsutil="7525a1af2bb545e89dc9bced785bff7a3b7f08c2" |
499 | SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/fsutil" | 499 | SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/fsutil" |
500 | 500 | ||
501 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 | 501 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 |
502 | # [1] git ls-remote https://github.com/cenkalti/backoff 61153c768f31ee5f130071d08fc82b85208528de | 502 | # [1] git ls-remote https://github.com/cenkalti/backoff 61153c768f31ee5f130071d08fc82b85208528de |
503 | SRCREV_backoff.v1="61153c768f31ee5f130071d08fc82b85208528de" | 503 | SRCREV_backoff.v1="61153c768f31ee5f130071d08fc82b85208528de" |
504 | SRC_URI += "git://github.com/cenkalti/backoff;name=backoff.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/cenkalti/backoff.v1" | 504 | 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" |
505 | 505 | ||
506 | # github.com/Microsoft/go-winio v0.6.1 | 506 | # github.com/Microsoft/go-winio v0.6.1 |
507 | # [1] git ls-remote https://github.com/microsoft/go-winio 070c828abb873da9e71c7247740253b50f7cf049 | 507 | # [1] git ls-remote https://github.com/microsoft/go-winio 070c828abb873da9e71c7247740253b50f7cf049 |
508 | SRCREV_go-winio="070c828abb873da9e71c7247740253b50f7cf049" | 508 | SRCREV_go-winio="070c828abb873da9e71c7247740253b50f7cf049" |
509 | SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio" | 509 | 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" |
510 | 510 | ||
511 | # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d | 511 | # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d |
512 | # [1] git ls-remote https://github.com/acarl005/stripansi 5a71ef0e047df0427e87a79f27009029921f1f9b | 512 | # [1] git ls-remote https://github.com/acarl005/stripansi 5a71ef0e047df0427e87a79f27009029921f1f9b |
513 | SRCREV_stripansi="5a71ef0e047df0427e87a79f27009029921f1f9b" | 513 | SRCREV_stripansi="5a71ef0e047df0427e87a79f27009029921f1f9b" |
514 | SRC_URI += "git://github.com/acarl005/stripansi;name=stripansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/acarl005/stripansi" | 514 | SRC_URI += "git://github.com/acarl005/stripansi;name=stripansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/acarl005/stripansi" |
515 | 515 | ||
516 | # github.com/containerd/console v1.0.4 | 516 | # github.com/containerd/console v1.0.4 |
517 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f | 517 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f |
518 | SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" | 518 | SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" |
519 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" | 519 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" |
520 | 520 | ||
521 | # github.com/fvbommel/sortorder v1.0.2 | 521 | # github.com/fvbommel/sortorder v1.0.2 |
522 | # [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6 | 522 | # [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6 |
523 | SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6" | 523 | SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6" |
524 | SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder" | 524 | SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fvbommel/sortorder" |
525 | 525 | ||
526 | # github.com/klauspost/compress v1.17.4 | 526 | # github.com/klauspost/compress v1.17.4 |
527 | # [1] git ls-remote https://github.com/klauspost/compress 98ff542abe3108aa760c1558f80d393be0136539 | 527 | # [1] git ls-remote https://github.com/klauspost/compress 98ff542abe3108aa760c1558f80d393be0136539 |
528 | SRCREV_compress="98ff542abe3108aa760c1558f80d393be0136539" | 528 | SRCREV_compress="98ff542abe3108aa760c1558f80d393be0136539" |
529 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" | 529 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" |
530 | 530 | ||
531 | # github.com/mattn/go-colorable v0.1.13 | 531 | # github.com/mattn/go-colorable v0.1.13 |
532 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be | 532 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be |
533 | SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" | 533 | SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" |
534 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable" | 534 | 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" |
535 | 535 | ||
536 | # github.com/mattn/go-runewidth v0.0.15 | 536 | # github.com/mattn/go-runewidth v0.0.15 |
537 | # [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560 | 537 | # [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560 |
538 | SRCREV_go-runewidth="44b7c5b4d67df8ca22917b6800c158a6d3be3560" | 538 | SRCREV_go-runewidth="44b7c5b4d67df8ca22917b6800c158a6d3be3560" |
539 | SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth" | 539 | 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" |
540 | 540 | ||
541 | # github.com/moby/sys/mountinfo v0.7.1 | 541 | # github.com/moby/sys/mountinfo v0.7.1 |
542 | # [1] git ls-remote https://github.com/moby/sys 4950d7687cf6c9b138dc0e18c2c7351e1f6ed497 | 542 | # [1] git ls-remote https://github.com/moby/sys 4950d7687cf6c9b138dc0e18c2c7351e1f6ed497 |
543 | SRCREV_mountinfo="4950d7687cf6c9b138dc0e18c2c7351e1f6ed497" | 543 | SRCREV_mountinfo="4950d7687cf6c9b138dc0e18c2c7351e1f6ed497" |
544 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" | 544 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" |
545 | 545 | ||
546 | # github.com/modern-go/reflect2 v1.0.2 | 546 | # github.com/modern-go/reflect2 v1.0.2 |
547 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 | 547 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 |
548 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" | 548 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" |
549 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2" | 549 | 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" |
550 | 550 | ||
551 | # github.com/pmezard/go-difflib v1.0.0 | 551 | # github.com/pmezard/go-difflib v1.0.0 |
552 | # [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 | 552 | # [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 |
553 | SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" | 553 | SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" |
554 | SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib" | 554 | 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" |
555 | 555 | ||
556 | # github.com/jonboulle/clockwork v0.4.0 | 556 | # github.com/jonboulle/clockwork v0.4.0 |
557 | # [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a | 557 | # [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a |
558 | SRCREV_clockwork="606c48b92358fcca153952b56fb0d14d6845f84a" | 558 | SRCREV_clockwork="606c48b92358fcca153952b56fb0d14d6845f84a" |
559 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork" | 559 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork" |
560 | 560 | ||
561 | # github.com/mattn/go-shellwords v1.0.12 | 561 | # github.com/mattn/go-shellwords v1.0.12 |
562 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac | 562 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac |
563 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" | 563 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" |
564 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords" | 564 | 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" |
565 | 565 | ||
566 | # github.com/moby/patternmatcher v0.6.0 | 566 | # github.com/moby/patternmatcher v0.6.0 |
567 | # [1] git ls-remote https://github.com/moby/patternmatcher 347bb8d8d557f90d1b75cd8bca3c0177f380a979 | 567 | # [1] git ls-remote https://github.com/moby/patternmatcher 347bb8d8d557f90d1b75cd8bca3c0177f380a979 |
568 | SRCREV_patternmatcher="347bb8d8d557f90d1b75cd8bca3c0177f380a979" | 568 | SRCREV_patternmatcher="347bb8d8d557f90d1b75cd8bca3c0177f380a979" |
569 | SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/patternmatcher" | 569 | SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/patternmatcher" |
570 | 570 | ||
571 | # go.opentelemetry.io/otel/trace v1.21.0 | 571 | # go.opentelemetry.io/otel/trace v1.21.0 |
572 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 572 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
573 | SRCREV_trace="98b32a6c3a87fbee5d34c063b9096f416b250897" | 573 | SRCREV_trace="98b32a6c3a87fbee5d34c063b9096f416b250897" |
574 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/trace" | 574 | 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" |
575 | 575 | ||
576 | # github.com/cenkalti/backoff/v4 v4.2.1 | 576 | # github.com/cenkalti/backoff/v4 v4.2.1 |
577 | # [1] git ls-remote https://github.com/cenkalti/backoff a04a6fe64ffb0e3fd0816460529d300be5f252df | 577 | # [1] git ls-remote https://github.com/cenkalti/backoff a04a6fe64ffb0e3fd0816460529d300be5f252df |
578 | SRCREV_v4="a04a6fe64ffb0e3fd0816460529d300be5f252df" | 578 | SRCREV_v4="a04a6fe64ffb0e3fd0816460529d300be5f252df" |
579 | SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4" | 579 | SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4" |
580 | 580 | ||
581 | # github.com/docker/distribution v2.8.3+incompatible | 581 | # github.com/docker/distribution v2.8.3+incompatible |
582 | # [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f | 582 | # [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f |
583 | SRCREV_distribution="4772604ae973031ab32dd9805a4bccf61d94909f" | 583 | SRCREV_distribution="4772604ae973031ab32dd9805a4bccf61d94909f" |
584 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" | 584 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution" |
585 | 585 | ||
586 | # github.com/moby/sys/sequential v0.5.0 | 586 | # github.com/moby/sys/sequential v0.5.0 |
587 | # [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 | 587 | # [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 |
588 | SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" | 588 | SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" |
589 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/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=${WORKDIR}/${BP}/src/import/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.0.0 | 596 | # go.opentelemetry.io/proto/otlp v1.0.0 |
597 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 97744b2e4a0fa6787b96b9c3c740daefca754333 | 597 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 97744b2e4a0fa6787b96b9c3c740daefca754333 |
598 | SRCREV_otlp="97744b2e4a0fa6787b96b9c3c740daefca754333" | 598 | SRCREV_otlp="97744b2e4a0fa6787b96b9c3c740daefca754333" |
599 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/proto/otlp" | 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/docker/cli-docs-tool v0.7.0 | 601 | # github.com/docker/cli-docs-tool v0.7.0 |
602 | # [1] git ls-remote https://github.com/docker/cli-docs-tool 3149c912295595f6fc3bd7d3ee9283d97a4aedf6 | 602 | # [1] git ls-remote https://github.com/docker/cli-docs-tool 3149c912295595f6fc3bd7d3ee9283d97a4aedf6 |
603 | SRCREV_cli-docs-tool="3149c912295595f6fc3bd7d3ee9283d97a4aedf6" | 603 | SRCREV_cli-docs-tool="3149c912295595f6fc3bd7d3ee9283d97a4aedf6" |
604 | SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli-docs-tool" | 604 | 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" |
605 | 605 | ||
606 | # github.com/hashicorp/go-version v1.6.0 | 606 | # github.com/hashicorp/go-version v1.6.0 |
607 | # [1] git ls-remote https://github.com/hashicorp/go-version 78d058c5618891f74d604bd15356fca690b64d8a | 607 | # [1] git ls-remote https://github.com/hashicorp/go-version 78d058c5618891f74d604bd15356fca690b64d8a |
608 | SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a" | 608 | SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a" |
609 | SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-version" | 609 | 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" |
610 | 610 | ||
611 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | 611 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
612 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 | 612 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 |
613 | SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" | 613 | SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" |
614 | SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent" | 614 | 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" |
615 | 615 | ||
616 | # github.com/xeipuuv/gojsonschema v1.2.0 | 616 | # github.com/xeipuuv/gojsonschema v1.2.0 |
617 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 | 617 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 |
618 | SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" | 618 | SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" |
619 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema" | 619 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema" |
620 | 620 | ||
621 | # go.opentelemetry.io/otel/metric v1.21.0 | 621 | # go.opentelemetry.io/otel/metric v1.21.0 |
622 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 622 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
623 | SRCREV_metric="98b32a6c3a87fbee5d34c063b9096f416b250897" | 623 | SRCREV_metric="98b32a6c3a87fbee5d34c063b9096f416b250897" |
624 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/metric" | 624 | 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" |
625 | 625 | ||
626 | # github.com/AlecAivazis/survey/v2 v2.3.7 | 626 | # github.com/AlecAivazis/survey/v2 v2.3.7 |
627 | # [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126 | 627 | # [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126 |
628 | SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126" | 628 | SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126" |
629 | SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AlecAivazis/survey/v2" | 629 | SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AlecAivazis/survey/v2" |
630 | 630 | ||
631 | # github.com/containerd/containerd v1.7.13 | 631 | # github.com/containerd/containerd v1.7.13 |
632 | # [1] git ls-remote https://github.com/containerd/containerd 7c3aca7a610df76212171d200ca3811ff6096eb8 | 632 | # [1] git ls-remote https://github.com/containerd/containerd 7c3aca7a610df76212171d200ca3811ff6096eb8 |
633 | SRCREV_containerd="7c3aca7a610df76212171d200ca3811ff6096eb8" | 633 | SRCREV_containerd="7c3aca7a610df76212171d200ca3811ff6096eb8" |
634 | SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" | 634 | SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd" |
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=${WORKDIR}/${BP}/src/import/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=${WORKDIR}/${BP}/src/import/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.3 | 646 | # github.com/containerd/continuity v0.4.3 |
647 | # [1] git ls-remote https://github.com/containerd/continuity 1743d9104d944131cdedaba33a59d2f9bd80a6f2 | 647 | # [1] git ls-remote https://github.com/containerd/continuity 1743d9104d944131cdedaba33a59d2f9bd80a6f2 |
648 | SRCREV_continuity="1743d9104d944131cdedaba33a59d2f9bd80a6f2" | 648 | SRCREV_continuity="1743d9104d944131cdedaba33a59d2f9bd80a6f2" |
649 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/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.1.1 | 651 | # github.com/containerd/typeurl/v2 v2.1.1 |
652 | # [1] git ls-remote https://github.com/containerd/typeurl 7ef6316b771f959cbb208b229e3423a466947df3 | 652 | # [1] git ls-remote https://github.com/containerd/typeurl 7ef6316b771f959cbb208b229e3423a466947df3 |
653 | SRCREV_typeurl-v2="7ef6316b771f959cbb208b229e3423a466947df3" | 653 | SRCREV_typeurl-v2="7ef6316b771f959cbb208b229e3423a466947df3" |
654 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl/v2" | 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/google/gnostic-models v0.6.8 | 656 | # github.com/google/gnostic-models v0.6.8 |
657 | # [1] git ls-remote https://github.com/google/gnostic-models 577692584cdf09674595bba0c182d0e8a44655d3 | 657 | # [1] git ls-remote https://github.com/google/gnostic-models 577692584cdf09674595bba0c182d0e8a44655d3 |
658 | SRCREV_gnostic-models="577692584cdf09674595bba0c182d0e8a44655d3" | 658 | SRCREV_gnostic-models="577692584cdf09674595bba0c182d0e8a44655d3" |
659 | SRC_URI += "git://github.com/google/gnostic-models;name=gnostic-models;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gnostic-models" | 659 | 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" |
660 | 660 | ||
661 | # github.com/mitchellh/reflectwalk v1.0.2 | 661 | # github.com/mitchellh/reflectwalk v1.0.2 |
662 | # [1] git ls-remote https://github.com/mitchellh/reflectwalk e0c24fdb021963cd2c4013097a0b993a7c4e344f | 662 | # [1] git ls-remote https://github.com/mitchellh/reflectwalk e0c24fdb021963cd2c4013097a0b993a7c4e344f |
663 | SRCREV_reflectwalk="e0c24fdb021963cd2c4013097a0b993a7c4e344f" | 663 | SRCREV_reflectwalk="e0c24fdb021963cd2c4013097a0b993a7c4e344f" |
664 | SRC_URI += "git://github.com/mitchellh/reflectwalk;name=reflectwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/reflectwalk" | 664 | SRC_URI += "git://github.com/mitchellh/reflectwalk;name=reflectwalk;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/reflectwalk" |
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=${WORKDIR}/${BP}/src/import/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.5.0 | 671 | # github.com/distribution/reference v0.5.0 |
672 | # [1] git ls-remote https://github.com/distribution/reference 49c28499d219290c3226822e9cfcd4ede6d75379 | 672 | # [1] git ls-remote https://github.com/distribution/reference 49c28499d219290c3226822e9cfcd4ede6d75379 |
673 | SRCREV_reference="49c28499d219290c3226822e9cfcd4ede6d75379" | 673 | SRCREV_reference="49c28499d219290c3226822e9cfcd4ede6d75379" |
674 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/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=${WORKDIR}/${BP}/src/import/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=${WORKDIR}/${BP}/src/import/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/emicklei/go-restful/v3 v3.11.0 | 686 | # github.com/emicklei/go-restful/v3 v3.11.0 |
687 | # [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 | 687 | # [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 |
688 | SRCREV_go-restful-v3="30bec7807481e62e1e1e59ad57e7f22054806966" | 688 | SRCREV_go-restful-v3="30bec7807481e62e1e1e59ad57e7f22054806966" |
689 | SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful/v3" | 689 | 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" |
690 | 690 | ||
691 | # github.com/go-openapi/jsonpointer v0.19.6 | 691 | # github.com/go-openapi/jsonpointer v0.19.6 |
692 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12 | 692 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12 |
693 | SRCREV_jsonpointer="5df0d69a6be189afff354877d332f9ede32afe12" | 693 | SRCREV_jsonpointer="5df0d69a6be189afff354877d332f9ede32afe12" |
694 | SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonpointer" | 694 | 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" |
695 | 695 | ||
696 | # github.com/hashicorp/go-cleanhttp v0.5.2 | 696 | # github.com/hashicorp/go-cleanhttp v0.5.2 |
697 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 | 697 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 |
698 | SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" | 698 | SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" |
699 | SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-cleanhttp" | 699 | 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" |
700 | 700 | ||
701 | # github.com/in-toto/in-toto-golang v0.5.0 | 701 | # github.com/in-toto/in-toto-golang v0.5.0 |
702 | # [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe | 702 | # [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe |
703 | SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe" | 703 | SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe" |
704 | SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/in-toto/in-toto-golang" | 704 | 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" |
705 | 705 | ||
706 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | 706 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 |
707 | # [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0 | 707 | # [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0 |
708 | SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" | 708 | SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" |
709 | SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kballard/go-shellquote" | 709 | 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" |
710 | 710 | ||
711 | # github.com/moby/docker-image-spec v1.3.1 | 711 | # github.com/moby/docker-image-spec v1.3.1 |
712 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af | 712 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af |
713 | SRCREV_docker-image-spec="f1d00ebd2d6d6805170d5543dbca4b850f35f9af" | 713 | SRCREV_docker-image-spec="f1d00ebd2d6d6805170d5543dbca4b850f35f9af" |
714 | SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/docker-image-spec" | 714 | 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" |
715 | 715 | ||
716 | # github.com/hashicorp/go-multierror v1.1.1 | 716 | # github.com/hashicorp/go-multierror v1.1.1 |
717 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 | 717 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 |
718 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" | 718 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" |
719 | SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror" | 719 | 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" |
720 | 720 | ||
721 | # github.com/mitchellh/copystructure v1.2.0 | 721 | # github.com/mitchellh/copystructure v1.2.0 |
722 | # [1] git ls-remote https://github.com/mitchellh/copystructure d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84 | 722 | # [1] git ls-remote https://github.com/mitchellh/copystructure d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84 |
723 | SRCREV_copystructure="d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84" | 723 | SRCREV_copystructure="d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84" |
724 | SRC_URI += "git://github.com/mitchellh/copystructure;name=copystructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/copystructure" | 724 | SRC_URI += "git://github.com/mitchellh/copystructure;name=copystructure;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/copystructure" |
725 | 725 | ||
726 | # github.com/prometheus/client_model v0.5.0 | 726 | # github.com/prometheus/client_model v0.5.0 |
727 | # [1] git ls-remote https://github.com/prometheus/client_model 1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f | 727 | # [1] git ls-remote https://github.com/prometheus/client_model 1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f |
728 | SRCREV_client_model="1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f" | 728 | SRCREV_client_model="1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f" |
729 | SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model" | 729 | 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" |
730 | 730 | ||
731 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 | 731 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 |
732 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b | 732 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b |
733 | SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" | 733 | SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" |
734 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonreference" | 734 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" |
735 | 735 | ||
736 | # github.com/opencontainers/go-digest v1.0.0 | 736 | # github.com/opencontainers/go-digest v1.0.0 |
737 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a | 737 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a |
738 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" | 738 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" |
739 | SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest" | 739 | 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" |
740 | 740 | ||
741 | # github.com/aws/aws-sdk-go-v2/config v1.26.6 | 741 | # github.com/aws/aws-sdk-go-v2/config v1.26.6 |
742 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 | 742 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 |
743 | SRCREV_config="857d5277b41f290ab7ba0e0f6f96f940045f69b7" | 743 | SRCREV_config="857d5277b41f290ab7ba0e0f6f96f940045f69b7" |
744 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/config" | 744 | 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" |
745 | 745 | ||
746 | # github.com/go-openapi/jsonreference v0.20.2 | 746 | # github.com/go-openapi/jsonreference v0.20.2 |
747 | # [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff | 747 | # [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff |
748 | SRCREV_jsonreference="1f158e563669961b8e54817e3ea57978d439ffff" | 748 | SRCREV_jsonreference="1f158e563669961b8e54817e3ea57978d439ffff" |
749 | SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonreference" | 749 | 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" |
750 | 750 | ||
751 | # github.com/prometheus/client_golang v1.17.0 | 751 | # github.com/prometheus/client_golang v1.17.0 |
752 | # [1] git ls-remote https://github.com/prometheus/client_golang fa1408ee351f6aba15c6d0207f7a0021eb3af406 | 752 | # [1] git ls-remote https://github.com/prometheus/client_golang fa1408ee351f6aba15c6d0207f7a0021eb3af406 |
753 | SRCREV_client_golang="fa1408ee351f6aba15c6d0207f7a0021eb3af406" | 753 | SRCREV_client_golang="fa1408ee351f6aba15c6d0207f7a0021eb3af406" |
754 | SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang" | 754 | 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" |
755 | 755 | ||
756 | # go.opentelemetry.io/otel/sdk/metric v1.21.0 | 756 | # go.opentelemetry.io/otel/sdk/metric v1.21.0 |
757 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 757 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
758 | SRCREV_sdk-metric="98b32a6c3a87fbee5d34c063b9096f416b250897" | 758 | SRCREV_sdk-metric="98b32a6c3a87fbee5d34c063b9096f416b250897" |
759 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk-metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/sdk/metric" | 759 | 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" |
760 | 760 | ||
761 | # github.com/opencontainers/image-spec v1.1.0-rc6 | 761 | # github.com/opencontainers/image-spec v1.1.0-rc6 |
762 | # [1] git ls-remote https://github.com/opencontainers/image-spec 6c2b5fafa0731a97aad0c2a68bac238d6c98c690 | 762 | # [1] git ls-remote https://github.com/opencontainers/image-spec 6c2b5fafa0731a97aad0c2a68bac238d6c98c690 |
763 | SRCREV_image-spec="6c2b5fafa0731a97aad0c2a68bac238d6c98c690" | 763 | SRCREV_image-spec="6c2b5fafa0731a97aad0c2a68bac238d6c98c690" |
764 | SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec" | 764 | 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" |
765 | 765 | ||
766 | # github.com/theupdateframework/notary v0.7.0 | 766 | # github.com/theupdateframework/notary v0.7.0 |
767 | # [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598 | 767 | # [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598 |
768 | SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" | 768 | SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" |
769 | SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary" | 769 | SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/theupdateframework/notary" |
770 | 770 | ||
771 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 | 771 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 |
772 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf | 772 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf |
773 | SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf" | 773 | SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf" |
774 | SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" | 774 | 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" |
775 | 775 | ||
776 | # github.com/inconshreveable/mousetrap v1.1.0 | 776 | # github.com/inconshreveable/mousetrap v1.1.0 |
777 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 | 777 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 |
778 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" | 778 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" |
779 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" | 779 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" |
780 | 780 | ||
781 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.1 | 781 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.1 |
782 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff cf09e71f4508bfc416135048e392a8a4990bf4e3 | 782 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff cf09e71f4508bfc416135048e392a8a4990bf4e3 |
783 | SRCREV_structured-merge-diff-v4="cf09e71f4508bfc416135048e392a8a4990bf4e3" | 783 | SRCREV_structured-merge-diff-v4="cf09e71f4508bfc416135048e392a8a4990bf4e3" |
784 | SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" | 784 | 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" |
785 | 785 | ||
786 | # github.com/compose-spec/compose-go/v2 v2.0.2 | 786 | # github.com/compose-spec/compose-go/v2 v2.0.2 |
787 | # [1] git ls-remote https://github.com/compose-spec/compose-go d0722c0e5564b4970f6634592638c0577ef8e028 | 787 | # [1] git ls-remote https://github.com/compose-spec/compose-go d0722c0e5564b4970f6634592638c0577ef8e028 |
788 | SRCREV_compose-go-v2="d0722c0e5564b4970f6634592638c0577ef8e028" | 788 | SRCREV_compose-go-v2="d0722c0e5564b4970f6634592638c0577ef8e028" |
789 | SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/compose-spec/compose-go/v2" | 789 | 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" |
790 | 790 | ||
791 | # tags.cncf.io/container-device-interface v0.6.2 | 791 | # tags.cncf.io/container-device-interface v0.6.2 |
792 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface fb50bf8fc8b2c3c8fda6d23ab7e044774dcca678 | 792 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface fb50bf8fc8b2c3c8fda6d23ab7e044774dcca678 |
793 | SRCREV_container-device-interface="fb50bf8fc8b2c3c8fda6d23ab7e044774dcca678" | 793 | SRCREV_container-device-interface="fb50bf8fc8b2c3c8fda6d23ab7e044774dcca678" |
794 | SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/tags.cncf.io/container-device-interface" | 794 | 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" |
795 | 795 | ||
796 | # github.com/aws/aws-sdk-go-v2/credentials v1.16.16 | 796 | # github.com/aws/aws-sdk-go-v2/credentials v1.16.16 |
797 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b | 797 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b |
798 | SRCREV_credentials="a75d7694eb2709212655ee25e811d72a1188a68b" | 798 | SRCREV_credentials="a75d7694eb2709212655ee25e811d72a1188a68b" |
799 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials" | 799 | 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" |
800 | 800 | ||
801 | # github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 | 801 | # github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 |
802 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b | 802 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b |
803 | SRCREV_sso="a75d7694eb2709212655ee25e811d72a1188a68b" | 803 | SRCREV_sso="a75d7694eb2709212655ee25e811d72a1188a68b" |
804 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sso;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sso" | 804 | 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" |
805 | 805 | ||
806 | # github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 | 806 | # github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 |
807 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 807 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
808 | SRCREV_sts="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 808 | SRCREV_sts="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
809 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts" | 809 | 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" |
810 | 810 | ||
811 | # github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 | 811 | # github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 |
812 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 | 812 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 |
813 | SRCREV_ini="857d5277b41f290ab7ba0e0f6f96f940045f69b7" | 813 | SRCREV_ini="857d5277b41f290ab7ba0e0f6f96f940045f69b7" |
814 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini" | 814 | 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" |
815 | 815 | ||
816 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 | 816 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 |
817 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 09e3965a330155f7db8482269d7d91b9bceb7641 | 817 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 09e3965a330155f7db8482269d7d91b9bceb7641 |
818 | SRCREV_grpc-gateway-v2="09e3965a330155f7db8482269d7d91b9bceb7641" | 818 | SRCREV_grpc-gateway-v2="09e3965a330155f7db8482269d7d91b9bceb7641" |
819 | SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2" | 819 | 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" |
820 | 820 | ||
821 | # google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b | 821 | # google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b |
822 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 | 822 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 |
823 | SRCREV_api="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" | 823 | SRCREV_api="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" |
824 | SRC_URI += "git://github.com/googleapis/go-genproto;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/api" | 824 | SRC_URI += "git://github.com/googleapis/go-genproto;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/api" |
825 | 825 | ||
826 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b | 826 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b |
827 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 | 827 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 |
828 | SRCREV_rpc="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" | 828 | SRCREV_rpc="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" |
829 | SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/rpc" | 829 | 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" |
830 | 830 | ||
831 | # github.com/docker/docker-credential-helpers v0.8.0 | 831 | # github.com/docker/docker-credential-helpers v0.8.0 |
832 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 8396edb35f8d7229e75482e9d82c7729fa7001b7 | 832 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 8396edb35f8d7229e75482e9d82c7729fa7001b7 |
833 | SRCREV_docker-credential-helpers="8396edb35f8d7229e75482e9d82c7729fa7001b7" | 833 | SRCREV_docker-credential-helpers="8396edb35f8d7229e75482e9d82c7729fa7001b7" |
834 | SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker-credential-helpers" | 834 | 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" |
835 | 835 | ||
836 | # github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 | 836 | # github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 |
837 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01 | 837 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01 |
838 | SRCREV_ssooidc="f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01" | 838 | SRCREV_ssooidc="f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01" |
839 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ssooidc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/ssooidc" | 839 | 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" |
840 | 840 | ||
841 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | 841 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
842 | # [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd | 842 | # [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd |
843 | SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd" | 843 | SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd" |
844 | SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;name=go-grpc-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-middleware" | 844 | 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" |
845 | 845 | ||
846 | # github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 | 846 | # github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 |
847 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 847 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
848 | SRCREV_imds="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 848 | SRCREV_imds="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
849 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds" | 849 | 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" |
850 | 850 | ||
851 | # go.opentelemetry.io/otel/exporters/prometheus v0.42.0 | 851 | # go.opentelemetry.io/otel/exporters/prometheus v0.42.0 |
852 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | 852 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 |
853 | SRCREV_prometheus="60666c554065ac4da502fe28943eea4b938ab479" | 853 | SRCREV_prometheus="60666c554065ac4da502fe28943eea4b938ab479" |
854 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=prometheus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/prometheus" | 854 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=prometheus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/prometheus" |
855 | 855 | ||
856 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 | 856 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 |
857 | # [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d | 857 | # [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d |
858 | SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" | 858 | SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" |
859 | SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions" | 859 | SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/matttproud/golang_protobuf_extensions" |
860 | 860 | ||
861 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 | 861 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 |
862 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 862 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
863 | SRCREV_otlptrace="98b32a6c3a87fbee5d34c063b9096f416b250897" | 863 | SRCREV_otlptrace="98b32a6c3a87fbee5d34c063b9096f416b250897" |
864 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace" | 864 | 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" |
865 | 865 | ||
866 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 | 866 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 |
867 | # [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9 | 867 | # [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9 |
868 | SRCREV_go-securesystemslib="abcd7c95c952df38eb237fab3764ef1b8d2b15c9" | 868 | SRCREV_go-securesystemslib="abcd7c95c952df38eb237fab3764ef1b8d2b15c9" |
869 | SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-securesystemslib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/secure-systems-lab/go-securesystemslib" | 869 | 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" |
870 | 870 | ||
871 | # github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 | 871 | # github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 |
872 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 872 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
873 | SRCREV_endpoints-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 873 | SRCREV_endpoints-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
874 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2" | 874 | 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" |
875 | 875 | ||
876 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 | 876 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 |
877 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | 877 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 |
878 | SRCREV_otlpmetric="60666c554065ac4da502fe28943eea4b938ab479" | 878 | SRCREV_otlpmetric="60666c554065ac4da502fe28943eea4b938ab479" |
879 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric" | 879 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric" |
880 | 880 | ||
881 | # github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 | 881 | # github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 |
882 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 882 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
883 | SRCREV_configsources="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 883 | SRCREV_configsources="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
884 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources" | 884 | 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" |
885 | 885 | ||
886 | # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 | 886 | # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 |
887 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 887 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 |
888 | SRCREV_presigned-url="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 888 | SRCREV_presigned-url="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" |
889 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url" | 889 | 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" |
890 | 890 | ||
891 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 | 891 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 |
892 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 | 892 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 |
893 | SRCREV_otelhttp="ba19074a6785b2b65c86a52c0649cf040319fa96" | 893 | SRCREV_otelhttp="ba19074a6785b2b65c86a52c0649cf040319fa96" |
894 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" | 894 | 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" |
895 | 895 | ||
896 | # github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 | 896 | # github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 |
897 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0d643a8f0a8ad09075f41a60acba6a208cb36c58 | 897 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0d643a8f0a8ad09075f41a60acba6a208cb36c58 |
898 | SRCREV_accept-encoding="0d643a8f0a8ad09075f41a60acba6a208cb36c58" | 898 | SRCREV_accept-encoding="0d643a8f0a8ad09075f41a60acba6a208cb36c58" |
899 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=accept-encoding;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding" | 899 | 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" |
900 | 900 | ||
901 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 | 901 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 |
902 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 902 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
903 | SRCREV_otlptracegrpc="98b32a6c3a87fbee5d34c063b9096f416b250897" | 903 | SRCREV_otlptracegrpc="98b32a6c3a87fbee5d34c063b9096f416b250897" |
904 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc" | 904 | 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" |
905 | 905 | ||
906 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 | 906 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 |
907 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 907 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 |
908 | SRCREV_otlptracehttp="98b32a6c3a87fbee5d34c063b9096f416b250897" | 908 | SRCREV_otlptracehttp="98b32a6c3a87fbee5d34c063b9096f416b250897" |
909 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracehttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp" | 909 | 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" |
910 | 910 | ||
911 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 | 911 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 |
912 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | 912 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 |
913 | SRCREV_otlpmetricgrpc="60666c554065ac4da502fe28943eea4b938ab479" | 913 | SRCREV_otlpmetricgrpc="60666c554065ac4da502fe28943eea4b938ab479" |
914 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetricgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc" | 914 | 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" |
915 | 915 | ||
916 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 | 916 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 |
917 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | 917 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 |
918 | SRCREV_otlpmetrichttp="60666c554065ac4da502fe28943eea4b938ab479" | 918 | SRCREV_otlpmetrichttp="60666c554065ac4da502fe28943eea4b938ab479" |
919 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetrichttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp" | 919 | 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" |
920 | 920 | ||
921 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 | 921 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 |
922 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 | 922 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 |
923 | SRCREV_otelgrpc="ba19074a6785b2b65c86a52c0649cf040319fa96" | 923 | SRCREV_otelgrpc="ba19074a6785b2b65c86a52c0649cf040319fa96" |
924 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc" | 924 | 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" |
925 | 925 | ||
926 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 | 926 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 |
927 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 | 927 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 |
928 | SRCREV_otelhttptrace="ba19074a6785b2b65c86a52c0649cf040319fa96" | 928 | SRCREV_otelhttptrace="ba19074a6785b2b65c86a52c0649cf040319fa96" |
929 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace" | 929 | 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" |
930 | 930 | ||