diff options
-rw-r--r-- | recipes-containers/k3s/k3s/0001-Finding-host-local-in-usr-libexec.patch | 4 | ||||
-rw-r--r-- | recipes-containers/k3s/k3s/modules.txt | 462 | ||||
-rw-r--r-- | recipes-containers/k3s/k3s_git.bb | 6 | ||||
-rw-r--r-- | recipes-containers/k3s/relocation.inc | 889 | ||||
-rw-r--r-- | recipes-containers/k3s/src_uri.inc | 3571 |
5 files changed, 1955 insertions, 2977 deletions
diff --git a/recipes-containers/k3s/k3s/0001-Finding-host-local-in-usr-libexec.patch b/recipes-containers/k3s/k3s/0001-Finding-host-local-in-usr-libexec.patch index 12f9941c..3e8e5512 100644 --- a/recipes-containers/k3s/k3s/0001-Finding-host-local-in-usr-libexec.patch +++ b/recipes-containers/k3s/k3s/0001-Finding-host-local-in-usr-libexec.patch | |||
@@ -13,9 +13,9 @@ Index: import/pkg/agent/config/config.go | |||
13 | =================================================================== | 13 | =================================================================== |
14 | --- import.orig/pkg/agent/config/config.go | 14 | --- import.orig/pkg/agent/config/config.go |
15 | +++ import/pkg/agent/config/config.go | 15 | +++ import/pkg/agent/config/config.go |
16 | @@ -445,7 +445,7 @@ | 16 | @@ -577,7 +577,7 @@ func get(ctx context.Context, envInfo *c |
17 | } | ||
18 | 17 | ||
18 | nodeConfig.NoFlannel = nodeConfig.FlannelBackend == config.FlannelBackendNone | ||
19 | if !nodeConfig.NoFlannel { | 19 | if !nodeConfig.NoFlannel { |
20 | - hostLocal, err := exec.LookPath("host-local") | 20 | - hostLocal, err := exec.LookPath("host-local") |
21 | + hostLocal, err := exec.LookPath("/usr/libexec/cni/host-local") | 21 | + hostLocal, err := exec.LookPath("/usr/libexec/cni/host-local") |
diff --git a/recipes-containers/k3s/k3s/modules.txt b/recipes-containers/k3s/k3s/modules.txt index 3ce7b6af..f3408ede 100644 --- a/recipes-containers/k3s/k3s/modules.txt +++ b/recipes-containers/k3s/k3s/modules.txt | |||
@@ -1,92 +1,36 @@ | |||
1 | # github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.22 | ||
2 | # github.com/Mirantis/cri-dockerd => github.com/k3s-io/cri-dockerd v0.3.2-0.20230123224908-ae42b30520de | ||
3 | # github.com/cloudnativelabs/kube-router => github.com/k3s-io/kube-router v1.5.1-0.20230223115732-df90811446a1 | ||
4 | # github.com/containerd/cgroups => github.com/containerd/cgroups v1.0.1 | ||
5 | # github.com/containerd/containerd => github.com/k3s-io/containerd v1.5.18-k3s1 | ||
6 | # github.com/coreos/go-systemd => github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e | ||
7 | # github.com/docker/distribution => github.com/docker/distribution v2.8.1+incompatible | ||
8 | # github.com/docker/docker => github.com/docker/docker v20.10.12+incompatible | ||
9 | # github.com/docker/libnetwork => github.com/docker/libnetwork v0.8.0-dev.2.0.20190624125649-f0e46a78ea34 | ||
10 | # github.com/golang/protobuf => github.com/golang/protobuf v1.5.2 | ||
11 | # github.com/google/cadvisor => github.com/google/cadvisor v0.44.1 | ||
12 | # github.com/googleapis/gax-go/v2 => github.com/googleapis/gax-go/v2 v2.1.1 | ||
13 | # github.com/juju/errors => github.com/k3s-io/nocode v0.0.0-20200630202308-cb097102c09f | ||
14 | # github.com/kubernetes-sigs/cri-tools => github.com/k3s-io/cri-tools v1.25.0-k3s1 | ||
15 | # github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.4 | ||
16 | # github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 | ||
17 | # github.com/opencontainers/selinux => github.com/opencontainers/selinux v1.10.1 | ||
18 | # go.etcd.io/etcd/api/v3 => github.com/k3s-io/etcd/api/v3 v3.5.3-k3s1 | ||
19 | # go.etcd.io/etcd/client/pkg/v3 => github.com/k3s-io/etcd/client/pkg/v3 v3.5.3-k3s1 | ||
20 | # go.etcd.io/etcd/client/v3 => github.com/k3s-io/etcd/client/v3 v3.5.3-k3s1 | ||
21 | # go.etcd.io/etcd/etcdutl/v3 => github.com/k3s-io/etcd/etcdutl/v3 v3.5.3-k3s1 | ||
22 | # go.etcd.io/etcd/server/v3 => github.com/k3s-io/etcd/server/v3 v3.5.3-k3s1 | ||
23 | # golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd | ||
24 | # golang.org/x/net => golang.org/x/net v0.7.0 | ||
25 | # golang.org/x/sys => golang.org/x/sys v0.2.0 | ||
26 | # google.golang.org/genproto => google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 | ||
27 | # google.golang.org/grpc => google.golang.org/grpc v1.40.0 | ||
28 | # gopkg.in/square/go-jose.v2 => gopkg.in/square/go-jose.v2 v2.2.2 | ||
29 | # k8s.io/api => github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.25.8-k3s1 | ||
30 | # k8s.io/apiextensions-apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.25.8-k3s1 | ||
31 | # k8s.io/apimachinery => github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery v1.25.8-k3s1 | ||
32 | # k8s.io/apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver v1.25.8-k3s1 | ||
33 | # k8s.io/cli-runtime => github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime v1.25.8-k3s1 | ||
34 | # k8s.io/client-go => github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go v1.25.8-k3s1 | ||
35 | # k8s.io/cloud-provider => github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider v1.25.8-k3s1 | ||
36 | # k8s.io/cluster-bootstrap => github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.25.8-k3s1 | ||
37 | # k8s.io/code-generator => github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator v1.25.8-k3s1 | ||
38 | # k8s.io/component-base => github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base v1.25.8-k3s1 | ||
39 | # k8s.io/component-helpers => github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers v1.25.8-k3s1 | ||
40 | # k8s.io/controller-manager => github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager v1.25.8-k3s1 | ||
41 | # k8s.io/cri-api => github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api v1.25.8-k3s1 | ||
42 | # k8s.io/csi-translation-lib => github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib v1.25.8-k3s1 | ||
43 | # k8s.io/klog => github.com/k3s-io/klog v1.0.0-k3s2 | ||
44 | # k8s.io/klog/v2 => github.com/k3s-io/klog/v2 v2.60.1-k3s1 | ||
45 | # k8s.io/kube-aggregator => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator v1.25.8-k3s1 | ||
46 | # k8s.io/kube-controller-manager => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager v1.25.8-k3s1 | ||
47 | # k8s.io/kube-proxy => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy v1.25.8-k3s1 | ||
48 | # k8s.io/kube-scheduler => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler v1.25.8-k3s1 | ||
49 | # k8s.io/kubectl => github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl v1.25.8-k3s1 | ||
50 | # k8s.io/kubelet => github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet v1.25.8-k3s1 | ||
51 | # k8s.io/kubernetes => github.com/k3s-io/kubernetes v1.25.8-k3s1 | ||
52 | # k8s.io/legacy-cloud-providers => github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.25.8-k3s1 | ||
53 | # k8s.io/metrics => github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics v1.25.8-k3s1 | ||
54 | # k8s.io/mount-utils => github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils v1.25.8-k3s1 | ||
55 | # k8s.io/node-api => github.com/k3s-io/kubernetes/staging/src/k8s.io/node-api v1.25.8-k3s1 | ||
56 | # k8s.io/pod-security-admission => github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission v1.25.8-k3s1 | ||
57 | # k8s.io/sample-apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-apiserver v1.25.8-k3s1 | ||
58 | # k8s.io/sample-cli-plugin => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-cli-plugin v1.25.8-k3s1 | ||
59 | # k8s.io/sample-controller => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-controller v1.25.8-k3s1 | ||
60 | # mvdan.cc/unparam => mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7 | ||
61 | # github.com/Mirantis/cri-dockerd v0.0.0-00010101000000-000000000000 | 1 | # github.com/Mirantis/cri-dockerd v0.0.0-00010101000000-000000000000 |
62 | ## explicit | 2 | ## explicit |
63 | # github.com/cloudnativelabs/kube-router v1.3.2 | 3 | # github.com/cloudnativelabs/kube-router/v2 v2.0.0-00010101000000-000000000000 |
64 | ## explicit | 4 | ## explicit |
65 | # github.com/containerd/cgroups v1.0.3 | 5 | # github.com/containerd/aufs v1.0.0 |
66 | ## explicit | 6 | ## explicit |
67 | # github.com/containerd/containerd v1.6.9 | 7 | # github.com/containerd/cgroups v1.1.0 |
8 | ## explicit | ||
9 | # github.com/containerd/containerd v1.6.18 | ||
68 | ## explicit | 10 | ## explicit |
69 | # github.com/containerd/fuse-overlayfs-snapshotter v1.0.5 | 11 | # github.com/containerd/fuse-overlayfs-snapshotter v1.0.5 |
70 | ## explicit | 12 | ## explicit |
71 | # github.com/containerd/stargz-snapshotter v0.13.0 | 13 | # github.com/containerd/stargz-snapshotter v0.14.3 |
14 | ## explicit | ||
15 | # github.com/containerd/zfs v1.1.0 | ||
72 | ## explicit | 16 | ## explicit |
73 | # github.com/coreos/go-iptables v0.6.0 | 17 | # github.com/coreos/go-iptables v0.6.0 |
74 | ## explicit | 18 | ## explicit |
75 | # github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf | 19 | # github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf |
76 | ## explicit | 20 | ## explicit |
77 | # github.com/docker/docker v20.10.23+incompatible | 21 | # github.com/docker/docker v23.0.3+incompatible |
78 | ## explicit | 22 | ## explicit |
79 | # github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83 | 23 | # github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83 |
80 | ## explicit | 24 | ## explicit |
81 | # github.com/flannel-io/flannel v0.21.4 | 25 | # github.com/flannel-io/flannel v0.22.2 |
82 | ## explicit | 26 | ## explicit |
83 | # github.com/go-bindata/go-bindata v3.1.2+incompatible | 27 | # github.com/go-bindata/go-bindata v3.1.2+incompatible |
84 | ## explicit | 28 | ## explicit |
85 | # github.com/go-sql-driver/mysql v1.6.0 | 29 | # github.com/go-sql-driver/mysql v1.7.1 |
86 | ## explicit | 30 | ## explicit |
87 | # github.com/go-test/deep v1.0.7 | 31 | # github.com/go-test/deep v1.0.7 |
88 | ## explicit | 32 | ## explicit |
89 | # github.com/google/cadvisor v0.45.0 | 33 | # github.com/google/cadvisor v0.47.2 |
90 | ## explicit | 34 | ## explicit |
91 | # github.com/google/uuid v1.3.0 | 35 | # github.com/google/uuid v1.3.0 |
92 | ## explicit | 36 | ## explicit |
@@ -96,41 +40,41 @@ | |||
96 | ## explicit | 40 | ## explicit |
97 | # github.com/json-iterator/go v1.1.12 | 41 | # github.com/json-iterator/go v1.1.12 |
98 | ## explicit | 42 | ## explicit |
99 | # github.com/k3s-io/helm-controller v0.13.1 | 43 | # github.com/k3s-io/helm-controller v0.15.4 |
100 | ## explicit | 44 | ## explicit |
101 | # github.com/k3s-io/kine v0.9.9 | 45 | # github.com/k3s-io/kine v0.10.2 |
102 | ## explicit | 46 | ## explicit |
103 | # github.com/klauspost/compress v1.15.12 | 47 | # github.com/klauspost/compress v1.16.6 |
104 | ## explicit | 48 | ## explicit |
105 | # github.com/kubernetes-sigs/cri-tools v0.0.0-00010101000000-000000000000 | 49 | # github.com/kubernetes-sigs/cri-tools v0.0.0-00010101000000-000000000000 |
106 | ## explicit | 50 | ## explicit |
107 | # github.com/lib/pq v1.10.2 | 51 | # github.com/lib/pq v1.10.2 |
108 | ## explicit | 52 | ## explicit |
109 | # github.com/mattn/go-sqlite3 v1.14.15 | 53 | # github.com/mattn/go-sqlite3 v1.14.17 |
110 | ## explicit | 54 | ## explicit |
111 | # github.com/minio/minio-go/v7 v7.0.33 | 55 | # github.com/minio/minio-go/v7 v7.0.33 |
112 | ## explicit | 56 | ## explicit |
113 | # github.com/natefinch/lumberjack v2.0.0+incompatible | 57 | # github.com/natefinch/lumberjack v2.0.0+incompatible |
114 | ## explicit | 58 | ## explicit |
115 | # github.com/onsi/ginkgo/v2 v2.7.0 | 59 | # github.com/onsi/ginkgo/v2 v2.9.4 |
116 | ## explicit | 60 | ## explicit |
117 | # github.com/onsi/gomega v1.25.0 | 61 | # github.com/onsi/gomega v1.27.6 |
118 | ## explicit | 62 | ## explicit |
119 | # github.com/opencontainers/runc v1.1.4 | 63 | # github.com/opencontainers/runc v1.1.6 |
120 | ## explicit | 64 | ## explicit |
121 | # github.com/opencontainers/selinux v1.10.2 | 65 | # github.com/opencontainers/selinux v1.11.0 |
122 | ## explicit | 66 | ## explicit |
123 | # github.com/otiai10/copy v1.7.0 | 67 | # github.com/otiai10/copy v1.7.0 |
124 | ## explicit | 68 | ## explicit |
125 | # github.com/pkg/errors v0.9.1 | 69 | # github.com/pkg/errors v0.9.1 |
126 | ## explicit | 70 | ## explicit |
127 | # github.com/rancher/dynamiclistener v0.3.5 | 71 | # github.com/rancher/dynamiclistener v0.3.6-rc2 |
128 | ## explicit | 72 | ## explicit |
129 | # github.com/rancher/lasso v0.0.0-20221227210133-6ea88ca2fbcc | 73 | # github.com/rancher/lasso v0.0.0-20221227210133-6ea88ca2fbcc |
130 | ## explicit | 74 | ## explicit |
131 | # github.com/rancher/remotedialer v0.2.6-0.20220624190122-ea57207bf2b8 | 75 | # github.com/rancher/remotedialer v0.3.0 |
132 | ## explicit | 76 | ## explicit |
133 | # github.com/rancher/wharfie v0.5.1 | 77 | # github.com/rancher/wharfie v0.5.3 |
134 | ## explicit | 78 | ## explicit |
135 | # github.com/rancher/wrangler v1.1.1 | 79 | # github.com/rancher/wrangler v1.1.1 |
136 | ## explicit | 80 | ## explicit |
@@ -138,74 +82,78 @@ | |||
138 | ## explicit | 82 | ## explicit |
139 | # github.com/rootless-containers/rootlesskit v1.0.1 | 83 | # github.com/rootless-containers/rootlesskit v1.0.1 |
140 | ## explicit | 84 | ## explicit |
141 | # github.com/sirupsen/logrus v1.9.0 | 85 | # github.com/sirupsen/logrus v1.9.3 |
142 | ## explicit | 86 | ## explicit |
143 | # github.com/spf13/pflag v1.0.5 | 87 | # github.com/spf13/pflag v1.0.5 |
144 | ## explicit | 88 | ## explicit |
145 | # github.com/stretchr/testify v1.8.1 | 89 | # github.com/stretchr/testify v1.8.2 |
146 | ## explicit | 90 | ## explicit |
147 | # github.com/urfave/cli v1.22.9 | 91 | # github.com/urfave/cli v1.22.12 |
148 | ## explicit | 92 | ## explicit |
149 | # github.com/vishvananda/netlink v1.2.1-beta.2 | 93 | # github.com/vishvananda/netlink v1.2.1-beta.2 |
150 | ## explicit | 94 | ## explicit |
151 | # github.com/yl2chen/cidranger v1.0.2 | 95 | # github.com/yl2chen/cidranger v1.0.2 |
152 | ## explicit | 96 | ## explicit |
153 | # go.etcd.io/etcd/api/v3 v3.5.4 | 97 | # go.etcd.io/etcd/api/v3 v3.5.9 |
154 | ## explicit | 98 | ## explicit |
155 | # go.etcd.io/etcd/client/pkg/v3 v3.5.4 | 99 | # go.etcd.io/etcd/client/pkg/v3 v3.5.9 |
156 | ## explicit | 100 | ## explicit |
157 | # go.etcd.io/etcd/client/v3 v3.5.4 | 101 | # go.etcd.io/etcd/client/v3 v3.5.9 |
158 | ## explicit | 102 | ## explicit |
159 | # go.etcd.io/etcd/etcdutl/v3 v3.5.4 | 103 | # go.etcd.io/etcd/etcdutl/v3 v3.5.9 |
160 | ## explicit | 104 | ## explicit |
161 | # go.etcd.io/etcd/server/v3 v3.5.4 | 105 | # go.etcd.io/etcd/server/v3 v3.5.9 |
162 | ## explicit | 106 | ## explicit |
163 | # go.uber.org/zap v1.24.0 | 107 | # go.uber.org/zap v1.24.0 |
164 | ## explicit | 108 | ## explicit |
165 | # golang.org/x/crypto v0.5.0 | 109 | # golang.org/x/crypto v0.10.0 |
166 | ## explicit | 110 | ## explicit |
167 | # golang.org/x/net v0.7.0 | 111 | # golang.org/x/net v0.10.0 |
168 | ## explicit | 112 | ## explicit |
169 | # golang.org/x/sync v0.1.0 | 113 | # golang.org/x/sync v0.1.0 |
170 | ## explicit | 114 | ## explicit |
171 | # golang.org/x/sys v0.5.0 | 115 | # golang.org/x/sys v0.9.0 |
172 | ## explicit | 116 | ## explicit |
173 | # google.golang.org/grpc v1.51.0 | 117 | # google.golang.org/grpc v1.53.0 |
174 | ## explicit | 118 | ## explicit |
175 | # gopkg.in/yaml.v2 v2.4.0 | 119 | # gopkg.in/yaml.v2 v2.4.0 |
176 | ## explicit | 120 | ## explicit |
177 | # inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252 | 121 | # inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252 |
178 | ## explicit | 122 | ## explicit |
179 | # k8s.io/api v0.25.8 | 123 | # k8s.io/api v0.27.5 |
180 | ## explicit | 124 | ## explicit |
181 | # k8s.io/apimachinery v0.25.8 | 125 | # k8s.io/apimachinery v0.27.5 |
182 | ## explicit | 126 | ## explicit |
183 | # k8s.io/apiserver v0.25.8 | 127 | # k8s.io/apiserver v0.27.5 |
184 | ## explicit | 128 | ## explicit |
185 | # k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible | 129 | # k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible |
186 | ## explicit | 130 | ## explicit |
187 | # k8s.io/cloud-provider v0.25.8 | 131 | # k8s.io/cloud-provider v0.27.5 |
188 | ## explicit | 132 | ## explicit |
189 | # k8s.io/cluster-bootstrap v0.0.0 | 133 | # k8s.io/cluster-bootstrap v0.0.0 |
190 | ## explicit | 134 | ## explicit |
191 | # k8s.io/component-base v0.25.8 | 135 | # k8s.io/component-base v0.27.5 |
192 | ## explicit | 136 | ## explicit |
193 | # k8s.io/component-helpers v0.25.8 | 137 | # k8s.io/component-helpers v0.27.5 |
194 | ## explicit | 138 | ## explicit |
195 | # k8s.io/cri-api v0.26.0-alpha.3 | 139 | # k8s.io/cri-api v0.27.5 |
196 | ## explicit | 140 | ## explicit |
197 | # k8s.io/klog v1.0.0 | 141 | # k8s.io/klog/v2 v2.90.1 |
198 | ## explicit | 142 | ## explicit |
199 | # k8s.io/kubectl v0.25.8 | 143 | # k8s.io/kubectl v0.25.0 |
200 | ## explicit | 144 | ## explicit |
201 | # k8s.io/kubernetes v1.25.8 | 145 | # k8s.io/kubernetes v1.27.5 |
202 | ## explicit | 146 | ## explicit |
203 | # k8s.io/utils v0.0.0-20221107191617-1a15be271d1d | 147 | # k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 |
204 | ## explicit | 148 | ## explicit |
205 | # sigs.k8s.io/yaml v1.3.0 | 149 | # sigs.k8s.io/yaml v1.3.0 |
206 | ## explicit | 150 | ## explicit |
207 | # cloud.google.com/go v0.97.0 | 151 | # cloud.google.com/go v0.97.0 |
208 | ## explicit | 152 | ## explicit |
153 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 | ||
154 | ## explicit | ||
155 | # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652 | ||
156 | ## explicit | ||
209 | # github.com/Azure/azure-sdk-for-go v55.0.0+incompatible | 157 | # github.com/Azure/azure-sdk-for-go v55.0.0+incompatible |
210 | ## explicit | 158 | ## explicit |
211 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | 159 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 |
@@ -228,23 +176,21 @@ | |||
228 | ## explicit | 176 | ## explicit |
229 | # github.com/Azure/go-autorest/tracing v0.6.0 | 177 | # github.com/Azure/go-autorest/tracing v0.6.0 |
230 | ## explicit | 178 | ## explicit |
231 | # github.com/BurntSushi/toml v1.1.0 | ||
232 | ## explicit | ||
233 | # github.com/GoogleCloudPlatform/k8s-cloud-provider v1.18.1-0.20220218231025-f11817397a1b | 179 | # github.com/GoogleCloudPlatform/k8s-cloud-provider v1.18.1-0.20220218231025-f11817397a1b |
234 | ## explicit | 180 | ## explicit |
235 | # github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab | 181 | # github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab |
236 | ## explicit | 182 | ## explicit |
237 | # github.com/MakeNowJust/heredoc v1.0.0 | 183 | # github.com/MakeNowJust/heredoc v1.0.0 |
238 | ## explicit | 184 | ## explicit |
239 | # github.com/Microsoft/go-winio v0.5.2 | 185 | # github.com/Microsoft/go-winio v0.6.1 |
240 | ## explicit | 186 | ## explicit |
241 | # github.com/Microsoft/hcsshim v0.9.4 | 187 | # github.com/Microsoft/hcsshim v0.10.0-rc.8 |
242 | ## explicit | 188 | ## explicit |
243 | # github.com/NYTimes/gziphandler v1.1.1 | 189 | # github.com/NYTimes/gziphandler v1.1.1 |
244 | ## explicit | 190 | ## explicit |
245 | # github.com/Rican7/retry v0.1.0 | 191 | # github.com/Rican7/retry v0.1.0 |
246 | ## explicit | 192 | ## explicit |
247 | # github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed | 193 | # github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 |
248 | ## explicit | 194 | ## explicit |
249 | # github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e | 195 | # github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e |
250 | ## explicit | 196 | ## explicit |
@@ -252,8 +198,6 @@ | |||
252 | ## explicit | 198 | ## explicit |
253 | # github.com/avast/retry-go/v4 v4.3.2 | 199 | # github.com/avast/retry-go/v4 v4.3.2 |
254 | ## explicit | 200 | ## explicit |
255 | # github.com/aws/aws-sdk-go v1.44.171 | ||
256 | ## explicit | ||
257 | # github.com/beorn7/perks v1.0.1 | 201 | # github.com/beorn7/perks v1.0.1 |
258 | ## explicit | 202 | ## explicit |
259 | # github.com/blang/semver v3.5.1+incompatible | 203 | # github.com/blang/semver v3.5.1+incompatible |
@@ -264,43 +208,51 @@ | |||
264 | ## explicit | 208 | ## explicit |
265 | # github.com/canonical/go-dqlite v1.5.1 | 209 | # github.com/canonical/go-dqlite v1.5.1 |
266 | ## explicit | 210 | ## explicit |
211 | # github.com/cenkalti/backoff/v4 v4.2.0 | ||
212 | ## explicit | ||
267 | # github.com/cespare/xxhash/v2 v2.2.0 | 213 | # github.com/cespare/xxhash/v2 v2.2.0 |
268 | ## explicit | 214 | ## explicit |
269 | # github.com/chai2010/gettext-go v1.0.2 | 215 | # github.com/chai2010/gettext-go v1.0.2 |
270 | ## explicit | 216 | ## explicit |
271 | # github.com/checkpoint-restore/go-criu/v5 v5.3.0 | 217 | # github.com/checkpoint-restore/go-criu/v5 v5.3.0 |
272 | ## explicit | 218 | ## explicit |
273 | # github.com/cilium/ebpf v0.7.0 | 219 | # github.com/cilium/ebpf v0.9.1 |
220 | ## explicit | ||
221 | # github.com/container-orchestrated-devices/container-device-interface v0.5.4 | ||
222 | ## explicit | ||
223 | # github.com/container-storage-interface/spec v1.7.0 | ||
274 | ## explicit | 224 | ## explicit |
275 | # github.com/container-storage-interface/spec v1.6.0 | 225 | # github.com/containerd/btrfs/v2 v2.0.0 |
276 | ## explicit | 226 | ## explicit |
277 | # github.com/containerd/btrfs v1.0.0 | 227 | # github.com/containerd/cgroups/v3 v3.0.2 |
278 | ## explicit | 228 | ## explicit |
279 | # github.com/containerd/console v1.0.3 | 229 | # github.com/containerd/console v1.0.3 |
280 | ## explicit | 230 | ## explicit |
281 | # github.com/containerd/continuity v0.3.0 | 231 | # github.com/containerd/continuity v0.4.1 |
282 | ## explicit | 232 | ## explicit |
283 | # github.com/containerd/fifo v1.0.0 | 233 | # github.com/containerd/fifo v1.1.0 |
284 | ## explicit | 234 | ## explicit |
285 | # github.com/containerd/go-cni v1.1.6 | 235 | # github.com/containerd/go-cni v1.1.9 |
286 | ## explicit | 236 | ## explicit |
287 | # github.com/containerd/go-runc v1.0.0 | 237 | # github.com/containerd/go-runc v1.0.0 |
288 | ## explicit | 238 | ## explicit |
289 | # github.com/containerd/imgcrypt v1.1.4 | 239 | # github.com/containerd/imgcrypt v1.1.7 |
290 | ## explicit | 240 | ## explicit |
291 | # github.com/containerd/nri v0.1.0 | 241 | # github.com/containerd/nri v0.3.0 |
292 | ## explicit | 242 | ## explicit |
293 | # github.com/containerd/stargz-snapshotter/estargz v0.13.0 | 243 | # github.com/containerd/stargz-snapshotter/estargz v0.14.3 |
294 | ## explicit | 244 | ## explicit |
295 | # github.com/containerd/ttrpc v1.1.0 | 245 | # github.com/containerd/ttrpc v1.2.2 |
296 | ## explicit | 246 | ## explicit |
297 | # github.com/containerd/typeurl v1.0.2 | 247 | # github.com/containerd/typeurl v1.0.2 |
298 | ## explicit | 248 | ## explicit |
249 | # github.com/containerd/typeurl/v2 v2.1.1 | ||
250 | ## explicit | ||
299 | # github.com/containernetworking/cni v1.1.2 | 251 | # github.com/containernetworking/cni v1.1.2 |
300 | ## explicit | 252 | ## explicit |
301 | # github.com/containernetworking/plugins v1.1.1 | 253 | # github.com/containernetworking/plugins v1.2.0 |
302 | ## explicit | 254 | ## explicit |
303 | # github.com/containers/ocicrypt v1.1.3 | 255 | # github.com/containers/ocicrypt v1.1.6 |
304 | ## explicit | 256 | ## explicit |
305 | # github.com/coreos/go-oidc v2.1.0+incompatible | 257 | # github.com/coreos/go-oidc v2.1.0+incompatible |
306 | ## explicit | 258 | ## explicit |
@@ -316,11 +268,11 @@ | |||
316 | ## explicit | 268 | ## explicit |
317 | # github.com/daviddengcn/go-colortext v1.0.0 | 269 | # github.com/daviddengcn/go-colortext v1.0.0 |
318 | ## explicit | 270 | ## explicit |
319 | # github.com/docker/cli v20.10.21+incompatible | 271 | # github.com/docker/cli v23.0.3+incompatible |
320 | ## explicit | 272 | ## explicit |
321 | # github.com/docker/distribution v2.8.1+incompatible | 273 | # github.com/docker/distribution v2.8.2+incompatible |
322 | ## explicit | 274 | ## explicit |
323 | # github.com/docker/docker-credential-helpers v0.6.4 | 275 | # github.com/docker/docker-credential-helpers v0.7.0 |
324 | ## explicit | 276 | ## explicit |
325 | # github.com/docker/go-connections v0.4.0 | 277 | # github.com/docker/go-connections v0.4.0 |
326 | ## explicit | 278 | ## explicit |
@@ -332,11 +284,9 @@ | |||
332 | ## explicit | 284 | ## explicit |
333 | # github.com/dustin/go-humanize v1.0.0 | 285 | # github.com/dustin/go-humanize v1.0.0 |
334 | ## explicit | 286 | ## explicit |
335 | # github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 | ||
336 | ## explicit | ||
337 | # github.com/emicklei/go-restful v2.16.0+incompatible | 287 | # github.com/emicklei/go-restful v2.16.0+incompatible |
338 | ## explicit | 288 | ## explicit |
339 | # github.com/emicklei/go-restful/v3 v3.8.0 | 289 | # github.com/emicklei/go-restful/v3 v3.10.2 |
340 | ## explicit | 290 | ## explicit |
341 | # github.com/euank/go-kmsg-parser v2.0.0+incompatible | 291 | # github.com/euank/go-kmsg-parser v2.0.0+incompatible |
342 | ## explicit | 292 | ## explicit |
@@ -346,9 +296,7 @@ | |||
346 | ## explicit | 296 | ## explicit |
347 | # github.com/fatih/camelcase v1.0.0 | 297 | # github.com/fatih/camelcase v1.0.0 |
348 | ## explicit | 298 | ## explicit |
349 | # github.com/felixge/httpsnoop v1.0.1 | 299 | # github.com/felixge/httpsnoop v1.0.3 |
350 | ## explicit | ||
351 | # github.com/form3tech-oss/jwt-go v3.2.3+incompatible | ||
352 | ## explicit | 300 | ## explicit |
353 | # github.com/fsnotify/fsnotify v1.6.0 | 301 | # github.com/fsnotify/fsnotify v1.6.0 |
354 | ## explicit | 302 | ## explicit |
@@ -356,15 +304,19 @@ | |||
356 | ## explicit | 304 | ## explicit |
357 | # github.com/ghodss/yaml v1.0.0 | 305 | # github.com/ghodss/yaml v1.0.0 |
358 | ## explicit | 306 | ## explicit |
359 | # github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 | 307 | # github.com/go-errors/errors v1.4.2 |
308 | ## explicit | ||
309 | # github.com/go-logr/logr v1.2.4 | ||
310 | ## explicit | ||
311 | # github.com/go-logr/stdr v1.2.2 | ||
360 | ## explicit | 312 | ## explicit |
361 | # github.com/go-logr/logr v1.2.3 | 313 | # github.com/go-openapi/jsonpointer v0.19.6 |
362 | ## explicit | 314 | ## explicit |
363 | # github.com/go-openapi/jsonpointer v0.19.5 | 315 | # github.com/go-openapi/jsonreference v0.20.1 |
364 | ## explicit | 316 | ## explicit |
365 | # github.com/go-openapi/jsonreference v0.20.0 | 317 | # github.com/go-openapi/swag v0.22.3 |
366 | ## explicit | 318 | ## explicit |
367 | # github.com/go-openapi/swag v0.19.14 | 319 | # github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 |
368 | ## explicit | 320 | ## explicit |
369 | # github.com/godbus/dbus/v5 v5.1.0 | 321 | # github.com/godbus/dbus/v5 v5.1.0 |
370 | ## explicit | 322 | ## explicit |
@@ -372,17 +324,15 @@ | |||
372 | ## explicit | 324 | ## explicit |
373 | # github.com/gofrs/uuid v4.0.0+incompatible | 325 | # github.com/gofrs/uuid v4.0.0+incompatible |
374 | ## explicit | 326 | ## explicit |
375 | # github.com/gogo/googleapis v1.4.0 | ||
376 | ## explicit | ||
377 | # github.com/gogo/protobuf v1.3.2 | 327 | # github.com/gogo/protobuf v1.3.2 |
378 | ## explicit | 328 | ## explicit |
379 | # github.com/golang-jwt/jwt/v4 v4.2.0 | 329 | # github.com/golang-jwt/jwt/v4 v4.4.2 |
380 | ## explicit | 330 | ## explicit |
381 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da | 331 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da |
382 | ## explicit | 332 | ## explicit |
383 | # github.com/golang/mock v1.6.0 | 333 | # github.com/golang/mock v1.6.0 |
384 | ## explicit | 334 | ## explicit |
385 | # github.com/golang/protobuf v1.5.2 | 335 | # github.com/golang/protobuf v1.5.3 |
386 | ## explicit | 336 | ## explicit |
387 | # github.com/google/btree v1.1.2 | 337 | # github.com/google/btree v1.1.2 |
388 | ## explicit | 338 | ## explicit |
@@ -392,16 +342,16 @@ | |||
392 | ## explicit | 342 | ## explicit |
393 | # github.com/google/go-cmp v0.5.9 | 343 | # github.com/google/go-cmp v0.5.9 |
394 | ## explicit | 344 | ## explicit |
395 | # github.com/google/go-containerregistry v0.6.1-0.20211111182346-7a6ee45528a9 | 345 | # github.com/google/go-containerregistry v0.7.0 |
396 | ## explicit | 346 | ## explicit |
397 | # github.com/google/gofuzz v1.2.0 | 347 | # github.com/google/gofuzz v1.2.0 |
398 | ## explicit | 348 | ## explicit |
349 | # github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 | ||
350 | ## explicit | ||
399 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | 351 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
400 | ## explicit | 352 | ## explicit |
401 | # github.com/googleapis/gax-go/v2 v2.1.1 | 353 | # github.com/googleapis/gax-go/v2 v2.1.1 |
402 | ## explicit | 354 | ## explicit |
403 | # github.com/gophercloud/gophercloud v0.1.0 | ||
404 | ## explicit | ||
405 | # github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 | 355 | # github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 |
406 | ## explicit | 356 | ## explicit |
407 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | 357 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
@@ -410,7 +360,9 @@ | |||
410 | ## explicit | 360 | ## explicit |
411 | # github.com/grpc-ecosystem/grpc-gateway v1.16.0 | 361 | # github.com/grpc-ecosystem/grpc-gateway v1.16.0 |
412 | ## explicit | 362 | ## explicit |
413 | # github.com/hanwen/go-fuse/v2 v2.1.1-0.20220112183258-f57e95bda82d | 363 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 |
364 | ## explicit | ||
365 | # github.com/hanwen/go-fuse/v2 v2.2.0 | ||
414 | ## explicit | 366 | ## explicit |
415 | # github.com/hashicorp/errwrap v1.1.0 | 367 | # github.com/hashicorp/errwrap v1.1.0 |
416 | ## explicit | 368 | ## explicit |
@@ -418,21 +370,29 @@ | |||
418 | ## explicit | 370 | ## explicit |
419 | # github.com/hashicorp/go-multierror v1.1.1 | 371 | # github.com/hashicorp/go-multierror v1.1.1 |
420 | ## explicit | 372 | ## explicit |
421 | # github.com/hashicorp/go-retryablehttp v0.7.1 | 373 | # github.com/hashicorp/go-retryablehttp v0.7.2 |
422 | ## explicit | 374 | ## explicit |
423 | # github.com/imdario/mergo v0.3.12 | 375 | # github.com/imdario/mergo v0.3.13 |
424 | ## explicit | 376 | ## explicit |
425 | # github.com/inconshreveable/mousetrap v1.1.0 | 377 | # github.com/inconshreveable/mousetrap v1.1.0 |
426 | ## explicit | 378 | ## explicit |
427 | # github.com/jmespath/go-jmespath v0.4.0 | 379 | # github.com/intel/goresctrl v0.3.0 |
380 | ## explicit | ||
381 | # github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa | ||
382 | ## explicit | ||
383 | # github.com/jackc/pgpassfile v1.0.0 | ||
384 | ## explicit | ||
385 | # github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a | ||
386 | ## explicit | ||
387 | # github.com/jackc/pgx/v5 v5.4.2 | ||
428 | ## explicit | 388 | ## explicit |
429 | # github.com/jonboulle/clockwork v0.3.0 | 389 | # github.com/jonboulle/clockwork v0.3.0 |
430 | ## explicit | 390 | ## explicit |
431 | # github.com/josharian/intern v1.0.0 | 391 | # github.com/josharian/intern v1.0.0 |
432 | ## explicit | 392 | ## explicit |
433 | # github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 | 393 | # github.com/josharian/native v1.1.0 |
434 | ## explicit | 394 | ## explicit |
435 | # github.com/karrick/godirwalk v1.16.1 | 395 | # github.com/karrick/godirwalk v1.17.0 |
436 | ## explicit | 396 | ## explicit |
437 | # github.com/klauspost/cpuid/v2 v2.1.0 | 397 | # github.com/klauspost/cpuid/v2 v2.1.0 |
438 | ## explicit | 398 | ## explicit |
@@ -444,19 +404,19 @@ | |||
444 | ## explicit | 404 | ## explicit |
445 | # github.com/lithammer/dedent v1.1.0 | 405 | # github.com/lithammer/dedent v1.1.0 |
446 | ## explicit | 406 | ## explicit |
447 | # github.com/mailru/easyjson v0.7.6 | 407 | # github.com/mailru/easyjson v0.7.7 |
448 | ## explicit | 408 | ## explicit |
449 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 | 409 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 |
450 | ## explicit | 410 | ## explicit |
451 | # github.com/mdlayher/genetlink v1.1.0 | 411 | # github.com/mdlayher/genetlink v1.3.2 |
452 | ## explicit | 412 | ## explicit |
453 | # github.com/mdlayher/netlink v1.4.2 | 413 | # github.com/mdlayher/netlink v1.7.2 |
454 | ## explicit | 414 | ## explicit |
455 | # github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb | 415 | # github.com/mdlayher/socket v0.4.1 |
456 | ## explicit | 416 | ## explicit |
457 | # github.com/miekg/pkcs11 v1.1.1 | 417 | # github.com/miekg/pkcs11 v1.1.1 |
458 | ## explicit | 418 | ## explicit |
459 | # github.com/mindprince/gonvml v0.0.0-20190828220739-9ebdce4bb989 | 419 | # github.com/minio/highwayhash v1.0.2 |
460 | ## explicit | 420 | ## explicit |
461 | # github.com/minio/md5-simd v1.1.2 | 421 | # github.com/minio/md5-simd v1.1.2 |
462 | ## explicit | 422 | ## explicit |
@@ -464,6 +424,8 @@ | |||
464 | ## explicit | 424 | ## explicit |
465 | # github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible | 425 | # github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible |
466 | ## explicit | 426 | ## explicit |
427 | # github.com/mistifyio/go-zfs/v3 v3.0.1 | ||
428 | ## explicit | ||
467 | # github.com/mitchellh/go-wordwrap v1.0.1 | 429 | # github.com/mitchellh/go-wordwrap v1.0.1 |
468 | ## explicit | 430 | ## explicit |
469 | # github.com/mitchellh/mapstructure v1.5.0 | 431 | # github.com/mitchellh/mapstructure v1.5.0 |
@@ -476,9 +438,13 @@ | |||
476 | ## explicit | 438 | ## explicit |
477 | # github.com/moby/sys/mountinfo v0.6.2 | 439 | # github.com/moby/sys/mountinfo v0.6.2 |
478 | ## explicit | 440 | ## explicit |
441 | # github.com/moby/sys/sequential v0.5.0 | ||
442 | ## explicit | ||
443 | # github.com/moby/sys/signal v0.7.0 | ||
444 | ## explicit | ||
479 | # github.com/moby/sys/symlink v0.2.0 | 445 | # github.com/moby/sys/symlink v0.2.0 |
480 | ## explicit | 446 | ## explicit |
481 | # github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 | 447 | # github.com/moby/term v0.0.0-20221205130635-1aeaba878587 |
482 | ## explicit | 448 | ## explicit |
483 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | 449 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
484 | ## explicit | 450 | ## explicit |
@@ -498,17 +464,23 @@ | |||
498 | ## explicit | 464 | ## explicit |
499 | # github.com/nats-io/jsm.go v0.0.31-0.20220317133147-fe318f464eee | 465 | # github.com/nats-io/jsm.go v0.0.31-0.20220317133147-fe318f464eee |
500 | ## explicit | 466 | ## explicit |
501 | # github.com/nats-io/nats.go v1.17.1-0.20220923204156-36d2b654c70f | 467 | # github.com/nats-io/jwt/v2 v2.4.1 |
468 | ## explicit | ||
469 | # github.com/nats-io/nats-server/v2 v2.9.18 | ||
470 | ## explicit | ||
471 | # github.com/nats-io/nats.go v1.27.1-0.20230619112143-ec00e662324e | ||
502 | ## explicit | 472 | ## explicit |
503 | # github.com/nats-io/nkeys v0.3.0 | 473 | # github.com/nats-io/nkeys v0.4.4 |
504 | ## explicit | 474 | ## explicit |
505 | # github.com/nats-io/nuid v1.0.1 | 475 | # github.com/nats-io/nuid v1.0.1 |
506 | ## explicit | 476 | ## explicit |
507 | # github.com/opencontainers/go-digest v1.0.0 | 477 | # github.com/opencontainers/go-digest v1.0.0 |
508 | ## explicit | 478 | ## explicit |
509 | # github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 | 479 | # github.com/opencontainers/image-spec v1.1.0-rc3 |
510 | ## explicit | 480 | ## explicit |
511 | # github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 | 481 | # github.com/opencontainers/runtime-spec v1.1.0-rc.1 |
482 | ## explicit | ||
483 | # github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 | ||
512 | ## explicit | 484 | ## explicit |
513 | # github.com/pelletier/go-toml v1.9.5 | 485 | # github.com/pelletier/go-toml v1.9.5 |
514 | ## explicit | 486 | ## explicit |
@@ -528,14 +500,10 @@ | |||
528 | ## explicit | 500 | ## explicit |
529 | # github.com/prometheus/procfs v0.9.0 | 501 | # github.com/prometheus/procfs v0.9.0 |
530 | ## explicit | 502 | ## explicit |
531 | # github.com/rogpeppe/go-internal v1.9.0 | ||
532 | ## explicit | ||
533 | # github.com/rs/xid v1.4.0 | 503 | # github.com/rs/xid v1.4.0 |
534 | ## explicit | 504 | ## explicit |
535 | # github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021 | 505 | # github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021 |
536 | ## explicit | 506 | ## explicit |
537 | # github.com/russross/blackfriday v1.5.2 | ||
538 | ## explicit | ||
539 | # github.com/russross/blackfriday/v2 v2.1.0 | 507 | # github.com/russross/blackfriday/v2 v2.1.0 |
540 | ## explicit | 508 | ## explicit |
541 | # github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 | 509 | # github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 |
@@ -550,21 +518,19 @@ | |||
550 | ## explicit | 518 | ## explicit |
551 | # github.com/stoewer/go-strcase v1.2.0 | 519 | # github.com/stoewer/go-strcase v1.2.0 |
552 | ## explicit | 520 | ## explicit |
553 | # github.com/stretchr/objx v0.5.0 | ||
554 | ## explicit | ||
555 | # github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 | 521 | # github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 |
556 | ## explicit | 522 | ## explicit |
557 | # github.com/tchap/go-patricia v2.3.0+incompatible | 523 | # github.com/tchap/go-patricia/v2 v2.3.1 |
558 | ## explicit | 524 | ## explicit |
559 | # github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 | 525 | # github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 |
560 | ## explicit | 526 | ## explicit |
561 | # github.com/urfave/cli/v2 v2.11.2 | 527 | # github.com/urfave/cli/v2 v2.23.5 |
562 | ## explicit | 528 | ## explicit |
563 | # github.com/vbatts/tar-split v0.11.2 | 529 | # github.com/vbatts/tar-split v0.11.2 |
564 | ## explicit | 530 | ## explicit |
565 | # github.com/vishvananda/netns v0.0.2 | 531 | # github.com/vishvananda/netns v0.0.4 |
566 | ## explicit | 532 | ## explicit |
567 | # github.com/vmware/govmomi v0.20.3 | 533 | # github.com/vmware/govmomi v0.30.0 |
568 | ## explicit | 534 | ## explicit |
569 | # github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 | 535 | # github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 |
570 | ## explicit | 536 | ## explicit |
@@ -572,41 +538,39 @@ | |||
572 | ## explicit | 538 | ## explicit |
573 | # github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 | 539 | # github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 |
574 | ## explicit | 540 | ## explicit |
575 | # go.etcd.io/bbolt v1.3.6 | 541 | # go.etcd.io/bbolt v1.3.7 |
576 | ## explicit | 542 | ## explicit |
577 | # go.etcd.io/etcd/client/v2 v2.305.4 | 543 | # go.etcd.io/etcd/client/v2 v2.305.9 |
578 | ## explicit | 544 | ## explicit |
579 | # go.etcd.io/etcd/pkg/v3 v3.5.4 | 545 | # go.etcd.io/etcd/pkg/v3 v3.5.9 |
580 | ## explicit | 546 | ## explicit |
581 | # go.etcd.io/etcd/raft/v3 v3.5.4 | 547 | # go.etcd.io/etcd/raft/v3 v3.5.9 |
582 | ## explicit | 548 | ## explicit |
583 | # go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 | 549 | # go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 |
584 | ## explicit | 550 | ## explicit |
585 | # go.opencensus.io v0.23.0 | 551 | # go.opencensus.io v0.24.0 |
586 | ## explicit | 552 | ## explicit |
587 | # go.opentelemetry.io/contrib v0.20.0 | 553 | # go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.35.0 |
588 | ## explicit | 554 | ## explicit |
589 | # go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.20.0 | 555 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0 |
590 | ## explicit | 556 | ## explicit |
591 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 | 557 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 |
592 | ## explicit | 558 | ## explicit |
593 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 | 559 | # go.opentelemetry.io/otel v1.14.0 |
594 | ## explicit | 560 | ## explicit |
595 | # go.opentelemetry.io/otel v0.20.0 | 561 | # go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 |
596 | ## explicit | 562 | ## explicit |
597 | # go.opentelemetry.io/otel/exporters/otlp v0.20.0 | 563 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0 |
598 | ## explicit | 564 | ## explicit |
599 | # go.opentelemetry.io/otel/metric v0.20.0 | 565 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0 |
600 | ## explicit | 566 | ## explicit |
601 | # go.opentelemetry.io/otel/sdk v0.20.0 | 567 | # go.opentelemetry.io/otel/metric v0.37.0 |
602 | ## explicit | 568 | ## explicit |
603 | # go.opentelemetry.io/otel/sdk/export/metric v0.20.0 | 569 | # go.opentelemetry.io/otel/sdk v1.14.0 |
604 | ## explicit | 570 | ## explicit |
605 | # go.opentelemetry.io/otel/sdk/metric v0.20.0 | 571 | # go.opentelemetry.io/otel/trace v1.14.0 |
606 | ## explicit | 572 | ## explicit |
607 | # go.opentelemetry.io/otel/trace v0.20.0 | 573 | # go.opentelemetry.io/proto/otlp v0.19.0 |
608 | ## explicit | ||
609 | # go.opentelemetry.io/proto/otlp v0.7.0 | ||
610 | ## explicit | 574 | ## explicit |
611 | # go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 | 575 | # go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 |
612 | ## explicit | 576 | ## explicit |
@@ -614,31 +578,29 @@ | |||
614 | ## explicit | 578 | ## explicit |
615 | # go.uber.org/multierr v1.9.0 | 579 | # go.uber.org/multierr v1.9.0 |
616 | ## explicit | 580 | ## explicit |
617 | # golang.org/x/mod v0.8.0 | 581 | # golang.org/x/mod v0.10.0 |
618 | ## explicit | 582 | ## explicit |
619 | # golang.org/x/oauth2 v0.3.0 | 583 | # golang.org/x/oauth2 v0.4.0 |
620 | ## explicit | 584 | ## explicit |
621 | # golang.org/x/term v0.5.0 | 585 | # golang.org/x/term v0.7.0 |
622 | ## explicit | 586 | ## explicit |
623 | # golang.org/x/text v0.7.0 | 587 | # golang.org/x/text v0.10.0 |
624 | ## explicit | 588 | ## explicit |
625 | # golang.org/x/time v0.3.0 | 589 | # golang.org/x/time v0.3.0 |
626 | ## explicit | 590 | ## explicit |
627 | # golang.org/x/tools v0.6.0 | 591 | # golang.org/x/tools v0.8.0 |
628 | ## explicit | ||
629 | # golang.zx2c4.com/wireguard v0.0.0-20220117163742-e0b8f11489c5 | ||
630 | ## explicit | 592 | ## explicit |
631 | # golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211230205640-daad0b7ba671 | 593 | # golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b |
632 | ## explicit | 594 | ## explicit |
633 | # gonum.org/v1/gonum v0.6.2 | 595 | # golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 |
634 | ## explicit | 596 | ## explicit |
635 | # google.golang.org/api v0.60.0 | 597 | # google.golang.org/api v0.60.0 |
636 | ## explicit | 598 | ## explicit |
637 | # google.golang.org/appengine v1.6.7 | 599 | # google.golang.org/appengine v1.6.7 |
638 | ## explicit | 600 | ## explicit |
639 | # google.golang.org/genproto v0.0.0-20230106154932-a12b697841d9 | 601 | # google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 |
640 | ## explicit | 602 | ## explicit |
641 | # google.golang.org/protobuf v1.28.1 | 603 | # google.golang.org/protobuf v1.29.1 |
642 | ## explicit | 604 | ## explicit |
643 | # gopkg.in/gcfg.v1 v1.2.0 | 605 | # gopkg.in/gcfg.v1 v1.2.0 |
644 | ## explicit | 606 | ## explicit |
@@ -648,33 +610,33 @@ | |||
648 | ## explicit | 610 | ## explicit |
649 | # gopkg.in/natefinch/lumberjack.v2 v2.0.0 | 611 | # gopkg.in/natefinch/lumberjack.v2 v2.0.0 |
650 | ## explicit | 612 | ## explicit |
651 | # gopkg.in/square/go-jose.v2 v2.5.1 | 613 | # gopkg.in/square/go-jose.v2 v2.6.0 |
652 | ## explicit | 614 | ## explicit |
653 | # gopkg.in/warnings.v0 v0.1.1 | 615 | # gopkg.in/warnings.v0 v0.1.1 |
654 | ## explicit | 616 | ## explicit |
655 | # gopkg.in/yaml.v3 v3.0.1 | 617 | # gopkg.in/yaml.v3 v3.0.1 |
656 | ## explicit | 618 | ## explicit |
657 | # honnef.co/go/tools v0.2.2 | ||
658 | ## explicit | ||
659 | # k8s.io/apiextensions-apiserver v0.25.4 | 619 | # k8s.io/apiextensions-apiserver v0.25.4 |
660 | ## explicit | 620 | ## explicit |
661 | # k8s.io/cli-runtime v0.22.2 | 621 | # k8s.io/cli-runtime v0.22.2 |
662 | ## explicit | 622 | ## explicit |
663 | # k8s.io/code-generator v0.25.4 | 623 | # k8s.io/code-generator v0.25.4 |
664 | ## explicit | 624 | ## explicit |
665 | # k8s.io/controller-manager v0.25.8 | 625 | # k8s.io/controller-manager v0.25.4 |
666 | ## explicit | 626 | ## explicit |
667 | # k8s.io/csi-translation-lib v0.0.0 | 627 | # k8s.io/csi-translation-lib v0.0.0 |
668 | ## explicit | 628 | ## explicit |
669 | # k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 | 629 | # k8s.io/dynamic-resource-allocation v0.0.0 |
630 | ## explicit | ||
631 | # k8s.io/gengo v0.0.0-20220902162205-c0856e24416d | ||
670 | ## explicit | 632 | ## explicit |
671 | # k8s.io/klog/v2 v2.80.1 | 633 | # k8s.io/kms v0.0.0 |
672 | ## explicit | 634 | ## explicit |
673 | # k8s.io/kube-aggregator v0.25.4 | 635 | # k8s.io/kube-aggregator v0.25.4 |
674 | ## explicit | 636 | ## explicit |
675 | # k8s.io/kube-controller-manager v0.0.0 | 637 | # k8s.io/kube-controller-manager v0.0.0 |
676 | ## explicit | 638 | ## explicit |
677 | # k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 | 639 | # k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f |
678 | ## explicit | 640 | ## explicit |
679 | # k8s.io/kube-proxy v0.0.0 | 641 | # k8s.io/kube-proxy v0.0.0 |
680 | ## explicit | 642 | ## explicit |
@@ -686,19 +648,99 @@ | |||
686 | ## explicit | 648 | ## explicit |
687 | # k8s.io/metrics v0.0.0 | 649 | # k8s.io/metrics v0.0.0 |
688 | ## explicit | 650 | ## explicit |
689 | # k8s.io/mount-utils v0.25.8 | 651 | # k8s.io/mount-utils v0.27.5 |
690 | ## explicit | 652 | ## explicit |
691 | # k8s.io/pod-security-admission v0.0.0 | 653 | # k8s.io/pod-security-admission v0.0.0 |
692 | ## explicit | 654 | ## explicit |
693 | # sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 | 655 | # sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 |
694 | ## explicit | 656 | ## explicit |
695 | # sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 | 657 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd |
696 | ## explicit | 658 | ## explicit |
697 | # sigs.k8s.io/kustomize/api v0.12.1 | 659 | # sigs.k8s.io/kustomize/api v0.13.2 |
698 | ## explicit | 660 | ## explicit |
699 | # sigs.k8s.io/kustomize/kustomize/v4 v4.5.7 | 661 | # sigs.k8s.io/kustomize/kustomize/v5 v5.0.1 |
700 | ## explicit | 662 | ## explicit |
701 | # sigs.k8s.io/kustomize/kyaml v0.13.9 | 663 | # sigs.k8s.io/kustomize/kyaml v0.14.1 |
702 | ## explicit | 664 | ## explicit |
703 | # sigs.k8s.io/structured-merge-diff/v4 v4.2.3 | 665 | # sigs.k8s.io/structured-merge-diff/v4 v4.2.3 |
704 | ## explicit | 666 | ## explicit |
667 | # github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.25 | ||
668 | # github.com/Mirantis/cri-dockerd => github.com/k3s-io/cri-dockerd v0.3.4-k3s1 | ||
669 | # github.com/cloudnativelabs/kube-router/v2 => github.com/k3s-io/kube-router/v2 v2.0.1-0.20230508174102-b42e5faded1c | ||
670 | # github.com/containerd/containerd => github.com/k3s-io/containerd v1.7.3-k3s1 | ||
671 | # github.com/containerd/stargz-snapshotter => github.com/k3s-io/stargz-snapshotter v0.13.0-k3s1 | ||
672 | # github.com/coreos/go-systemd => github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e | ||
673 | # github.com/docker/distribution => github.com/docker/distribution v2.8.2+incompatible | ||
674 | # github.com/docker/docker => github.com/docker/docker v24.0.0-rc.2.0.20230801142700-69c9adb7d386+incompatible | ||
675 | # github.com/docker/libnetwork => github.com/docker/libnetwork v0.8.0-dev.2.0.20190624125649-f0e46a78ea34 | ||
676 | # github.com/emicklei/go-restful/v3 => github.com/emicklei/go-restful/v3 v3.9.0 | ||
677 | # github.com/golang/protobuf => github.com/golang/protobuf v1.5.3 | ||
678 | # github.com/googleapis/gax-go/v2 => github.com/googleapis/gax-go/v2 v2.1.1 | ||
679 | # github.com/juju/errors => github.com/k3s-io/nocode v0.0.0-20200630202308-cb097102c09f | ||
680 | # github.com/kubernetes-sigs/cri-tools => github.com/k3s-io/cri-tools v1.26.0-rc.0-k3s1 | ||
681 | # github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.8 | ||
682 | # github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78 | ||
683 | # github.com/opencontainers/selinux => github.com/opencontainers/selinux v1.10.1 | ||
684 | # github.com/rancher/wrangler => github.com/rancher/wrangler v1.1.1-0.20230425173236-39a4707f0689 | ||
685 | # go.etcd.io/etcd/api/v3 => github.com/k3s-io/etcd/api/v3 v3.5.9-k3s1 | ||
686 | # go.etcd.io/etcd/client/pkg/v3 => github.com/k3s-io/etcd/client/pkg/v3 v3.5.9-k3s1 | ||
687 | # go.etcd.io/etcd/client/v2 => github.com/k3s-io/etcd/client/v2 v2.305.9-k3s1 | ||
688 | # go.etcd.io/etcd/client/v3 => github.com/k3s-io/etcd/client/v3 v3.5.9-k3s1 | ||
689 | # go.etcd.io/etcd/etcdutl/v3 => github.com/k3s-io/etcd/etcdutl/v3 v3.5.9-k3s1 | ||
690 | # go.etcd.io/etcd/pkg/v3 => github.com/k3s-io/etcd/pkg/v3 v3.5.9-k3s1 | ||
691 | # go.etcd.io/etcd/raft/v3 => github.com/k3s-io/etcd/raft/v3 v3.5.9-k3s1 | ||
692 | # go.etcd.io/etcd/server/v3 => github.com/k3s-io/etcd/server/v3 v3.5.9-k3s1 | ||
693 | # go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful => go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.35.0 | ||
694 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 | ||
695 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 | ||
696 | # go.opentelemetry.io/contrib/propagators/b3 => go.opentelemetry.io/contrib/propagators/b3 v1.13.0 | ||
697 | # go.opentelemetry.io/otel => go.opentelemetry.io/otel v1.13.0 | ||
698 | # go.opentelemetry.io/otel/exporters/otlp/internal/retry => go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.13.0 | ||
699 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric => go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.32.1 | ||
700 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc => go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.32.1 | ||
701 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace => go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.13.0 | ||
702 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc => go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.13.0 | ||
703 | # go.opentelemetry.io/otel/metric => go.opentelemetry.io/otel/metric v0.32.1 | ||
704 | # go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v1.13.0 | ||
705 | # go.opentelemetry.io/otel/trace => go.opentelemetry.io/otel/trace v1.13.0 | ||
706 | # go.opentelemetry.io/proto/otlp => go.opentelemetry.io/proto/otlp v0.19.0 | ||
707 | # golang.org/x/crypto => golang.org/x/crypto v0.1.0 | ||
708 | # golang.org/x/net => golang.org/x/net v0.8.0 | ||
709 | # golang.org/x/sys => golang.org/x/sys v0.6.0 | ||
710 | # google.golang.org/genproto => google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 | ||
711 | # google.golang.org/grpc => google.golang.org/grpc v1.51.0 | ||
712 | # gopkg.in/square/go-jose.v2 => gopkg.in/square/go-jose.v2 v2.6.0 | ||
713 | # k8s.io/api => github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.27.5-k3s1 | ||
714 | # k8s.io/apiextensions-apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.27.5-k3s1 | ||
715 | # k8s.io/apimachinery => github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery v1.27.5-k3s1 | ||
716 | # k8s.io/apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver v1.27.5-k3s1 | ||
717 | # k8s.io/cli-runtime => github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime v1.27.5-k3s1 | ||
718 | # k8s.io/client-go => github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go v1.27.5-k3s1 | ||
719 | # k8s.io/cloud-provider => github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider v1.27.5-k3s1 | ||
720 | # k8s.io/cluster-bootstrap => github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.27.5-k3s1 | ||
721 | # k8s.io/code-generator => github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator v1.27.5-k3s1 | ||
722 | # k8s.io/component-base => github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base v1.27.5-k3s1 | ||
723 | # k8s.io/component-helpers => github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers v1.27.5-k3s1 | ||
724 | # k8s.io/controller-manager => github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager v1.27.5-k3s1 | ||
725 | # k8s.io/cri-api => github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api v1.27.5-k3s1 | ||
726 | # k8s.io/csi-translation-lib => github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib v1.27.5-k3s1 | ||
727 | # k8s.io/dynamic-resource-allocation => github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation v1.27.5-k3s1 | ||
728 | # k8s.io/klog => github.com/k3s-io/klog v1.0.0-k3s2 | ||
729 | # k8s.io/klog/v2 => github.com/k3s-io/klog/v2 v2.90.1-k3s1 | ||
730 | # k8s.io/kms => github.com/k3s-io/kubernetes/staging/src/k8s.io/kms v1.27.5-k3s1 | ||
731 | # k8s.io/kube-aggregator => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator v1.27.5-k3s1 | ||
732 | # k8s.io/kube-controller-manager => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager v1.27.5-k3s1 | ||
733 | # k8s.io/kube-proxy => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy v1.27.5-k3s1 | ||
734 | # k8s.io/kube-scheduler => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler v1.27.5-k3s1 | ||
735 | # k8s.io/kubectl => github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl v1.27.5-k3s1 | ||
736 | # k8s.io/kubelet => github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet v1.27.5-k3s1 | ||
737 | # k8s.io/kubernetes => github.com/k3s-io/kubernetes v1.27.5-k3s1 | ||
738 | # k8s.io/legacy-cloud-providers => github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.27.5-k3s1 | ||
739 | # k8s.io/metrics => github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics v1.27.5-k3s1 | ||
740 | # k8s.io/mount-utils => github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils v1.27.5-k3s1 | ||
741 | # k8s.io/node-api => github.com/k3s-io/kubernetes/staging/src/k8s.io/node-api v1.27.5-k3s1 | ||
742 | # k8s.io/pod-security-admission => github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission v1.27.5-k3s1 | ||
743 | # k8s.io/sample-apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-apiserver v1.27.5-k3s1 | ||
744 | # k8s.io/sample-cli-plugin => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-cli-plugin v1.27.5-k3s1 | ||
745 | # k8s.io/sample-controller => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-controller v1.27.5-k3s1 | ||
746 | # mvdan.cc/unparam => mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7 | ||
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index 90718e98..4ef18996 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://k3s.io/" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | 5 | LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.25;name=k3s;protocol=https \ | 7 | SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.27;name=k3s;protocol=https \ |
8 | file://k3s.service \ | 8 | file://k3s.service \ |
9 | file://k3s-agent.service \ | 9 | file://k3s-agent.service \ |
10 | file://k3s-agent \ | 10 | file://k3s-agent \ |
@@ -16,10 +16,10 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.25;name=k3s;protoco | |||
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" | 18 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" |
19 | SRCREV_k3s = "9e22489dafb15989cafa7b6bd52ed949471dd057" | 19 | SRCREV_k3s = "8d074ecb5a8765a09eeef6f8be7987055210bc40" |
20 | 20 | ||
21 | SRCREV_FORMAT = "k3s_fuse" | 21 | SRCREV_FORMAT = "k3s_fuse" |
22 | PV = "v1.25.8+k3s1+git${SRCREV_k3s}" | 22 | PV = "v1.27.5+k3s1+git${SRCREV_k3s}" |
23 | 23 | ||
24 | include src_uri.inc | 24 | include src_uri.inc |
25 | 25 | ||
diff --git a/recipes-containers/k3s/relocation.inc b/recipes-containers/k3s/relocation.inc index da02e4c5..69652a48 100644 --- a/recipes-containers/k3s/relocation.inc +++ b/recipes-containers/k3s/relocation.inc | |||
@@ -1,565 +1,348 @@ | |||
1 | export sites="bazil.org/fuse:github.com/bazil/fuse \ | 1 | export sites="k8s.io/utils:k8s.io/utils:force \ |
2 | bitbucket.org/bertimus9/systemstat:bitbucket.org/bertimus9/systemstat \ | 2 | k8s.io/gengo:k8s.io/gengo:force \ |
3 | cloud.google.com/go/bigquery:github.com/googleapis/google-cloud-go/bigquery/ \ | 3 | go.uber.org/zap:go.uber.org/zap:force \ |
4 | cloud.google.com/go/compute/metadata:github.com/googleapis/google-cloud-go/compute/metadata/ \ | 4 | go.starlark.net:go.starlark.net:force \ |
5 | cloud.google.com/go/datastore:github.com/googleapis/google-cloud-go/datastore/ \ | 5 | gopkg.in/inf.v0:gopkg.in/inf.v0:force \ |
6 | cloud.google.com/go/firestore:github.com/googleapis/google-cloud-go/firestore/ \ | 6 | gopkg.in/ini.v1:gopkg.in/ini.v1:force \ |
7 | cloud.google.com/go/pubsub:github.com/googleapis/google-cloud-go/pubsub/ \ | 7 | golang.org/x/net:golang.org/x/net:force \ |
8 | cloud.google.com/go/storage:github.com/googleapis/google-cloud-go/storage/ \ | 8 | golang.org/x/sys:golang.org/x/sys:force \ |
9 | cloud.google.com/go:github.com/googleapis/google-cloud-go \ | 9 | gopkg.in/yaml.v2:gopkg.in/yaml.v2:force \ |
10 | dmitri.shuralyov.com/gpu/mtl:dmitri.shuralyov.com/gpu/mtl \ | 10 | inet.af/tcpproxy:inet.af/tcpproxy:force \ |
11 | github.com/ajstarks/svgo:github.com/ajstarks/svgo \ | 11 | sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \ |
12 | github.com/alecthomas/template:github.com/alecthomas/template \ | 12 | go.etcd.io/bbolt:go.etcd.io/bbolt:force \ |
13 | github.com/alecthomas/units:github.com/alecthomas/units \ | 13 | go.opencensus.io:go.opencensus.io:force \ |
14 | github.com/alexflint/go-filemutex:github.com/alexflint/go-filemutex \ | 14 | golang.org/x/mod:golang.org/x/mod:force \ |
15 | github.com/antihax/optional:github.com/antihax/optional \ | 15 | gopkg.in/gcfg.v1:gopkg.in/gcfg.v1:force \ |
16 | github.com/antlr/antlr4/runtime/Go/antlr:github.com/antlr/antlr4/runtime/Go/antlr//runtime/Go/antlr \ | 16 | gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ |
17 | github.com/armon/circbuf:github.com/armon/circbuf \ | 17 | sigs.k8s.io/json:sigs.k8s.io/json:force \ |
18 | github.com/armon/consul-api:github.com/armon/consul-api \ | 18 | github.com/lib/pq:github.com/lib/pq:force \ |
19 | github.com/armon/go-metrics:github.com/armon/go-metrics \ | 19 | golang.org/x/sync:golang.org/x/sync:force \ |
20 | github.com/armon/go-radix:github.com/armon/go-radix \ | 20 | github.com/rs/xid:github.com/rs/xid:force \ |
21 | github.com/armon/go-socks5:github.com/armon/go-socks5 \ | 21 | golang.org/x/term:golang.org/x/term:force \ |
22 | github.com/asaskevich/govalidator:github.com/asaskevich/govalidator \ | 22 | golang.org/x/text:golang.org/x/text:force \ |
23 | github.com/auth0/go-jwt-middleware:github.com/auth0/go-jwt-middleware \ | 23 | golang.org/x/time:golang.org/x/time:force \ |
24 | github.com/avast/retry-go/v4:github.com/avast/retry-go/v4 \ | 24 | go.uber.org/atomic:go.uber.org/atomic:force \ |
25 | github.com/aws/aws-sdk-go:github.com/aws/aws-sdk-go \ | 25 | golang.org/x/tools:golang.org/x/tools:force \ |
26 | github.com/Azure/azure-sdk-for-go:github.com/Azure/azure-sdk-for-go \ | 26 | golang.org/x/crypto:golang.org/x/crypto:force \ |
27 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \ | 27 | cloud.google.com/go:cloud.google.com/go:force \ |
28 | github.com/Azure/go-autorest/autorest/adal:github.com/Azure/go-autorest/autorest/adal/ \ | 28 | golang.org/x/oauth2:golang.org/x/oauth2:force \ |
29 | github.com/Azure/go-autorest/autorest/date:github.com/Azure/go-autorest/autorest/date/ \ | 29 | k8s.io/kube-openapi:k8s.io/kube-openapi:force \ |
30 | github.com/Azure/go-autorest/autorest/mocks:github.com/Azure/go-autorest/autorest/mocks/ \ | 30 | k8s.io/klog/v2:github.com/k3s-io/klog/v2:force \ |
31 | github.com/Azure/go-autorest/autorest/to:github.com/Azure/go-autorest/autorest/to/ \ | 31 | github.com/moby/ipvs:github.com/moby/ipvs:force \ |
32 | github.com/Azure/go-autorest/autorest:github.com/Azure/go-autorest/autorest/ \ | 32 | github.com/moby/term:github.com/moby/term:force \ |
33 | github.com/Azure/go-autorest/autorest/validation:github.com/Azure/go-autorest/autorest/validation/ \ | 33 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7:force \ |
34 | github.com/Azure/go-autorest/logger:github.com/Azure/go-autorest/logger/ \ | 34 | go.uber.org/multierr:go.uber.org/multierr:force \ |
35 | github.com/Azure/go-autorest/tracing:github.com/Azure/go-autorest/tracing/ \ | 35 | gopkg.in/warnings.v0:gopkg.in/warnings.v0:force \ |
36 | github.com/Azure/go-autorest:github.com/Azure/go-autorest \ | 36 | github.com/pkg/errors:github.com/pkg/errors:force \ |
37 | github.com/benbjohnson/clock:github.com/benbjohnson/clock \ | 37 | github.com/urfave/cli:github.com/urfave/cli:force \ |
38 | github.com/beorn7/perks:github.com/beorn7/perks \ | 38 | github.com/docker/cli:github.com/docker/cli:force \ |
39 | github.com/bgentry/speakeasy:github.com/bgentry/speakeasy \ | 39 | github.com/gofrs/uuid:github.com/gofrs/uuid:force \ |
40 | github.com/bketelsen/crypt:github.com/bketelsen/crypt \ | 40 | google.golang.org/api:google.golang.org/api:force \ |
41 | github.com/blang/semver:github.com/blang/semver \ | 41 | github.com/google/uuid:github.com/google/uuid:force \ |
42 | github.com/blang/semver/v4:github.com/blang/semver/v4//v4 \ | 42 | github.com/gorilla/mux:github.com/gorilla/mux:force \ |
43 | github.com/boltdb/bolt:github.com/boltdb/bolt \ | 43 | github.com/k3s-io/kine:github.com/k3s-io/kine:force \ |
44 | github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici \ | 44 | github.com/onsi/gomega:github.com/onsi/gomega:force \ |
45 | github.com/buger/jsonparser:github.com/buger/jsonparser \ | 45 | github.com/spf13/pflag:github.com/spf13/pflag:force \ |
46 | github.com/BurntSushi/toml:github.com/BurntSushi/toml \ | 46 | google.golang.org/grpc:google.golang.org/grpc:force \ |
47 | github.com/BurntSushi/xgb:github.com/BurntSushi/xgb \ | 47 | github.com/cilium/ebpf:github.com/cilium/ebpf:force \ |
48 | github.com/canonical/go-dqlite:github.com/canonical/go-dqlite \ | 48 | github.com/ghodss/yaml:github.com/ghodss/yaml:force \ |
49 | github.com/census-instrumentation/opencensus-proto:github.com/census-instrumentation/opencensus-proto \ | 49 | github.com/gofrs/flock:github.com/gofrs/flock:force \ |
50 | github.com/certifi/gocertifi:github.com/certifi/gocertifi \ | 50 | github.com/golang/mock:github.com/golang/mock:force \ |
51 | github.com/cespare/xxhash:github.com/cespare/xxhash \ | 51 | github.com/moby/locker:github.com/moby/locker:force \ |
52 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ | 52 | github.com/pierrec/lz4:github.com/pierrec/lz4:force \ |
53 | github.com/chai2010/gettext-go:github.com/chai2010/gettext-go \ | 53 | github.com/spf13/cobra:github.com/spf13/cobra:force \ |
54 | github.com/checkpoint-restore/go-criu/v5:github.com/checkpoint-restore/go-criu/v5 \ | 54 | k8s.io/kubernetes:github.com/k3s-io/kubernetes:force \ |
55 | github.com/chzyer/logex:github.com/chzyer/logex \ | 55 | github.com/go-test/deep:github.com/go-test/deep:force \ |
56 | github.com/chzyer/readline:github.com/chzyer/readline \ | 56 | github.com/otiai10/copy:github.com/otiai10/copy:force \ |
57 | github.com/chzyer/test:github.com/chzyer/test \ | 57 | github.com/Rican7/retry:github.com/Rican7/retry:force \ |
58 | github.com/cilium/ebpf:github.com/cilium/ebpf \ | 58 | github.com/beorn7/perks:github.com/beorn7/perks:force \ |
59 | github.com/cloudnativelabs/kube-router:github.com/cloudnativelabs/kube-router \ | 59 | github.com/blang/semver:github.com/blang/semver:force \ |
60 | github.com/cncf/udpa/go:github.com/cncf/udpa/go//go \ | 60 | github.com/go-logr/logr:github.com/go-logr/logr:force \ |
61 | github.com/cncf/xds/go:github.com/cncf/xds/go//go \ | 61 | github.com/go-logr/stdr:github.com/go-logr/stdr:force \ |
62 | github.com/cockroachdb/datadriven:github.com/cockroachdb/datadriven \ | 62 | github.com/google/btree:github.com/google/btree:force \ |
63 | github.com/cockroachdb/errors:github.com/cockroachdb/errors \ | 63 | github.com/google/pprof:github.com/google/pprof:force \ |
64 | github.com/cockroachdb/logtags:github.com/cockroachdb/logtags \ | 64 | github.com/google/shlex:github.com/google/shlex:force \ |
65 | github.com/containerd/aufs:github.com/containerd/aufs \ | 65 | github.com/jackc/pgx/v5:github.com/jackc/pgx/v5:force \ |
66 | github.com/containerd/btrfs:github.com/containerd/btrfs \ | 66 | github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \ |
67 | github.com/containerd/cgroups:github.com/containerd/cgroups \ | 67 | github.com/morikuni/aec:github.com/morikuni/aec:force \ |
68 | github.com/containerd/console:github.com/containerd/console \ | 68 | github.com/nats-io/nuid:github.com/nats-io/nuid:force \ |
69 | github.com/containerd/containerd:github.com/containerd/containerd \ | 69 | github.com/docker/docker:github.com/docker/docker:force \ |
70 | github.com/containerd/continuity:github.com/containerd/continuity \ | 70 | github.com/rancher/lasso:github.com/rancher/lasso:force \ |
71 | github.com/containerd/fifo:github.com/containerd/fifo \ | 71 | github.com/armon/circbuf:github.com/armon/circbuf:force \ |
72 | github.com/containerd/fuse-overlayfs-snapshotter:github.com/containerd/fuse-overlayfs-snapshotter \ | 72 | github.com/gogo/protobuf:github.com/gogo/protobuf:force \ |
73 | github.com/containerd/go-cni:github.com/containerd/go-cni \ | 73 | github.com/google/cel-go:github.com/google/cel-go:force \ |
74 | github.com/containerd/go-runc:github.com/containerd/go-runc \ | 74 | github.com/google/go-cmp:github.com/google/go-cmp:force \ |
75 | github.com/containerd/imgcrypt:github.com/containerd/imgcrypt \ | 75 | github.com/google/gofuzz:github.com/google/gofuzz:force \ |
76 | github.com/containerd/nri:github.com/containerd/nri \ | 76 | github.com/imdario/mergo:github.com/imdario/mergo:force \ |
77 | github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter \ | 77 | github.com/nats-io/nkeys:github.com/nats-io/nkeys:force \ |
78 | github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter/estargz/ \ | 78 | github.com/soheilhy/cmux:github.com/soheilhy/cmux:force \ |
79 | github.com/containerd/ttrpc:github.com/containerd/ttrpc \ | 79 | github.com/urfave/cli/v2:github.com/urfave/cli/v2:force \ |
80 | github.com/containerd/typeurl:github.com/containerd/typeurl \ | 80 | go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \ |
81 | github.com/containerd/zfs:github.com/containerd/zfs \ | 81 | github.com/containerd/zfs:github.com/containerd/zfs:force \ |
82 | github.com/containernetworking/cni:github.com/containernetworking/cni \ | 82 | github.com/onsi/ginkgo/v2:github.com/onsi/ginkgo/v2:force \ |
83 | github.com/containernetworking/plugins:github.com/containernetworking/plugins \ | 83 | github.com/robfig/cron/v3:github.com/robfig/cron/v3:force \ |
84 | github.com/containers/ocicrypt:github.com/containers/ocicrypt \ | 84 | github.com/containerd/nri:github.com/containerd/nri:force \ |
85 | github.com/container-storage-interface/spec:github.com/container-storage-interface/spec \ | 85 | github.com/coreos/go-oidc:github.com/coreos/go-oidc:force \ |
86 | github.com/coredns/caddy:github.com/coredns/caddy \ | 86 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5:force \ |
87 | github.com/coredns/corefile-migration:github.com/coredns/corefile-migration \ | 87 | github.com/google/gnostic:github.com/google/gnostic:force \ |
88 | github.com/coreos/bbolt:github.com/coreos/bbolt \ | 88 | github.com/minio/md5-simd:github.com/minio/md5-simd:force \ |
89 | github.com/coreos/etcd:github.com/coreos/etcd \ | 89 | github.com/mohae/deepcopy:github.com/mohae/deepcopy:force \ |
90 | github.com/coreos/go-iptables:github.com/coreos/go-iptables \ | 90 | github.com/nats-io/jsm.go:github.com/nats-io/jsm.go:force \ |
91 | github.com/coreos/go-oidc:github.com/coreos/go-oidc \ | 91 | github.com/nats-io/jwt/v2:github.com/nats-io/jwt/v2:force \ |
92 | github.com/coreos/go-semver:github.com/coreos/go-semver \ | 92 | github.com/rubiojr/go-vhd:github.com/rubiojr/go-vhd:force \ |
93 | github.com/coreos/go-systemd:github.com/coreos/go-systemd \ | 93 | github.com/vmware/govmomi:github.com/vmware/govmomi:force \ |
94 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 \ | 94 | github.com/xlab/treeprint:github.com/xlab/treeprint:force \ |
95 | github.com/coreos/pkg:github.com/coreos/pkg \ | 95 | github.com/xrash/smetrics:github.com/xrash/smetrics:force \ |
96 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 \ | 96 | github.com/containerd/aufs:github.com/containerd/aufs:force \ |
97 | github.com/creack/pty:github.com/creack/pty \ | 97 | github.com/google/cadvisor:github.com/google/cadvisor:force \ |
98 | github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin \ | 98 | github.com/rancher/wharfie:github.com/rancher/wharfie:force \ |
99 | github.com/d2g/dhcp4client:github.com/d2g/dhcp4client \ | 99 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ |
100 | github.com/d2g/dhcp4server:github.com/d2g/dhcp4server \ | 100 | github.com/blang/semver/v4:github.com/blang/semver/v4:force \ |
101 | github.com/d2g/dhcp4:github.com/d2g/dhcp4 \ | 101 | github.com/containerd/fifo:github.com/containerd/fifo:force \ |
102 | github.com/danieljoos/wincred:github.com/danieljoos/wincred \ | 102 | github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \ |
103 | github.com/davecgh/go-spew:github.com/davecgh/go-spew \ | 103 | github.com/docker/go-units:github.com/docker/go-units:force \ |
104 | github.com/daviddengcn/go-colortext:github.com/daviddengcn/go-colortext \ | 104 | github.com/fatih/camelcase:github.com/fatih/camelcase:force \ |
105 | github.com/dgrijalva/jwt-go:github.com/dgrijalva/jwt-go \ | 105 | github.com/go-openapi/swag:github.com/go-openapi/swag:force \ |
106 | github.com/dgryski/go-farm:github.com/dgryski/go-farm \ | 106 | github.com/golang/protobuf:github.com/golang/protobuf:force \ |
107 | github.com/dgryski/go-sip13:github.com/dgryski/go-sip13 \ | 107 | github.com/intel/goresctrl:github.com/intel/goresctrl:force \ |
108 | github.com/dnaeon/go-vcr:github.com/dnaeon/go-vcr \ | 108 | github.com/jackc/pgerrcode:github.com/jackc/pgerrcode:force \ |
109 | github.com/docker/cli:github.com/docker/cli \ | 109 | github.com/mailru/easyjson:github.com/mailru/easyjson:force \ |
110 | github.com/docker/distribution:github.com/docker/distribution \ | 110 | github.com/mdlayher/socket:github.com/mdlayher/socket:force \ |
111 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \ | 111 | github.com/moby/spdystream:github.com/moby/spdystream:force \ |
112 | github.com/docker/docker:github.com/docker/docker \ | 112 | github.com/mxk/go-flowrate:github.com/mxk/go-flowrate:force \ |
113 | github.com/docker/go-connections:github.com/docker/go-connections \ | 113 | github.com/nats-io/nats.go:github.com/nats-io/nats.go:force \ |
114 | github.com/docker/go-events:github.com/docker/go-events \ | 114 | github.com/xiang90/probing:github.com/xiang90/probing:force \ |
115 | github.com/docker/go-metrics:github.com/docker/go-metrics \ | 115 | golang.zx2c4.com/wireguard:golang.zx2c4.com/wireguard:force \ |
116 | github.com/docker/go-units:github.com/docker/go-units \ | 116 | google.golang.org/genproto:google.golang.org/genproto:force \ |
117 | github.com/docopt/docopt-go:github.com/docopt/docopt-go \ | 117 | google.golang.org/protobuf:google.golang.org/protobuf:force \ |
118 | github.com/dustin/go-humanize:github.com/dustin/go-humanize \ | 118 | gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2:force \ |
119 | github.com/eapache/channels:github.com/eapache/channels \ | 119 | github.com/json-iterator/go:github.com/json-iterator/go:force \ |
120 | github.com/eapache/queue:github.com/eapache/queue \ | 120 | github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3:force \ |
121 | github.com/elazarl/goproxy/ext:github.com/elazarl/goproxy/ext/ \ | 121 | github.com/rancher/wrangler:github.com/rancher/wrangler:force \ |
122 | github.com/elazarl/goproxy:github.com/elazarl/goproxy \ | 122 | github.com/stretchr/testify:github.com/stretchr/testify:force \ |
123 | github.com/emicklei/go-restful:github.com/emicklei/go-restful \ | 123 | github.com/containerd/ttrpc:github.com/containerd/ttrpc:force \ |
124 | github.com/emicklei/go-restful/v3:github.com/emicklei/go-restful/v3 \ | 124 | github.com/coreos/go-semver:github.com/coreos/go-semver:force \ |
125 | github.com/envoyproxy/go-control-plane:github.com/envoyproxy/go-control-plane \ | 125 | github.com/docker/go-events:github.com/docker/go-events:force \ |
126 | github.com/envoyproxy/protoc-gen-validate:github.com/envoyproxy/protoc-gen-validate \ | 126 | github.com/go-errors/errors:github.com/go-errors/errors:force \ |
127 | github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt \ | 127 | github.com/jackc/pgpassfile:github.com/jackc/pgpassfile:force \ |
128 | github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser \ | 128 | github.com/josharian/intern:github.com/josharian/intern:force \ |
129 | github.com/evanphx/json-patch:github.com/evanphx/json-patch \ | 129 | github.com/josharian/native:github.com/josharian/native:force \ |
130 | github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath \ | 130 | github.com/lithammer/dedent:github.com/lithammer/dedent:force \ |
131 | github.com/fatih/camelcase:github.com/fatih/camelcase \ | 131 | github.com/mdlayher/netlink:github.com/mdlayher/netlink:force \ |
132 | github.com/fatih/color:github.com/fatih/color \ | 132 | github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs:force \ |
133 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop \ | 133 | github.com/vbatts/tar-split:github.com/vbatts/tar-split:force \ |
134 | github.com/flannel-io/flannel:github.com/flannel-io/flannel \ | 134 | google.golang.org/appengine:google.golang.org/appengine:force \ |
135 | github.com/flynn/go-shlex:github.com/flynn/go-shlex \ | 135 | sigs.k8s.io/kustomize/api:sigs.k8s.io/kustomize/api/api:force \ |
136 | github.com/fogleman/gg:github.com/fogleman/gg \ | 136 | go.etcd.io/etcd/api/v3:github.com/k3s-io/etcd/api/v3/api:force \ |
137 | github.com/form3tech-oss/jwt-go:github.com/form3tech-oss/jwt-go \ | 137 | go.etcd.io/etcd/pkg/v3:github.com/k3s-io/etcd/pkg/v3/pkg:force \ |
138 | github.com/frankban/quicktest:github.com/frankban/quicktest \ | 138 | github.com/coreos/go-systemd:github.com/coreos/go-systemd:force \ |
139 | github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify \ | 139 | github.com/gorilla/websocket:github.com/gorilla/websocket:force \ |
140 | github.com/fvbommel/sortorder:github.com/fvbommel/sortorder \ | 140 | github.com/minio/minio-go/v7:github.com/minio/minio-go/v7:force \ |
141 | github.com/getkin/kin-openapi:github.com/getkin/kin-openapi \ | 141 | github.com/yl2chen/cidranger:github.com/yl2chen/cidranger:force \ |
142 | github.com/getsentry/raven-go:github.com/getsentry/raven-go \ | 142 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ |
143 | github.com/ghodss/yaml:github.com/ghodss/yaml \ | 143 | github.com/Azure/go-autorest:github.com/Azure/go-autorest:force \ |
144 | github.com/go-bindata/go-bindata:github.com/go-bindata/go-bindata \ | 144 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \ |
145 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \ | 145 | github.com/avast/retry-go/v4:github.com/avast/retry-go/v4:force \ |
146 | github.com/go-errors/errors:github.com/go-errors/errors \ | 146 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ |
147 | github.com/gofrs/flock:github.com/gofrs/flock \ | 147 | github.com/containerd/go-cni:github.com/containerd/go-cni:force \ |
148 | github.com/gofrs/uuid:github.com/gofrs/uuid \ | 148 | github.com/docker/go-metrics:github.com/docker/go-metrics:force \ |
149 | github.com/go-gl/glfw:github.com/go-gl/glfw \ | 149 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ |
150 | github.com/go-gl/glfw/v3.3/glfw:github.com/go-gl/glfw/v3.3/glfw/ \ | 150 | github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify:force \ |
151 | github.com/gogo/googleapis:github.com/gogo/googleapis \ | 151 | github.com/golang-jwt/jwt/v4:github.com/golang-jwt/jwt/v4:force \ |
152 | github.com/gogo/protobuf:github.com/gogo/protobuf \ | 152 | github.com/golang/groupcache:github.com/golang/groupcache:force \ |
153 | github.com/go-kit/kit:github.com/go-kit/kit \ | 153 | github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2:force \ |
154 | github.com/go-kit/log:github.com/go-kit/log \ | 154 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ |
155 | github.com/golang/freetype:github.com/golang/freetype \ | 155 | github.com/karrick/godirwalk:github.com/karrick/godirwalk:force \ |
156 | github.com/golang/glog:github.com/golang/glog \ | 156 | github.com/liggitt/tabwriter:github.com/liggitt/tabwriter:force \ |
157 | github.com/golang/groupcache:github.com/golang/groupcache \ | 157 | github.com/minio/highwayhash:github.com/minio/highwayhash:force \ |
158 | github.com/golang-jwt/jwt/v4:github.com/golang-jwt/jwt/v4 \ | 158 | github.com/minio/sha256-simd:github.com/minio/sha256-simd:force \ |
159 | github.com/golang/mock:github.com/golang/mock \ | 159 | github.com/mrunalp/fileutils:github.com/mrunalp/fileutils:force \ |
160 | github.com/golangplus/bytes:github.com/golangplus/bytes \ | 160 | github.com/munnerz/goautoneg:github.com/munnerz/goautoneg:force \ |
161 | github.com/golangplus/fmt:github.com/golangplus/fmt \ | 161 | github.com/pelletier/go-toml:github.com/pelletier/go-toml:force \ |
162 | github.com/golangplus/testing:github.com/golangplus/testing \ | 162 | github.com/prometheus/common:github.com/prometheus/common:force \ |
163 | github.com/golang/protobuf:github.com/golang/protobuf \ | 163 | github.com/prometheus/procfs:github.com/prometheus/procfs:force \ |
164 | github.com/golang/snappy:github.com/golang/snappy \ | 164 | github.com/vishvananda/netns:github.com/vishvananda/netns:force \ |
165 | github.com/go-logfmt/logfmt:github.com/go-logfmt/logfmt \ | 165 | github.com/containerd/cgroups:github.com/containerd/cgroups:force \ |
166 | github.com/go-logr/logr:github.com/go-logr/logr \ | 166 | github.com/coreos/go-iptables:github.com/coreos/go-iptables:force \ |
167 | github.com/go-logr/zapr:github.com/go-logr/zapr \ | 167 | github.com/flannel-io/flannel:github.com/flannel-io/flannel:force \ |
168 | github.com/googleapis/gax-go/v2:github.com/googleapis/gax-go/v2//v2 \ | 168 | github.com/klauspost/compress:github.com/klauspost/compress:force \ |
169 | github.com/googleapis/gnostic:github.com/googleapis/gnostic \ | 169 | github.com/JeffAshton/win_pdh:github.com/JeffAshton/win_pdh:force \ |
170 | github.com/google/btree:github.com/google/btree \ | 170 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ |
171 | github.com/google/cadvisor:github.com/google/cadvisor \ | 171 | github.com/containerd/console:github.com/containerd/console:force \ |
172 | github.com/google/cel-go:github.com/google/cel-go \ | 172 | github.com/containerd/go-runc:github.com/containerd/go-runc:force \ |
173 | github.com/GoogleCloudPlatform/k8s-cloud-provider:github.com/GoogleCloudPlatform/k8s-cloud-provider \ | 173 | github.com/containerd/typeurl:github.com/containerd/typeurl:force \ |
174 | github.com/google/gnostic:github.com/google/gnostic \ | 174 | github.com/dustin/go-humanize:github.com/dustin/go-humanize:force \ |
175 | github.com/google/go-cmp:github.com/google/go-cmp \ | 175 | github.com/evanphx/json-patch:github.com/evanphx/json-patch:force \ |
176 | github.com/google/go-containerregistry:github.com/google/go-containerregistry \ | 176 | github.com/fvbommel/sortorder:github.com/fvbommel/sortorder:force \ |
177 | github.com/google/gofuzz:github.com/google/gofuzz \ | 177 | github.com/go-task/slim-sprig:github.com/go-task/slim-sprig:force \ |
178 | github.com/google/martian:github.com/google/martian \ | 178 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2:force \ |
179 | github.com/google/martian/v3:github.com/google/martian/v3 \ | 179 | github.com/kylelemons/godebug:github.com/kylelemons/godebug:force \ |
180 | github.com/google/pprof:github.com/google/pprof \ | 180 | github.com/mdlayher/genetlink:github.com/mdlayher/genetlink:force \ |
181 | github.com/google/renameio:github.com/google/renameio \ | 181 | github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \ |
182 | github.com/google/shlex:github.com/google/shlex \ | 182 | github.com/peterbourgon/diskv:github.com/peterbourgon/diskv:force \ |
183 | github.com/google/uuid:github.com/google/uuid \ | 183 | github.com/pmezard/go-difflib:github.com/pmezard/go-difflib:force \ |
184 | github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer \ | 184 | github.com/shengdoushi/base58:github.com/shengdoushi/base58:force \ |
185 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference \ | 185 | github.com/stoewer/go-strcase:github.com/stoewer/go-strcase:force \ |
186 | github.com/go-openapi/swag:github.com/go-openapi/swag \ | 186 | go.etcd.io/etcd/raft/v3:github.com/k3s-io/etcd/raft/v3/raft:force \ |
187 | github.com/go-ozzo/ozzo-validation:github.com/go-ozzo/ozzo-validation \ | 187 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ |
188 | github.com/gophercloud/gophercloud:github.com/gophercloud/gophercloud \ | 188 | github.com/Mirantis/cri-dockerd:github.com/k3s-io/cri-dockerd:force \ |
189 | github.com/gopherjs/gopherjs:github.com/gopherjs/gopherjs \ | 189 | github.com/containerd/containerd:github.com/k3s-io/containerd:force \ |
190 | github.com/gorilla/mux:github.com/gorilla/mux \ | 190 | github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt:force \ |
191 | github.com/gorilla/websocket:github.com/gorilla/websocket \ | 191 | github.com/go-sql-driver/mysql:github.com/go-sql-driver/mysql:force \ |
192 | github.com/go-sql-driver/mysql:github.com/go-sql-driver/mysql \ | 192 | github.com/opencontainers/runc:github.com/opencontainers/runc:force \ |
193 | github.com/go-stack/stack:github.com/go-stack/stack \ | 193 | github.com/vishvananda/netlink:github.com/vishvananda/netlink:force \ |
194 | github.com/go-task/slim-sprig:github.com/go-task/slim-sprig \ | 194 | github.com/MakeNowJust/heredoc:github.com/MakeNowJust/heredoc:force \ |
195 | github.com/go-test/deep:github.com/go-test/deep \ | 195 | github.com/NYTimes/gziphandler:github.com/NYTimes/gziphandler:force \ |
196 | github.com/gregjones/httpcache:github.com/gregjones/httpcache \ | 196 | github.com/canonical/go-dqlite:github.com/canonical/go-dqlite:force \ |
197 | github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware \ | 197 | github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \ |
198 | github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus \ | 198 | github.com/chai2010/gettext-go:github.com/chai2010/gettext-go:force \ |
199 | github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway \ | 199 | github.com/containerd/btrfs/v2:github.com/containerd/btrfs/v2:force \ |
200 | github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2 \ | 200 | github.com/containerd/imgcrypt:github.com/containerd/imgcrypt:force \ |
201 | github.com/hashicorp/consul/api:github.com/hashicorp/consul/api//api \ | 201 | github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \ |
202 | github.com/hashicorp/consul/sdk:github.com/hashicorp/consul/sdk//sdk \ | 202 | github.com/docker/distribution:github.com/docker/distribution:force \ |
203 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ | 203 | github.com/emicklei/go-restful:github.com/emicklei/go-restful:force \ |
204 | github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp \ | 204 | github.com/gregjones/httpcache:github.com/gregjones/httpcache:force \ |
205 | github.com/hashicorp/go-hclog:github.com/hashicorp/go-hclog \ | 205 | github.com/jackc/pgservicefile:github.com/jackc/pgservicefile:force \ |
206 | github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix \ | 206 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \ |
207 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \ | 207 | github.com/mistifyio/go-zfs/v3:github.com/mistifyio/go-zfs/v3:force \ |
208 | github.com/hashicorp/go-msgpack:github.com/hashicorp/go-msgpack \ | 208 | github.com/syndtr/gocapability:github.com/syndtr/gocapability:force \ |
209 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ | 209 | go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel/sdk/sdk:force \ |
210 | github.com/hashicorp/go.net:github.com/hashicorp/go.net \ | 210 | sigs.k8s.io/kustomize/kyaml:sigs.k8s.io/kustomize/kyaml/kyaml:force \ |
211 | github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp \ | 211 | github.com/natefinch/lumberjack:github.com/natefinch/lumberjack:force \ |
212 | github.com/hashicorp/go-rootcerts:github.com/hashicorp/go-rootcerts \ | 212 | github.com/rancher/remotedialer:github.com/rancher/remotedialer:force \ |
213 | github.com/hashicorp/go-sockaddr:github.com/hashicorp/go-sockaddr \ | 213 | github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser:force \ |
214 | github.com/hashicorp/go-syslog:github.com/hashicorp/go-syslog \ | 214 | github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath:force \ |
215 | github.com/hashicorp/go-uuid:github.com/hashicorp/go-uuid \ | 215 | github.com/googleapis/gax-go/v2:github.com/googleapis/gax-go/v2:force \ |
216 | github.com/hashicorp/hcl:github.com/hashicorp/hcl \ | 216 | github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ |
217 | github.com/hashicorp/logutils:github.com/hashicorp/logutils \ | 217 | github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ |
218 | github.com/hashicorp/mdns:github.com/hashicorp/mdns \ | 218 | github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol:force \ |
219 | github.com/hashicorp/memberlist:github.com/hashicorp/memberlist \ | 219 | github.com/tchap/go-patricia/v2:github.com/tchap/go-patricia/v2:force \ |
220 | github.com/hashicorp/serf:github.com/hashicorp/serf \ | 220 | github.com/kubernetes-sigs/cri-tools:github.com/k3s-io/cri-tools:force \ |
221 | github.com/heketi/heketi:github.com/heketi/heketi \ | 221 | github.com/go-bindata/go-bindata:github.com/go-bindata/go-bindata:force \ |
222 | github.com/heketi/tests:github.com/heketi/tests \ | 222 | go.etcd.io/etcd/server/v3:github.com/k3s-io/etcd/server/v3/server:force \ |
223 | github.com/hpcloud/tail:github.com/hpcloud/tail \ | 223 | github.com/containerd/cgroups/v3:github.com/containerd/cgroups/v3:force \ |
224 | github.com/ianlancetaylor/demangle:github.com/ianlancetaylor/demangle \ | 224 | github.com/containerd/continuity:github.com/containerd/continuity:force \ |
225 | github.com/imdario/mergo:github.com/imdario/mergo \ | 225 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ |
226 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ | 226 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22:force \ |
227 | github.com/insomniacslk/dhcp:github.com/insomniacslk/dhcp \ | 227 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2:force \ |
228 | github.com/ishidawataru/sctp:github.com/ishidawataru/sctp \ | 228 | github.com/docker/go-connections:github.com/docker/go-connections:force \ |
229 | github.com/JeffAshton/win_pdh:github.com/JeffAshton/win_pdh \ | 229 | github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap:force \ |
230 | github.com/jmespath/go-jmespath/internal/testify:github.com/jmespath/go-jmespath/internal/testify/ \ | 230 | gopkg.in/natefinch/lumberjack.v2:gopkg.in/natefinch/lumberjack.v2:force \ |
231 | github.com/jmespath/go-jmespath:github.com/jmespath/go-jmespath \ | 231 | go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ |
232 | github.com/joho/godotenv:github.com/joho/godotenv \ | 232 | github.com/k3s-io/helm-controller:github.com/k3s-io/helm-controller:force \ |
233 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork \ | 233 | github.com/opencontainers/selinux:github.com/opencontainers/selinux:force \ |
234 | github.com/josharian/intern:github.com/josharian/intern \ | 234 | github.com/Azure/azure-sdk-for-go:github.com/Azure/azure-sdk-for-go:force \ |
235 | github.com/josharian/native:github.com/josharian/native \ | 235 | github.com/asaskevich/govalidator:github.com/asaskevich/govalidator:force \ |
236 | github.com/jpillora/backoff:github.com/jpillora/backoff \ | 236 | github.com/emicklei/go-restful/v3:github.com/emicklei/go-restful/v3:force \ |
237 | github.com/jsimonetti/rtnetlink:github.com/jsimonetti/rtnetlink \ | 237 | github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer:force \ |
238 | github.com/json-iterator/go:github.com/json-iterator/go \ | 238 | github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp:force \ |
239 | github.com/jstemmer/go-junit-report:github.com/jstemmer/go-junit-report \ | 239 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure:force \ |
240 | github.com/jtolds/gls:github.com/jtolds/gls \ | 240 | github.com/nats-io/nats-server/v2:github.com/nats-io/nats-server/v2:force \ |
241 | github.com/julienschmidt/httprouter:github.com/julienschmidt/httprouter \ | 241 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \ |
242 | github.com/jung-kurt/gofpdf:github.com/jung-kurt/gofpdf \ | 242 | golang.zx2c4.com/wireguard/wgctrl:golang.zx2c4.com/wireguard/wgctrl:force \ |
243 | github.com/k3s-io/helm-controller:github.com/k3s-io/helm-controller \ | 243 | go.etcd.io/etcd/client/v3:github.com/k3s-io/etcd/client/v3/client/v3:force \ |
244 | github.com/k3s-io/kine:github.com/k3s-io/kine \ | 244 | go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/etcdutl/v3/etcdutl:force \ |
245 | github.com/karrick/godirwalk:github.com/karrick/godirwalk \ | 245 | go.etcd.io/etcd/client/v2:github.com/k3s-io/etcd/client/v2/client/v2:force \ |
246 | github.com/kisielk/errcheck:github.com/kisielk/errcheck \ | 246 | github.com/rancher/dynamiclistener:github.com/rancher/dynamiclistener:force \ |
247 | github.com/kisielk/gotool:github.com/kisielk/gotool \ | 247 | github.com/containernetworking/cni:github.com/containernetworking/cni:force \ |
248 | github.com/klauspost/compress:github.com/klauspost/compress \ | 248 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ |
249 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 \ | 249 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ |
250 | github.com/konsorten/go-windows-terminal-sequences:github.com/konsorten/go-windows-terminal-sequences \ | 250 | github.com/prometheus/client_model:github.com/prometheus/client_model:force \ |
251 | github.com/kr/fs:github.com/kr/fs \ | 251 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2:force \ |
252 | github.com/kr/logfmt:github.com/kr/logfmt \ | 252 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ |
253 | github.com/kr/pretty:github.com/kr/pretty \ | 253 | github.com/daviddengcn/go-colortext:github.com/daviddengcn/go-colortext:force \ |
254 | github.com/kr/pty:github.com/kr/pty \ | 254 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ |
255 | github.com/kr/text:github.com/kr/text \ | 255 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ |
256 | github.com/k-sone/critbitgo:github.com/k-sone/critbitgo \ | 256 | github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ |
257 | github.com/kubernetes-sigs/cri-tools:github.com/kubernetes-sigs/cri-tools \ | 257 | github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy:force \ |
258 | github.com/kylelemons/godebug:github.com/kylelemons/godebug \ | 258 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ |
259 | github.com/libopenstorage/openstorage:github.com/libopenstorage/openstorage \ | 259 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \ |
260 | github.com/lib/pq:github.com/lib/pq \ | 260 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ |
261 | github.com/liggitt/tabwriter:github.com/liggitt/tabwriter \ | 261 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ |
262 | github.com/lithammer/dedent:github.com/lithammer/dedent \ | 262 | github.com/seccomp/libseccomp-golang:github.com/seccomp/libseccomp-golang:force \ |
263 | github.com/lpabon/godbc:github.com/lpabon/godbc \ | 263 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri:force \ |
264 | github.com/magiconair/properties:github.com/magiconair/properties \ | 264 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ |
265 | github.com/mailru/easyjson:github.com/mailru/easyjson \ | 265 | github.com/cloudnativelabs/kube-router/v2:github.com/k3s-io/kube-router/v2:force \ |
266 | github.com/MakeNowJust/heredoc:github.com/MakeNowJust/heredoc \ | 266 | github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin:force \ |
267 | github.com/mattn/go-colorable:github.com/mattn/go-colorable \ | 267 | github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp:force \ |
268 | github.com/mattn/go-isatty:github.com/mattn/go-isatty \ | 268 | github.com/libopenstorage/openstorage:github.com/libopenstorage/openstorage:force \ |
269 | github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \ | 269 | github.com/containerd/stargz-snapshotter:github.com/k3s-io/stargz-snapshotter:force \ |
270 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ | 270 | go.etcd.io/etcd/client/pkg/v3:github.com/k3s-io/etcd/client/pkg/v3/client/pkg:force \ |
271 | github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3 \ | 271 | github.com/AdamKorcz/go-118-fuzz-build:github.com/AdamKorcz/go-118-fuzz-build:force \ |
272 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ | 272 | github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici:force \ |
273 | github.com/mdlayher/ethtool:github.com/mdlayher/ethtool \ | 273 | github.com/containernetworking/plugins:github.com/containernetworking/plugins:force \ |
274 | github.com/mdlayher/genetlink:github.com/mdlayher/genetlink \ | 274 | github.com/google/go-containerregistry:github.com/google/go-containerregistry:force \ |
275 | github.com/mdlayher/netlink:github.com/mdlayher/netlink \ | 275 | github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway:force \ |
276 | github.com/mdlayher/socket:github.com/mdlayher/socket \ | 276 | github.com/monochromegane/go-gitignore:github.com/monochromegane/go-gitignore:force \ |
277 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ | 277 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \ |
278 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim \ | 278 | github.com/Azure/go-autorest/logger:github.com/Azure/go-autorest/logger/logger:force \ |
279 | github.com/miekg/dns:github.com/miekg/dns \ | 279 | github.com/opencontainers/runtime-tools:github.com/opencontainers/runtime-tools:force \ |
280 | github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ | 280 | sigs.k8s.io/kustomize/kustomize/v5:sigs.k8s.io/kustomize/kustomize/v5/kustomize:force \ |
281 | github.com/mikioh/ipaddr:github.com/mikioh/ipaddr \ | 281 | github.com/Azure/go-autorest/tracing:github.com/Azure/go-autorest/tracing/tracing:force \ |
282 | github.com/mindprince/gonvml:github.com/mindprince/gonvml \ | 282 | github.com/checkpoint-restore/go-criu/v5:github.com/checkpoint-restore/go-criu/v5:force \ |
283 | github.com/minio/highwayhash:github.com/minio/highwayhash \ | 283 | github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \ |
284 | github.com/minio/md5-simd:github.com/minio/md5-simd \ | 284 | github.com/Azure/go-autorest/autorest:github.com/Azure/go-autorest/autorest/autorest:force \ |
285 | github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 \ | 285 | github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit:force \ |
286 | github.com/minio/sha256-simd:github.com/minio/sha256-simd \ | 286 | k8s.io/api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api/staging/src/k8s.io/api:force \ |
287 | github.com/Mirantis/cri-dockerd:github.com/Mirantis/cri-dockerd \ | 287 | k8s.io/kms:github.com/k3s-io/kubernetes/staging/src/k8s.io/kms/staging/src/k8s.io/kms:force \ |
288 | github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs \ | 288 | github.com/container-storage-interface/spec:github.com/container-storage-interface/spec:force \ |
289 | github.com/mitchellh/cli:github.com/mitchellh/cli \ | 289 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ |
290 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ | 290 | github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware:force \ |
291 | github.com/mitchellh/go-testing-interface:github.com/mitchellh/go-testing-interface \ | 291 | github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus:force \ |
292 | github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap \ | 292 | github.com/Azure/go-autorest/autorest/to:github.com/Azure/go-autorest/autorest/to/autorest/to:force \ |
293 | github.com/mitchellh/gox:github.com/mitchellh/gox \ | 293 | github.com/containerd/fuse-overlayfs-snapshotter:github.com/containerd/fuse-overlayfs-snapshotter:force \ |
294 | github.com/mitchellh/iochan:github.com/mitchellh/iochan \ | 294 | k8s.io/cri-api:github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api/staging/src/k8s.io/cri-api:force \ |
295 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ | 295 | k8s.io/kubectl:github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl/staging/src/k8s.io/kubectl:force \ |
296 | github.com/moby/ipvs:github.com/moby/ipvs \ | 296 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions:force \ |
297 | github.com/moby/locker:github.com/moby/locker \ | 297 | k8s.io/kubelet:github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet/staging/src/k8s.io/kubelet:force \ |
298 | github.com/moby/spdystream:github.com/moby/spdystream \ | 298 | k8s.io/metrics:github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics/staging/src/k8s.io/metrics:force \ |
299 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \ | 299 | github.com/antlr/antlr4/runtime/Go/antlr:github.com/antlr/antlr4/runtime/Go/antlr/runtime/Go/antlr:force \ |
300 | github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \ | 300 | github.com/Azure/go-autorest/autorest/adal:github.com/Azure/go-autorest/autorest/adal/autorest/adal:force \ |
301 | github.com/moby/term:github.com/moby/term \ | 301 | github.com/Azure/go-autorest/autorest/date:github.com/Azure/go-autorest/autorest/date/autorest/date:force \ |
302 | github.com/moby/vpnkit:github.com/moby/vpnkit \ | 302 | github.com/GoogleCloudPlatform/k8s-cloud-provider:github.com/GoogleCloudPlatform/k8s-cloud-provider:force \ |
303 | github.com/modern-go/concurrent:github.com/modern-go/concurrent \ | 303 | github.com/Azure/go-autorest/autorest/mocks:github.com/Azure/go-autorest/autorest/mocks/autorest/mocks:force \ |
304 | github.com/modern-go/reflect2:github.com/modern-go/reflect2 \ | 304 | k8s.io/apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver/staging/src/k8s.io/apiserver:force \ |
305 | github.com/mohae/deepcopy:github.com/mohae/deepcopy \ | 305 | k8s.io/client-go:github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go/staging/src/k8s.io/client-go:force \ |
306 | github.com/monochromegane/go-gitignore:github.com/monochromegane/go-gitignore \ | 306 | github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter/estargz/estargz:force \ |
307 | github.com/morikuni/aec:github.com/morikuni/aec \ | 307 | k8s.io/kube-proxy:github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy/staging/src/k8s.io/kube-proxy:force \ |
308 | github.com/mrunalp/fileutils:github.com/mrunalp/fileutils \ | 308 | k8s.io/cli-runtime:github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime/staging/src/k8s.io/cli-runtime:force \ |
309 | github.com/munnerz/goautoneg:github.com/munnerz/goautoneg \ | 309 | k8s.io/mount-utils:github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils/staging/src/k8s.io/mount-utils:force \ |
310 | github.com/mvdan/xurls:github.com/mvdan/xurls \ | 310 | k8s.io/apimachinery:github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery/staging/src/k8s.io/apimachinery:force \ |
311 | github.com/mwitkow/go-conntrack:github.com/mwitkow/go-conntrack \ | 311 | github.com/Azure/go-autorest/autorest/validation:github.com/Azure/go-autorest/autorest/validation/autorest/validation:force \ |
312 | github.com/mxk/go-flowrate:github.com/mxk/go-flowrate \ | 312 | k8s.io/cloud-provider:github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider/staging/src/k8s.io/cloud-provider:force \ |
313 | github.com/natefinch/lumberjack:github.com/natefinch/lumberjack \ | 313 | k8s.io/component-base:github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base/staging/src/k8s.io/component-base:force \ |
314 | github.com/nats-io/jsm.go:github.com/nats-io/jsm.go \ | 314 | k8s.io/code-generator:github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator/staging/src/k8s.io/code-generator:force \ |
315 | github.com/nats-io/jwt/v2:github.com/nats-io/jwt/v2//v2 \ | 315 | k8s.io/kube-scheduler:github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler/staging/src/k8s.io/kube-scheduler:force \ |
316 | github.com/nats-io/nats.go:github.com/nats-io/nats.go \ | 316 | k8s.io/kube-aggregator:github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator/staging/src/k8s.io/kube-aggregator:force \ |
317 | github.com/nats-io/nats-server/v2:github.com/nats-io/nats-server/v2 \ | 317 | go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \ |
318 | github.com/nats-io/nkeys:github.com/nats-io/nkeys \ | 318 | k8s.io/cluster-bootstrap:github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap/staging/src/k8s.io/cluster-bootstrap:force \ |
319 | github.com/nats-io/nuid:github.com/nats-io/nuid \ | 319 | k8s.io/component-helpers:github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers/staging/src/k8s.io/component-helpers:force \ |
320 | github.com/networkplumbing/go-nft:github.com/networkplumbing/go-nft \ | 320 | k8s.io/controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager/staging/src/k8s.io/controller-manager:force \ |
321 | github.com/niemeyer/pretty:github.com/niemeyer/pretty \ | 321 | sigs.k8s.io/apiserver-network-proxy/konnectivity-client:sigs.k8s.io/apiserver-network-proxy/konnectivity-client/konnectivity-client:force \ |
322 | github.com/nxadm/tail:github.com/nxadm/tail \ | 322 | k8s.io/csi-translation-lib:github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib/staging/src/k8s.io/csi-translation-lib:force \ |
323 | github.com/NYTimes/gziphandler:github.com/NYTimes/gziphandler \ | 323 | github.com/container-orchestrated-devices/container-device-interface:github.com/container-orchestrated-devices/container-device-interface:force \ |
324 | github.com/oklog/ulid:github.com/oklog/ulid \ | 324 | go.opentelemetry.io/otel/exporters/otlp/internal/retry:go.opentelemetry.io/otel/exporters/otlp/internal/retry/exporters/otlp/internal/retry:force \ |
325 | github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter \ | 325 | k8s.io/legacy-cloud-providers:github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers/staging/src/k8s.io/legacy-cloud-providers:force \ |
326 | github.com/OneOfOne/xxhash:github.com/OneOfOne/xxhash \ | 326 | k8s.io/pod-security-admission:github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission/staging/src/k8s.io/pod-security-admission:force \ |
327 | github.com/onsi/ginkgo:github.com/onsi/ginkgo \ | 327 | k8s.io/apiextensions-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver/staging/src/k8s.io/apiextensions-apiserver:force \ |
328 | github.com/onsi/ginkgo/v2:github.com/onsi/ginkgo/v2 \ | 328 | k8s.io/kube-controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager/staging/src/k8s.io/kube-controller-manager:force \ |
329 | github.com/onsi/gomega:github.com/onsi/gomega \ | 329 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ |
330 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \ | 330 | k8s.io/dynamic-resource-allocation:github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation/staging/src/k8s.io/dynamic-resource-allocation:force \ |
331 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \ | 331 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/exporters/otlp/otlptrace/otlptracegrpc:force \ |
332 | github.com/opencontainers/runc:github.com/opencontainers/runc \ | 332 | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/instrumentation/google.golang.org/grpc/otelgrpc:force \ |
333 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \ | 333 | go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful:go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful/instrumentation/github.com/emicklei/go-restful/otelrestful:force" |
334 | github.com/opencontainers/selinux:github.com/opencontainers/selinux \ | ||
335 | github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go \ | ||
336 | github.com/osrg/gobgp/v3:github.com/osrg/gobgp/v3 \ | ||
337 | github.com/otiai10/copy:github.com/otiai10/copy \ | ||
338 | github.com/otiai10/curr:github.com/otiai10/curr \ | ||
339 | github.com/otiai10/mint:github.com/otiai10/mint \ | ||
340 | github.com/pascaldekloe/goe:github.com/pascaldekloe/goe \ | ||
341 | github.com/pborman/uuid:github.com/pborman/uuid \ | ||
342 | github.com/pelletier/go-toml:github.com/pelletier/go-toml \ | ||
343 | github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2 \ | ||
344 | github.com/peterbourgon/diskv:github.com/peterbourgon/diskv \ | ||
345 | github.com/pierrec/lz4:github.com/pierrec/lz4 \ | ||
346 | github.com/pkg/diff:github.com/pkg/diff \ | ||
347 | github.com/pkg/errors:github.com/pkg/errors \ | ||
348 | github.com/pkg/sftp:github.com/pkg/sftp \ | ||
349 | github.com/pmezard/go-difflib:github.com/pmezard/go-difflib \ | ||
350 | github.com/posener/complete:github.com/posener/complete \ | ||
351 | github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol \ | ||
352 | github.com/prometheus/client_golang:github.com/prometheus/client_golang \ | ||
353 | github.com/prometheus/client_model:github.com/prometheus/client_model \ | ||
354 | github.com/prometheus/common:github.com/prometheus/common \ | ||
355 | github.com/prometheus/procfs:github.com/prometheus/procfs \ | ||
356 | github.com/prometheus/tsdb:github.com/prometheus/tsdb \ | ||
357 | github.com/PuerkitoBio/purell:github.com/PuerkitoBio/purell \ | ||
358 | github.com/PuerkitoBio/urlesc:github.com/PuerkitoBio/urlesc \ | ||
359 | github.com/rancher/dynamiclistener:github.com/rancher/dynamiclistener \ | ||
360 | github.com/rancher/lasso:github.com/rancher/lasso \ | ||
361 | github.com/rancher/remotedialer:github.com/rancher/remotedialer \ | ||
362 | github.com/rancher/wharfie:github.com/rancher/wharfie \ | ||
363 | github.com/rancher/wrangler-cli:github.com/rancher/wrangler-cli \ | ||
364 | github.com/rancher/wrangler:github.com/rancher/wrangler \ | ||
365 | github.com/remyoudompheng/bigfft:github.com/remyoudompheng/bigfft \ | ||
366 | github.com/Rican7/retry:github.com/Rican7/retry \ | ||
367 | github.com/robfig/cron/v3:github.com/robfig/cron/v3 \ | ||
368 | github.com/rogpeppe/fastuuid:github.com/rogpeppe/fastuuid \ | ||
369 | github.com/rogpeppe/go-charset:github.com/rogpeppe/go-charset \ | ||
370 | github.com/rogpeppe/go-internal:github.com/rogpeppe/go-internal \ | ||
371 | github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit \ | ||
372 | github.com/rs/xid:github.com/rs/xid \ | ||
373 | github.com/rubiojr/go-vhd:github.com/rubiojr/go-vhd \ | ||
374 | github.com/russross/blackfriday:github.com/russross/blackfriday \ | ||
375 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 \ | ||
376 | github.com/ryanuber/columnize:github.com/ryanuber/columnize \ | ||
377 | github.com/safchain/ethtool:github.com/safchain/ethtool \ | ||
378 | github.com/sclevine/agouti:github.com/sclevine/agouti \ | ||
379 | github.com/sean-/seed:github.com/sean-/seed \ | ||
380 | github.com/seccomp/libseccomp-golang:github.com/seccomp/libseccomp-golang \ | ||
381 | github.com/sergi/go-diff:github.com/sergi/go-diff \ | ||
382 | github.com/shengdoushi/base58:github.com/shengdoushi/base58 \ | ||
383 | github.com/shurcooL/sanitized_anchor_name:github.com/shurcooL/sanitized_anchor_name \ | ||
384 | github.com/sirupsen/logrus:github.com/sirupsen/logrus \ | ||
385 | github.com/smartystreets/assertions:github.com/smartystreets/assertions \ | ||
386 | github.com/smartystreets/goconvey:github.com/smartystreets/goconvey \ | ||
387 | github.com/soheilhy/cmux:github.com/soheilhy/cmux \ | ||
388 | github.com/songgao/water:github.com/songgao/water \ | ||
389 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 \ | ||
390 | github.com/spf13/afero:github.com/spf13/afero \ | ||
391 | github.com/spf13/cast:github.com/spf13/cast \ | ||
392 | github.com/spf13/cobra:github.com/spf13/cobra \ | ||
393 | github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman \ | ||
394 | github.com/spf13/pflag:github.com/spf13/pflag \ | ||
395 | github.com/spf13/viper:github.com/spf13/viper \ | ||
396 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \ | ||
397 | github.com/stoewer/go-strcase:github.com/stoewer/go-strcase \ | ||
398 | github.com/stretchr/objx:github.com/stretchr/objx \ | ||
399 | github.com/stretchr/testify:github.com/stretchr/testify \ | ||
400 | github.com/subosito/gotenv:github.com/subosito/gotenv \ | ||
401 | github.com/syndtr/gocapability:github.com/syndtr/gocapability \ | ||
402 | github.com/tchap/go-patricia:github.com/tchap/go-patricia \ | ||
403 | github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common:github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common//tencentcloud/common \ | ||
404 | github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc:github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common//tencentcloud/vpc \ | ||
405 | github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy \ | ||
406 | github.com/ugorji/go:github.com/ugorji/go \ | ||
407 | github.com/urfave/cli:github.com/urfave/cli \ | ||
408 | github.com/urfave/cli/v2:github.com/urfave/cli/v2 \ | ||
409 | github.com/urfave/negroni:github.com/urfave/negroni \ | ||
410 | github.com/u-root/uio:github.com/u-root/uio \ | ||
411 | github.com/vbatts/tar-split:github.com/vbatts/tar-split \ | ||
412 | github.com/vishvananda/netlink:github.com/vishvananda/netlink \ | ||
413 | github.com/vishvananda/netns:github.com/vishvananda/netns \ | ||
414 | github.com/vmware/govmomi:github.com/vmware/govmomi \ | ||
415 | github.com/xiang90/probing:github.com/xiang90/probing \ | ||
416 | github.com/xlab/treeprint:github.com/xlab/treeprint \ | ||
417 | github.com/xordataexchange/crypt:github.com/xordataexchange/crypt \ | ||
418 | github.com/xrash/smetrics:github.com/xrash/smetrics \ | ||
419 | github.com/yl2chen/cidranger:github.com/yl2chen/cidranger \ | ||
420 | github.com/yuin/goldmark:github.com/yuin/goldmark \ | ||
421 | go.etcd.io/bbolt:go.etcd.io/bbolt \ | ||
422 | go.etcd.io/etcd/api/v3:github.com/k3s-io/etcd/api/v3//api \ | ||
423 | go.etcd.io/etcd/client/pkg/v3:github.com/k3s-io/etcd/api/v3//client/pkg \ | ||
424 | go.etcd.io/etcd/client/v3:github.com/k3s-io/etcd/api/v3//client/v3 \ | ||
425 | go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/api/v3//etcdutl \ | ||
426 | go.etcd.io/etcd/server/v3:github.com/k3s-io/etcd/api/v3//server \ | ||
427 | go.etcd.io/etcd/client/v2:github.com/etcd-io/etcd/client/v2//client/v2 \ | ||
428 | go.etcd.io/etcd/pkg/v3:github.com/etcd-io/etcd/client/v2//pkg \ | ||
429 | go.etcd.io/etcd/raft/v3:github.com/etcd-io/etcd/client/v2//raft \ | ||
430 | go.etcd.io/etcd/tests/v3:github.com/etcd-io/etcd/client/v2//tests \ | ||
431 | golang.org/x/crypto:golang.org/x/crypto \ | ||
432 | golang.org/x/exp:golang.org/x/exp \ | ||
433 | golang.org/x/image:golang.org/x/image \ | ||
434 | golang.org/x/lint:golang.org/x/lint \ | ||
435 | golang.org/x/mobile:golang.org/x/mobile \ | ||
436 | golang.org/x/mod:golang.org/x/mod \ | ||
437 | golang.org/x/net:golang.org/x/net \ | ||
438 | golang.org/x/oauth2:golang.org/x/oauth2 \ | ||
439 | golang.org/x/sync:golang.org/x/sync \ | ||
440 | golang.org/x/sys:golang.org/x/sys \ | ||
441 | golang.org/x/term:golang.org/x/term \ | ||
442 | golang.org/x/text:golang.org/x/text \ | ||
443 | golang.org/x/time:golang.org/x/time \ | ||
444 | golang.org/x/tools:golang.org/x/tools \ | ||
445 | golang.org/x/xerrors:golang.org/x/xerrors \ | ||
446 | golang.zx2c4.com/wintun:golang.zx2c4.com/wintun \ | ||
447 | golang.zx2c4.com/wireguard:golang.zx2c4.com/wireguard \ | ||
448 | golang.zx2c4.com/wireguard/wgctrl:golang.zx2c4.com/wireguard/wgctrl \ | ||
449 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \ | ||
450 | gonum.org/v1/gonum:gonum.org/v1/gonum \ | ||
451 | gonum.org/v1/netlib:github.com/gonum/netlib \ | ||
452 | gonum.org/v1/plot:github.com/gonum/plot \ | ||
453 | google.golang.org/appengine:github.com/golang/appengine \ | ||
454 | google.golang.org/genproto:github.com/googleapis/go-genproto \ | ||
455 | google.golang.org/grpc/cmd/protoc-gen-go-grpc:github.com/grpc/grpc-go \ | ||
456 | google.golang.org/grpc:github.com/grpc/grpc-go41e044e1c82fcf6a5801d6cbd7ecf952505eecb1 \ | ||
457 | google.golang.org/protobuf:github.com/protocolbuffers/protobuf-go \ | ||
458 | go.opencensus.io:go.opencensus.io \ | ||
459 | go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/github.com/emicklei/go-restful/otelrestful//instrumentation/github.com/emicklei/go-restful/otelrestful \ | ||
460 | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/github.com/emicklei/go-restful/otelrestful//instrumentation/google.golang.org/grpc/otelgrpc \ | ||
461 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/github.com/emicklei/go-restful/otelrestful//instrumentation/net/http/otelhttp \ | ||
462 | go.opentelemetry.io/contrib/propagators:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/github.com/emicklei/go-restful/otelrestful//propagators \ | ||
463 | go.opentelemetry.io/contrib:github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/github.com/emicklei/go-restful/otelrestful \ | ||
464 | go.opentelemetry.io/otel/exporters/otlp:github.com/open-telemetry/opentelemetry-go/exporters/otlp//exporters/otlp \ | ||
465 | go.opentelemetry.io/otel/metric:github.com/open-telemetry/opentelemetry-go/exporters/otlp//metric \ | ||
466 | go.opentelemetry.io/otel/oteltest:github.com/open-telemetry/opentelemetry-go/exporters/otlp//oteltest \ | ||
467 | go.opentelemetry.io/otel/sdk/export/metric:github.com/open-telemetry/opentelemetry-go/exporters/otlp//sdk/export/metric \ | ||
468 | go.opentelemetry.io/otel/sdk/metric:github.com/open-telemetry/opentelemetry-go/exporters/otlp//sdk/metric \ | ||
469 | go.opentelemetry.io/otel/sdk:github.com/open-telemetry/opentelemetry-go/exporters/otlp//sdk \ | ||
470 | go.opentelemetry.io/otel/trace:github.com/open-telemetry/opentelemetry-go/exporters/otlp//trace \ | ||
471 | go.opentelemetry.io/otel:github.com/open-telemetry/opentelemetry-go/exporters/otlp \ | ||
472 | go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp \ | ||
473 | gopkg.in/alecthomas/kingpin.v2:gopkg.in/alecthomas/kingpin.v2 \ | ||
474 | gopkg.in/check.v1:gopkg.in/check.v1 \ | ||
475 | gopkg.in/errgo.v2:gopkg.in/errgo.v2 \ | ||
476 | gopkg.in/fsnotify.v1:gopkg.in/fsnotify.v1 \ | ||
477 | gopkg.in/gcfg.v1:gopkg.in/gcfg.v1 \ | ||
478 | gopkg.in/inf.v0:gopkg.in/inf.v0 \ | ||
479 | gopkg.in/ini.v1:gopkg.in/ini.v1 \ | ||
480 | gopkg.in/natefinch/lumberjack.v2:gopkg.in/natefinch/lumberjack.v2 \ | ||
481 | gopkg.in/resty.v1:gopkg.in/resty.v1 \ | ||
482 | gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 \ | ||
483 | gopkg.in/tomb.v1:gopkg.in/tomb.v1 \ | ||
484 | gopkg.in/warnings.v0:gopkg.in/warnings.v0 \ | ||
485 | gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ | ||
486 | gopkg.in/yaml.v3:gopkg.in/yaml.v3 \ | ||
487 | go.starlark.net:github.com/google/starlark-go \ | ||
488 | gotest.tools/v3:github.com/gotestyourself/gotest.tools \ | ||
489 | go.uber.org/atomic:go.uber.org/atomic \ | ||
490 | go.uber.org/goleak:go.uber.org/goleak \ | ||
491 | go.uber.org/multierr:go.uber.org/multierr \ | ||
492 | go.uber.org/zap:go.uber.org/zap \ | ||
493 | honnef.co/go/tools:honnef.co/go/tools \ | ||
494 | inet.af/tcpproxy:github.com/inetaf/tcpproxy \ | ||
495 | k8s.io/apiextensions-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/apiextensions-apiserver \ | ||
496 | k8s.io/apimachinery:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/apimachinery \ | ||
497 | k8s.io/apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/apiserver \ | ||
498 | k8s.io/api:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/api \ | ||
499 | k8s.io/client-go:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/client-go \ | ||
500 | k8s.io/cli-runtime:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/cli-runtime \ | ||
501 | k8s.io/cloud-provider:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/cloud-provider \ | ||
502 | k8s.io/cluster-bootstrap:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/cluster-bootstrap \ | ||
503 | k8s.io/code-generator:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/code-generator \ | ||
504 | k8s.io/component-base:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/component-base \ | ||
505 | k8s.io/component-helpers:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/component-helpers \ | ||
506 | k8s.io/controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/controller-manager \ | ||
507 | k8s.io/cri-api:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/cri-api \ | ||
508 | k8s.io/csi-translation-lib:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/csi-translation-lib \ | ||
509 | k8s.io/kube-aggregator:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/kube-aggregator \ | ||
510 | k8s.io/kube-controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/kube-controller-manager \ | ||
511 | k8s.io/kubectl:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/kubectl \ | ||
512 | k8s.io/kubelet:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/kubelet \ | ||
513 | k8s.io/kube-proxy:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/kube-proxy \ | ||
514 | k8s.io/kubernetes:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver \ | ||
515 | k8s.io/kube-scheduler:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/kube-scheduler \ | ||
516 | k8s.io/legacy-cloud-providers:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/legacy-cloud-providers \ | ||
517 | k8s.io/metrics:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/metrics \ | ||
518 | k8s.io/mount-utils:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/mount-utils \ | ||
519 | k8s.io/pod-security-admission:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/pod-security-admission \ | ||
520 | k8s.io/sample-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver//staging/src/k8s.io/sample-apiserver \ | ||
521 | k8s.io/gengo:k8s.io/gengo \ | ||
522 | k8s.io/klog:k8s.io/klog \ | ||
523 | k8s.io/klog/v2:github.com/k3s-io/klog/v2 \ | ||
524 | k8s.io/kube-openapi:k8s.io/kube-openapi \ | ||
525 | k8s.io/system-validators:k8s.io/system-validators \ | ||
526 | k8s.io/utils:k8s.io/utils \ | ||
527 | modernc.org/cc:modernc.org/cc \ | ||
528 | modernc.org/golex:modernc.org/golex \ | ||
529 | modernc.org/mathutil:modernc.org/mathutil \ | ||
530 | modernc.org/strutil:modernc.org/strutil \ | ||
531 | modernc.org/xc:modernc.org/xc \ | ||
532 | rsc.io/binaryregexp:rsc.io/binaryregexp \ | ||
533 | rsc.io/pdf:rsc.io/pdf \ | ||
534 | rsc.io/quote/v3:github.com/rsc/quote/v3//v3 \ | ||
535 | rsc.io/sampler:rsc.io/sampler \ | ||
536 | sigs.k8s.io/apiserver-network-proxy/konnectivity-client:github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client//konnectivity-client \ | ||
537 | sigs.k8s.io/cli-utils:sigs.k8s.io/cli-utils \ | ||
538 | sigs.k8s.io/json:sigs.k8s.io/json \ | ||
539 | sigs.k8s.io/kustomize/api:github.com/kubernetes-sigs/kustomize/api//api \ | ||
540 | sigs.k8s.io/kustomize/cmd/config:github.com/kubernetes-sigs/kustomize/cmd/config//cmd/config \ | ||
541 | sigs.k8s.io/kustomize/kustomize/v4:github.com/kubernetes-sigs/kustomize/kustomize//kustomize \ | ||
542 | sigs.k8s.io/kustomize/kyaml:github.com/kubernetes-sigs/kustomize/kyaml//kyaml \ | ||
543 | sigs.k8s.io/structured-merge-diff/v3:sigs.k8s.io/structured-merge-diff/v3 \ | ||
544 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4 \ | ||
545 | sigs.k8s.io/yaml:sigs.k8s.io/yaml" | ||
546 | |||
547 | 334 | ||
548 | do_compile:prepend() { | 335 | do_compile:prepend() { |
549 | cd ${S}/src/import | 336 | cd ${S}/src/import |
550 | |||
551 | if [ -e vendor.copy/.noclobber ]; then | ||
552 | return | ||
553 | fi | ||
554 | for s in $sites; do | 337 | for s in $sites; do |
555 | site_dest=$(echo $s | cut -d: -f1) | 338 | site_dest=$(echo $s | cut -d: -f1) |
556 | site_source=$(echo $s | cut -d: -f2) | 339 | site_source=$(echo $s | cut -d: -f2) |
557 | force_flag=$(echo $s | cut -d: -f3) | 340 | force_flag=$(echo $s | cut -d: -f3) |
558 | mkdir -p vendor.copy/$site_dest | 341 | mkdir -p vendor.copy/$site_dest |
559 | if [ -n "$force_flag" ]; then | 342 | if [ -n "$force_flag" ]; then |
560 | echo "[INFO] $site_dest: force copying .go files" | 343 | echo "[INFO] $site_dest: force copying .go files" |
561 | rm -rf vendor.copy/$site_dest | 344 | rm -rf vendor.copy/$site_dest |
562 | rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest | 345 | rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest |
563 | else | 346 | else |
564 | [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } | 347 | [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } |
565 | fi | 348 | fi |
diff --git a/recipes-containers/k3s/src_uri.inc b/recipes-containers/k3s/src_uri.inc index a305075d..67875f2e 100644 --- a/recipes-containers/k3s/src_uri.inc +++ b/recipes-containers/k3s/src_uri.inc | |||
@@ -1,2512 +1,1665 @@ | |||
1 | # bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898 | 1 | # k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 |
2 | # [1] git ls-remote https://github.com/bazil/fuse 371fbbdaa8987b715bdd21d6adc4c9b20155f748 | 2 | # [1] git ls-remote https://github.com/kubernetes/utils a5ecb0141aa5b1b224e745aca203afdfd22d8b3a |
3 | SRCREV_fuse="371fbbdaa8987b715bdd21d6adc4c9b20155f748" | 3 | SRCREV_utils="a5ecb0141aa5b1b224e745aca203afdfd22d8b3a" |
4 | SRC_URI += "git://github.com/bazil/fuse;name=fuse;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bazil/fuse" | 4 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/utils" |
5 | |||
6 | # bitbucket.org/bertimus9/systemstat v0.5.0 | ||
7 | # [1] git ls-remote https://bitbucket.org/bertimus9/systemstat a9593ffcd68e650a7a948ece6e3cedea1e335947 | ||
8 | SRCREV_systemstat="a9593ffcd68e650a7a948ece6e3cedea1e335947" | ||
9 | SRC_URI += "git://bitbucket.org/bertimus9/systemstat;name=systemstat;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/bitbucket.org/bertimus9/systemstat" | ||
10 | |||
11 | # cloud.google.com/go/bigquery v1.8.0 | ||
12 | # [1] git ls-remote https://github.com/googleapis/google-cloud-go 0aa265f094062dbc111a6906d279fbb88a6cc761 | ||
13 | SRCREV_bigquery="0aa265f094062dbc111a6906d279fbb88a6cc761" | ||
14 | SRC_URI += "git://github.com/googleapis/google-cloud-go;name=bigquery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/bigquery" | ||
15 | |||
16 | # cloud.google.com/go/compute/metadata v0.2.0 | ||
17 | # [1] git ls-remote https://github.com/googleapis/google-cloud-go fe3d41e1ecb2ce36ad3a979037c9b9a2b726226f | ||
18 | SRCREV_metadata="fe3d41e1ecb2ce36ad3a979037c9b9a2b726226f" | ||
19 | SRC_URI += "git://github.com/googleapis/google-cloud-go;name=metadata;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/compute/metadata" | ||
20 | |||
21 | # cloud.google.com/go/datastore v1.1.0 | ||
22 | # [1] git ls-remote https://github.com/googleapis/google-cloud-go b033a7846dd130b5e5824faf72e33253d08ec84f | ||
23 | SRCREV_datastore="b033a7846dd130b5e5824faf72e33253d08ec84f" | ||
24 | SRC_URI += "git://github.com/googleapis/google-cloud-go;name=datastore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/datastore" | ||
25 | |||
26 | # cloud.google.com/go/firestore v1.1.0 | ||
27 | # [1] git ls-remote https://github.com/googleapis/google-cloud-go 20091f47d3c522ea545f358dd9ac1cdb326bba6f | ||
28 | SRCREV_firestore="20091f47d3c522ea545f358dd9ac1cdb326bba6f" | ||
29 | SRC_URI += "git://github.com/googleapis/google-cloud-go;name=firestore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/firestore" | ||
30 | |||
31 | # cloud.google.com/go/pubsub v1.3.1 | ||
32 | # [1] git ls-remote https://github.com/googleapis/google-cloud-go f4685751540ab300d8e99946847a75f7d0837e45 | ||
33 | SRCREV_pubsub="f4685751540ab300d8e99946847a75f7d0837e45" | ||
34 | SRC_URI += "git://github.com/googleapis/google-cloud-go;name=pubsub;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/pubsub" | ||
35 | |||
36 | # cloud.google.com/go/storage v1.10.0 | ||
37 | # [1] git ls-remote https://github.com/googleapis/google-cloud-go 3f2988d48e253a8e290b8c0e821284eead1131a0 | ||
38 | SRCREV_storage="3f2988d48e253a8e290b8c0e821284eead1131a0" | ||
39 | SRC_URI += "git://github.com/googleapis/google-cloud-go;name=storage;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/storage" | ||
40 | |||
41 | # cloud.google.com/go v0.97.0 | ||
42 | # [1] git ls-remote https://github.com/googleapis/google-cloud-go 26286e362470c1b4e60e33d07cb2e12b62843ed7 | ||
43 | SRCREV_go="26286e362470c1b4e60e33d07cb2e12b62843ed7" | ||
44 | SRC_URI += "git://github.com/googleapis/google-cloud-go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go" | ||
45 | |||
46 | # dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037 | ||
47 | # [1] git ls-remote https://dmitri.shuralyov.com/gpu/mtl 28db891af037715d8c1deec7652485a173c60e25 | ||
48 | SRCREV_mtl="28db891af037715d8c1deec7652485a173c60e25" | ||
49 | SRC_URI += "git://dmitri.shuralyov.com/gpu/mtl;name=mtl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/dmitri.shuralyov.com/gpu/mtl" | ||
50 | |||
51 | # github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af | ||
52 | # [1] git ls-remote https://github.com/ajstarks/svgo 644b8db467afccf19a0692a3e31a1868e4287ab8 | ||
53 | SRCREV_svgo="644b8db467afccf19a0692a3e31a1868e4287ab8" | ||
54 | SRC_URI += "git://github.com/ajstarks/svgo;name=svgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ajstarks/svgo" | ||
55 | |||
56 | # github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 | ||
57 | # [1] git ls-remote https://github.com/alecthomas/template fb15b899a75114aa79cc930e33c46b577cc664b1 | ||
58 | SRCREV_template="fb15b899a75114aa79cc930e33c46b577cc664b1" | ||
59 | SRC_URI += "git://github.com/alecthomas/template;name=template;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alecthomas/template" | ||
60 | |||
61 | # github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d | ||
62 | # [1] git ls-remote https://github.com/alecthomas/units f65c72e2690dc4b403c8bd637baf4611cd4c069b | ||
63 | SRCREV_units="f65c72e2690dc4b403c8bd637baf4611cd4c069b" | ||
64 | SRC_URI += "git://github.com/alecthomas/units;name=units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alecthomas/units" | ||
65 | |||
66 | # github.com/alexflint/go-filemutex v1.1.0 | ||
67 | # [1] git ls-remote https://github.com/alexflint/go-filemutex 392c3ab8a40254815ad821ac02ee1354e98a56fe | ||
68 | SRCREV_go-filemutex="392c3ab8a40254815ad821ac02ee1354e98a56fe" | ||
69 | SRC_URI += "git://github.com/alexflint/go-filemutex;name=go-filemutex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alexflint/go-filemutex" | ||
70 | |||
71 | # github.com/antihax/optional v1.0.0 | ||
72 | # [1] git ls-remote https://github.com/antihax/optional c3f0ba9c1a592b971d66b2787679af55b5c58f21 | ||
73 | SRCREV_optional="c3f0ba9c1a592b971d66b2787679af55b5c58f21" | ||
74 | SRC_URI += "git://github.com/antihax/optional;name=optional;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/antihax/optional" | ||
75 | |||
76 | # github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed | ||
77 | # [1] git ls-remote https://github.com/antlr/antlr4 f25a4f6275ed259c6a155eafcd0cb1a5252dde13 | ||
78 | SRCREV_antlr="f25a4f6275ed259c6a155eafcd0cb1a5252dde13" | ||
79 | SRC_URI += "git://github.com/antlr/antlr4;name=antlr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/antlr/antlr4/runtime/Go/antlr" | ||
80 | |||
81 | # github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e | ||
82 | # [1] git ls-remote https://github.com/armon/circbuf bbbad097214e2918d8543d5201d12bfd7bca254d | ||
83 | SRCREV_circbuf="bbbad097214e2918d8543d5201d12bfd7bca254d" | ||
84 | SRC_URI += "git://github.com/armon/circbuf;name=circbuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/circbuf" | ||
85 | |||
86 | # github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 | ||
87 | # [1] git ls-remote https://github.com/armon/consul-api eb2c6b5be1b66bab83016e0b05f01b8d5496ffbd | ||
88 | SRCREV_consul-api="eb2c6b5be1b66bab83016e0b05f01b8d5496ffbd" | ||
89 | SRC_URI += "git://github.com/armon/consul-api;name=consul-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/consul-api" | ||
90 | |||
91 | # github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da | ||
92 | # [1] git ls-remote https://github.com/armon/go-metrics f0300d1749da6fa982027e449ec0c7a145510c3c | ||
93 | SRCREV_go-metrics="f0300d1749da6fa982027e449ec0c7a145510c3c" | ||
94 | SRC_URI += "git://github.com/armon/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/go-metrics" | ||
95 | |||
96 | # github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 | ||
97 | # [1] git ls-remote https://github.com/armon/go-radix 7fddfc383310abc091d79a27f116d30cf0424032 | ||
98 | SRCREV_go-radix="7fddfc383310abc091d79a27f116d30cf0424032" | ||
99 | SRC_URI += "git://github.com/armon/go-radix;name=go-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/go-radix" | ||
100 | |||
101 | # github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 | ||
102 | # [1] git ls-remote https://github.com/armon/go-socks5 e75332964ef517daa070d7c38a9466a0d687e0a5 | ||
103 | SRCREV_go-socks5="e75332964ef517daa070d7c38a9466a0d687e0a5" | ||
104 | SRC_URI += "git://github.com/armon/go-socks5;name=go-socks5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/go-socks5" | ||
105 | |||
106 | # github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a | ||
107 | # [1] git ls-remote https://github.com/asaskevich/govalidator f61b66f89f4a311bef65f13e575bcf1a2ffadda6 | ||
108 | SRCREV_govalidator="f61b66f89f4a311bef65f13e575bcf1a2ffadda6" | ||
109 | SRC_URI += "git://github.com/asaskevich/govalidator;name=govalidator;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/asaskevich/govalidator" | ||
110 | |||
111 | # github.com/auth0/go-jwt-middleware v1.0.1 | ||
112 | # [1] git ls-remote https://github.com/auth0/go-jwt-middleware dec8d9f66d0b99d1085a060812cd13d7219a7ebd | ||
113 | SRCREV_go-jwt-middleware="dec8d9f66d0b99d1085a060812cd13d7219a7ebd" | ||
114 | SRC_URI += "git://github.com/auth0/go-jwt-middleware;name=go-jwt-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/auth0/go-jwt-middleware" | ||
115 | |||
116 | # github.com/avast/retry-go/v4 v4.3.2 | ||
117 | # [1] git ls-remote https://github.com/avast/retry-go c65eeae03ec06cb591b05d092457de9f691bb359 | ||
118 | SRCREV_v4="c65eeae03ec06cb591b05d092457de9f691bb359" | ||
119 | SRC_URI += "git://github.com/avast/retry-go;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/avast/retry-go/v4" | ||
120 | 5 | ||
121 | # github.com/aws/aws-sdk-go v1.44.171 | 6 | # k8s.io/gengo v0.0.0-20220902162205-c0856e24416d |
122 | # [1] git ls-remote https://github.com/aws/aws-sdk-go eb531b5a00f9e06a138b95078324df9ea59a8b39 | 7 | # [1] git ls-remote https://github.com/kubernetes/gengo c0856e24416daea2775735ff996a5870c2033839 |
123 | SRCREV_aws-sdk-go="eb531b5a00f9e06a138b95078324df9ea59a8b39" | 8 | SRCREV_gengo="c0856e24416daea2775735ff996a5870c2033839" |
124 | SRC_URI += "git://github.com/aws/aws-sdk-go;name=aws-sdk-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go" | 9 | SRC_URI += "git://github.com/kubernetes/gengo;name=gengo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/gengo" |
125 | 10 | ||
126 | # github.com/Azure/azure-sdk-for-go v55.0.0+incompatible | 11 | # go.uber.org/zap v1.24.0 |
127 | # [1] git ls-remote https://github.com/Azure/azure-sdk-for-go 3640559afddbad452d265b54fb1c20b30be0b062 | 12 | # [1] git ls-remote https://github.com/uber-go/zap a55bdc32f526699c3b4cc51a2cc97e944d02fbbf |
128 | SRCREV_azure-sdk-for-go="3640559afddbad452d265b54fb1c20b30be0b062" | 13 | SRCREV_zap="a55bdc32f526699c3b4cc51a2cc97e944d02fbbf" |
129 | SRC_URI += "git://github.com/Azure/azure-sdk-for-go;name=azure-sdk-for-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/azure-sdk-for-go" | 14 | SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap" |
130 | 15 | ||
131 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | 16 | # go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 |
132 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 | 17 | # [1] git ls-remote https://github.com/google/starlark-go 8dd3e2ee1dd5d034baada4c7b4fcf231294a1013 |
133 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" | 18 | SRCREV_go.starlark.net="8dd3e2ee1dd5d034baada4c7b4fcf231294a1013" |
134 | 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" | 19 | SRC_URI += "git://github.com/google/starlark-go;name=go.starlark.net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.starlark.net" |
135 | 20 | ||
136 | # github.com/Azure/go-autorest/autorest/adal v0.9.20 | 21 | # gopkg.in/inf.v0 v0.9.1 |
137 | # [1] git ls-remote https://github.com/Azure/go-autorest 7dd32b67be4e6c9386b9ba7b1c44a51263f05270 | 22 | # [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf |
138 | SRCREV_adal="7dd32b67be4e6c9386b9ba7b1c44a51263f05270" | 23 | SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" |
139 | SRC_URI += "git://github.com/Azure/go-autorest;name=adal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/adal" | 24 | 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" |
140 | 25 | ||
141 | # github.com/Azure/go-autorest/autorest/date v0.3.0 | 26 | # gopkg.in/ini.v1 v1.67.0 |
142 | # [1] git ls-remote https://github.com/Azure/go-autorest 3ccb81ef55c23b14a37c08b83a6beba95a971dc3 | 27 | # [1] git ls-remote https://github.com/go-ini/ini b2f570e5b5b844226bbefe6fb521d891f529a951 |
143 | SRCREV_date="3ccb81ef55c23b14a37c08b83a6beba95a971dc3" | 28 | SRCREV_ini.v1="b2f570e5b5b844226bbefe6fb521d891f529a951" |
144 | SRC_URI += "git://github.com/Azure/go-autorest;name=date;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/date" | 29 | SRC_URI += "git://github.com/go-ini/ini;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1" |
145 | 30 | ||
146 | # github.com/Azure/go-autorest/autorest/mocks v0.4.2 | 31 | # golang.org/x/net v0.8.0 |
147 | # [1] git ls-remote https://github.com/Azure/go-autorest a91292dd2fc10381ac9b90eea72b92e60761eac4 | 32 | # [1] git ls-remote https://go.googlesource.com/net dfa2b5dffd96fb2ae13e7d182501f0bce044a0a4 |
148 | SRCREV_mocks="a91292dd2fc10381ac9b90eea72b92e60761eac4" | 33 | SRCREV_net="dfa2b5dffd96fb2ae13e7d182501f0bce044a0a4" |
149 | SRC_URI += "git://github.com/Azure/go-autorest;name=mocks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/mocks" | 34 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" |
150 | 35 | ||
151 | # github.com/Azure/go-autorest/autorest/to v0.4.0 | 36 | # golang.org/x/sys v0.6.0 |
152 | # [1] git ls-remote https://github.com/Azure/go-autorest 5de0fcb73ebd13a61af8153e3d8efbea3c9d3941 | 37 | # [1] git ls-remote https://go.googlesource.com/sys c7a1bf9a0b0aa7c0c0e35a435924dd68e64d1653 |
153 | SRCREV_to="5de0fcb73ebd13a61af8153e3d8efbea3c9d3941" | 38 | SRCREV_sys="c7a1bf9a0b0aa7c0c0e35a435924dd68e64d1653" |
154 | SRC_URI += "git://github.com/Azure/go-autorest;name=to;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/to" | 39 | SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" |
155 | 40 | ||
156 | # github.com/Azure/go-autorest/autorest v0.11.27 | 41 | # gopkg.in/yaml.v2 v2.4.0 |
157 | # [1] git ls-remote https://github.com/Azure/go-autorest 7525a9bd0079c3842a7e11a93bd76166e915b0f1 | 42 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c |
158 | SRCREV_autorest="7525a9bd0079c3842a7e11a93bd76166e915b0f1" | 43 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" |
159 | SRC_URI += "git://github.com/Azure/go-autorest;name=autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest" | 44 | 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" |
160 | 45 | ||
161 | # github.com/Azure/go-autorest/autorest/validation v0.3.1 | 46 | # inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252 |
162 | # [1] git ls-remote https://github.com/Azure/go-autorest 446f41b7d65b2ab6c25b1a7afe42abd3622e9110 | 47 | # [1] git ls-remote https://github.com/inetaf/tcpproxy b6bb9b5b82524122bcf27291ede32d1517a14ab8 |
163 | SRCREV_validation="446f41b7d65b2ab6c25b1a7afe42abd3622e9110" | 48 | SRCREV_tcpproxy="b6bb9b5b82524122bcf27291ede32d1517a14ab8" |
164 | SRC_URI += "git://github.com/Azure/go-autorest;name=validation;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/validation" | 49 | SRC_URI += "git://github.com/inetaf/tcpproxy;name=tcpproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/inet.af/tcpproxy" |
165 | 50 | ||
166 | # github.com/Azure/go-autorest/logger v0.2.1 | 51 | # sigs.k8s.io/yaml v1.3.0 |
167 | # [1] git ls-remote https://github.com/Azure/go-autorest 820a319d2214dc91d083022ae5ec50070175314c | 52 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a |
168 | SRCREV_logger="820a319d2214dc91d083022ae5ec50070175314c" | 53 | SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a" |
169 | SRC_URI += "git://github.com/Azure/go-autorest;name=logger;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/logger" | 54 | 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" |
170 | 55 | ||
171 | # github.com/Azure/go-autorest/tracing v0.6.0 | 56 | # go.etcd.io/bbolt v1.3.7 |
172 | # [1] git ls-remote https://github.com/Azure/go-autorest b3a0b30a7423314874b3f585289e0e260cf5fc8d | 57 | # [1] git ls-remote https://github.com/etcd-io/bbolt da2f2a53f6e2f25b215b79db2cd417488ef8e955 |
173 | SRCREV_tracing="b3a0b30a7423314874b3f585289e0e260cf5fc8d" | 58 | SRCREV_bbolt="da2f2a53f6e2f25b215b79db2cd417488ef8e955" |
174 | SRC_URI += "git://github.com/Azure/go-autorest;name=tracing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/tracing" | 59 | SRC_URI += "git://github.com/etcd-io/bbolt;name=bbolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.etcd.io/bbolt" |
175 | 60 | ||
176 | # github.com/Azure/go-autorest v14.2.0+incompatible | 61 | # go.opencensus.io v0.24.0 |
177 | # [1] git ls-remote https://github.com/Azure/go-autorest e7b391b759b050d6719cc6fd8bb87b6dc038bca6 | 62 | # [1] git ls-remote https://github.com/census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5 |
178 | SRCREV_go-autorest="e7b391b759b050d6719cc6fd8bb87b6dc038bca6" | 63 | SRCREV_go.opencensus.io="b1a01ee95db0e690d91d7193d037447816fae4c5" |
179 | SRC_URI += "git://github.com/Azure/go-autorest;name=go-autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest" | 64 | SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opencensus.io" |
180 | 65 | ||
181 | # github.com/benbjohnson/clock v1.1.0 | 66 | # golang.org/x/mod v0.10.0 |
182 | # [1] git ls-remote https://github.com/benbjohnson/clock 307483a2173c76d3ded778bd68214865fcf05ec8 | 67 | # [1] git ls-remote https://go.googlesource.com/mod ad6fd61f94f8fdf6926f5dee6e45bdd13add2f9f |
183 | SRCREV_clock="307483a2173c76d3ded778bd68214865fcf05ec8" | 68 | SRCREV_mod="ad6fd61f94f8fdf6926f5dee6e45bdd13add2f9f" |
184 | SRC_URI += "git://github.com/benbjohnson/clock;name=clock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/benbjohnson/clock" | 69 | SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod" |
185 | 70 | ||
186 | # github.com/beorn7/perks v1.0.1 | 71 | # gopkg.in/gcfg.v1 v1.2.0 |
187 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 | 72 | # [1] git ls-remote https://github.com/go-gcfg/gcfg 27e4946190b4a327b539185f2b5b1f7c84730728 |
188 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" | 73 | SRCREV_gcfg.v1="27e4946190b4a327b539185f2b5b1f7c84730728" |
189 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" | 74 | SRC_URI += "git://github.com/go-gcfg/gcfg;name=gcfg.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gcfg.v1" |
190 | 75 | ||
191 | # github.com/bgentry/speakeasy v0.1.0 | 76 | # gopkg.in/yaml.v3 v3.0.1 |
192 | # [1] git ls-remote https://github.com/bgentry/speakeasy 4aabc24848ce5fd31929f7d1e4ea74d3709c14cd | 77 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 |
193 | SRCREV_speakeasy="4aabc24848ce5fd31929f7d1e4ea74d3709c14cd" | 78 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" |
194 | SRC_URI += "git://github.com/bgentry/speakeasy;name=speakeasy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bgentry/speakeasy" | 79 | 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" |
195 | 80 | ||
196 | # github.com/bketelsen/crypt v0.0.4 | 81 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd |
197 | # [1] git ls-remote https://github.com/bketelsen/crypt 3f0829aaee54a3e9eabd45afbf68257a5cf754f7 | 82 | # [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 |
198 | SRCREV_crypt="3f0829aaee54a3e9eabd45afbf68257a5cf754f7" | 83 | SRCREV_json="bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" |
199 | SRC_URI += "git://github.com/bketelsen/crypt;name=crypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bketelsen/crypt" | 84 | 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" |
200 | 85 | ||
201 | # github.com/blang/semver v3.5.1+incompatible | 86 | # github.com/lib/pq v1.10.2 |
202 | # [1] git ls-remote https://github.com/blang/semver 2ee87856327ba09384cabd113bc6b5d174e9ec0f | 87 | # [1] git ls-remote https://github.com/lib/pq 2da6713d67f03911a05b1b6559adc85927fe076e |
203 | SRCREV_semver="2ee87856327ba09384cabd113bc6b5d174e9ec0f" | 88 | SRCREV_pq="2da6713d67f03911a05b1b6559adc85927fe076e" |
204 | SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver" | 89 | SRC_URI += "git://github.com/lib/pq;name=pq;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lib/pq" |
205 | 90 | ||
206 | # github.com/blang/semver/v4 v4.0.0 | 91 | # golang.org/x/sync v0.1.0 |
207 | # [1] git ls-remote https://github.com/blang/semver af3461a9cbcf1f3f5889d21b83f5ef63880c33a8 | 92 | # [1] git ls-remote https://go.googlesource.com/sync 8fcdb60fdcc0539c5e357b2308249e4e752147f1 |
208 | SRCREV_v41="af3461a9cbcf1f3f5889d21b83f5ef63880c33a8" | 93 | SRCREV_sync="8fcdb60fdcc0539c5e357b2308249e4e752147f1" |
209 | SRC_URI += "git://github.com/blang/semver;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver/v4" | 94 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" |
210 | 95 | ||
211 | # github.com/boltdb/bolt v1.3.1 | 96 | # github.com/rs/xid v1.4.0 |
212 | # [1] git ls-remote https://github.com/boltdb/bolt 2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8 | 97 | # [1] git ls-remote https://github.com/rs/xid 66f8c42da230c3323ed4e29805e73eefbad41fc5 |
213 | SRCREV_bolt="2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8" | 98 | SRCREV_xid="66f8c42da230c3323ed4e29805e73eefbad41fc5" |
214 | SRC_URI += "git://github.com/boltdb/bolt;name=bolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/boltdb/bolt" | 99 | SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/xid" |
215 | 100 | ||
216 | # github.com/bronze1man/goStrongswanVici v0.0.0-20201105010758-936f38b697fd | 101 | # golang.org/x/term v0.7.0 |
217 | # [1] git ls-remote https://github.com/bronze1man/goStrongswanVici 936f38b697fd9a0054eee1469fee9d51199d4e66 | 102 | # [1] git ls-remote https://go.googlesource.com/term 7ae6be6d0150527c2c41e70586b9ade6a972a186 |
218 | SRCREV_goStrongswanVici="936f38b697fd9a0054eee1469fee9d51199d4e66" | 103 | SRCREV_x-term="7ae6be6d0150527c2c41e70586b9ade6a972a186" |
219 | SRC_URI += "git://github.com/bronze1man/goStrongswanVici;name=goStrongswanVici;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bronze1man/goStrongswanVici" | 104 | 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" |
220 | 105 | ||
221 | # github.com/buger/jsonparser v1.1.1 | 106 | # golang.org/x/text v0.10.0 |
222 | # [1] git ls-remote https://github.com/buger/jsonparser df3ea76ece10095374fd1c9a22a4fb85a44efc42 | 107 | # [1] git ls-remote https://go.googlesource.com/text 3a7a2557e7386e7e39d8b31290c3e8962c39e0fc |
223 | SRCREV_jsonparser="df3ea76ece10095374fd1c9a22a4fb85a44efc42" | 108 | SRCREV_text="3a7a2557e7386e7e39d8b31290c3e8962c39e0fc" |
224 | SRC_URI += "git://github.com/buger/jsonparser;name=jsonparser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/jsonparser" | 109 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" |
225 | 110 | ||
226 | # github.com/BurntSushi/toml v1.1.0 | 111 | # golang.org/x/time v0.3.0 |
227 | # [1] git ls-remote https://github.com/BurntSushi/toml 891d2617ddbdfa265c4095b53103c010c98e6591 | 112 | # [1] git ls-remote https://go.googlesource.com/time 2c09566ef13fb5556401ddff3c53c3dbc2a42dac |
228 | SRCREV_toml="891d2617ddbdfa265c4095b53103c010c98e6591" | 113 | SRCREV_time="2c09566ef13fb5556401ddff3c53c3dbc2a42dac" |
229 | SRC_URI += "git://github.com/BurntSushi/toml;name=toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/BurntSushi/toml" | 114 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time" |
230 | 115 | ||
231 | # github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 | 116 | # go.uber.org/atomic v1.10.0 |
232 | # [1] git ls-remote https://github.com/BurntSushi/xgb 27f122750802c950b2c869a5b63dafcf590ced95 | 117 | # [1] git ls-remote https://github.com/uber-go/atomic 96800363039fbf926a6c826795797abcde5f07a5 |
233 | SRCREV_xgb="27f122750802c950b2c869a5b63dafcf590ced95" | 118 | SRCREV_atomic="96800363039fbf926a6c826795797abcde5f07a5" |
234 | SRC_URI += "git://github.com/BurntSushi/xgb;name=xgb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/BurntSushi/xgb" | 119 | SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic" |
235 | 120 | ||
236 | # github.com/canonical/go-dqlite v1.5.1 | 121 | # golang.org/x/tools v0.8.0 |
237 | # [1] git ls-remote https://github.com/canonical/go-dqlite 830c1a017995b73322e86c2a6f2ca799c1caca07 | 122 | # [1] git ls-remote https://go.googlesource.com/tools 5ef3193183ecbeb75ee5b12e4d0d76129ec4da3d |
238 | SRCREV_go-dqlite="830c1a017995b73322e86c2a6f2ca799c1caca07" | 123 | SRCREV_tools="5ef3193183ecbeb75ee5b12e4d0d76129ec4da3d" |
239 | SRC_URI += "git://github.com/canonical/go-dqlite;name=go-dqlite;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/canonical/go-dqlite" | 124 | SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools" |
125 | |||
126 | # golang.org/x/crypto v0.1.0 | ||
127 | # [1] git ls-remote https://go.googlesource.com/crypto 642fcc37f5043eadb2509c84b2769e729e7d27ef | ||
128 | SRCREV_crypto="642fcc37f5043eadb2509c84b2769e729e7d27ef" | ||
129 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" | ||
130 | |||
131 | # cloud.google.com/go v0.97.0 | ||
132 | # [1] git ls-remote https://github.com/googleapis/google-cloud-go 26286e362470c1b4e60e33d07cb2e12b62843ed7 | ||
133 | SRCREV_cloud.google.com-go="26286e362470c1b4e60e33d07cb2e12b62843ed7" | ||
134 | SRC_URI += "git://github.com/googleapis/google-cloud-go;name=cloud.google.com-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/cloud.google.com/go" | ||
135 | |||
136 | # golang.org/x/oauth2 v0.4.0 | ||
137 | # [1] git ls-remote https://go.googlesource.com/oauth2 34ffb07a9918c019c2d5080521104d2598ed8266 | ||
138 | SRCREV_oauth2="34ffb07a9918c019c2d5080521104d2598ed8266" | ||
139 | SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2" | ||
140 | |||
141 | # k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f | ||
142 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 8b0f38b5fd1f5300d4275b3f886e267124a57c58 | ||
143 | SRCREV_kube-openapi="8b0f38b5fd1f5300d4275b3f886e267124a57c58" | ||
144 | 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" | ||
240 | 145 | ||
241 | # github.com/census-instrumentation/opencensus-proto v0.2.1 | 146 | # github.com/moby/ipvs v1.1.0 |
242 | # [1] git ls-remote https://github.com/census-instrumentation/opencensus-proto d89fa54de508111353cb0b06403c00569be780d8 | 147 | # [1] git ls-remote https://github.com/moby/ipvs fe22ac585b3e22a969cbde61addd99ecd93ab22c |
243 | SRCREV_opencensus-proto="d89fa54de508111353cb0b06403c00569be780d8" | 148 | SRCREV_ipvs="fe22ac585b3e22a969cbde61addd99ecd93ab22c" |
244 | SRC_URI += "git://github.com/census-instrumentation/opencensus-proto;name=opencensus-proto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/census-instrumentation/opencensus-proto" | 149 | SRC_URI += "git://github.com/moby/ipvs;name=ipvs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/ipvs" |
245 | 150 | ||
246 | # github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 | 151 | # github.com/moby/term v0.0.0-20221205130635-1aeaba878587 |
247 | # [1] git ls-remote https://github.com/certifi/gocertifi 2c3bb06c6054e133430498817d26ac003d08f020 | 152 | # [1] git ls-remote https://github.com/moby/term 1aeaba8785877a66f57739be9fccb6f5cfab429e |
248 | SRCREV_gocertifi="2c3bb06c6054e133430498817d26ac003d08f020" | 153 | SRCREV_term="1aeaba8785877a66f57739be9fccb6f5cfab429e" |
249 | SRC_URI += "git://github.com/certifi/gocertifi;name=gocertifi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/certifi/gocertifi" | 154 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" |
250 | 155 | ||
251 | # github.com/cespare/xxhash v1.1.0 | 156 | # go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 |
252 | # [1] git ls-remote https://github.com/cespare/xxhash 569f7c8abf1f58d9043ab804d364483cb1c853b6 | 157 | # [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21 |
253 | SRCREV_xxhash="569f7c8abf1f58d9043ab804d364483cb1c853b6" | 158 | SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21" |
254 | SRC_URI += "git://github.com/cespare/xxhash;name=xxhash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash" | 159 | SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7" |
255 | 160 | ||
256 | # github.com/cespare/xxhash/v2 v2.2.0 | 161 | # go.uber.org/multierr v1.9.0 |
257 | # [1] git ls-remote https://github.com/cespare/xxhash a76eb16a93c1e30527c073ca831d9048b4b935f6 | 162 | # [1] git ls-remote https://github.com/uber-go/multierr 39ca40c628bce6779c9725af600b737220b87602 |
258 | SRCREV_v2="a76eb16a93c1e30527c073ca831d9048b4b935f6" | 163 | SRCREV_multierr="39ca40c628bce6779c9725af600b737220b87602" |
259 | SRC_URI += "git://github.com/cespare/xxhash;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" | 164 | SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr" |
260 | 165 | ||
261 | # github.com/chai2010/gettext-go v1.0.2 | 166 | # gopkg.in/warnings.v0 v0.1.1 |
262 | # [1] git ls-remote https://github.com/chai2010/gettext-go 274d1753d015d0362761b6a1cc2a572e6a035913 | 167 | # [1] git ls-remote https://github.com/go-warnings/warnings 8a331561fe74dadba6edfc59f3be66c22c3b065d |
263 | SRCREV_gettext-go="274d1753d015d0362761b6a1cc2a572e6a035913" | 168 | SRCREV_warnings.v0="8a331561fe74dadba6edfc59f3be66c22c3b065d" |
264 | SRC_URI += "git://github.com/chai2010/gettext-go;name=gettext-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chai2010/gettext-go" | 169 | SRC_URI += "git://github.com/go-warnings/warnings;name=warnings.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/warnings.v0" |
170 | |||
171 | # github.com/pkg/errors v0.9.1 | ||
172 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 | ||
173 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" | ||
174 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" | ||
175 | |||
176 | # github.com/urfave/cli v1.22.12 | ||
177 | # [1] git ls-remote https://github.com/urfave/cli 49f9838d8bf2c455c8102de0cf761314194c2396 | ||
178 | SRCREV_cli="49f9838d8bf2c455c8102de0cf761314194c2396" | ||
179 | SRC_URI += "git://github.com/urfave/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli" | ||
180 | |||
181 | # github.com/docker/cli v23.0.3+incompatible | ||
182 | # [1] git ls-remote https://github.com/docker/cli 3e7cbfdee1eb5be2ac23ed3668c654362dcd29b5 | ||
183 | SRCREV_docker-cli="3e7cbfdee1eb5be2ac23ed3668c654362dcd29b5" | ||
184 | SRC_URI += "git://github.com/docker/cli;name=docker-cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" | ||
185 | |||
186 | # github.com/gofrs/uuid v4.0.0+incompatible | ||
187 | # [1] git ls-remote https://github.com/gofrs/uuid 4b36aa0ea796d49630bbae624f8f05ab7013af77 | ||
188 | SRCREV_gofrs-uuid="4b36aa0ea796d49630bbae624f8f05ab7013af77" | ||
189 | SRC_URI += "git://github.com/gofrs/uuid;name=gofrs-uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/uuid" | ||
190 | |||
191 | # google.golang.org/api v0.60.0 | ||
192 | # [1] git ls-remote https://github.com/googleapis/google-api-go-client ccca5aa6d9d9aba8ad11c879ccea89c94663ea39 | ||
193 | SRCREV_google.golang.org-api="ccca5aa6d9d9aba8ad11c879ccea89c94663ea39" | ||
194 | SRC_URI += "git://github.com/googleapis/google-api-go-client;name=google.golang.org-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/api" | ||
195 | |||
196 | # github.com/google/uuid v1.3.0 | ||
197 | # [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88 | ||
198 | SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88" | ||
199 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" | ||
200 | |||
201 | # github.com/gorilla/mux v1.8.0 | ||
202 | # [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b | ||
203 | SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b" | ||
204 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux" | ||
265 | 205 | ||
266 | # github.com/checkpoint-restore/go-criu/v5 v5.3.0 | 206 | # github.com/k3s-io/kine v0.10.2 |
267 | # [1] git ls-remote https://github.com/checkpoint-restore/go-criu e3059103a5cf6adca2183e08c0315e8d8d5135a5 | 207 | # [1] git ls-remote https://github.com/k3s-io/kine 3253842d2f5fbf157506d35db6f911f1c593bfef |
268 | SRCREV_v5="e3059103a5cf6adca2183e08c0315e8d8d5135a5" | 208 | SRCREV_kine="3253842d2f5fbf157506d35db6f911f1c593bfef" |
269 | SRC_URI += "git://github.com/checkpoint-restore/go-criu;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/checkpoint-restore/go-criu/v5" | 209 | SRC_URI += "git://github.com/k3s-io/kine;name=kine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kine" |
270 | 210 | ||
271 | # github.com/chzyer/logex v1.1.10 | 211 | # github.com/onsi/gomega v1.27.6 |
272 | # [1] git ls-remote https://github.com/chzyer/logex cd112f618178aaaf4ea8592c8839f5276145d9cf | 212 | # [1] git ls-remote https://github.com/onsi/gomega 64305cbf9d7c2209f13bcfd65dc4aafd6ec4b898 |
273 | SRCREV_logex="cd112f618178aaaf4ea8592c8839f5276145d9cf" | 213 | SRCREV_gomega="64305cbf9d7c2209f13bcfd65dc4aafd6ec4b898" |
274 | SRC_URI += "git://github.com/chzyer/logex;name=logex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chzyer/logex" | 214 | SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/gomega" |
275 | 215 | ||
276 | # github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e | 216 | # github.com/spf13/pflag v1.0.5 |
277 | # [1] git ls-remote https://github.com/chzyer/readline 2972be24d48e78746da79ba8e24e8b488c9880de | 217 | # [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab |
278 | SRCREV_readline="2972be24d48e78746da79ba8e24e8b488c9880de" | 218 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" |
279 | SRC_URI += "git://github.com/chzyer/readline;name=readline;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chzyer/readline" | 219 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" |
280 | 220 | ||
281 | # github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 | 221 | # google.golang.org/grpc v1.51.0 |
282 | # [1] git ls-remote https://github.com/chzyer/test a1ea475d72b168a29f44221e0ad031a842642302 | 222 | # [1] git ls-remote https://github.com/grpc/grpc-go eeb9afa1f6b6388152955eeca8926e36ca94c768 |
283 | SRCREV_test="a1ea475d72b168a29f44221e0ad031a842642302" | 223 | SRCREV_grpc="eeb9afa1f6b6388152955eeca8926e36ca94c768" |
284 | SRC_URI += "git://github.com/chzyer/test;name=test;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chzyer/test" | 224 | 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" |
285 | 225 | ||
286 | # github.com/cilium/ebpf v0.7.0 | 226 | # github.com/cilium/ebpf v0.9.1 |
287 | # [1] git ls-remote https://github.com/cilium/ebpf 13667bdb8f164c32ae1b85e7130552dd93e86dfd | 227 | # [1] git ls-remote https://github.com/cilium/ebpf d560e4479b395c4523851a4571b04ba0b3846cd1 |
288 | SRCREV_ebpf="13667bdb8f164c32ae1b85e7130552dd93e86dfd" | 228 | SRCREV_ebpf="d560e4479b395c4523851a4571b04ba0b3846cd1" |
289 | SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf" | 229 | SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf" |
290 | 230 | ||
291 | # github.com/k3s-io/kube-router v1.5.1-0.20230223115732-df90811446a1 | 231 | # github.com/ghodss/yaml v1.0.0 |
292 | # [1] git ls-remote https://github.com/k3s-io/kube-router df90811446a19e1922a4d7faa226d926b476b0ae | 232 | # [1] git ls-remote https://github.com/ghodss/yaml 0ca9ea5df5451ffdf184b4428c902747c2c11cd7 |
293 | SRCREV_kube-router="df90811446a19e1922a4d7faa226d926b476b0ae" | 233 | SRCREV_ghodss-yaml="0ca9ea5df5451ffdf184b4428c902747c2c11cd7" |
294 | SRC_URI += "git://github.com/k3s-io/kube-router;name=kube-router;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cloudnativelabs/kube-router" | 234 | SRC_URI += "git://github.com/ghodss/yaml;name=ghodss-yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ghodss/yaml" |
295 | |||
296 | # github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 | ||
297 | # [1] git ls-remote https://github.com/cncf/udpa 5459f2c994033b0afed7e4a70ac7e90c90c1ffee | ||
298 | SRCREV_go1="5459f2c994033b0afed7e4a70ac7e90c90c1ffee" | ||
299 | SRC_URI += "git://github.com/cncf/udpa;name=go1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cncf/udpa/go" | ||
300 | |||
301 | # github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed | ||
302 | # [1] git ls-remote https://github.com/cncf/xds fbca930ec8edc42e1a2b083dc59d0f6ec4946eb1 | ||
303 | SRCREV_go12="fbca930ec8edc42e1a2b083dc59d0f6ec4946eb1" | ||
304 | SRC_URI += "git://github.com/cncf/xds;name=go12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cncf/xds/go" | ||
305 | |||
306 | # github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5 | ||
307 | # [1] git ls-remote https://github.com/cockroachdb/datadriven bf6692d28da5d6c6dade56f0c2679ca87705e1ad | ||
308 | SRCREV_datadriven="bf6692d28da5d6c6dade56f0c2679ca87705e1ad" | ||
309 | SRC_URI += "git://github.com/cockroachdb/datadriven;name=datadriven;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cockroachdb/datadriven" | ||
310 | |||
311 | # github.com/cockroachdb/errors v1.2.4 | ||
312 | # [1] git ls-remote https://github.com/cockroachdb/errors 9e21257b06ad938e53c24c52b393076a51b61540 | ||
313 | SRCREV_errors="9e21257b06ad938e53c24c52b393076a51b61540" | ||
314 | SRC_URI += "git://github.com/cockroachdb/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cockroachdb/errors" | ||
315 | |||
316 | # github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f | ||
317 | # [1] git ls-remote https://github.com/cockroachdb/logtags eb05cc24525fa45bcdbaaeec3e431a82099f9ad4 | ||
318 | SRCREV_logtags="eb05cc24525fa45bcdbaaeec3e431a82099f9ad4" | ||
319 | SRC_URI += "git://github.com/cockroachdb/logtags;name=logtags;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cockroachdb/logtags" | ||
320 | |||
321 | # github.com/containerd/aufs v1.0.0 | ||
322 | # [1] git ls-remote https://github.com/containerd/aufs fb0192dcb2c0bbfce3bd8756fc88026870c0354d | ||
323 | SRCREV_aufs="fb0192dcb2c0bbfce3bd8756fc88026870c0354d" | ||
324 | SRC_URI += "git://github.com/containerd/aufs;name=aufs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/aufs" | ||
325 | |||
326 | # github.com/containerd/btrfs v1.0.0 | ||
327 | # [1] git ls-remote https://github.com/containerd/btrfs 918d888fb676f1f2d80ad174f724a70dbb403130 | ||
328 | SRCREV_btrfs="918d888fb676f1f2d80ad174f724a70dbb403130" | ||
329 | SRC_URI += "git://github.com/containerd/btrfs;name=btrfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/btrfs" | ||
330 | 235 | ||
331 | # github.com/containerd/cgroups v1.0.1 | 236 | # github.com/gofrs/flock v0.8.1 |
332 | # [1] git ls-remote https://github.com/containerd/cgroups b9de8a2212026c07cec67baf3323f1fc0121e048 | 237 | # [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 |
333 | SRCREV_cgroups="b9de8a2212026c07cec67baf3323f1fc0121e048" | 238 | SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" |
334 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups" | 239 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" |
335 | |||
336 | # github.com/containerd/console v1.0.3 | ||
337 | # [1] git ls-remote https://github.com/containerd/console b5cb846c9186d67bcae3ce3c324e47cd317d9527 | ||
338 | SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" | ||
339 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" | ||
340 | 240 | ||
341 | # github.com/k3s-io/containerd v1.5.18-k3s1 | 241 | # github.com/golang/mock v1.6.0 |
342 | # [1] git ls-remote https://github.com/k3s-io/containerd 6257525deb580f227551050c636695e6e9443e2e | 242 | # [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083 |
343 | SRCREV_containerd="6257525deb580f227551050c636695e6e9443e2e" | 243 | SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083" |
344 | SRC_URI += "git://github.com/k3s-io/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" | 244 | SRC_URI += "git://github.com/golang/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/mock" |
345 | 245 | ||
346 | # github.com/containerd/continuity v0.3.0 | 246 | # github.com/moby/locker v1.0.1 |
347 | # [1] git ls-remote https://github.com/containerd/continuity 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd | 247 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe |
348 | SRCREV_continuity="5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd" | 248 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" |
349 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" | 249 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" |
350 | 250 | ||
351 | # github.com/containerd/fifo v1.0.0 | 251 | # github.com/pierrec/lz4 v2.6.0+incompatible |
352 | # [1] git ls-remote https://github.com/containerd/fifo 650e8a8a179d040123db61f016cb133143e7a581 | 252 | # [1] git ls-remote https://github.com/pierrec/lz4 0e583d326e0ec6b9c1ad223188dc709af385408e |
353 | SRCREV_fifo="650e8a8a179d040123db61f016cb133143e7a581" | 253 | SRCREV_lz4="0e583d326e0ec6b9c1ad223188dc709af385408e" |
354 | SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo" | 254 | SRC_URI += "git://github.com/pierrec/lz4;name=lz4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pierrec/lz4" |
355 | 255 | ||
356 | # github.com/containerd/fuse-overlayfs-snapshotter v1.0.5 | 256 | # github.com/spf13/cobra v1.6.1 |
357 | # [1] git ls-remote https://github.com/containerd/fuse-overlayfs-snapshotter 11c45f4d24689d8cb279813fbcb9bbd01773e0e8 | 257 | # [1] git ls-remote https://github.com/spf13/cobra b43be995ebb4bee335a787bd44498b91aef7619c |
358 | SRCREV_fuse-overlayfs-snapshotter="11c45f4d24689d8cb279813fbcb9bbd01773e0e8" | 258 | SRCREV_cobra="b43be995ebb4bee335a787bd44498b91aef7619c" |
359 | SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;name=fuse-overlayfs-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fuse-overlayfs-snapshotter" | 259 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" |
360 | 260 | ||
361 | # github.com/containerd/go-cni v1.1.6 | 261 | # github.com/go-test/deep v1.0.7 |
362 | # [1] git ls-remote https://github.com/containerd/go-cni 0984a161897b840cb8339bee88f6c31d8377361b | 262 | # [1] git ls-remote https://github.com/go-test/deep c733f5ed5136b7437e29ac91bb97c653af3694b5 |
363 | SRCREV_go-cni="0984a161897b840cb8339bee88f6c31d8377361b" | 263 | SRCREV_deep="c733f5ed5136b7437e29ac91bb97c653af3694b5" |
364 | SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-cni" | 264 | SRC_URI += "git://github.com/go-test/deep;name=deep;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-test/deep" |
365 | 265 | ||
366 | # github.com/containerd/go-runc v1.0.0 | 266 | # github.com/otiai10/copy v1.7.0 |
367 | # [1] git ls-remote https://github.com/containerd/go-runc 16b287bc67d069a60fa48db15f330b790b74365b | 267 | # [1] git ls-remote https://github.com/otiai10/copy 323db161ae97db91e6e13dbcda403fdb29c3fff8 |
368 | SRCREV_go-runc="16b287bc67d069a60fa48db15f330b790b74365b" | 268 | SRCREV_copy="323db161ae97db91e6e13dbcda403fdb29c3fff8" |
369 | SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-runc" | 269 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/copy" |
370 | 270 | ||
371 | # github.com/containerd/imgcrypt v1.1.4 | 271 | # github.com/Rican7/retry v0.1.0 |
372 | # [1] git ls-remote https://github.com/containerd/imgcrypt 4b7120856cc14eb38f6e80438f69e53d1f45e8fb | 272 | # [1] git ls-remote https://github.com/Rican7/retry 28d17f812805614e76f170aa3c8698155ea8e019 |
373 | SRCREV_imgcrypt="4b7120856cc14eb38f6e80438f69e53d1f45e8fb" | 273 | SRCREV_retry="28d17f812805614e76f170aa3c8698155ea8e019" |
374 | SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt" | 274 | SRC_URI += "git://github.com/Rican7/retry;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Rican7/retry" |
375 | 275 | ||
376 | # github.com/containerd/nri v0.1.0 | 276 | # github.com/beorn7/perks v1.0.1 |
377 | # [1] git ls-remote https://github.com/containerd/nri bcfcdd354487690f7439a5d1cf3825e94489987e | 277 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 |
378 | SRCREV_nri="bcfcdd354487690f7439a5d1cf3825e94489987e" | 278 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" |
379 | SRC_URI += "git://github.com/containerd/nri;name=nri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/nri" | 279 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" |
380 | 280 | ||
381 | # github.com/containerd/stargz-snapshotter/estargz v0.13.0 | 281 | # github.com/blang/semver v3.5.1+incompatible |
382 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 266b705e00c993a303278a757a83d256dec31bfd | 282 | # [1] git ls-remote https://github.com/blang/semver 2ee87856327ba09384cabd113bc6b5d174e9ec0f |
383 | SRCREV_estargz="266b705e00c993a303278a757a83d256dec31bfd" | 283 | SRCREV_semver="2ee87856327ba09384cabd113bc6b5d174e9ec0f" |
384 | SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=estargz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter" | 284 | SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver" |
385 | 285 | ||
386 | # github.com/containerd/ttrpc v1.1.0 | 286 | # github.com/go-logr/logr v1.2.4 |
387 | # [1] git ls-remote https://github.com/containerd/ttrpc 0247db16a1f98bb76731a12ad72b8d49705b38b3 | 287 | # [1] git ls-remote https://github.com/go-logr/logr 4da5305ff29a64c62f54ad43ebbfcb5e1b015fb2 |
388 | SRCREV_ttrpc="0247db16a1f98bb76731a12ad72b8d49705b38b3" | 288 | SRCREV_logr="4da5305ff29a64c62f54ad43ebbfcb5e1b015fb2" |
389 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" | 289 | 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" |
390 | 290 | ||
391 | # github.com/containerd/typeurl v1.0.2 | 291 | # github.com/go-logr/stdr v1.2.2 |
392 | # [1] git ls-remote https://github.com/containerd/typeurl 5e43fb8b75ed2f2305fc04e6918c8d10636771bc | 292 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 |
393 | SRCREV_typeurl="5e43fb8b75ed2f2305fc04e6918c8d10636771bc" | 293 | SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" |
394 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" | 294 | 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" |
395 | 295 | ||
396 | # github.com/containerd/zfs v1.0.0 | 296 | # github.com/google/btree v1.1.2 |
397 | # [1] git ls-remote https://github.com/containerd/zfs 4140c9077d87eb8bea25bd935f56bc732b18c25c | 297 | # [1] git ls-remote https://github.com/google/btree 8e29150ba321eef204059de2ab494f179b6cff2c |
398 | SRCREV_zfs="4140c9077d87eb8bea25bd935f56bc732b18c25c" | 298 | SRCREV_btree="8e29150ba321eef204059de2ab494f179b6cff2c" |
399 | SRC_URI += "git://github.com/containerd/zfs;name=zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/zfs" | 299 | SRC_URI += "git://github.com/google/btree;name=btree;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/btree" |
400 | 300 | ||
401 | # github.com/containernetworking/cni v1.1.2 | 301 | # github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 |
402 | # [1] git ls-remote https://github.com/containernetworking/cni 3363d143688bb83ca18489ac8b9dc204c1d49c4a | 302 | # [1] git ls-remote https://github.com/google/pprof 4bb14d4b1be14417e47d0bbaf2bd4e188eda647f |
403 | SRCREV_cni="3363d143688bb83ca18489ac8b9dc204c1d49c4a" | 303 | SRCREV_pprof="4bb14d4b1be14417e47d0bbaf2bd4e188eda647f" |
404 | SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni" | 304 | SRC_URI += "git://github.com/google/pprof;name=pprof;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/pprof" |
405 | 305 | ||
406 | # github.com/containernetworking/plugins v1.1.1 | 306 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
407 | # [1] git ls-remote https://github.com/containernetworking/plugins 4744ec27b89c083194e7df498de50f03a8a1d3ec | 307 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d |
408 | SRCREV_plugins="4744ec27b89c083194e7df498de50f03a8a1d3ec" | 308 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" |
409 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins" | 309 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" |
410 | 310 | ||
411 | # github.com/containers/ocicrypt v1.1.3 | 311 | # github.com/jackc/pgx/v5 v5.4.2 |
412 | # [1] git ls-remote https://github.com/containers/ocicrypt 01e7d427cd74fec566a69393e3de805df382f77c | 312 | # [1] git ls-remote https://github.com/jackc/pgx 038fc448c1cc91b9372a6a0d151789f41536f033 |
413 | SRCREV_ocicrypt="01e7d427cd74fec566a69393e3de805df382f77c" | 313 | SRCREV_pgx-v5="038fc448c1cc91b9372a6a0d151789f41536f033" |
414 | SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt" | 314 | SRC_URI += "git://github.com/jackc/pgx;name=pgx-v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jackc/pgx/v5" |
415 | 315 | ||
416 | # github.com/container-storage-interface/spec v1.6.0 | 316 | # github.com/miekg/pkcs11 v1.1.1 |
417 | # [1] git ls-remote https://github.com/container-storage-interface/spec 1de425b860085fa0e987d8ece6fe36ed47cdebb3 | 317 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d |
418 | SRCREV_spec="1de425b860085fa0e987d8ece6fe36ed47cdebb3" | 318 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" |
419 | SRC_URI += "git://github.com/container-storage-interface/spec;name=spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/container-storage-interface/spec" | 319 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" |
420 | 320 | ||
421 | # github.com/coredns/caddy v1.1.0 | 321 | # github.com/morikuni/aec v1.0.0 |
422 | # [1] git ls-remote https://github.com/coredns/caddy 115eb7dee367f3ee1907bc3d84d6aa7a7cd193d8 | 322 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b |
423 | SRCREV_caddy="115eb7dee367f3ee1907bc3d84d6aa7a7cd193d8" | 323 | SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" |
424 | SRC_URI += "git://github.com/coredns/caddy;name=caddy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coredns/caddy" | 324 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec" |
425 | 325 | ||
426 | # github.com/coredns/corefile-migration v1.0.17 | 326 | # github.com/nats-io/nuid v1.0.1 |
427 | # [1] git ls-remote https://github.com/coredns/corefile-migration add248061ace092507e42be554afb158faf7ceb9 | 327 | # [1] git ls-remote https://github.com/nats-io/nuid 4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94 |
428 | SRCREV_corefile-migration="add248061ace092507e42be554afb158faf7ceb9" | 328 | SRCREV_nuid="4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94" |
429 | SRC_URI += "git://github.com/coredns/corefile-migration;name=corefile-migration;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coredns/corefile-migration" | 329 | SRC_URI += "git://github.com/nats-io/nuid;name=nuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nuid" |
430 | 330 | ||
431 | # github.com/coreos/bbolt v1.3.2 | 331 | # github.com/docker/docker v24.0.0-rc.2.0.20230801142700-69c9adb7d386+incompatible |
432 | # [1] git ls-remote https://github.com/coreos/bbolt 63597a96ec0ad9e6d43c3fc81e809909e0237461 | 332 | # [1] git ls-remote https://github.com/moby/moby 69c9adb7d3868cb0560b1ffcef798015c5a70510 |
433 | SRCREV_bbolt="63597a96ec0ad9e6d43c3fc81e809909e0237461" | 333 | SRCREV_docker="69c9adb7d3868cb0560b1ffcef798015c5a70510" |
434 | SRC_URI += "git://github.com/coreos/bbolt;name=bbolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/bbolt" | 334 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" |
435 | 335 | ||
436 | # github.com/coreos/etcd v3.3.13+incompatible | 336 | # github.com/rancher/lasso v0.0.0-20221227210133-6ea88ca2fbcc |
437 | # [1] git ls-remote https://github.com/coreos/etcd 98d308426819d892e149fe45f6fd542464cb1f9d | 337 | # [1] git ls-remote https://github.com/rancher/lasso 6ea88ca2fbcc8cadc89c30421b0766e9993c4b7a |
438 | SRCREV_etcd="98d308426819d892e149fe45f6fd542464cb1f9d" | 338 | SRCREV_lasso="6ea88ca2fbcc8cadc89c30421b0766e9993c4b7a" |
439 | SRC_URI += "git://github.com/coreos/etcd;name=etcd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/etcd" | 339 | SRC_URI += "git://github.com/rancher/lasso;name=lasso;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/lasso" |
440 | 340 | ||
441 | # github.com/coreos/go-iptables v0.6.0 | 341 | # github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e |
442 | # [1] git ls-remote https://github.com/coreos/go-iptables 14d56d57c892f27a717aa6026fd2d3293221395b | 342 | # [1] git ls-remote https://github.com/armon/circbuf bbbad097214e2918d8543d5201d12bfd7bca254d |
443 | SRCREV_go-iptables="14d56d57c892f27a717aa6026fd2d3293221395b" | 343 | SRCREV_circbuf="bbbad097214e2918d8543d5201d12bfd7bca254d" |
444 | SRC_URI += "git://github.com/coreos/go-iptables;name=go-iptables;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-iptables" | 344 | SRC_URI += "git://github.com/armon/circbuf;name=circbuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/circbuf" |
445 | 345 | ||
446 | # github.com/coreos/go-oidc v2.1.0+incompatible | 346 | # github.com/gogo/protobuf v1.3.2 |
447 | # [1] git ls-remote https://github.com/coreos/go-oidc 2be1c5b8a260760503f66dc0996e102b683b3ac3 | 347 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc |
448 | SRCREV_go-oidc="2be1c5b8a260760503f66dc0996e102b683b3ac3" | 348 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" |
449 | SRC_URI += "git://github.com/coreos/go-oidc;name=go-oidc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-oidc" | 349 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" |
450 | 350 | ||
451 | # github.com/coreos/go-semver v0.3.0 | 351 | # github.com/google/cel-go v0.12.6 |
452 | # [1] git ls-remote https://github.com/coreos/go-semver e214231b295a8ea9479f11b70b35d5acf3556d9b | 352 | # [1] git ls-remote https://github.com/google/cel-go 1b7cccf5b8f9ff65dee6e383c7e9d9c42a848f3a |
453 | SRCREV_go-semver="e214231b295a8ea9479f11b70b35d5acf3556d9b" | 353 | SRCREV_cel-go="1b7cccf5b8f9ff65dee6e383c7e9d9c42a848f3a" |
454 | SRC_URI += "git://github.com/coreos/go-semver;name=go-semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-semver" | 354 | SRC_URI += "git://github.com/google/cel-go;name=cel-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cel-go" |
455 | 355 | ||
456 | # github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e | 356 | # github.com/google/go-cmp v0.5.9 |
457 | # [1] git ls-remote https://github.com/coreos/go-systemd 95778dfbb74eb7e4dbaf43bf7d71809650ef8076 | 357 | # [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0 |
458 | SRCREV_go-systemd="95778dfbb74eb7e4dbaf43bf7d71809650ef8076" | 358 | SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0" |
459 | SRC_URI += "git://github.com/coreos/go-systemd;name=go-systemd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd" | 359 | 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" |
460 | 360 | ||
461 | # github.com/coreos/go-systemd/v22 v22.5.0 | 361 | # github.com/google/gofuzz v1.2.0 |
462 | # [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e | 362 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 |
463 | SRCREV_v22="d5623bf85e8e73ae6352f78ee6b55a287619dd4e" | 363 | SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" |
464 | SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22" | 364 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz" |
465 | 365 | ||
466 | # github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f | 366 | # github.com/imdario/mergo v0.3.13 |
467 | # [1] git ls-remote https://github.com/coreos/pkg 399ea9e2e55f791b6e3d920860dbecb99c3692f0 | 367 | # [1] git ls-remote https://github.com/darccio/mergo 194978757031c1a5c8ff8e059ae75fc2fc2a04f7 |
468 | SRCREV_pkg="399ea9e2e55f791b6e3d920860dbecb99c3692f0" | 368 | SRCREV_mergo="194978757031c1a5c8ff8e059ae75fc2fc2a04f7" |
469 | SRC_URI += "git://github.com/coreos/pkg;name=pkg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/pkg" | 369 | SRC_URI += "git://github.com/darccio/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" |
470 | 370 | ||
471 | # github.com/cpuguy83/go-md2man/v2 v2.0.2 | 371 | # github.com/nats-io/nkeys v0.4.4 |
472 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man d97078115282836e16d0dca10b4b42ce60fc70e6 | 372 | # [1] git ls-remote https://github.com/nats-io/nkeys 73b08e02f4e8ed17521951fdf7542a6a61955ce6 |
473 | SRCREV_v21="d97078115282836e16d0dca10b4b42ce60fc70e6" | 373 | SRCREV_nkeys="73b08e02f4e8ed17521951fdf7542a6a61955ce6" |
474 | SRC_URI += "git://github.com/cpuguy83/go-md2man;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cpuguy83/go-md2man/v2" | 374 | SRC_URI += "git://github.com/nats-io/nkeys;name=nkeys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nkeys" |
475 | 375 | ||
476 | # github.com/creack/pty v1.1.11 | 376 | # github.com/soheilhy/cmux v0.1.5 |
477 | # [1] git ls-remote https://github.com/creack/pty 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc | 377 | # [1] git ls-remote https://github.com/soheilhy/cmux 5ec6847320e53b5fee0ab9a4757b56625a946c85 |
478 | SRCREV_pty="2a38352e8b4d7ab6c336eef107e42a55e72e7fbc" | 378 | SRCREV_cmux="5ec6847320e53b5fee0ab9a4757b56625a946c85" |
479 | SRC_URI += "git://github.com/creack/pty;name=pty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/creack/pty" | 379 | SRC_URI += "git://github.com/soheilhy/cmux;name=cmux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/soheilhy/cmux" |
480 | 380 | ||
481 | # github.com/cyphar/filepath-securejoin v0.2.3 | 381 | # github.com/urfave/cli/v2 v2.23.5 |
482 | # [1] git ls-remote https://github.com/cyphar/filepath-securejoin 8f267f5ea675a20a2cb5e91011d063721f53bf79 | 382 | # [1] git ls-remote https://github.com/urfave/cli 600ef6e4dd5db1819a8eb0b453487bf1c0e59099 |
483 | SRCREV_filepath-securejoin="8f267f5ea675a20a2cb5e91011d063721f53bf79" | 383 | SRCREV_cli-v2="600ef6e4dd5db1819a8eb0b453487bf1c0e59099" |
484 | SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyphar/filepath-securejoin" | 384 | SRC_URI += "git://github.com/urfave/cli;name=cli-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli/v2" |
485 | 385 | ||
486 | # github.com/d2g/dhcp4client v1.0.0 | 386 | # go.opentelemetry.io/otel v1.13.0 |
487 | # [1] git ls-remote https://github.com/d2g/dhcp4client b7a004ff1a09ab6723625e179a44e476306977a6 | 387 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 |
488 | SRCREV_dhcp4client="b7a004ff1a09ab6723625e179a44e476306977a6" | 388 | SRCREV_otel="f2fd476f433128c2494476950ce11600a51bbe35" |
489 | SRC_URI += "git://github.com/d2g/dhcp4client;name=dhcp4client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/dhcp4client" | 389 | 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" |
490 | 390 | ||
491 | # github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5 | 391 | # github.com/containerd/zfs v1.1.0 |
492 | # [1] git ls-remote https://github.com/d2g/dhcp4server 7d4a0a7f59a572d629ba5f49634b35c7fac7967e | 392 | # [1] git ls-remote https://github.com/containerd/zfs 26134297cde4138b412644d6819c20b105472991 |
493 | SRCREV_dhcp4server="7d4a0a7f59a572d629ba5f49634b35c7fac7967e" | 393 | SRCREV_zfs="26134297cde4138b412644d6819c20b105472991" |
494 | SRC_URI += "git://github.com/d2g/dhcp4server;name=dhcp4server;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/dhcp4server" | 394 | SRC_URI += "git://github.com/containerd/zfs;name=zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/zfs" |
495 | 395 | ||
496 | # github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c | 396 | # github.com/onsi/ginkgo/v2 v2.9.4 |
497 | # [1] git ls-remote https://github.com/d2g/dhcp4 a1d1b6c41b1ce8a71a5121a9cee31809c4707d9c | 397 | # [1] git ls-remote https://github.com/onsi/ginkgo 909d19387f14c77d47f73878e5d6e63c26fd7afa |
498 | SRCREV_dhcp4="a1d1b6c41b1ce8a71a5121a9cee31809c4707d9c" | 398 | SRCREV_ginkgo-v2="909d19387f14c77d47f73878e5d6e63c26fd7afa" |
499 | SRC_URI += "git://github.com/d2g/dhcp4;name=dhcp4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d2g/dhcp4" | 399 | SRC_URI += "git://github.com/onsi/ginkgo;name=ginkgo-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/ginkgo/v2" |
500 | 400 | ||
501 | # github.com/danieljoos/wincred v1.1.0 | 401 | # github.com/robfig/cron/v3 v3.0.1 |
502 | # [1] git ls-remote https://github.com/danieljoos/wincred 78f93c1f8b99b0c2f6e7f3d2bdc4993cf87bddff | 402 | # [1] git ls-remote https://github.com/robfig/cron ccba498c397bb90a9c84945bbb0f7af2d72b6309 |
503 | SRCREV_wincred="78f93c1f8b99b0c2f6e7f3d2bdc4993cf87bddff" | 403 | SRCREV_v3="ccba498c397bb90a9c84945bbb0f7af2d72b6309" |
504 | SRC_URI += "git://github.com/danieljoos/wincred;name=wincred;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/danieljoos/wincred" | 404 | SRC_URI += "git://github.com/robfig/cron;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/robfig/cron/v3" |
505 | 405 | ||
506 | # github.com/davecgh/go-spew v1.1.1 | 406 | # github.com/k3s-io/klog/v2 v2.90.1-k3s1 |
507 | # [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 | 407 | # [1] git ls-remote https://github.com/k3s-io/klog 79c569094edd4a7ca048d9b9b1e47edc6b22e7c6 |
508 | SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" | 408 | SRCREV_klog-v2="79c569094edd4a7ca048d9b9b1e47edc6b22e7c6" |
509 | 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" | 409 | SRC_URI += "git://github.com/k3s-io/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/klog/v2" |
510 | 410 | ||
511 | # github.com/daviddengcn/go-colortext v1.0.0 | 411 | # github.com/containerd/nri v0.3.0 |
512 | # [1] git ls-remote https://github.com/daviddengcn/go-colortext dc4cd66b56a892657c0bea8bf4389d35210ce0ee | 412 | # [1] git ls-remote https://github.com/containerd/nri 2a8b6558e9fd2045471d9c77386441e1ad060a87 |
513 | SRCREV_go-colortext="dc4cd66b56a892657c0bea8bf4389d35210ce0ee" | 413 | SRCREV_nri="2a8b6558e9fd2045471d9c77386441e1ad060a87" |
514 | SRC_URI += "git://github.com/daviddengcn/go-colortext;name=go-colortext;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/daviddengcn/go-colortext" | 414 | SRC_URI += "git://github.com/containerd/nri;name=nri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/nri" |
515 | 415 | ||
516 | # github.com/dgrijalva/jwt-go v3.2.0+incompatible | 416 | # github.com/coreos/go-oidc v2.1.0+incompatible |
517 | # [1] git ls-remote https://github.com/dgrijalva/jwt-go 06ea1031745cb8b3dab3f6a236daf2b0aa468b7e | 417 | # [1] git ls-remote https://github.com/coreos/go-oidc 2be1c5b8a260760503f66dc0996e102b683b3ac3 |
518 | SRCREV_jwt-go="06ea1031745cb8b3dab3f6a236daf2b0aa468b7e" | 418 | SRCREV_go-oidc="2be1c5b8a260760503f66dc0996e102b683b3ac3" |
519 | SRC_URI += "git://github.com/dgrijalva/jwt-go;name=jwt-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgrijalva/jwt-go" | 419 | SRC_URI += "git://github.com/coreos/go-oidc;name=go-oidc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-oidc" |
520 | |||
521 | # github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 | ||
522 | # [1] git ls-remote https://github.com/dgryski/go-farm a6ae2369ad13dc757768086f0cb902728c7e03e5 | ||
523 | SRCREV_go-farm="a6ae2369ad13dc757768086f0cb902728c7e03e5" | ||
524 | SRC_URI += "git://github.com/dgryski/go-farm;name=go-farm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgryski/go-farm" | ||
525 | |||
526 | # github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 | ||
527 | # [1] git ls-remote https://github.com/dgryski/go-sip13 e10d5fee79544bd84105c9329adcc7b745fd588c | ||
528 | SRCREV_go-sip13="e10d5fee79544bd84105c9329adcc7b745fd588c" | ||
529 | SRC_URI += "git://github.com/dgryski/go-sip13;name=go-sip13;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgryski/go-sip13" | ||
530 | |||
531 | # github.com/dnaeon/go-vcr v1.0.1 | ||
532 | # [1] git ls-remote https://github.com/dnaeon/go-vcr b3f5a17c396f1f45e232e36c6eed2577da52d22a | ||
533 | SRCREV_go-vcr="b3f5a17c396f1f45e232e36c6eed2577da52d22a" | ||
534 | SRC_URI += "git://github.com/dnaeon/go-vcr;name=go-vcr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dnaeon/go-vcr" | ||
535 | |||
536 | # github.com/docker/cli v20.10.21+incompatible | ||
537 | # [1] git ls-remote https://github.com/docker/cli baeda1f82a10204ec5708d5fbba130ad76cfee49 | ||
538 | SRCREV_cli="baeda1f82a10204ec5708d5fbba130ad76cfee49" | ||
539 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" | ||
540 | |||
541 | # github.com/docker/distribution v2.8.1+incompatible | ||
542 | # [1] git ls-remote https://github.com/docker/distribution b5ca020cfbe998e5af3457fda087444cf5116496 | ||
543 | SRCREV_distribution="b5ca020cfbe998e5af3457fda087444cf5116496" | ||
544 | SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" | ||
545 | |||
546 | # github.com/docker/docker-credential-helpers v0.6.4 | ||
547 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers fc9290adbcf1594e78910e2f0334090eaee0e1ee | ||
548 | SRCREV_docker-credential-helpers="fc9290adbcf1594e78910e2f0334090eaee0e1ee" | ||
549 | 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" | ||
550 | 420 | ||
551 | # github.com/docker/docker v20.10.12+incompatible | 421 | # github.com/godbus/dbus/v5 v5.1.0 |
552 | # [1] git ls-remote https://github.com/docker/docker 459d0dfbbb51fb2423a43655e6c62368ec0f36c9 | 422 | # [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d |
553 | SRCREV_docker="459d0dfbbb51fb2423a43655e6c62368ec0f36c9" | 423 | SRCREV_dbus-v5="e523abc905595cf17fb0001a7d77eaaddfaa216d" |
554 | SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" | 424 | SRC_URI += "git://github.com/godbus/dbus;name=dbus-v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5" |
555 | 425 | ||
556 | # github.com/docker/go-connections v0.4.0 | 426 | # github.com/google/gnostic v0.5.7-v3refs |
557 | # [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55 | 427 | # [1] git ls-remote https://github.com/google/gnostic b49832d97d25b6a41cbe34ea12257924a934eeee |
558 | SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55" | 428 | SRCREV_gnostic="b49832d97d25b6a41cbe34ea12257924a934eeee" |
559 | 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" | 429 | SRC_URI += "git://github.com/google/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gnostic" |
560 | 430 | ||
561 | # github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c | 431 | # github.com/minio/md5-simd v1.1.2 |
562 | # [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f | 432 | # [1] git ls-remote https://github.com/minio/md5-simd 776275e0c9a74ceebbd50fe5c1d61b0c80c608df |
563 | SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f" | 433 | SRCREV_md5-simd="776275e0c9a74ceebbd50fe5c1d61b0c80c608df" |
564 | SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-events" | 434 | SRC_URI += "git://github.com/minio/md5-simd;name=md5-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/md5-simd" |
565 | 435 | ||
566 | # github.com/docker/go-metrics v0.0.1 | 436 | # github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 |
567 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c | 437 | # [1] git ls-remote https://github.com/mohae/deepcopy c48cc78d482608239f6c4c92a4abd87eb8761c90 |
568 | SRCREV_go-metrics1="b619b3592b65de4f087d9f16863a7e6ff905973c" | 438 | SRCREV_deepcopy="c48cc78d482608239f6c4c92a4abd87eb8761c90" |
569 | SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics" | 439 | SRC_URI += "git://github.com/mohae/deepcopy;name=deepcopy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mohae/deepcopy" |
570 | 440 | ||
571 | # github.com/docker/go-units v0.5.0 | 441 | # github.com/nats-io/jsm.go v0.0.31-0.20220317133147-fe318f464eee |
572 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f | 442 | # [1] git ls-remote https://github.com/nats-io/jsm.go fe318f464eee9ceef6120ea851e5cf94a0497ac6 |
573 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" | 443 | SRCREV_jsm.go="fe318f464eee9ceef6120ea851e5cf94a0497ac6" |
574 | 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" | 444 | SRC_URI += "git://github.com/nats-io/jsm.go;name=jsm.go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/jsm.go" |
575 | 445 | ||
576 | # github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 | 446 | # github.com/nats-io/jwt/v2 v2.4.1 |
577 | # [1] git ls-remote https://github.com/docopt/docopt-go ee0de3bc6815ee19d4a46c7eb90f829db0e014b1 | 447 | # [1] git ls-remote https://github.com/nats-io/jwt 535a7674fb6149ba5d35297b3125b337ee281e13 |
578 | SRCREV_docopt-go="ee0de3bc6815ee19d4a46c7eb90f829db0e014b1" | 448 | SRCREV_jwt-v2="535a7674fb6149ba5d35297b3125b337ee281e13" |
579 | SRC_URI += "git://github.com/docopt/docopt-go;name=docopt-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docopt/docopt-go" | 449 | SRC_URI += "git://github.com/nats-io/jwt;name=jwt-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/jwt/v2" |
580 | 450 | ||
581 | # github.com/dustin/go-humanize v1.0.0 | 451 | # github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021 |
582 | # [1] git ls-remote https://github.com/dustin/go-humanize 9f541cc9db5d55bce703bd99987c9d5cb8eea45e | 452 | # [1] git ls-remote https://github.com/rubiojr/go-vhd 02e2102990218160c1cb608a3e9679312a3b8425 |
583 | SRCREV_go-humanize="9f541cc9db5d55bce703bd99987c9d5cb8eea45e" | 453 | SRCREV_go-vhd="02e2102990218160c1cb608a3e9679312a3b8425" |
584 | SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustin/go-humanize" | 454 | SRC_URI += "git://github.com/rubiojr/go-vhd;name=go-vhd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rubiojr/go-vhd" |
585 | 455 | ||
586 | # github.com/eapache/channels v1.1.0 | 456 | # github.com/vmware/govmomi v0.30.0 |
587 | # [1] git ls-remote https://github.com/eapache/channels 47238d5aae8c0fefd518ef2bee46290909cf8263 | 457 | # [1] git ls-remote https://github.com/vmware/govmomi eabc29ba6d1015a55593f71cf84d99f4518a2589 |
588 | SRCREV_channels="47238d5aae8c0fefd518ef2bee46290909cf8263" | 458 | SRCREV_govmomi="eabc29ba6d1015a55593f71cf84d99f4518a2589" |
589 | SRC_URI += "git://github.com/eapache/channels;name=channels;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/eapache/channels" | 459 | SRC_URI += "git://github.com/vmware/govmomi;name=govmomi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vmware/govmomi" |
590 | 460 | ||
591 | # github.com/eapache/queue v1.1.0 | 461 | # github.com/xlab/treeprint v1.1.0 |
592 | # [1] git ls-remote https://github.com/eapache/queue 44cc805cf13205b55f69e14bcb69867d1ae92f98 | 462 | # [1] git ls-remote https://github.com/xlab/treeprint 31541c3fc088ae2b344370e3b1141f999ef3d03a |
593 | SRCREV_queue="44cc805cf13205b55f69e14bcb69867d1ae92f98" | 463 | SRCREV_treeprint="31541c3fc088ae2b344370e3b1141f999ef3d03a" |
594 | SRC_URI += "git://github.com/eapache/queue;name=queue;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/eapache/queue" | 464 | SRC_URI += "git://github.com/xlab/treeprint;name=treeprint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xlab/treeprint" |
595 | 465 | ||
596 | # github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 | 466 | # github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 |
597 | # [1] git ls-remote https://github.com/elazarl/goproxy 473e67f1d7d297e5be759edf6e981768c89529f2 | 467 | # [1] git ls-remote https://github.com/xrash/smetrics 039620a656736e6ad994090895784a7af15e0b80 |
598 | SRCREV_ext="473e67f1d7d297e5be759edf6e981768c89529f2" | 468 | SRCREV_smetrics="039620a656736e6ad994090895784a7af15e0b80" |
599 | SRC_URI += "git://github.com/elazarl/goproxy;name=ext;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/elazarl/goproxy/ext" | 469 | SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xrash/smetrics" |
600 | 470 | ||
601 | # github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 | 471 | # sigs.k8s.io/kustomize/api v0.13.2 |
602 | # [1] git ls-remote https://github.com/elazarl/goproxy ecfe977594f1c77c24997af02cbfffd88b296514 | 472 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize efe13749409367df57fa5c488885afebe1eabd6a |
603 | SRCREV_goproxy="ecfe977594f1c77c24997af02cbfffd88b296514" | 473 | SRCREV_kustomize-api="efe13749409367df57fa5c488885afebe1eabd6a" |
604 | SRC_URI += "git://github.com/elazarl/goproxy;name=goproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/elazarl/goproxy" | 474 | SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kustomize-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/kustomize/api" |
605 | 475 | ||
606 | # github.com/emicklei/go-restful v2.16.0+incompatible | 476 | # github.com/containerd/aufs v1.0.0 |
607 | # [1] git ls-remote https://github.com/emicklei/go-restful ac666c045e035603f2704c98c59e979fccbfa94f | 477 | # [1] git ls-remote https://github.com/containerd/aufs fb0192dcb2c0bbfce3bd8756fc88026870c0354d |
608 | SRCREV_go-restful="ac666c045e035603f2704c98c59e979fccbfa94f" | 478 | SRCREV_aufs="fb0192dcb2c0bbfce3bd8756fc88026870c0354d" |
609 | SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful" | 479 | SRC_URI += "git://github.com/containerd/aufs;name=aufs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/aufs" |
610 | 480 | ||
611 | # github.com/emicklei/go-restful/v3 v3.8.0 | 481 | # github.com/google/cadvisor v0.47.2 |
612 | # [1] git ls-remote https://github.com/emicklei/go-restful a2ff8b3f817635c0517a65055c36901e62e96ecb | 482 | # [1] git ls-remote https://github.com/google/cadvisor 6730be153c6b6cfc1a8782496b5c24ec2dfc0f56 |
613 | SRCREV_v3="a2ff8b3f817635c0517a65055c36901e62e96ecb" | 483 | SRCREV_cadvisor="6730be153c6b6cfc1a8782496b5c24ec2dfc0f56" |
614 | SRC_URI += "git://github.com/emicklei/go-restful;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful/v3" | 484 | SRC_URI += "git://github.com/google/cadvisor;name=cadvisor;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cadvisor" |
615 | 485 | ||
616 | # github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0 | 486 | # github.com/rancher/wharfie v0.5.3 |
617 | # [1] git ls-remote https://github.com/envoyproxy/go-control-plane 63b5d3c536b0a97ec2bbb2e74de7adae1ba1dfee | 487 | # [1] git ls-remote https://github.com/rancher/wharfie 3ede7b88d327b06884f70978da9e87a0a210c6b3 |
618 | SRCREV_go-control-plane="63b5d3c536b0a97ec2bbb2e74de7adae1ba1dfee" | 488 | SRCREV_wharfie="3ede7b88d327b06884f70978da9e87a0a210c6b3" |
619 | SRC_URI += "git://github.com/envoyproxy/go-control-plane;name=go-control-plane;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/envoyproxy/go-control-plane" | 489 | SRC_URI += "git://github.com/rancher/wharfie;name=wharfie;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wharfie" |
620 | 490 | ||
621 | # github.com/envoyproxy/protoc-gen-validate v0.1.0 | 491 | # github.com/sirupsen/logrus v1.9.3 |
622 | # [1] git ls-remote https://github.com/envoyproxy/protoc-gen-validate 9eff07ddfcb4001aa1aab280648153f46e1a8ddc | 492 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd |
623 | SRCREV_protoc-gen-validate="9eff07ddfcb4001aa1aab280648153f46e1a8ddc" | 493 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" |
624 | SRC_URI += "git://github.com/envoyproxy/protoc-gen-validate;name=protoc-gen-validate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/envoyproxy/protoc-gen-validate" | 494 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" |
625 | 495 | ||
626 | # github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83 | 496 | # github.com/blang/semver/v4 v4.0.0 |
627 | # [1] git ls-remote https://github.com/erikdubbelboer/gspt e68493906b8382891943ddc9960cb9c6ecd1a1f0 | 497 | # [1] git ls-remote https://github.com/blang/semver af3461a9cbcf1f3f5889d21b83f5ef63880c33a8 |
628 | SRCREV_gspt="e68493906b8382891943ddc9960cb9c6ecd1a1f0" | 498 | SRCREV_semver-v4="af3461a9cbcf1f3f5889d21b83f5ef63880c33a8" |
629 | SRC_URI += "git://github.com/erikdubbelboer/gspt;name=gspt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/erikdubbelboer/gspt" | 499 | SRC_URI += "git://github.com/blang/semver;name=semver-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver/v4" |
630 | 500 | ||
631 | # github.com/euank/go-kmsg-parser v2.0.0+incompatible | 501 | # github.com/containerd/fifo v1.1.0 |
632 | # [1] git ls-remote https://github.com/euank/go-kmsg-parser 5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e | 502 | # [1] git ls-remote https://github.com/containerd/fifo 151b205263c29d471e0d55c787d2ce9f5343fd46 |
633 | SRCREV_go-kmsg-parser="5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e" | 503 | SRCREV_fifo="151b205263c29d471e0d55c787d2ce9f5343fd46" |
634 | SRC_URI += "git://github.com/euank/go-kmsg-parser;name=go-kmsg-parser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/euank/go-kmsg-parser" | 504 | SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo" |
635 | 505 | ||
636 | # github.com/evanphx/json-patch v4.12.0+incompatible | 506 | # github.com/davecgh/go-spew v1.1.1 |
637 | # [1] git ls-remote https://github.com/evanphx/json-patch 50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907 | 507 | # [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 |
638 | SRCREV_json-patch="50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907" | 508 | SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" |
639 | SRC_URI += "git://github.com/evanphx/json-patch;name=json-patch;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/evanphx/json-patch" | 509 | 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" |
640 | 510 | ||
641 | # github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d | 511 | # github.com/docker/go-units v0.5.0 |
642 | # [1] git ls-remote https://github.com/exponent-io/jsonpath d6023ce2651d8eafb5c75bb0c7167536102ec9f5 | 512 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f |
643 | SRCREV_jsonpath="d6023ce2651d8eafb5c75bb0c7167536102ec9f5" | 513 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" |
644 | SRC_URI += "git://github.com/exponent-io/jsonpath;name=jsonpath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/exponent-io/jsonpath" | 514 | 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" |
645 | 515 | ||
646 | # github.com/fatih/camelcase v1.0.0 | 516 | # github.com/fatih/camelcase v1.0.0 |
647 | # [1] git ls-remote https://github.com/fatih/camelcase 44e46d280b43ec1531bb25252440e34f1b800b65 | 517 | # [1] git ls-remote https://github.com/fatih/camelcase 44e46d280b43ec1531bb25252440e34f1b800b65 |
648 | SRCREV_camelcase="44e46d280b43ec1531bb25252440e34f1b800b65" | 518 | SRCREV_camelcase="44e46d280b43ec1531bb25252440e34f1b800b65" |
649 | SRC_URI += "git://github.com/fatih/camelcase;name=camelcase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/camelcase" | 519 | SRC_URI += "git://github.com/fatih/camelcase;name=camelcase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/camelcase" |
650 | 520 | ||
651 | # github.com/fatih/color v1.7.0 | 521 | # github.com/go-openapi/swag v0.22.3 |
652 | # [1] git ls-remote https://github.com/fatih/color 5b77d2a35fb0ede96d138fc9a99f5c9b6aef11b4 | 522 | # [1] git ls-remote https://github.com/go-openapi/swag 0579829e66fde26b27d401921afb73704c4d463d |
653 | SRCREV_color="5b77d2a35fb0ede96d138fc9a99f5c9b6aef11b4" | 523 | SRCREV_swag="0579829e66fde26b27d401921afb73704c4d463d" |
654 | SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color" | 524 | 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" |
655 | |||
656 | # github.com/felixge/httpsnoop v1.0.1 | ||
657 | # [1] git ls-remote https://github.com/felixge/httpsnoop 33ec42cfe005395fb4cc4b296781f65d7ffef2c3 | ||
658 | SRCREV_httpsnoop="33ec42cfe005395fb4cc4b296781f65d7ffef2c3" | ||
659 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop" | ||
660 | |||
661 | # github.com/flannel-io/flannel v0.21.4 | ||
662 | # [1] git ls-remote https://github.com/flannel-io/flannel a9e0609bf50559a3bd75f9fe8b5a52766bba3830 | ||
663 | SRCREV_flannel="a9e0609bf50559a3bd75f9fe8b5a52766bba3830" | ||
664 | SRC_URI += "git://github.com/flannel-io/flannel;name=flannel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/flannel-io/flannel" | ||
665 | |||
666 | # github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 | ||
667 | # [1] git ls-remote https://github.com/flynn/go-shlex 3f9db97f856818214da2e1057f8ad84803971cff | ||
668 | SRCREV_go-shlex="3f9db97f856818214da2e1057f8ad84803971cff" | ||
669 | SRC_URI += "git://github.com/flynn/go-shlex;name=go-shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/flynn/go-shlex" | ||
670 | |||
671 | # github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90 | ||
672 | # [1] git ls-remote https://github.com/fogleman/gg 0403632d5b905943a1c2a5b2763aaecd568467ec | ||
673 | SRCREV_gg="0403632d5b905943a1c2a5b2763aaecd568467ec" | ||
674 | SRC_URI += "git://github.com/fogleman/gg;name=gg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fogleman/gg" | ||
675 | |||
676 | # github.com/form3tech-oss/jwt-go v3.2.3+incompatible | ||
677 | # [1] git ls-remote https://github.com/form3tech-oss/jwt-go 5b2d2b5f6c34ccb3b6b65f77f4706558067690ef | ||
678 | SRCREV_jwt-go1="5b2d2b5f6c34ccb3b6b65f77f4706558067690ef" | ||
679 | SRC_URI += "git://github.com/form3tech-oss/jwt-go;name=jwt-go1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/form3tech-oss/jwt-go" | ||
680 | |||
681 | # github.com/frankban/quicktest v1.12.1 | ||
682 | # [1] git ls-remote https://github.com/frankban/quicktest 46a4d984dc347eaa97966c8cc7b5630c2c1d3105 | ||
683 | SRCREV_quicktest="46a4d984dc347eaa97966c8cc7b5630c2c1d3105" | ||
684 | SRC_URI += "git://github.com/frankban/quicktest;name=quicktest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/frankban/quicktest" | ||
685 | |||
686 | # github.com/fsnotify/fsnotify v1.6.0 | ||
687 | # [1] git ls-remote https://github.com/fsnotify/fsnotify 5f8c606accbcc6913853fe7e083ee461d181d88d | ||
688 | SRCREV_fsnotify="5f8c606accbcc6913853fe7e083ee461d181d88d" | ||
689 | SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsnotify" | ||
690 | |||
691 | # github.com/fvbommel/sortorder v1.0.1 | ||
692 | # [1] git ls-remote https://github.com/fvbommel/sortorder a1ddee917217bbd0691affdca9c88d24d3f5c27d | ||
693 | SRCREV_sortorder="a1ddee917217bbd0691affdca9c88d24d3f5c27d" | ||
694 | SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder" | ||
695 | |||
696 | # github.com/getkin/kin-openapi v0.76.0 | ||
697 | # [1] git ls-remote https://github.com/getkin/kin-openapi f58924543e3f7a5e41383a2513933fa27477a02e | ||
698 | SRCREV_kin-openapi="f58924543e3f7a5e41383a2513933fa27477a02e" | ||
699 | SRC_URI += "git://github.com/getkin/kin-openapi;name=kin-openapi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/getkin/kin-openapi" | ||
700 | |||
701 | # github.com/getsentry/raven-go v0.2.0 | ||
702 | # [1] git ls-remote https://github.com/getsentry/raven-go f04e7487e9a6b9d9837d52743fb5f40576c56411 | ||
703 | SRCREV_raven-go="f04e7487e9a6b9d9837d52743fb5f40576c56411" | ||
704 | SRC_URI += "git://github.com/getsentry/raven-go;name=raven-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/getsentry/raven-go" | ||
705 | |||
706 | # github.com/ghodss/yaml v1.0.0 | ||
707 | # [1] git ls-remote https://github.com/ghodss/yaml 0ca9ea5df5451ffdf184b4428c902747c2c11cd7 | ||
708 | SRCREV_yaml="0ca9ea5df5451ffdf184b4428c902747c2c11cd7" | ||
709 | SRC_URI += "git://github.com/ghodss/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ghodss/yaml" | ||
710 | |||
711 | # github.com/go-bindata/go-bindata v3.1.2+incompatible | ||
712 | # [1] git ls-remote https://github.com/go-bindata/go-bindata ff7109080027ec152dabb369e157c4f359b76f31 | ||
713 | SRCREV_go-bindata="ff7109080027ec152dabb369e157c4f359b76f31" | ||
714 | SRC_URI += "git://github.com/go-bindata/go-bindata;name=go-bindata;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-bindata/go-bindata" | ||
715 | 525 | ||
716 | # github.com/godbus/dbus/v5 v5.1.0 | 526 | # github.com/golang/protobuf v1.5.3 |
717 | # [1] git ls-remote https://github.com/godbus/dbus e523abc905595cf17fb0001a7d77eaaddfaa216d | 527 | # [1] git ls-remote https://github.com/golang/protobuf 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308 |
718 | SRCREV_v51="e523abc905595cf17fb0001a7d77eaaddfaa216d" | 528 | SRCREV_golang-protobuf="5d5e8c018a13017f9d5b8bf4fad64aaa42a87308" |
719 | SRC_URI += "git://github.com/godbus/dbus;name=v51;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5" | 529 | 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" |
720 | 530 | ||
721 | # github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 | 531 | # github.com/intel/goresctrl v0.3.0 |
722 | # [1] git ls-remote https://github.com/go-errors/errors d98b870cc4e05f1545532a80e9909be8216095b6 | 532 | # [1] git ls-remote https://github.com/intel/goresctrl c40cbba82c8e94fe89926174efc817586bb3950a |
723 | SRCREV_errors1="d98b870cc4e05f1545532a80e9909be8216095b6" | 533 | SRCREV_goresctrl="c40cbba82c8e94fe89926174efc817586bb3950a" |
724 | SRC_URI += "git://github.com/go-errors/errors;name=errors1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-errors/errors" | 534 | SRC_URI += "git://github.com/intel/goresctrl;name=goresctrl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/intel/goresctrl" |
725 | 535 | ||
726 | # github.com/gofrs/flock v0.8.1 | 536 | # github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa |
727 | # [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 | 537 | # [1] git ls-remote https://github.com/jackc/pgerrcode 469b46aa5efae8a229646096c4d7026bf9ff89fe |
728 | SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" | 538 | SRCREV_pgerrcode="469b46aa5efae8a229646096c4d7026bf9ff89fe" |
729 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" | 539 | SRC_URI += "git://github.com/jackc/pgerrcode;name=pgerrcode;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jackc/pgerrcode" |
730 | 540 | ||
731 | # github.com/gofrs/uuid v4.0.0+incompatible | 541 | # github.com/mailru/easyjson v0.7.7 |
732 | # [1] git ls-remote https://github.com/gofrs/uuid 4b36aa0ea796d49630bbae624f8f05ab7013af77 | 542 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc |
733 | SRCREV_uuid="4b36aa0ea796d49630bbae624f8f05ab7013af77" | 543 | SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc" |
734 | SRC_URI += "git://github.com/gofrs/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/uuid" | 544 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mailru/easyjson" |
735 | 545 | ||
736 | # github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 | 546 | # github.com/mdlayher/socket v0.4.1 |
737 | # [1] git ls-remote https://github.com/go-gl/glfw e6da0acd62b1b57ee2799d4d0a76a7d4514dc5bc | 547 | # [1] git ls-remote https://github.com/mdlayher/socket 024cdfb30ba417ac6f1b27bb5189a8099787dcf7 |
738 | SRCREV_glfw="e6da0acd62b1b57ee2799d4d0a76a7d4514dc5bc" | 548 | SRCREV_socket="024cdfb30ba417ac6f1b27bb5189a8099787dcf7" |
739 | SRC_URI += "git://github.com/go-gl/glfw;name=glfw;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-gl/glfw" | 549 | SRC_URI += "git://github.com/mdlayher/socket;name=socket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/socket" |
740 | 550 | ||
741 | # github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 | 551 | # github.com/moby/spdystream v0.2.0 |
742 | # [1] git ls-remote https://github.com/go-gl/glfw 6f7a984d4dc470c3f197229ad1991ae9e211bba2 | 552 | # [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b |
743 | SRCREV_glfw1="6f7a984d4dc470c3f197229ad1991ae9e211bba2" | 553 | SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" |
744 | SRC_URI += "git://github.com/go-gl/glfw;name=glfw1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-gl/glfw/v3.3/glfw" | 554 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream" |
745 | 555 | ||
746 | # github.com/gogo/googleapis v1.4.0 | 556 | # github.com/moby/sys/signal v0.7.0 |
747 | # [1] git ls-remote https://github.com/gogo/googleapis 3a822044bc0ae0a330a7449d52de760218351d49 | 557 | # [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 |
748 | SRCREV_googleapis="3a822044bc0ae0a330a7449d52de760218351d49" | 558 | SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" |
749 | SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/googleapis" | 559 | 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" |
750 | 560 | ||
751 | # github.com/gogo/protobuf v1.3.2 | 561 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f |
752 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc | 562 | # [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 |
753 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" | 563 | SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682" |
754 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" | 564 | 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" |
755 | 565 | ||
756 | # github.com/go-kit/kit v0.9.0 | 566 | # github.com/nats-io/nats.go v1.27.1 |
757 | # [1] git ls-remote https://github.com/go-kit/kit 150a65a7ec6156b4b640c1fd55f26fd3d475d656 | 567 | # [1] git ls-remote https://github.com/nats-io/nats.go e86764410c409ae5021bc5d73484ca4685c10dbd |
758 | SRCREV_kit="150a65a7ec6156b4b640c1fd55f26fd3d475d656" | 568 | SRCREV_nats.go="e86764410c409ae5021bc5d73484ca4685c10dbd" |
759 | SRC_URI += "git://github.com/go-kit/kit;name=kit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-kit/kit" | 569 | SRC_URI += "git://github.com/nats-io/nats.go;name=nats.go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nats.go" |
760 | 570 | ||
761 | # github.com/go-kit/log v0.2.1 | 571 | # github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 |
762 | # [1] git ls-remote https://github.com/go-kit/log 0b69c7049332e99c25d5fd0f4d08317cfe45e7d8 | 572 | # [1] git ls-remote https://github.com/xiang90/probing a49e3df8f510ee8b42e68345ca4636dbb161bd0a |
763 | SRCREV_log="0b69c7049332e99c25d5fd0f4d08317cfe45e7d8" | 573 | SRCREV_probing="a49e3df8f510ee8b42e68345ca4636dbb161bd0a" |
764 | SRC_URI += "git://github.com/go-kit/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-kit/log" | 574 | SRC_URI += "git://github.com/xiang90/probing;name=probing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xiang90/probing" |
765 | 575 | ||
766 | # github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 | 576 | # golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b |
767 | # [1] git ls-remote https://github.com/golang/freetype e2365dfdc4a05e4b8299a783240d4a7d5a65d4e4 | 577 | # [1] git ls-remote https://git.zx2c4.com/wireguard-go 052af4a8072bbbd3bfe7edf46fe3c1b350f71f08 |
768 | SRCREV_freetype="e2365dfdc4a05e4b8299a783240d4a7d5a65d4e4" | 578 | SRCREV_wireguard="052af4a8072bbbd3bfe7edf46fe3c1b350f71f08" |
769 | SRC_URI += "git://github.com/golang/freetype;name=freetype;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/freetype" | 579 | SRC_URI += "git://git.zx2c4.com/wireguard-go;name=wireguard;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard" |
770 | 580 | ||
771 | # github.com/golang/glog v1.0.0 | 581 | # google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 |
772 | # [1] git ls-remote https://github.com/golang/glog 9ef845f417d839250ceabbc25c1b26101e772dd7 | 582 | # [1] git ls-remote https://github.com/googleapis/go-genproto c8bf987b8c21778beffccfd5a923546432c2d250 |
773 | SRCREV_glog="9ef845f417d839250ceabbc25c1b26101e772dd7" | 583 | SRCREV_genproto="c8bf987b8c21778beffccfd5a923546432c2d250" |
774 | SRC_URI += "git://github.com/golang/glog;name=glog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/glog" | 584 | 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" |
585 | |||
586 | # google.golang.org/protobuf v1.29.1 | ||
587 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 095a62b71f4b42d145df9699b90429dd082b43ed | ||
588 | SRCREV_google.golang.org-protobuf="095a62b71f4b42d145df9699b90429dd082b43ed" | ||
589 | 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" | ||
590 | |||
591 | # gopkg.in/square/go-jose.v2 v2.6.0 | ||
592 | # [1] git ls-remote https://github.com/square/go-jose a10ff54e00bc6e833bf549e04ae976f0fe8ea2fd | ||
593 | SRCREV_go-jose.v2="a10ff54e00bc6e833bf549e04ae976f0fe8ea2fd" | ||
594 | SRC_URI += "git://github.com/square/go-jose;name=go-jose.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/square/go-jose.v2" | ||
595 | |||
596 | # github.com/json-iterator/go v1.1.12 | ||
597 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d | ||
598 | SRCREV_go="024077e996b048517130b21ea6bf12aa23055d3d" | ||
599 | SRC_URI += "git://github.com/json-iterator/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go" | ||
600 | |||
601 | # github.com/k3s-io/cri-tools v1.26.0-rc.0-k3s1 | ||
602 | # [1] git ls-remote https://github.com/k3s-io/cri-tools 029d9bbf8bfb43c46a80b013cb6bf163739df0c8 | ||
603 | SRCREV_cri-tools="029d9bbf8bfb43c46a80b013cb6bf163739df0c8" | ||
604 | SRC_URI += "git://github.com/k3s-io/cri-tools;name=cri-tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/cri-tools" | ||
605 | |||
606 | # github.com/mattn/go-sqlite3 v1.14.17 | ||
607 | # [1] git ls-remote https://github.com/mattn/go-sqlite3 f08f1b6b9ce62b2496d8d64df26c1e278887bc1c | ||
608 | SRCREV_go-sqlite3="f08f1b6b9ce62b2496d8d64df26c1e278887bc1c" | ||
609 | SRC_URI += "git://github.com/mattn/go-sqlite3;name=go-sqlite3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-sqlite3" | ||
775 | 610 | ||
776 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da | 611 | # github.com/rancher/wrangler v1.1.1-0.20230425173236-39a4707f0689 |
777 | # [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 | 612 | # [1] git ls-remote https://github.com/rancher/wrangler 39a4707f0689cc97ca955f5eea5d0b37e1664cae |
778 | SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3" | 613 | SRCREV_wrangler="39a4707f0689cc97ca955f5eea5d0b37e1664cae" |
779 | SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/groupcache" | 614 | SRC_URI += "git://github.com/rancher/wrangler;name=wrangler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wrangler" |
780 | 615 | ||
781 | # github.com/golang-jwt/jwt/v4 v4.2.0 | 616 | # github.com/stretchr/testify v1.8.2 |
782 | # [1] git ls-remote https://github.com/golang-jwt/jwt c435f38291bfed5322cf0f4ed12d1f8668ceaeb3 | 617 | # [1] git ls-remote https://github.com/stretchr/testify f36bfe3c337aa95c86f04c721acdbafb5ffb1611 |
783 | SRCREV_v412="c435f38291bfed5322cf0f4ed12d1f8668ceaeb3" | 618 | SRCREV_testify="f36bfe3c337aa95c86f04c721acdbafb5ffb1611" |
784 | SRC_URI += "git://github.com/golang-jwt/jwt;name=v412;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang-jwt/jwt/v4" | 619 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" |
785 | 620 | ||
786 | # github.com/golang/mock v1.6.0 | 621 | # github.com/containerd/ttrpc v1.2.2 |
787 | # [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083 | 622 | # [1] git ls-remote https://github.com/containerd/ttrpc ac26f8cbea1c440d451dd19a4a1b847fd073f3c3 |
788 | SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083" | 623 | SRCREV_ttrpc="ac26f8cbea1c440d451dd19a4a1b847fd073f3c3" |
789 | SRC_URI += "git://github.com/golang/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/mock" | 624 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" |
790 | 625 | ||
791 | # github.com/golangplus/bytes v1.0.0 | 626 | # github.com/coreos/go-semver v0.3.0 |
792 | # [1] git ls-remote https://github.com/golangplus/bytes 792249112b6ba0acca62a01807675f7e50a280f3 | 627 | # [1] git ls-remote https://github.com/coreos/go-semver e214231b295a8ea9479f11b70b35d5acf3556d9b |
793 | SRCREV_bytes="792249112b6ba0acca62a01807675f7e50a280f3" | 628 | SRCREV_go-semver="e214231b295a8ea9479f11b70b35d5acf3556d9b" |
794 | SRC_URI += "git://github.com/golangplus/bytes;name=bytes;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golangplus/bytes" | 629 | SRC_URI += "git://github.com/coreos/go-semver;name=go-semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-semver" |
795 | |||
796 | # github.com/golangplus/fmt v1.0.0 | ||
797 | # [1] git ls-remote https://github.com/golangplus/fmt 7a904709ad79c030bc913f5d1d1823dcf3953fa4 | ||
798 | SRCREV_fmt="7a904709ad79c030bc913f5d1d1823dcf3953fa4" | ||
799 | SRC_URI += "git://github.com/golangplus/fmt;name=fmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golangplus/fmt" | ||
800 | |||
801 | # github.com/golangplus/testing v1.0.0 | ||
802 | # [1] git ls-remote https://github.com/golangplus/testing d51138b619a0cd6d297e1a9985accd95ca75be46 | ||
803 | SRCREV_testing="d51138b619a0cd6d297e1a9985accd95ca75be46" | ||
804 | SRC_URI += "git://github.com/golangplus/testing;name=testing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golangplus/testing" | ||
805 | |||
806 | # github.com/golang/protobuf v1.5.2 | ||
807 | # [1] git ls-remote https://github.com/golang/protobuf ae97035608a719c7a1c1c41bed0ae0744bdb0c6f | ||
808 | SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f" | ||
809 | SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" | ||
810 | |||
811 | # github.com/golang/snappy v0.0.3 | ||
812 | # [1] git ls-remote https://github.com/golang/snappy 674baa8c7fc30da5df3074a459494a7e6b427dff | ||
813 | SRCREV_snappy="674baa8c7fc30da5df3074a459494a7e6b427dff" | ||
814 | SRC_URI += "git://github.com/golang/snappy;name=snappy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/snappy" | ||
815 | |||
816 | # github.com/go-logfmt/logfmt v0.5.1 | ||
817 | # [1] git ls-remote https://github.com/go-logfmt/logfmt 2fe45f2cf057d707c50bc1949e25ec2cd6b7a015 | ||
818 | SRCREV_logfmt="2fe45f2cf057d707c50bc1949e25ec2cd6b7a015" | ||
819 | SRC_URI += "git://github.com/go-logfmt/logfmt;name=logfmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logfmt/logfmt" | ||
820 | |||
821 | # github.com/go-logr/logr v1.2.3 | ||
822 | # [1] git ls-remote https://github.com/go-logr/logr 47e013cee9b1f91c987cc70a218639655431b607 | ||
823 | SRCREV_logr="47e013cee9b1f91c987cc70a218639655431b607" | ||
824 | 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" | ||
825 | 630 | ||
826 | # github.com/go-logr/zapr v1.2.3 | 631 | # github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c |
827 | # [1] git ls-remote https://github.com/go-logr/zapr df10f4788c061a53564cebafc055fd9ad3f3255e | 632 | # [1] git ls-remote https://github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f |
828 | SRCREV_zapr="df10f4788c061a53564cebafc055fd9ad3f3255e" | 633 | SRCREV_go-events="e31b211e4f1cd09aa76fe4ac244571fab96ae47f" |
829 | SRC_URI += "git://github.com/go-logr/zapr;name=zapr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/zapr" | 634 | SRC_URI += "git://github.com/docker/go-events;name=go-events;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-events" |
830 | 635 | ||
831 | # github.com/googleapis/gax-go/v2 v2.1.1 | 636 | # github.com/go-errors/errors v1.4.2 |
832 | # [1] git ls-remote https://github.com/googleapis/gax-go 0968b165da19974432147e6058bc859f6c488642 | 637 | # [1] git ls-remote https://github.com/go-errors/errors 33d496f939bc762321a636d4035e15c302eb0b00 |
833 | SRCREV_v212="0968b165da19974432147e6058bc859f6c488642" | 638 | SRCREV_go-errors-errors="33d496f939bc762321a636d4035e15c302eb0b00" |
834 | SRC_URI += "git://github.com/googleapis/gax-go;name=v212;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gax-go/v2" | 639 | SRC_URI += "git://github.com/go-errors/errors;name=go-errors-errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-errors/errors" |
835 | 640 | ||
836 | # github.com/googleapis/gnostic v0.5.5 | 641 | # github.com/jackc/pgpassfile v1.0.0 |
837 | # [1] git ls-remote https://github.com/googleapis/gnostic 1550ae29653d42db69c8a98d368648be7f2c488d | 642 | # [1] git ls-remote https://github.com/jackc/pgpassfile 99d8e8e28945ffceaf75b0299fcb2bb656b8a683 |
838 | SRCREV_gnostic="1550ae29653d42db69c8a98d368648be7f2c488d" | 643 | SRCREV_pgpassfile="99d8e8e28945ffceaf75b0299fcb2bb656b8a683" |
839 | SRC_URI += "git://github.com/googleapis/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gnostic" | 644 | SRC_URI += "git://github.com/jackc/pgpassfile;name=pgpassfile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jackc/pgpassfile" |
840 | 645 | ||
841 | # github.com/google/btree v1.1.2 | 646 | # github.com/josharian/intern v1.0.0 |
842 | # [1] git ls-remote https://github.com/google/btree 8e29150ba321eef204059de2ab494f179b6cff2c | 647 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd |
843 | SRCREV_btree="8e29150ba321eef204059de2ab494f179b6cff2c" | 648 | SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" |
844 | SRC_URI += "git://github.com/google/btree;name=btree;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/btree" | 649 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/intern" |
845 | 650 | ||
846 | # github.com/google/cadvisor v0.44.1 | 651 | # github.com/josharian/native v1.1.0 |
847 | # [1] git ls-remote https://github.com/google/cadvisor f95787b77e7d7430cfbc669123ddf0fb39ef825d | 652 | # [1] git ls-remote https://github.com/josharian/native c1e37c09b531b14ae12a501eb6fd529b31cecdaa |
848 | SRCREV_cadvisor="f95787b77e7d7430cfbc669123ddf0fb39ef825d" | 653 | SRCREV_native="c1e37c09b531b14ae12a501eb6fd529b31cecdaa" |
849 | SRC_URI += "git://github.com/google/cadvisor;name=cadvisor;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cadvisor" | 654 | SRC_URI += "git://github.com/josharian/native;name=native;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/native" |
850 | 655 | ||
851 | # github.com/google/cel-go v0.12.6 | 656 | # github.com/lithammer/dedent v1.1.0 |
852 | # [1] git ls-remote https://github.com/google/cel-go 1b7cccf5b8f9ff65dee6e383c7e9d9c42a848f3a | 657 | # [1] git ls-remote https://github.com/lithammer/dedent 8478954c3bc893cf36c5ee7c822266b993a3b3ee |
853 | SRCREV_cel-go="1b7cccf5b8f9ff65dee6e383c7e9d9c42a848f3a" | 658 | SRCREV_dedent="8478954c3bc893cf36c5ee7c822266b993a3b3ee" |
854 | SRC_URI += "git://github.com/google/cel-go;name=cel-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cel-go" | 659 | SRC_URI += "git://github.com/lithammer/dedent;name=dedent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lithammer/dedent" |
855 | 660 | ||
856 | # github.com/GoogleCloudPlatform/k8s-cloud-provider v1.18.1-0.20220218231025-f11817397a1b | 661 | # github.com/mdlayher/netlink v1.7.2 |
857 | # [1] git ls-remote https://github.com/GoogleCloudPlatform/k8s-cloud-provider f11817397a1bb27e88115807a9c083a36e12eaf8 | 662 | # [1] git ls-remote https://github.com/mdlayher/netlink 657f7da1d9bd78d246ae610e0b5efc63a6a5f9e4 |
858 | SRCREV_k8s-cloud-provider="f11817397a1bb27e88115807a9c083a36e12eaf8" | 663 | SRCREV_mdlayher-netlink="657f7da1d9bd78d246ae610e0b5efc63a6a5f9e4" |
859 | SRC_URI += "git://github.com/GoogleCloudPlatform/k8s-cloud-provider;name=k8s-cloud-provider;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/GoogleCloudPlatform/k8s-cloud-provider" | 664 | SRC_URI += "git://github.com/mdlayher/netlink;name=mdlayher-netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/netlink" |
860 | 665 | ||
861 | # github.com/google/gnostic v0.5.7-v3refs | 666 | # github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible |
862 | # [1] git ls-remote https://github.com/google/gnostic b49832d97d25b6a41cbe34ea12257924a934eeee | 667 | # [1] git ls-remote https://github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb |
863 | SRCREV_gnostic1="b49832d97d25b6a41cbe34ea12257924a934eeee" | 668 | SRCREV_go-zfs="f784269be439d704d3dfa1906f45dd848fed2beb" |
864 | SRC_URI += "git://github.com/google/gnostic;name=gnostic1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gnostic" | 669 | SRC_URI += "git://github.com/mistifyio/go-zfs;name=go-zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mistifyio/go-zfs" |
865 | 670 | ||
866 | # github.com/google/go-cmp v0.5.9 | 671 | # github.com/moby/sys/symlink v0.2.0 |
867 | # [1] git ls-remote https://github.com/google/go-cmp a97318bf6562f2ed2632c5f985db51b1bc5bdcd0 | 672 | # [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 |
868 | SRCREV_go-cmp="a97318bf6562f2ed2632c5f985db51b1bc5bdcd0" | 673 | SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" |
869 | 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" | 674 | 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" |
870 | 675 | ||
871 | # github.com/google/go-containerregistry v0.6.1-0.20211111182346-7a6ee45528a9 | 676 | # github.com/vbatts/tar-split v0.11.2 |
872 | # [1] git ls-remote https://github.com/google/go-containerregistry 7a6ee45528a9faed11cf55b539478bd81d439868 | 677 | # [1] git ls-remote https://github.com/vbatts/tar-split 80a436fd6164c557b131f7c59ed69bd81af69761 |
873 | SRCREV_go-containerregistry="7a6ee45528a9faed11cf55b539478bd81d439868" | 678 | SRCREV_tar-split="80a436fd6164c557b131f7c59ed69bd81af69761" |
874 | SRC_URI += "git://github.com/google/go-containerregistry;name=go-containerregistry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-containerregistry" | 679 | SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vbatts/tar-split" |
875 | 680 | ||
876 | # github.com/google/gofuzz v1.2.0 | 681 | # google.golang.org/appengine v1.6.7 |
877 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 | 682 | # [1] git ls-remote https://github.com/golang/appengine 5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a |
878 | SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" | 683 | SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a" |
879 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz" | 684 | SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/appengine" |
880 | 685 | ||
881 | # github.com/google/martian v2.1.0+incompatible | 686 | # sigs.k8s.io/kustomize/kyaml v0.14.1 |
882 | # [1] git ls-remote https://github.com/google/martian 195b986b4b6d4c513582cf4d2b8c4fd7e2494f7e | 687 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 4ffc8618547a62189d278bd800b3a1fbe5627790 |
883 | SRCREV_martian="195b986b4b6d4c513582cf4d2b8c4fd7e2494f7e" | 688 | SRCREV_kyaml="4ffc8618547a62189d278bd800b3a1fbe5627790" |
884 | SRC_URI += "git://github.com/google/martian;name=martian;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/martian" | 689 | SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kyaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/kustomize/kyaml" |
885 | 690 | ||
886 | # github.com/google/martian/v3 v3.2.1 | 691 | # github.com/k3s-io/containerd v1.7.3-k3s1 |
887 | # [1] git ls-remote https://github.com/google/martian 7e75073889cd2324f33b959c4fb4545440da046c | 692 | # [1] git ls-remote https://github.com/k3s-io/containerd 383ce4e834e4d2ae5e1869475379e70618bdcc33 |
888 | SRCREV_v31="7e75073889cd2324f33b959c4fb4545440da046c" | 693 | SRCREV_containerd="383ce4e834e4d2ae5e1869475379e70618bdcc33" |
889 | SRC_URI += "git://github.com/google/martian;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/martian/v3" | 694 | SRC_URI += "git://github.com/k3s-io/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/containerd" |
890 | 695 | ||
891 | # github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 | 696 | # github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e |
892 | # [1] git ls-remote https://github.com/google/pprof 4bb14d4b1be14417e47d0bbaf2bd4e188eda647f | 697 | # [1] git ls-remote https://github.com/coreos/go-systemd 95778dfbb74eb7e4dbaf43bf7d71809650ef8076 |
893 | SRCREV_pprof="4bb14d4b1be14417e47d0bbaf2bd4e188eda647f" | 698 | SRCREV_go-systemd="95778dfbb74eb7e4dbaf43bf7d71809650ef8076" |
894 | SRC_URI += "git://github.com/google/pprof;name=pprof;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/pprof" | 699 | SRC_URI += "git://github.com/coreos/go-systemd;name=go-systemd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd" |
895 | 700 | ||
896 | # github.com/google/renameio v0.1.0 | 701 | # github.com/gorilla/websocket v1.5.0 |
897 | # [1] git ls-remote https://github.com/google/renameio f0e32980c006571efd537032e5f9cd8c1a92819e | 702 | # [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 |
898 | SRCREV_renameio="f0e32980c006571efd537032e5f9cd8c1a92819e" | 703 | SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" |
899 | SRC_URI += "git://github.com/google/renameio;name=renameio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/renameio" | 704 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/websocket" |
900 | 705 | ||
901 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | 706 | # github.com/minio/minio-go/v7 v7.0.33 |
902 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d | 707 | # [1] git ls-remote https://github.com/minio/minio-go a80fee3343f12028079ae831a04b9583ba09c695 |
903 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" | 708 | SRCREV_v7="a80fee3343f12028079ae831a04b9583ba09c695" |
904 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" | 709 | SRC_URI += "git://github.com/minio/minio-go;name=v7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/minio-go/v7" |
905 | 710 | ||
906 | # github.com/google/uuid v1.3.0 | 711 | # github.com/yl2chen/cidranger v1.0.2 |
907 | # [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88 | 712 | # [1] git ls-remote https://github.com/yl2chen/cidranger 7ff5a0e84593dad6fbd50551343618d7956b3c71 |
908 | SRCREV_uuid1="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88" | 713 | SRCREV_cidranger="7ff5a0e84593dad6fbd50551343618d7956b3c71" |
909 | SRC_URI += "git://github.com/google/uuid;name=uuid1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" | 714 | SRC_URI += "git://github.com/yl2chen/cidranger;name=cidranger;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yl2chen/cidranger" |
910 | 715 | ||
911 | # github.com/go-openapi/jsonpointer v0.19.5 | 716 | # github.com/k3s-io/kubernetes v1.27.5-k3s1 |
912 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 2446e21cad36eee826e1c2380f0ff747074a2faa | 717 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd |
913 | SRCREV_jsonpointer="2446e21cad36eee826e1c2380f0ff747074a2faa" | 718 | SRCREV_kubernetes="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" |
914 | 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" | 719 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubernetes;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes" |
915 | 720 | ||
916 | # github.com/go-openapi/jsonreference v0.20.0 | 721 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 |
917 | # [1] git ls-remote https://github.com/go-openapi/jsonreference c5db5582e080fbeae80be42f42881230a8caebf6 | 722 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 |
918 | SRCREV_jsonreference="c5db5582e080fbeae80be42f42881230a8caebf6" | 723 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" |
919 | 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" | 724 | 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" |
920 | 725 | ||
921 | # github.com/go-openapi/swag v0.19.14 | 726 | # github.com/Azure/go-autorest v14.2.0+incompatible |
922 | # [1] git ls-remote https://github.com/go-openapi/swag c78fa6719bc3d4b977d19a09064feda1c07571af | 727 | # [1] git ls-remote https://github.com/Azure/go-autorest e7b391b759b050d6719cc6fd8bb87b6dc038bca6 |
923 | SRCREV_swag="c78fa6719bc3d4b977d19a09064feda1c07571af" | 728 | SRCREV_go-autorest="e7b391b759b050d6719cc6fd8bb87b6dc038bca6" |
924 | 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" | 729 | SRC_URI += "git://github.com/Azure/go-autorest;name=go-autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest" |
925 | 730 | ||
926 | # github.com/go-ozzo/ozzo-validation v3.5.0+incompatible | 731 | # github.com/Microsoft/hcsshim v0.8.25 |
927 | # [1] git ls-remote https://github.com/go-ozzo/ozzo-validation 106681dbb37bfa3e7683c4c8129cb7f5925ea3e9 | 732 | # [1] git ls-remote https://github.com/microsoft/hcsshim 619117bc0844a5d3e9e29f3a24303b7bce5ab9d0 |
928 | SRCREV_ozzo-validation="106681dbb37bfa3e7683c4c8129cb7f5925ea3e9" | 733 | SRCREV_hcsshim="619117bc0844a5d3e9e29f3a24303b7bce5ab9d0" |
929 | SRC_URI += "git://github.com/go-ozzo/ozzo-validation;name=ozzo-validation;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-ozzo/ozzo-validation" | 734 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" |
930 | 735 | ||
931 | # github.com/gophercloud/gophercloud v0.1.0 | 736 | # github.com/avast/retry-go/v4 v4.3.2 |
932 | # [1] git ls-remote https://github.com/gophercloud/gophercloud c2d73b246b48e239d3f03c455905e06fe26e33c3 | 737 | # [1] git ls-remote https://github.com/avast/retry-go c65eeae03ec06cb591b05d092457de9f691bb359 |
933 | SRCREV_gophercloud="c2d73b246b48e239d3f03c455905e06fe26e33c3" | 738 | SRCREV_v4="c65eeae03ec06cb591b05d092457de9f691bb359" |
934 | SRC_URI += "git://github.com/gophercloud/gophercloud;name=gophercloud;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gophercloud/gophercloud" | 739 | SRC_URI += "git://github.com/avast/retry-go;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/avast/retry-go/v4" |
935 | 740 | ||
936 | # github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 | 741 | # github.com/cespare/xxhash/v2 v2.2.0 |
937 | # [1] git ls-remote https://github.com/gopherjs/gopherjs fce0ec30dd00773d3fa974351d04ce2737b5c4d9 | 742 | # [1] git ls-remote https://github.com/cespare/xxhash a76eb16a93c1e30527c073ca831d9048b4b935f6 |
938 | SRCREV_gopherjs="fce0ec30dd00773d3fa974351d04ce2737b5c4d9" | 743 | SRCREV_xxhash-v2="a76eb16a93c1e30527c073ca831d9048b4b935f6" |
939 | SRC_URI += "git://github.com/gopherjs/gopherjs;name=gopherjs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gopherjs/gopherjs" | 744 | 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" |
940 | 745 | ||
941 | # github.com/gorilla/mux v1.8.0 | 746 | # github.com/containerd/go-cni v1.1.9 |
942 | # [1] git ls-remote https://github.com/gorilla/mux 98cb6bf42e086f6af920b965c38cacc07402d51b | 747 | # [1] git ls-remote https://github.com/containerd/go-cni 6603d5bd8941d7f2026bb5627f6aa4ff434f859a |
943 | SRCREV_mux="98cb6bf42e086f6af920b965c38cacc07402d51b" | 748 | SRCREV_go-cni="6603d5bd8941d7f2026bb5627f6aa4ff434f859a" |
944 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux" | 749 | SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-cni" |
945 | 750 | ||
946 | # github.com/gorilla/websocket v1.5.0 | 751 | # github.com/docker/go-metrics v0.0.1 |
947 | # [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 | 752 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c |
948 | SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" | 753 | SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" |
949 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/websocket" | 754 | 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" |
950 | 755 | ||
951 | # github.com/go-sql-driver/mysql v1.6.0 | 756 | # github.com/felixge/httpsnoop v1.0.3 |
952 | # [1] git ls-remote https://github.com/go-sql-driver/mysql bcc459a906419e2890a50fc2c99ea6dd927a88f2 | 757 | # [1] git ls-remote https://github.com/felixge/httpsnoop ef9fc62cdc3cc5abc33d6018fe1324890bb48145 |
953 | SRCREV_mysql="bcc459a906419e2890a50fc2c99ea6dd927a88f2" | 758 | SRCREV_httpsnoop="ef9fc62cdc3cc5abc33d6018fe1324890bb48145" |
954 | SRC_URI += "git://github.com/go-sql-driver/mysql;name=mysql;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-sql-driver/mysql" | 759 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop" |
955 | 760 | ||
956 | # github.com/go-stack/stack v1.8.0 | 761 | # github.com/fsnotify/fsnotify v1.6.0 |
957 | # [1] git ls-remote https://github.com/go-stack/stack 2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a | 762 | # [1] git ls-remote https://github.com/fsnotify/fsnotify 5f8c606accbcc6913853fe7e083ee461d181d88d |
958 | SRCREV_stack="2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a" | 763 | SRCREV_fsnotify="5f8c606accbcc6913853fe7e083ee461d181d88d" |
959 | SRC_URI += "git://github.com/go-stack/stack;name=stack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-stack/stack" | 764 | SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsnotify" |
960 | 765 | ||
961 | # github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 | 766 | # github.com/golang-jwt/jwt/v4 v4.4.2 |
962 | # [1] git ls-remote https://github.com/go-task/slim-sprig 348f09dbbbc0ff8b922a311da7a90cd014b69aa3 | 767 | # [1] git ls-remote https://github.com/golang-jwt/jwt 9294af54b5fcb8c9c92e3d10ed83d2a7c87fe632 |
963 | SRCREV_slim-sprig="348f09dbbbc0ff8b922a311da7a90cd014b69aa3" | 768 | SRCREV_jwt-v4="9294af54b5fcb8c9c92e3d10ed83d2a7c87fe632" |
964 | SRC_URI += "git://github.com/go-task/slim-sprig;name=slim-sprig;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-task/slim-sprig" | 769 | SRC_URI += "git://github.com/golang-jwt/jwt;name=jwt-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang-jwt/jwt/v4" |
965 | 770 | ||
966 | # github.com/go-test/deep v1.0.7 | 771 | # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da |
967 | # [1] git ls-remote https://github.com/go-test/deep c733f5ed5136b7437e29ac91bb97c653af3694b5 | 772 | # [1] git ls-remote https://github.com/golang/groupcache 41bb18bfe9da5321badc438f91158cd790a33aa3 |
968 | SRCREV_deep="c733f5ed5136b7437e29ac91bb97c653af3694b5" | 773 | SRCREV_groupcache="41bb18bfe9da5321badc438f91158cd790a33aa3" |
969 | SRC_URI += "git://github.com/go-test/deep;name=deep;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-test/deep" | 774 | SRC_URI += "git://github.com/golang/groupcache;name=groupcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/groupcache" |
970 | 775 | ||
971 | # github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 | 776 | # github.com/hanwen/go-fuse/v2 v2.2.0 |
972 | # [1] git ls-remote https://github.com/gregjones/httpcache 9cad4c3443a7200dd6400aef47183728de563a38 | 777 | # [1] git ls-remote https://github.com/hanwen/go-fuse 915cf5413cdef5370ae3f953f8eb4cd9ac176d5c |
973 | SRCREV_httpcache="9cad4c3443a7200dd6400aef47183728de563a38" | 778 | SRCREV_go-fuse-v2="915cf5413cdef5370ae3f953f8eb4cd9ac176d5c" |
974 | SRC_URI += "git://github.com/gregjones/httpcache;name=httpcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gregjones/httpcache" | 779 | SRC_URI += "git://github.com/hanwen/go-fuse;name=go-fuse-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hanwen/go-fuse/v2" |
975 | 780 | ||
976 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | 781 | # github.com/hashicorp/errwrap v1.1.0 |
977 | # [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd | 782 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 |
978 | SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd" | 783 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" |
979 | 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" | 784 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" |
980 | 785 | ||
981 | # github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | 786 | # github.com/karrick/godirwalk v1.17.0 |
982 | # [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-prometheus c225b8c3b01faf2899099b768856a9e916e5087b | 787 | # [1] git ls-remote https://github.com/karrick/godirwalk 9a7752c108e7ea76255201b9f47bd4d4d2df868e |
983 | SRCREV_go-grpc-prometheus="c225b8c3b01faf2899099b768856a9e916e5087b" | 788 | SRCREV_godirwalk="9a7752c108e7ea76255201b9f47bd4d4d2df868e" |
984 | SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-prometheus;name=go-grpc-prometheus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-prometheus" | 789 | SRC_URI += "git://github.com/karrick/godirwalk;name=godirwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/karrick/godirwalk" |
985 | 790 | ||
986 | # github.com/grpc-ecosystem/grpc-gateway v1.16.0 | 791 | # github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de |
987 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 094a6fe78b3ca888297d090185cdf30f0e42e157 | 792 | # [1] git ls-remote https://github.com/liggitt/tabwriter 89fcab3d43de07060e4fd4c1547430ed57e87f24 |
988 | SRCREV_grpc-gateway="094a6fe78b3ca888297d090185cdf30f0e42e157" | 793 | SRCREV_tabwriter="89fcab3d43de07060e4fd4c1547430ed57e87f24" |
989 | SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway" | 794 | SRC_URI += "git://github.com/liggitt/tabwriter;name=tabwriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/liggitt/tabwriter" |
990 | 795 | ||
991 | # github.com/hanwen/go-fuse/v2 v2.1.1-0.20220112183258-f57e95bda82d | 796 | # github.com/minio/highwayhash v1.0.2 |
992 | # [1] git ls-remote https://github.com/hanwen/go-fuse f57e95bda82d40dd4b2ceb1065fbd98c834ba23b | 797 | # [1] git ls-remote https://github.com/minio/highwayhash 08ce0b4fa7932a018438133f1b632e1c674d4107 |
993 | SRCREV_v2123="f57e95bda82d40dd4b2ceb1065fbd98c834ba23b" | 798 | SRCREV_highwayhash="08ce0b4fa7932a018438133f1b632e1c674d4107" |
994 | SRC_URI += "git://github.com/hanwen/go-fuse;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hanwen/go-fuse/v2" | 799 | SRC_URI += "git://github.com/minio/highwayhash;name=highwayhash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/highwayhash" |
995 | 800 | ||
996 | # github.com/hashicorp/consul/api v1.1.0 | 801 | # github.com/minio/sha256-simd v1.0.0 |
997 | # [1] git ls-remote https://github.com/hashicorp/consul 5174058f0d2bda63fa5198ab96c33d9a909c58ed | 802 | # [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9 |
998 | SRCREV_api="5174058f0d2bda63fa5198ab96c33d9a909c58ed" | 803 | SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9" |
999 | SRC_URI += "git://github.com/hashicorp/consul;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/consul/api" | 804 | SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/sha256-simd" |
1000 | 805 | ||
1001 | # github.com/hashicorp/consul/sdk v0.1.1 | 806 | # github.com/mrunalp/fileutils v0.5.0 |
1002 | # [1] git ls-remote https://github.com/hashicorp/consul 6abe00cb2c8a3298794a7a9a67815937bd56ed63 | 807 | # [1] git ls-remote https://github.com/mrunalp/fileutils d7fdd64cc1cabe10bc154ee7d2318b07b7f296ef |
1003 | SRCREV_sdk="6abe00cb2c8a3298794a7a9a67815937bd56ed63" | 808 | SRCREV_fileutils="d7fdd64cc1cabe10bc154ee7d2318b07b7f296ef" |
1004 | SRC_URI += "git://github.com/hashicorp/consul;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/consul/sdk" | 809 | SRC_URI += "git://github.com/mrunalp/fileutils;name=fileutils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mrunalp/fileutils" |
1005 | 810 | ||
1006 | # github.com/hashicorp/errwrap v1.1.0 | 811 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 |
1007 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 | 812 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e |
1008 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" | 813 | SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" |
1009 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" | 814 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/munnerz/goautoneg" |
1010 | 815 | ||
1011 | # github.com/hashicorp/go-cleanhttp v0.5.2 | 816 | # github.com/pelletier/go-toml v1.9.5 |
1012 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 | 817 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 |
1013 | SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" | 818 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" |
1014 | 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" | 819 | 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" |
1015 | 820 | ||
1016 | # github.com/hashicorp/go-hclog v0.9.2 | 821 | # github.com/prometheus/common v0.39.0 |
1017 | # [1] git ls-remote https://github.com/hashicorp/go-hclog 5ccdce08c75b6c7b37af61159f13f6a4f5e2e928 | 822 | # [1] git ls-remote https://github.com/prometheus/common 296ec92f02fd5e3c15443437e98b573d968eaa14 |
1018 | SRCREV_go-hclog="5ccdce08c75b6c7b37af61159f13f6a4f5e2e928" | 823 | SRCREV_common="296ec92f02fd5e3c15443437e98b573d968eaa14" |
1019 | SRC_URI += "git://github.com/hashicorp/go-hclog;name=go-hclog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-hclog" | 824 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" |
1020 | 825 | ||
1021 | # github.com/hashicorp/go-immutable-radix v1.0.0 | 826 | # github.com/prometheus/procfs v0.9.0 |
1022 | # [1] git ls-remote https://github.com/hashicorp/go-immutable-radix 27df80928bb34bb1b0d6d0e01b9e679902e7a6b5 | 827 | # [1] git ls-remote https://github.com/prometheus/procfs bb7727a9ca9b3cd1559b42ffa74e13ef7efb6283 |
1023 | SRCREV_go-immutable-radix="27df80928bb34bb1b0d6d0e01b9e679902e7a6b5" | 828 | SRCREV_procfs="bb7727a9ca9b3cd1559b42ffa74e13ef7efb6283" |
1024 | SRC_URI += "git://github.com/hashicorp/go-immutable-radix;name=go-immutable-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-immutable-radix" | 829 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" |
1025 | 830 | ||
1026 | # github.com/hashicorp/golang-lru v0.5.3 | 831 | # github.com/vishvananda/netns v0.0.4 |
1027 | # [1] git ls-remote https://github.com/hashicorp/golang-lru 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d | 832 | # [1] git ls-remote https://github.com/vishvananda/netns 7a452d2d15292b2bfb2a2d88e6bdeac156a761b9 |
1028 | SRCREV_golang-lru="7f827b33c0f158ec5dfbba01bb0b14a4541fd81d" | 833 | SRCREV_netns="7a452d2d15292b2bfb2a2d88e6bdeac156a761b9" |
1029 | SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru" | 834 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns" |
1030 | 835 | ||
1031 | # github.com/hashicorp/go-msgpack v0.5.3 | 836 | # go.opentelemetry.io/otel/sdk v1.13.0 |
1032 | # [1] git ls-remote https://github.com/hashicorp/go-msgpack be3a5be7ee2202386d02936a19ae4fbde1c77800 | 837 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 |
1033 | SRCREV_go-msgpack="be3a5be7ee2202386d02936a19ae4fbde1c77800" | 838 | SRCREV_sdk="f2fd476f433128c2494476950ce11600a51bbe35" |
1034 | SRC_URI += "git://github.com/hashicorp/go-msgpack;name=go-msgpack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-msgpack" | 839 | 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" |
1035 | 840 | ||
1036 | # github.com/hashicorp/go-multierror v1.1.1 | 841 | # github.com/k3s-io/cri-dockerd v0.3.4-k3s1 |
1037 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 | 842 | # [1] git ls-remote https://github.com/k3s-io/cri-dockerd c70f3789d5171077b2c2d79df75245d872377034 |
1038 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" | 843 | SRCREV_cri-dockerd="c70f3789d5171077b2c2d79df75245d872377034" |
1039 | 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" | 844 | SRC_URI += "git://github.com/k3s-io/cri-dockerd;name=cri-dockerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/cri-dockerd" |
1040 | 845 | ||
1041 | # github.com/hashicorp/go.net v0.0.1 | 846 | # github.com/containerd/cgroups v1.1.0 |
1042 | # [1] git ls-remote https://github.com/hashicorp/go.net afc3cb3a421746fc66dd55b09a270c750cf536ce | 847 | # [1] git ls-remote https://github.com/containerd/cgroups fe7323f622bc222e72473679f12a9089aeeda177 |
1043 | SRCREV_go.net="afc3cb3a421746fc66dd55b09a270c750cf536ce" | 848 | SRCREV_cgroups="fe7323f622bc222e72473679f12a9089aeeda177" |
1044 | SRC_URI += "git://github.com/hashicorp/go.net;name=go.net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go.net" | 849 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups" |
1045 | 850 | ||
1046 | # github.com/hashicorp/go-retryablehttp v0.7.1 | 851 | # github.com/coreos/go-iptables v0.6.0 |
1047 | # [1] git ls-remote https://github.com/hashicorp/go-retryablehttp 98169fe9787b833ec741d7fc347d76e10ee64b91 | 852 | # [1] git ls-remote https://github.com/coreos/go-iptables 14d56d57c892f27a717aa6026fd2d3293221395b |
1048 | SRCREV_go-retryablehttp="98169fe9787b833ec741d7fc347d76e10ee64b91" | 853 | SRCREV_go-iptables="14d56d57c892f27a717aa6026fd2d3293221395b" |
1049 | SRC_URI += "git://github.com/hashicorp/go-retryablehttp;name=go-retryablehttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-retryablehttp" | 854 | SRC_URI += "git://github.com/coreos/go-iptables;name=go-iptables;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-iptables" |
1050 | 855 | ||
1051 | # github.com/hashicorp/go-rootcerts v1.0.0 | 856 | # github.com/flannel-io/flannel v0.22.2 |
1052 | # [1] git ls-remote https://github.com/hashicorp/go-rootcerts 63503fb4e1eca22f9ae0f90b49c5d5538a0e87eb | 857 | # [1] git ls-remote https://github.com/flannel-io/flannel 148b6d6a58deb864519bbc474f4c531a0799e910 |
1053 | SRCREV_go-rootcerts="63503fb4e1eca22f9ae0f90b49c5d5538a0e87eb" | 858 | SRCREV_flannel="148b6d6a58deb864519bbc474f4c531a0799e910" |
1054 | SRC_URI += "git://github.com/hashicorp/go-rootcerts;name=go-rootcerts;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-rootcerts" | 859 | SRC_URI += "git://github.com/flannel-io/flannel;name=flannel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/flannel-io/flannel" |
1055 | |||
1056 | # github.com/hashicorp/go-sockaddr v1.0.0 | ||
1057 | # [1] git ls-remote https://github.com/hashicorp/go-sockaddr a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0 | ||
1058 | SRCREV_go-sockaddr="a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0" | ||
1059 | SRC_URI += "git://github.com/hashicorp/go-sockaddr;name=go-sockaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-sockaddr" | ||
1060 | |||
1061 | # github.com/hashicorp/go-syslog v1.0.0 | ||
1062 | # [1] git ls-remote https://github.com/hashicorp/go-syslog 8d1874e3e8d1862b74e0536851e218c4571066a5 | ||
1063 | SRCREV_go-syslog="8d1874e3e8d1862b74e0536851e218c4571066a5" | ||
1064 | SRC_URI += "git://github.com/hashicorp/go-syslog;name=go-syslog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-syslog" | ||
1065 | |||
1066 | # github.com/hashicorp/go-uuid v1.0.1 | ||
1067 | # [1] git ls-remote https://github.com/hashicorp/go-uuid 4f571afc59f3043a65f8fe6bf46d887b10a01d43 | ||
1068 | SRCREV_go-uuid="4f571afc59f3043a65f8fe6bf46d887b10a01d43" | ||
1069 | SRC_URI += "git://github.com/hashicorp/go-uuid;name=go-uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-uuid" | ||
1070 | |||
1071 | # github.com/hashicorp/hcl v1.0.0 | ||
1072 | # [1] git ls-remote https://github.com/hashicorp/hcl 8cb6e5b959231cc1119e43259c4a608f9c51a241 | ||
1073 | SRCREV_hcl="8cb6e5b959231cc1119e43259c4a608f9c51a241" | ||
1074 | SRC_URI += "git://github.com/hashicorp/hcl;name=hcl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/hcl" | ||
1075 | |||
1076 | # github.com/hashicorp/logutils v1.0.0 | ||
1077 | # [1] git ls-remote https://github.com/hashicorp/logutils a335183dfd075f638afcc820c90591ca3c97eba6 | ||
1078 | SRCREV_logutils="a335183dfd075f638afcc820c90591ca3c97eba6" | ||
1079 | SRC_URI += "git://github.com/hashicorp/logutils;name=logutils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/logutils" | ||
1080 | |||
1081 | # github.com/hashicorp/mdns v1.0.0 | ||
1082 | # [1] git ls-remote https://github.com/hashicorp/mdns c31d3f8e4a0a5b46b118c2fd26d9da36467002c9 | ||
1083 | SRCREV_mdns="c31d3f8e4a0a5b46b118c2fd26d9da36467002c9" | ||
1084 | SRC_URI += "git://github.com/hashicorp/mdns;name=mdns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/mdns" | ||
1085 | |||
1086 | # github.com/hashicorp/memberlist v0.1.3 | ||
1087 | # [1] git ls-remote https://github.com/hashicorp/memberlist a9da52f0668fc4321ec18e9e28dd8141621a808f | ||
1088 | SRCREV_memberlist="a9da52f0668fc4321ec18e9e28dd8141621a808f" | ||
1089 | SRC_URI += "git://github.com/hashicorp/memberlist;name=memberlist;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/memberlist" | ||
1090 | |||
1091 | # github.com/hashicorp/serf v0.8.2 | ||
1092 | # [1] git ls-remote https://github.com/hashicorp/serf b89a09ebd4b1b570e0076d5097272e67c10ac4f6 | ||
1093 | SRCREV_serf="b89a09ebd4b1b570e0076d5097272e67c10ac4f6" | ||
1094 | SRC_URI += "git://github.com/hashicorp/serf;name=serf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/serf" | ||
1095 | |||
1096 | # github.com/heketi/heketi v10.3.0+incompatible | ||
1097 | # [1] git ls-remote https://github.com/heketi/heketi 376fae199da0265b375f249b7b6ffca14b955cad | ||
1098 | SRCREV_heketi="376fae199da0265b375f249b7b6ffca14b955cad" | ||
1099 | SRC_URI += "git://github.com/heketi/heketi;name=heketi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/heketi/heketi" | ||
1100 | |||
1101 | # github.com/heketi/tests v0.0.0-20151005000721-f3775cbcefd6 | ||
1102 | # [1] git ls-remote https://github.com/heketi/tests f3775cbcefd6822086c729e3ce4b70ca85a5bd21 | ||
1103 | SRCREV_tests="f3775cbcefd6822086c729e3ce4b70ca85a5bd21" | ||
1104 | SRC_URI += "git://github.com/heketi/tests;name=tests;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/heketi/tests" | ||
1105 | |||
1106 | # github.com/hpcloud/tail v1.0.0 | ||
1107 | # [1] git ls-remote https://github.com/hpcloud/tail a30252cb686a21eb2d0b98132633053ec2f7f1e5 | ||
1108 | SRCREV_tail="a30252cb686a21eb2d0b98132633053ec2f7f1e5" | ||
1109 | SRC_URI += "git://github.com/hpcloud/tail;name=tail;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hpcloud/tail" | ||
1110 | |||
1111 | # github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 | ||
1112 | # [1] git ls-remote https://github.com/ianlancetaylor/demangle 28f6c0f3b63983aaa99575ca3b693afff7996387 | ||
1113 | SRCREV_demangle="28f6c0f3b63983aaa99575ca3b693afff7996387" | ||
1114 | SRC_URI += "git://github.com/ianlancetaylor/demangle;name=demangle;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ianlancetaylor/demangle" | ||
1115 | |||
1116 | # github.com/imdario/mergo v0.3.12 | ||
1117 | # [1] git ls-remote https://github.com/imdario/mergo 29fb3d3bdc5512887f1dc9aedde6a0fed407fa8f | ||
1118 | SRCREV_mergo="29fb3d3bdc5512887f1dc9aedde6a0fed407fa8f" | ||
1119 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" | ||
1120 | |||
1121 | # github.com/inconshreveable/mousetrap v1.1.0 | ||
1122 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 | ||
1123 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" | ||
1124 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" | ||
1125 | 860 | ||
1126 | # github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd | 861 | # github.com/klauspost/compress v1.16.6 |
1127 | # [1] git ls-remote https://github.com/insomniacslk/dhcp 3c283ff8b7dd3a8ea2dbc37d13a35bba7aab00e5 | 862 | # [1] git ls-remote https://github.com/klauspost/compress d9eae825a4326bf9310d64c63654194a0254b0c1 |
1128 | SRCREV_dhcp="3c283ff8b7dd3a8ea2dbc37d13a35bba7aab00e5" | 863 | SRCREV_compress="d9eae825a4326bf9310d64c63654194a0254b0c1" |
1129 | SRC_URI += "git://github.com/insomniacslk/dhcp;name=dhcp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/insomniacslk/dhcp" | 864 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" |
1130 | 865 | ||
1131 | # github.com/ishidawataru/sctp v0.0.0-20190723014705-7c296d48a2b5 | 866 | # github.com/k3s-io/etcd/api/v3 v3.5.9-k3s1 |
1132 | # [1] git ls-remote https://github.com/ishidawataru/sctp 7c296d48a2b553e41cc06904a1e6317a20694dc0 | 867 | # [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d |
1133 | SRCREV_sctp="7c296d48a2b553e41cc06904a1e6317a20694dc0" | 868 | SRCREV_api-v3="341ce193b458049401364c20193ebd14f38fce6d" |
1134 | SRC_URI += "git://github.com/ishidawataru/sctp;name=sctp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ishidawataru/sctp" | 869 | SRC_URI += "git://github.com/k3s-io/etcd;name=api-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/api/v3" |
1135 | 870 | ||
1136 | # github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab | 871 | # github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab |
1137 | # [1] git ls-remote https://github.com/JeffAshton/win_pdh 76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2 | 872 | # [1] git ls-remote https://github.com/JeffAshton/win_pdh 76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2 |
1138 | SRCREV_win_pdh="76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2" | 873 | SRCREV_win_pdh="76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2" |
1139 | SRC_URI += "git://github.com/JeffAshton/win_pdh;name=win_pdh;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/JeffAshton/win_pdh" | 874 | SRC_URI += "git://github.com/JeffAshton/win_pdh;name=win_pdh;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/JeffAshton/win_pdh" |
1140 | 875 | ||
1141 | # github.com/jmespath/go-jmespath/internal/testify v1.5.1 | 876 | # github.com/Microsoft/go-winio v0.6.1 |
1142 | # [1] git ls-remote https://github.com/jmespath/go-jmespath ff168ca20786696708c0f3eb2cc29d7912467599 | 877 | # [1] git ls-remote https://github.com/microsoft/go-winio 070c828abb873da9e71c7247740253b50f7cf049 |
1143 | SRCREV_testify="ff168ca20786696708c0f3eb2cc29d7912467599" | 878 | SRCREV_go-winio="070c828abb873da9e71c7247740253b50f7cf049" |
1144 | SRC_URI += "git://github.com/jmespath/go-jmespath;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jmespath/go-jmespath/internal/testify" | 879 | 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" |
1145 | |||
1146 | # github.com/jmespath/go-jmespath v0.4.0 | ||
1147 | # [1] git ls-remote https://github.com/jmespath/go-jmespath 3d4fd11601ddca248480565884e34e393313cd62 | ||
1148 | SRCREV_go-jmespath="3d4fd11601ddca248480565884e34e393313cd62" | ||
1149 | SRC_URI += "git://github.com/jmespath/go-jmespath;name=go-jmespath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jmespath/go-jmespath" | ||
1150 | |||
1151 | # github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3 | ||
1152 | # [1] git ls-remote https://github.com/joho/godotenv 726cc8b906e3d31c70a9671c90a13716a8d3f50d | ||
1153 | SRCREV_godotenv="726cc8b906e3d31c70a9671c90a13716a8d3f50d" | ||
1154 | SRC_URI += "git://github.com/joho/godotenv;name=godotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/joho/godotenv" | ||
1155 | |||
1156 | # github.com/jonboulle/clockwork v0.3.0 | ||
1157 | # [1] git ls-remote https://github.com/jonboulle/clockwork 6a247c35607b17156e639c6e0606887fa6fc304f | ||
1158 | SRCREV_clockwork="6a247c35607b17156e639c6e0606887fa6fc304f" | ||
1159 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork" | ||
1160 | 880 | ||
1161 | # github.com/josharian/intern v1.0.0 | 881 | # github.com/containerd/console v1.0.3 |
1162 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd | 882 | # [1] git ls-remote https://github.com/containerd/console b5cb846c9186d67bcae3ce3c324e47cd317d9527 |
1163 | SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" | 883 | SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" |
1164 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/intern" | 884 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" |
1165 | 885 | ||
1166 | # github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 | 886 | # github.com/containerd/go-runc v1.0.0 |
1167 | # [1] git ls-remote https://github.com/josharian/native b6b71def0850a2fbd7e6875f8e28217a48c5bcb4 | 887 | # [1] git ls-remote https://github.com/containerd/go-runc 16b287bc67d069a60fa48db15f330b790b74365b |
1168 | SRCREV_native="b6b71def0850a2fbd7e6875f8e28217a48c5bcb4" | 888 | SRCREV_go-runc="16b287bc67d069a60fa48db15f330b790b74365b" |
1169 | SRC_URI += "git://github.com/josharian/native;name=native;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/native" | 889 | SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-runc" |
1170 | 890 | ||
1171 | # github.com/jpillora/backoff v1.0.0 | 891 | # github.com/containerd/typeurl v1.0.2 |
1172 | # [1] git ls-remote https://github.com/jpillora/backoff d80867952dff4e2fbfb4280ded4ff94d67790457 | 892 | # [1] git ls-remote https://github.com/containerd/typeurl 5e43fb8b75ed2f2305fc04e6918c8d10636771bc |
1173 | SRCREV_backoff="d80867952dff4e2fbfb4280ded4ff94d67790457" | 893 | SRCREV_typeurl="5e43fb8b75ed2f2305fc04e6918c8d10636771bc" |
1174 | SRC_URI += "git://github.com/jpillora/backoff;name=backoff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jpillora/backoff" | 894 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" |
1175 | |||
1176 | # github.com/jsimonetti/rtnetlink v0.0.0-20211022192332-93da33804786 | ||
1177 | # [1] git ls-remote https://github.com/jsimonetti/rtnetlink 93da33804786e0d138aea412b38d80dd0099b941 | ||
1178 | SRCREV_rtnetlink="93da33804786e0d138aea412b38d80dd0099b941" | ||
1179 | SRC_URI += "git://github.com/jsimonetti/rtnetlink;name=rtnetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jsimonetti/rtnetlink" | ||
1180 | |||
1181 | # github.com/json-iterator/go v1.1.12 | ||
1182 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d | ||
1183 | SRCREV_go123="024077e996b048517130b21ea6bf12aa23055d3d" | ||
1184 | SRC_URI += "git://github.com/json-iterator/go;name=go123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go" | ||
1185 | |||
1186 | # github.com/jstemmer/go-junit-report v0.9.1 | ||
1187 | # [1] git ls-remote https://github.com/jstemmer/go-junit-report cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac | ||
1188 | SRCREV_go-junit-report="cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac" | ||
1189 | SRC_URI += "git://github.com/jstemmer/go-junit-report;name=go-junit-report;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jstemmer/go-junit-report" | ||
1190 | |||
1191 | # github.com/jtolds/gls v4.20.0+incompatible | ||
1192 | # [1] git ls-remote https://github.com/jtolds/gls b4936e06046bbecbb94cae9c18127ebe510a2cb9 | ||
1193 | SRCREV_gls="b4936e06046bbecbb94cae9c18127ebe510a2cb9" | ||
1194 | SRC_URI += "git://github.com/jtolds/gls;name=gls;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jtolds/gls" | ||
1195 | |||
1196 | # github.com/julienschmidt/httprouter v1.3.0 | ||
1197 | # [1] git ls-remote https://github.com/julienschmidt/httprouter 4eec211fa4e8df74ed978dc5681612131854144f | ||
1198 | SRCREV_httprouter="4eec211fa4e8df74ed978dc5681612131854144f" | ||
1199 | SRC_URI += "git://github.com/julienschmidt/httprouter;name=httprouter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/julienschmidt/httprouter" | ||
1200 | |||
1201 | # github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5 | ||
1202 | # [1] git ls-remote https://github.com/jung-kurt/gofpdf 24315acbbda57c4f6b80c8441fd108087dd7e305 | ||
1203 | SRCREV_gofpdf="24315acbbda57c4f6b80c8441fd108087dd7e305" | ||
1204 | SRC_URI += "git://github.com/jung-kurt/gofpdf;name=gofpdf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jung-kurt/gofpdf" | ||
1205 | |||
1206 | # github.com/k3s-io/helm-controller v0.13.1 | ||
1207 | # [1] git ls-remote https://github.com/k3s-io/helm-controller f9d11c076a6559ee334b4792a3170577ac585aaf | ||
1208 | SRCREV_helm-controller="f9d11c076a6559ee334b4792a3170577ac585aaf" | ||
1209 | SRC_URI += "git://github.com/k3s-io/helm-controller;name=helm-controller;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/helm-controller" | ||
1210 | 895 | ||
1211 | # github.com/k3s-io/kine v0.9.9 | 896 | # github.com/dustin/go-humanize v1.0.0 |
1212 | # [1] git ls-remote https://github.com/k3s-io/kine 30bd373666d3cbff62587ff6071770f941482a76 | 897 | # [1] git ls-remote https://github.com/dustin/go-humanize 9f541cc9db5d55bce703bd99987c9d5cb8eea45e |
1213 | SRCREV_kine="30bd373666d3cbff62587ff6071770f941482a76" | 898 | SRCREV_go-humanize="9f541cc9db5d55bce703bd99987c9d5cb8eea45e" |
1214 | SRC_URI += "git://github.com/k3s-io/kine;name=kine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kine" | 899 | SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustin/go-humanize" |
1215 | 900 | ||
1216 | # github.com/karrick/godirwalk v1.16.1 | 901 | # github.com/evanphx/json-patch v4.12.0+incompatible |
1217 | # [1] git ls-remote https://github.com/karrick/godirwalk f64d91544257ab0cc1cca44f22600925a1b9ddae | 902 | # [1] git ls-remote https://github.com/evanphx/json-patch 50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907 |
1218 | SRCREV_godirwalk="f64d91544257ab0cc1cca44f22600925a1b9ddae" | 903 | SRCREV_json-patch="50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907" |
1219 | SRC_URI += "git://github.com/karrick/godirwalk;name=godirwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/karrick/godirwalk" | 904 | SRC_URI += "git://github.com/evanphx/json-patch;name=json-patch;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/evanphx/json-patch" |
1220 | 905 | ||
1221 | # github.com/kisielk/errcheck v1.5.0 | 906 | # github.com/fvbommel/sortorder v1.0.1 |
1222 | # [1] git ls-remote https://github.com/kisielk/errcheck ee08a456fc430219ad80ce5af98415bcc027a219 | 907 | # [1] git ls-remote https://github.com/fvbommel/sortorder a1ddee917217bbd0691affdca9c88d24d3f5c27d |
1223 | SRCREV_errcheck="ee08a456fc430219ad80ce5af98415bcc027a219" | 908 | SRCREV_sortorder="a1ddee917217bbd0691affdca9c88d24d3f5c27d" |
1224 | SRC_URI += "git://github.com/kisielk/errcheck;name=errcheck;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kisielk/errcheck" | 909 | SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder" |
1225 | 910 | ||
1226 | # github.com/kisielk/gotool v1.0.0 | 911 | # github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 |
1227 | # [1] git ls-remote https://github.com/kisielk/gotool 80517062f582ea3340cd4baf70e86d539ae7d84d | 912 | # [1] git ls-remote https://github.com/go-task/slim-sprig 52ccab3ef572c7e1a2c258be183f9a9296d60152 |
1228 | SRCREV_gotool="80517062f582ea3340cd4baf70e86d539ae7d84d" | 913 | SRCREV_slim-sprig="52ccab3ef572c7e1a2c258be183f9a9296d60152" |
1229 | SRC_URI += "git://github.com/kisielk/gotool;name=gotool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kisielk/gotool" | 914 | SRC_URI += "git://github.com/go-task/slim-sprig;name=slim-sprig;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-task/slim-sprig" |
1230 | 915 | ||
1231 | # github.com/klauspost/compress v1.15.12 | 916 | # github.com/klauspost/cpuid/v2 v2.1.0 |
1232 | # [1] git ls-remote https://github.com/klauspost/compress 9559b037e79ad673c71f6ef7c732c00949014cd2 | 917 | # [1] git ls-remote https://github.com/klauspost/cpuid 4645384556483379792c7a2ac8fcacaf5d80141b |
1233 | SRCREV_compress="9559b037e79ad673c71f6ef7c732c00949014cd2" | 918 | SRCREV_cpuid-v2="4645384556483379792c7a2ac8fcacaf5d80141b" |
1234 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" | 919 | SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2" |
1235 | 920 | ||
1236 | # github.com/klauspost/cpuid/v2 v2.1.0 | 921 | # github.com/kylelemons/godebug v1.1.0 |
1237 | # [1] git ls-remote https://github.com/klauspost/cpuid 4645384556483379792c7a2ac8fcacaf5d80141b | 922 | # [1] git ls-remote https://github.com/kylelemons/godebug 9ff306d4fbead574800b66369df5b6144732d58e |
1238 | SRCREV_v21234="4645384556483379792c7a2ac8fcacaf5d80141b" | ||
1239 | SRC_URI += "git://github.com/klauspost/cpuid;name=v21234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2" | ||
1240 | |||
1241 | # github.com/konsorten/go-windows-terminal-sequences v1.0.3 | ||
1242 | # [1] git ls-remote https://github.com/konsorten/go-windows-terminal-sequences edb144dfd453055e1e49a3d8b410a660b5a87613 | ||
1243 | SRCREV_go-windows-terminal-sequences="edb144dfd453055e1e49a3d8b410a660b5a87613" | ||
1244 | SRC_URI += "git://github.com/konsorten/go-windows-terminal-sequences;name=go-windows-terminal-sequences;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/konsorten/go-windows-terminal-sequences" | ||
1245 | |||
1246 | # github.com/kr/fs v0.1.0 | ||
1247 | # [1] git ls-remote https://github.com/kr/fs 1455def202f6e05b95cc7bfc7e8ae67ae5141eba | ||
1248 | SRCREV_fs="1455def202f6e05b95cc7bfc7e8ae67ae5141eba" | ||
1249 | SRC_URI += "git://github.com/kr/fs;name=fs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/fs" | ||
1250 | |||
1251 | # github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 | ||
1252 | # [1] git ls-remote https://github.com/kr/logfmt b84e30acd515aadc4b783ad4ff83aff3299bdfe0 | ||
1253 | SRCREV_logfmt1="b84e30acd515aadc4b783ad4ff83aff3299bdfe0" | ||
1254 | SRC_URI += "git://github.com/kr/logfmt;name=logfmt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/logfmt" | ||
1255 | |||
1256 | # github.com/kr/pretty v0.3.0 | ||
1257 | # [1] git ls-remote https://github.com/kr/pretty a883a8422cd235c67c6c4fdcb7bbb022143e10b1 | ||
1258 | SRCREV_pretty="a883a8422cd235c67c6c4fdcb7bbb022143e10b1" | ||
1259 | SRC_URI += "git://github.com/kr/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pretty" | ||
1260 | |||
1261 | # github.com/kr/pty v1.1.1 | ||
1262 | # [1] git ls-remote https://github.com/kr/pty 282ce0e5322c82529687d609ee670fac7c7d917c | ||
1263 | SRCREV_pty1="282ce0e5322c82529687d609ee670fac7c7d917c" | ||
1264 | SRC_URI += "git://github.com/kr/pty;name=pty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pty" | ||
1265 | |||
1266 | # github.com/kr/text v0.2.0 | ||
1267 | # [1] git ls-remote https://github.com/kr/text 702c74938df48b97370179f33ce2107bd7ff3b3e | ||
1268 | SRCREV_text="702c74938df48b97370179f33ce2107bd7ff3b3e" | ||
1269 | SRC_URI += "git://github.com/kr/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/text" | ||
1270 | |||
1271 | # github.com/k-sone/critbitgo v1.4.0 | ||
1272 | # [1] git ls-remote https://github.com/k-sone/critbitgo 4536a49cdb164af1fc76e276ebeaf004338d2044 | ||
1273 | SRCREV_critbitgo="4536a49cdb164af1fc76e276ebeaf004338d2044" | ||
1274 | SRC_URI += "git://github.com/k-sone/critbitgo;name=critbitgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k-sone/critbitgo" | ||
1275 | |||
1276 | # github.com/k3s-io/cri-tools v1.25.0-k3s1 | ||
1277 | # [1] git ls-remote https://github.com/k3s-io/cri-tools 4d534a8a6a242f21b6652018d79d2e0ea4f315e6 | ||
1278 | SRCREV_cri-tools="4d534a8a6a242f21b6652018d79d2e0ea4f315e6" | ||
1279 | SRC_URI += "git://github.com/k3s-io/cri-tools;name=cri-tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/cri-tools" | ||
1280 | |||
1281 | # github.com/kylelemons/godebug v1.1.0 | ||
1282 | # [1] git ls-remote https://github.com/kylelemons/godebug 9ff306d4fbead574800b66369df5b6144732d58e | ||
1283 | SRCREV_godebug="9ff306d4fbead574800b66369df5b6144732d58e" | 923 | SRCREV_godebug="9ff306d4fbead574800b66369df5b6144732d58e" |
1284 | SRC_URI += "git://github.com/kylelemons/godebug;name=godebug;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kylelemons/godebug" | 924 | SRC_URI += "git://github.com/kylelemons/godebug;name=godebug;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kylelemons/godebug" |
1285 | 925 | ||
1286 | # github.com/libopenstorage/openstorage v1.0.0 | 926 | # github.com/mdlayher/genetlink v1.3.2 |
1287 | # [1] git ls-remote https://github.com/libopenstorage/openstorage 093a0c3888753c2056e7373183693d670c6bba01 | 927 | # [1] git ls-remote https://github.com/mdlayher/genetlink 7531bffe0f5e10d1ce558d35e6feb5d1d1600851 |
1288 | SRCREV_openstorage="093a0c3888753c2056e7373183693d670c6bba01" | 928 | SRCREV_genetlink="7531bffe0f5e10d1ce558d35e6feb5d1d1600851" |
1289 | SRC_URI += "git://github.com/libopenstorage/openstorage;name=openstorage;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libopenstorage/openstorage" | 929 | SRC_URI += "git://github.com/mdlayher/genetlink;name=genetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/genetlink" |
1290 | |||
1291 | # github.com/lib/pq v1.10.2 | ||
1292 | # [1] git ls-remote https://github.com/lib/pq 2da6713d67f03911a05b1b6559adc85927fe076e | ||
1293 | SRCREV_pq="2da6713d67f03911a05b1b6559adc85927fe076e" | ||
1294 | SRC_URI += "git://github.com/lib/pq;name=pq;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lib/pq" | ||
1295 | 930 | ||
1296 | # github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de | 931 | # github.com/moby/sys/mountinfo v0.6.2 |
1297 | # [1] git ls-remote https://github.com/liggitt/tabwriter 89fcab3d43de07060e4fd4c1547430ed57e87f24 | 932 | # [1] git ls-remote https://github.com/moby/sys 1bf36f7188c31f2797c556c4c4d7d9af7a6a965b |
1298 | SRCREV_tabwriter="89fcab3d43de07060e4fd4c1547430ed57e87f24" | 933 | SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b" |
1299 | SRC_URI += "git://github.com/liggitt/tabwriter;name=tabwriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/liggitt/tabwriter" | 934 | 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" |
1300 | 935 | ||
1301 | # github.com/lithammer/dedent v1.1.0 | 936 | # github.com/modern-go/reflect2 v1.0.2 |
1302 | # [1] git ls-remote https://github.com/lithammer/dedent 8478954c3bc893cf36c5ee7c822266b993a3b3ee | 937 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 |
1303 | SRCREV_dedent="8478954c3bc893cf36c5ee7c822266b993a3b3ee" | 938 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" |
1304 | SRC_URI += "git://github.com/lithammer/dedent;name=dedent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lithammer/dedent" | 939 | 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" |
1305 | 940 | ||
1306 | # github.com/lpabon/godbc v0.1.1 | 941 | # github.com/peterbourgon/diskv v2.0.1+incompatible |
1307 | # [1] git ls-remote https://github.com/lpabon/godbc d6a6d74016a4f32dd9a9bd32c1ac6c28ae68fa6a | 942 | # [1] git ls-remote https://github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6 |
1308 | SRCREV_godbc="d6a6d74016a4f32dd9a9bd32c1ac6c28ae68fa6a" | 943 | SRCREV_diskv="5f041e8faa004a95c88a202771f4cc3e991971e6" |
1309 | SRC_URI += "git://github.com/lpabon/godbc;name=godbc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lpabon/godbc" | 944 | SRC_URI += "git://github.com/peterbourgon/diskv;name=diskv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/peterbourgon/diskv" |
1310 | 945 | ||
1311 | # github.com/magiconair/properties v1.8.6 | 946 | # github.com/pmezard/go-difflib v1.0.0 |
1312 | # [1] git ls-remote https://github.com/magiconair/properties 869a5592420f4ff6ebf74500b5c658b29d973172 | 947 | # [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 |
1313 | SRCREV_properties="869a5592420f4ff6ebf74500b5c658b29d973172" | 948 | SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" |
1314 | SRC_URI += "git://github.com/magiconair/properties;name=properties;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/magiconair/properties" | 949 | 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" |
1315 | 950 | ||
1316 | # github.com/mailru/easyjson v0.7.6 | 951 | # github.com/shengdoushi/base58 v1.0.0 |
1317 | # [1] git ls-remote https://github.com/mailru/easyjson 8ab5ff9cd8e4e432e8b79f6c47d324a31dd803cf | 952 | # [1] git ls-remote https://github.com/shengdoushi/base58 c5f44ca1af76fb63925d5fba8fa7b85870199839 |
1318 | SRCREV_easyjson="8ab5ff9cd8e4e432e8b79f6c47d324a31dd803cf" | 953 | SRCREV_base58="c5f44ca1af76fb63925d5fba8fa7b85870199839" |
1319 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mailru/easyjson" | 954 | SRC_URI += "git://github.com/shengdoushi/base58;name=base58;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shengdoushi/base58" |
1320 | 955 | ||
1321 | # github.com/MakeNowJust/heredoc v1.0.0 | 956 | # github.com/stoewer/go-strcase v1.2.0 |
1322 | # [1] git ls-remote https://github.com/MakeNowJust/heredoc bbd9af33722b79a933ef99c7c94833065e2d6c20 | 957 | # [1] git ls-remote https://github.com/stoewer/go-strcase 7962b205553802087345c0b4c74d57b65236f676 |
1323 | SRCREV_heredoc="bbd9af33722b79a933ef99c7c94833065e2d6c20" | 958 | SRCREV_go-strcase="7962b205553802087345c0b4c74d57b65236f676" |
1324 | SRC_URI += "git://github.com/MakeNowJust/heredoc;name=heredoc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/MakeNowJust/heredoc" | 959 | SRC_URI += "git://github.com/stoewer/go-strcase;name=go-strcase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stoewer/go-strcase" |
1325 | |||
1326 | # github.com/mattn/go-colorable v0.0.9 | ||
1327 | # [1] git ls-remote https://github.com/mattn/go-colorable 167de6bfdfba052fa6b2d3664c8f5272e23c9072 | ||
1328 | SRCREV_go-colorable="167de6bfdfba052fa6b2d3664c8f5272e23c9072" | ||
1329 | 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" | ||
1330 | |||
1331 | # github.com/mattn/go-isatty v0.0.3 | ||
1332 | # [1] git ls-remote https://github.com/mattn/go-isatty 0360b2af4f38e8d38c7fce2a9f4e702702d73a39 | ||
1333 | SRCREV_go-isatty="0360b2af4f38e8d38c7fce2a9f4e702702d73a39" | ||
1334 | 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" | ||
1335 | |||
1336 | # github.com/mattn/go-runewidth v0.0.9 | ||
1337 | # [1] git ls-remote https://github.com/mattn/go-runewidth 14e809f6d78fcf9f48ff9b70981472b64c05f754 | ||
1338 | SRCREV_go-runewidth="14e809f6d78fcf9f48ff9b70981472b64c05f754" | ||
1339 | 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" | ||
1340 | |||
1341 | # github.com/mattn/go-shellwords v1.0.12 | ||
1342 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac | ||
1343 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" | ||
1344 | 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" | ||
1345 | |||
1346 | # github.com/mattn/go-sqlite3 v1.14.15 | ||
1347 | # [1] git ls-remote https://github.com/mattn/go-sqlite3 d8e192b7524caaae7247e005cad1dba6c2726e0d | ||
1348 | SRCREV_go-sqlite3="d8e192b7524caaae7247e005cad1dba6c2726e0d" | ||
1349 | SRC_URI += "git://github.com/mattn/go-sqlite3;name=go-sqlite3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-sqlite3" | ||
1350 | 960 | ||
1351 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 | 961 | # github.com/k3s-io/etcd/pkg/v3 v3.5.9-k3s1 |
1352 | # [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d | 962 | # [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d |
1353 | SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" | 963 | SRCREV_pkg-v3="341ce193b458049401364c20193ebd14f38fce6d" |
1354 | 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" | 964 | SRC_URI += "git://github.com/k3s-io/etcd;name=pkg-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/pkg/v3" |
1355 | 965 | ||
1356 | # github.com/mdlayher/ethtool v0.0.0-20211028163843-288d040e9d60 | 966 | # github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83 |
1357 | # [1] git ls-remote https://github.com/mdlayher/ethtool 288d040e9d60a1b55b53566a1624be427cfeef97 | 967 | # [1] git ls-remote https://github.com/erikdubbelboer/gspt e68493906b8382891943ddc9960cb9c6ecd1a1f0 |
1358 | SRCREV_ethtool="288d040e9d60a1b55b53566a1624be427cfeef97" | 968 | SRCREV_gspt="e68493906b8382891943ddc9960cb9c6ecd1a1f0" |
1359 | SRC_URI += "git://github.com/mdlayher/ethtool;name=ethtool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/ethtool" | 969 | SRC_URI += "git://github.com/erikdubbelboer/gspt;name=gspt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/erikdubbelboer/gspt" |
1360 | 970 | ||
1361 | # github.com/mdlayher/genetlink v1.1.0 | 971 | # github.com/go-sql-driver/mysql v1.7.1 |
1362 | # [1] git ls-remote https://github.com/mdlayher/genetlink 030878314e387340f2b49b161519600024f94bb9 | 972 | # [1] git ls-remote https://github.com/go-sql-driver/mysql f20b2863636093e5fbf1481b59bdaff3b0fbb779 |
1363 | SRCREV_genetlink="030878314e387340f2b49b161519600024f94bb9" | 973 | SRCREV_mysql="f20b2863636093e5fbf1481b59bdaff3b0fbb779" |
1364 | SRC_URI += "git://github.com/mdlayher/genetlink;name=genetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/genetlink" | 974 | SRC_URI += "git://github.com/go-sql-driver/mysql;name=mysql;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-sql-driver/mysql" |
1365 | 975 | ||
1366 | # github.com/mdlayher/netlink v1.4.2 | 976 | # github.com/opencontainers/runc v1.1.8 |
1367 | # [1] git ls-remote https://github.com/mdlayher/netlink 6ce358ad548a9405a9580b723bfe2ba187b92cd5 | 977 | # [1] git ls-remote https://github.com/opencontainers/runc 82f18fe0e44a59034f3e1f45e475fa5636e539aa |
1368 | SRCREV_netlink="6ce358ad548a9405a9580b723bfe2ba187b92cd5" | 978 | SRCREV_runc="82f18fe0e44a59034f3e1f45e475fa5636e539aa" |
1369 | SRC_URI += "git://github.com/mdlayher/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/netlink" | 979 | SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc" |
1370 | 980 | ||
1371 | # github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb | 981 | # github.com/vishvananda/netlink v1.2.1-beta.2 |
1372 | # [1] git ls-remote https://github.com/mdlayher/socket 57e3fa563ecb8fbbbf28b56c674ce382ae48f7db | 982 | # [1] git ls-remote https://github.com/vishvananda/netlink 5e915e0149386ce3d02379ff93f4c0a5601779d5 |
1373 | SRCREV_socket="57e3fa563ecb8fbbbf28b56c674ce382ae48f7db" | 983 | SRCREV_netlink="5e915e0149386ce3d02379ff93f4c0a5601779d5" |
1374 | SRC_URI += "git://github.com/mdlayher/socket;name=socket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/socket" | 984 | SRC_URI += "git://github.com/vishvananda/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink" |
1375 | 985 | ||
1376 | # github.com/Microsoft/go-winio v0.5.2 | 986 | # github.com/MakeNowJust/heredoc v1.0.0 |
1377 | # [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6 | 987 | # [1] git ls-remote https://github.com/makenowjust/heredoc bbd9af33722b79a933ef99c7c94833065e2d6c20 |
1378 | SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6" | 988 | SRCREV_heredoc="bbd9af33722b79a933ef99c7c94833065e2d6c20" |
1379 | 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" | 989 | SRC_URI += "git://github.com/makenowjust/heredoc;name=heredoc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/MakeNowJust/heredoc" |
1380 | 990 | ||
1381 | # github.com/Microsoft/hcsshim v0.8.22 | 991 | # github.com/NYTimes/gziphandler v1.1.1 |
1382 | # [1] git ls-remote https://github.com/Microsoft/hcsshim 717ae58b49c5e73b746938f94ae3c696ebd5d932 | 992 | # [1] git ls-remote https://github.com/nytimes/gziphandler dd0439581c7657cb652dfe5c71d7d48baf39541d |
1383 | SRCREV_hcsshim="717ae58b49c5e73b746938f94ae3c696ebd5d932" | 993 | SRCREV_gziphandler="dd0439581c7657cb652dfe5c71d7d48baf39541d" |
1384 | SRC_URI += "git://github.com/Microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" | 994 | SRC_URI += "git://github.com/nytimes/gziphandler;name=gziphandler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/NYTimes/gziphandler" |
1385 | 995 | ||
1386 | # github.com/miekg/dns v1.0.14 | 996 | # github.com/canonical/go-dqlite v1.5.1 |
1387 | # [1] git ls-remote https://github.com/miekg/dns 915ca3d5ffd945235828a097c917311a9d86ebb4 | 997 | # [1] git ls-remote https://github.com/canonical/go-dqlite 830c1a017995b73322e86c2a6f2ca799c1caca07 |
1388 | SRCREV_dns="915ca3d5ffd945235828a097c917311a9d86ebb4" | 998 | SRCREV_go-dqlite="830c1a017995b73322e86c2a6f2ca799c1caca07" |
1389 | SRC_URI += "git://github.com/miekg/dns;name=dns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/dns" | 999 | SRC_URI += "git://github.com/canonical/go-dqlite;name=go-dqlite;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/canonical/go-dqlite" |
1390 | 1000 | ||
1391 | # github.com/miekg/pkcs11 v1.1.1 | 1001 | # github.com/cenkalti/backoff/v4 v4.2.0 |
1392 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d | 1002 | # [1] git ls-remote https://github.com/cenkalti/backoff e5c9822f4eaffe6a2abac94d7fbf85380dd629a8 |
1393 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" | 1003 | SRCREV_backoff-v4="e5c9822f4eaffe6a2abac94d7fbf85380dd629a8" |
1394 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" | 1004 | SRC_URI += "git://github.com/cenkalti/backoff;name=backoff-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4" |
1395 | 1005 | ||
1396 | # github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721 | 1006 | # github.com/chai2010/gettext-go v1.0.2 |
1397 | # [1] git ls-remote https://github.com/mikioh/ipaddr d465c8ab672111787b24b8f03326449059a4aa33 | 1007 | # [1] git ls-remote https://github.com/chai2010/gettext-go 274d1753d015d0362761b6a1cc2a572e6a035913 |
1398 | SRCREV_ipaddr="d465c8ab672111787b24b8f03326449059a4aa33" | 1008 | SRCREV_gettext-go="274d1753d015d0362761b6a1cc2a572e6a035913" |
1399 | SRC_URI += "git://github.com/mikioh/ipaddr;name=ipaddr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mikioh/ipaddr" | 1009 | SRC_URI += "git://github.com/chai2010/gettext-go;name=gettext-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chai2010/gettext-go" |
1400 | 1010 | ||
1401 | # github.com/mindprince/gonvml v0.0.0-20190828220739-9ebdce4bb989 | 1011 | # github.com/containerd/btrfs/v2 v2.0.0 |
1402 | # [1] git ls-remote https://github.com/mindprince/gonvml 9ebdce4bb98934573700a3bfc2f8e791934a578d | 1012 | # [1] git ls-remote https://github.com/containerd/btrfs f611cf12b33f43269574b2ad82bcb55e4d6f9982 |
1403 | SRCREV_gonvml="9ebdce4bb98934573700a3bfc2f8e791934a578d" | 1013 | SRCREV_btrfs-v2="f611cf12b33f43269574b2ad82bcb55e4d6f9982" |
1404 | SRC_URI += "git://github.com/mindprince/gonvml;name=gonvml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mindprince/gonvml" | 1014 | SRC_URI += "git://github.com/containerd/btrfs;name=btrfs-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/btrfs/v2" |
1405 | 1015 | ||
1406 | # github.com/minio/highwayhash v1.0.2 | 1016 | # github.com/containerd/imgcrypt v1.1.7 |
1407 | # [1] git ls-remote https://github.com/minio/highwayhash 08ce0b4fa7932a018438133f1b632e1c674d4107 | 1017 | # [1] git ls-remote https://github.com/containerd/imgcrypt 01a05dffff35aadeb0a3008016ed745e7ff6beda |
1408 | SRCREV_highwayhash="08ce0b4fa7932a018438133f1b632e1c674d4107" | 1018 | SRCREV_imgcrypt="01a05dffff35aadeb0a3008016ed745e7ff6beda" |
1409 | SRC_URI += "git://github.com/minio/highwayhash;name=highwayhash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/highwayhash" | 1019 | SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt" |
1410 | 1020 | ||
1411 | # github.com/minio/md5-simd v1.1.2 | 1021 | # github.com/containers/ocicrypt v1.1.6 |
1412 | # [1] git ls-remote https://github.com/minio/md5-simd 776275e0c9a74ceebbd50fe5c1d61b0c80c608df | 1022 | # [1] git ls-remote https://github.com/containers/ocicrypt c61dfa5ee6c2ac10004c4e156d1a435f11c444cf |
1413 | SRCREV_md5-simd="776275e0c9a74ceebbd50fe5c1d61b0c80c608df" | 1023 | SRCREV_ocicrypt="c61dfa5ee6c2ac10004c4e156d1a435f11c444cf" |
1414 | SRC_URI += "git://github.com/minio/md5-simd;name=md5-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/md5-simd" | 1024 | SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt" |
1415 | 1025 | ||
1416 | # github.com/minio/minio-go/v7 v7.0.33 | 1026 | # github.com/docker/distribution v2.8.2+incompatible |
1417 | # [1] git ls-remote https://github.com/minio/minio-go a80fee3343f12028079ae831a04b9583ba09c695 | 1027 | # [1] git ls-remote https://github.com/distribution/distribution 7c354a4b40feeea21d7eeae4de91c8ff7951e672 |
1418 | SRCREV_v7="a80fee3343f12028079ae831a04b9583ba09c695" | 1028 | SRCREV_distribution="7c354a4b40feeea21d7eeae4de91c8ff7951e672" |
1419 | SRC_URI += "git://github.com/minio/minio-go;name=v7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/minio-go/v7" | 1029 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" |
1420 | 1030 | ||
1421 | # github.com/minio/sha256-simd v1.0.0 | 1031 | # github.com/emicklei/go-restful v2.16.0+incompatible |
1422 | # [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9 | 1032 | # [1] git ls-remote https://github.com/emicklei/go-restful ac666c045e035603f2704c98c59e979fccbfa94f |
1423 | SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9" | 1033 | SRCREV_go-restful="ac666c045e035603f2704c98c59e979fccbfa94f" |
1424 | SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/sha256-simd" | 1034 | SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful" |
1425 | 1035 | ||
1426 | # github.com/k3s-io/cri-dockerd v0.3.2-0.20230123224908-ae42b30520de | 1036 | # github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 |
1427 | # [1] git ls-remote https://github.com/k3s-io/cri-dockerd ae42b30520deb2ed8a69aaa5c5ec78c161ce899c | 1037 | # [1] git ls-remote https://github.com/gregjones/httpcache 9cad4c3443a7200dd6400aef47183728de563a38 |
1428 | SRCREV_cri-dockerd="ae42b30520deb2ed8a69aaa5c5ec78c161ce899c" | 1038 | SRCREV_httpcache="9cad4c3443a7200dd6400aef47183728de563a38" |
1429 | SRC_URI += "git://github.com/k3s-io/cri-dockerd;name=cri-dockerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Mirantis/cri-dockerd" | 1039 | SRC_URI += "git://github.com/gregjones/httpcache;name=httpcache;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gregjones/httpcache" |
1430 | 1040 | ||
1431 | # github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible | 1041 | # github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a |
1432 | # [1] git ls-remote https://github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb | 1042 | # [1] git ls-remote https://github.com/jackc/pgservicefile 091c0ba34f0a65a78ab8d0e313fde0695c0f7186 |
1433 | SRCREV_go-zfs="f784269be439d704d3dfa1906f45dd848fed2beb" | 1043 | SRCREV_pgservicefile="091c0ba34f0a65a78ab8d0e313fde0695c0f7186" |
1434 | SRC_URI += "git://github.com/mistifyio/go-zfs;name=go-zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mistifyio/go-zfs" | 1044 | SRC_URI += "git://github.com/jackc/pgservicefile;name=pgservicefile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jackc/pgservicefile" |
1435 | 1045 | ||
1436 | # github.com/mitchellh/cli v1.0.0 | 1046 | # github.com/jonboulle/clockwork v0.3.0 |
1437 | # [1] git ls-remote https://github.com/mitchellh/cli 3d22a244be8aa6fb16ac24af0e195c08b7d973aa | 1047 | # [1] git ls-remote https://github.com/jonboulle/clockwork 6a247c35607b17156e639c6e0606887fa6fc304f |
1438 | SRCREV_cli1="3d22a244be8aa6fb16ac24af0e195c08b7d973aa" | 1048 | SRCREV_clockwork="6a247c35607b17156e639c6e0606887fa6fc304f" |
1439 | SRC_URI += "git://github.com/mitchellh/cli;name=cli1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/cli" | 1049 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork" |
1440 | 1050 | ||
1441 | # github.com/mitchellh/go-homedir v1.1.0 | 1051 | # github.com/mistifyio/go-zfs/v3 v3.0.1 |
1442 | # [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 | 1052 | # [1] git ls-remote https://github.com/mistifyio/go-zfs f6d5c373cf63ae2477370aa9bda9fa49804c2d72 |
1443 | SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" | 1053 | SRCREV_go-zfs-v3="f6d5c373cf63ae2477370aa9bda9fa49804c2d72" |
1444 | SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir" | 1054 | SRC_URI += "git://github.com/mistifyio/go-zfs;name=go-zfs-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mistifyio/go-zfs/v3" |
1445 | 1055 | ||
1446 | # github.com/mitchellh/go-testing-interface v1.0.0 | 1056 | # github.com/moby/sys/sequential v0.5.0 |
1447 | # [1] git ls-remote https://github.com/mitchellh/go-testing-interface 6d0b8010fcc857872e42fc6c931227569016843c | 1057 | # [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 |
1448 | SRCREV_go-testing-interface="6d0b8010fcc857872e42fc6c931227569016843c" | 1058 | SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" |
1449 | SRC_URI += "git://github.com/mitchellh/go-testing-interface;name=go-testing-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-testing-interface" | 1059 | 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" |
1450 | 1060 | ||
1451 | # github.com/mitchellh/go-wordwrap v1.0.1 | 1061 | # github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 |
1452 | # [1] git ls-remote https://github.com/mitchellh/go-wordwrap ecf0936a077a4bd73a1cc2ac5c370f2b55618d62 | 1062 | # [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb |
1453 | SRCREV_go-wordwrap="ecf0936a077a4bd73a1cc2ac5c370f2b55618d62" | 1063 | SRCREV_gocapability="42c35b4376354fd554efc7ad35e0b7f94e3a0ffb" |
1454 | SRC_URI += "git://github.com/mitchellh/go-wordwrap;name=go-wordwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-wordwrap" | 1064 | SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/syndtr/gocapability" |
1455 | 1065 | ||
1456 | # github.com/mitchellh/gox v0.4.0 | 1066 | # github.com/k3s-io/etcd/raft/v3 v3.5.9-k3s1 |
1457 | # [1] git ls-remote https://github.com/mitchellh/gox c9740af9c6574448fd48eb30a71f964014c7a837 | 1067 | # [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d |
1458 | SRCREV_gox="c9740af9c6574448fd48eb30a71f964014c7a837" | 1068 | SRCREV_raft-v3="341ce193b458049401364c20193ebd14f38fce6d" |
1459 | SRC_URI += "git://github.com/mitchellh/gox;name=gox;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/gox" | 1069 | SRC_URI += "git://github.com/k3s-io/etcd;name=raft-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/raft/v3" |
1460 | 1070 | ||
1461 | # github.com/mitchellh/iochan v1.0.0 | 1071 | # go.opentelemetry.io/otel/trace v1.13.0 |
1462 | # [1] git ls-remote https://github.com/mitchellh/iochan b6e3aadd28864e14dae41ff5c7261455b1242d24 | 1072 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 |
1463 | SRCREV_iochan="b6e3aadd28864e14dae41ff5c7261455b1242d24" | 1073 | SRCREV_trace="f2fd476f433128c2494476950ce11600a51bbe35" |
1464 | SRC_URI += "git://github.com/mitchellh/iochan;name=iochan;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/iochan" | 1074 | 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" |
1465 | 1075 | ||
1466 | # github.com/mitchellh/mapstructure v1.5.0 | 1076 | # go.opentelemetry.io/proto/otlp v0.19.0 |
1467 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 | 1077 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go c98f6b5f7362c9b4a717c7a4dab1ba90796a8f21 |
1468 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" | 1078 | SRCREV_otlp="c98f6b5f7362c9b4a717c7a4dab1ba90796a8f21" |
1469 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" | 1079 | 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" |
1470 | 1080 | ||
1471 | # github.com/moby/ipvs v1.1.0 | 1081 | # github.com/natefinch/lumberjack v2.0.0+incompatible |
1472 | # [1] git ls-remote https://github.com/moby/ipvs fe22ac585b3e22a969cbde61addd99ecd93ab22c | 1082 | # [1] git ls-remote https://github.com/natefinch/lumberjack 7d6a1875575e09256dc552b4c0e450dcd02bd10e |
1473 | SRCREV_ipvs="fe22ac585b3e22a969cbde61addd99ecd93ab22c" | 1083 | SRCREV_lumberjack="7d6a1875575e09256dc552b4c0e450dcd02bd10e" |
1474 | SRC_URI += "git://github.com/moby/ipvs;name=ipvs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/ipvs" | 1084 | SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/natefinch/lumberjack" |
1475 | |||
1476 | # github.com/moby/locker v1.0.1 | ||
1477 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe | ||
1478 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" | ||
1479 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" | ||
1480 | |||
1481 | # github.com/moby/spdystream v0.2.0 | ||
1482 | # [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b | ||
1483 | SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" | ||
1484 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream" | ||
1485 | 1085 | ||
1486 | # github.com/moby/sys/mountinfo v0.6.2 | 1086 | # github.com/rancher/remotedialer v0.3.0 |
1487 | # [1] git ls-remote https://github.com/moby/sys 1bf36f7188c31f2797c556c4c4d7d9af7a6a965b | 1087 | # [1] git ls-remote https://github.com/rancher/remotedialer 24498689a9ccec9adbdbadbe3f5d18df75ba133b |
1488 | SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b" | 1088 | SRCREV_remotedialer="24498689a9ccec9adbdbadbe3f5d18df75ba133b" |
1489 | 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" | 1089 | SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/remotedialer" |
1490 | 1090 | ||
1491 | # github.com/moby/sys/symlink v0.2.0 | 1091 | # github.com/euank/go-kmsg-parser v2.0.0+incompatible |
1492 | # [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 | 1092 | # [1] git ls-remote https://github.com/euank/go-kmsg-parser 5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e |
1493 | SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" | 1093 | SRCREV_go-kmsg-parser="5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e" |
1494 | 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" | 1094 | SRC_URI += "git://github.com/euank/go-kmsg-parser;name=go-kmsg-parser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/euank/go-kmsg-parser" |
1495 | 1095 | ||
1496 | # github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 | 1096 | # github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d |
1497 | # [1] git ls-remote https://github.com/moby/term 3f7ff695adc6a35abc925370dd0a4dafb48ec64d | 1097 | # [1] git ls-remote https://github.com/exponent-io/jsonpath d6023ce2651d8eafb5c75bb0c7167536102ec9f5 |
1498 | SRCREV_term="3f7ff695adc6a35abc925370dd0a4dafb48ec64d" | 1098 | SRCREV_jsonpath="d6023ce2651d8eafb5c75bb0c7167536102ec9f5" |
1499 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" | 1099 | SRC_URI += "git://github.com/exponent-io/jsonpath;name=jsonpath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/exponent-io/jsonpath" |
1500 | 1100 | ||
1501 | # github.com/moby/vpnkit v0.5.0 | 1101 | # github.com/googleapis/gax-go/v2 v2.1.1 |
1502 | # [1] git ls-remote https://github.com/moby/vpnkit 7f0eff0dd99b576c5474de53b4454a157c642834 | 1102 | # [1] git ls-remote https://github.com/googleapis/gax-go 0968b165da19974432147e6058bc859f6c488642 |
1503 | SRCREV_vpnkit="7f0eff0dd99b576c5474de53b4454a157c642834" | 1103 | SRCREV_gax-go-v2="0968b165da19974432147e6058bc859f6c488642" |
1504 | SRC_URI += "git://github.com/moby/vpnkit;name=vpnkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/vpnkit" | 1104 | SRC_URI += "git://github.com/googleapis/gax-go;name=gax-go-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gax-go/v2" |
1505 | 1105 | ||
1506 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | 1106 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
1507 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 | 1107 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 |
1508 | SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" | 1108 | SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" |
1509 | 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" | 1109 | 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" |
1510 | 1110 | ||
1511 | # github.com/modern-go/reflect2 v1.0.2 | 1111 | # github.com/pquerna/cachecontrol v0.1.0 |
1512 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 | 1112 | # [1] git ls-remote https://github.com/pquerna/cachecontrol fb00f8a766ae43bf209f50299ce7d69669416dfb |
1513 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" | 1113 | SRCREV_cachecontrol="fb00f8a766ae43bf209f50299ce7d69669416dfb" |
1514 | 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" | 1114 | SRC_URI += "git://github.com/pquerna/cachecontrol;name=cachecontrol;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pquerna/cachecontrol" |
1515 | |||
1516 | # github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 | ||
1517 | # [1] git ls-remote https://github.com/mohae/deepcopy c48cc78d482608239f6c4c92a4abd87eb8761c90 | ||
1518 | SRCREV_deepcopy="c48cc78d482608239f6c4c92a4abd87eb8761c90" | ||
1519 | SRC_URI += "git://github.com/mohae/deepcopy;name=deepcopy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mohae/deepcopy" | ||
1520 | |||
1521 | # github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 | ||
1522 | # [1] git ls-remote https://github.com/monochromegane/go-gitignore 205db1a8cc001de79230472da52edde4974df734 | ||
1523 | SRCREV_go-gitignore="205db1a8cc001de79230472da52edde4974df734" | ||
1524 | SRC_URI += "git://github.com/monochromegane/go-gitignore;name=go-gitignore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/monochromegane/go-gitignore" | ||
1525 | |||
1526 | # github.com/morikuni/aec v1.0.0 | ||
1527 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b | ||
1528 | SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" | ||
1529 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec" | ||
1530 | |||
1531 | # github.com/mrunalp/fileutils v0.5.0 | ||
1532 | # [1] git ls-remote https://github.com/mrunalp/fileutils d7fdd64cc1cabe10bc154ee7d2318b07b7f296ef | ||
1533 | SRCREV_fileutils="d7fdd64cc1cabe10bc154ee7d2318b07b7f296ef" | ||
1534 | SRC_URI += "git://github.com/mrunalp/fileutils;name=fileutils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mrunalp/fileutils" | ||
1535 | |||
1536 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 | ||
1537 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e | ||
1538 | SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" | ||
1539 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/munnerz/goautoneg" | ||
1540 | |||
1541 | # github.com/mvdan/xurls v1.1.0 | ||
1542 | # [1] git ls-remote https://github.com/mvdan/xurls d315b61cf6727664f310fa87b3197e9faf2a8513 | ||
1543 | SRCREV_xurls="d315b61cf6727664f310fa87b3197e9faf2a8513" | ||
1544 | SRC_URI += "git://github.com/mvdan/xurls;name=xurls;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mvdan/xurls" | ||
1545 | 1115 | ||
1546 | # github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f | 1116 | # github.com/tchap/go-patricia/v2 v2.3.1 |
1547 | # [1] git ls-remote https://github.com/mwitkow/go-conntrack 2f068394615f73e460c2f3d2c158b0ad9321cadb | 1117 | # [1] git ls-remote https://github.com/tchap/go-patricia 5fc88dd7937ad82ca516f7f1f6b2c06dd0180309 |
1548 | SRCREV_go-conntrack="2f068394615f73e460c2f3d2c158b0ad9321cadb" | 1118 | SRCREV_go-patricia-v2="5fc88dd7937ad82ca516f7f1f6b2c06dd0180309" |
1549 | SRC_URI += "git://github.com/mwitkow/go-conntrack;name=go-conntrack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mwitkow/go-conntrack" | 1119 | SRC_URI += "git://github.com/tchap/go-patricia;name=go-patricia-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tchap/go-patricia/v2" |
1550 | 1120 | ||
1551 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f | 1121 | # go.opentelemetry.io/otel/metric v0.32.1 |
1552 | # [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 | 1122 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go d7bfe6675fe79b0c01cae3d4c5f06330b2fece73 |
1553 | SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682" | 1123 | SRCREV_metric="d7bfe6675fe79b0c01cae3d4c5f06330b2fece73" |
1554 | 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" | 1124 | 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" |
1555 | 1125 | ||
1556 | # github.com/natefinch/lumberjack v2.0.0+incompatible | 1126 | # github.com/k3s-io/kube-router/v2 v2.0.1-0.20230508174102-b42e5faded1c |
1557 | # [1] git ls-remote https://github.com/natefinch/lumberjack 7d6a1875575e09256dc552b4c0e450dcd02bd10e | 1127 | # [1] git ls-remote https://github.com/k3s-io/kube-router b42e5faded1c6f744fd7067f88f1c83a16a989c0 |
1558 | SRCREV_lumberjack="7d6a1875575e09256dc552b4c0e450dcd02bd10e" | 1128 | SRCREV_v2="b42e5faded1c6f744fd7067f88f1c83a16a989c0" |
1559 | SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/natefinch/lumberjack" | 1129 | SRC_URI += "git://github.com/k3s-io/kube-router;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kube-router/v2" |
1560 | |||
1561 | # github.com/nats-io/jsm.go v0.0.31-0.20220317133147-fe318f464eee | ||
1562 | # [1] git ls-remote https://github.com/nats-io/jsm.go fe318f464eee9ceef6120ea851e5cf94a0497ac6 | ||
1563 | SRCREV_jsm.go="fe318f464eee9ceef6120ea851e5cf94a0497ac6" | ||
1564 | SRC_URI += "git://github.com/nats-io/jsm.go;name=jsm.go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/jsm.go" | ||
1565 | 1130 | ||
1566 | # github.com/nats-io/jwt/v2 v2.2.1-0.20220113022732-58e87895b296 | 1131 | # github.com/go-bindata/go-bindata v3.1.2+incompatible |
1567 | # [1] git ls-remote https://github.com/nats-io/jwt 58e87895b29641314818a5171038b73cff3bd25a | 1132 | # [1] git ls-remote https://github.com/go-bindata/go-bindata ff7109080027ec152dabb369e157c4f359b76f31 |
1568 | SRCREV_v212345="58e87895b29641314818a5171038b73cff3bd25a" | 1133 | SRCREV_go-bindata="ff7109080027ec152dabb369e157c4f359b76f31" |
1569 | SRC_URI += "git://github.com/nats-io/jwt;name=v212345;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/jwt/v2" | 1134 | SRC_URI += "git://github.com/go-bindata/go-bindata;name=go-bindata;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-bindata/go-bindata" |
1570 | 1135 | ||
1571 | # github.com/nats-io/nats.go v1.17.1-0.20220923204156-36d2b654c70f | 1136 | # github.com/k3s-io/etcd/client/v3 v3.5.9-k3s1 |
1572 | # [1] git ls-remote https://github.com/nats-io/nats.go 36d2b654c70f87157657ba419535ca67ca5ba97a | 1137 | # [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d |
1573 | SRCREV_nats.go="36d2b654c70f87157657ba419535ca67ca5ba97a" | 1138 | SRCREV_client-v3="341ce193b458049401364c20193ebd14f38fce6d" |
1574 | SRC_URI += "git://github.com/nats-io/nats.go;name=nats.go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nats.go" | 1139 | SRC_URI += "git://github.com/k3s-io/etcd;name=client-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/client/v3" |
1575 | 1140 | ||
1576 | # github.com/nats-io/nats-server/v2 v2.7.5-0.20220309212130-5c0d1999ff72 | 1141 | # github.com/k3s-io/etcd/server/v3 v3.5.9-k3s1 |
1577 | # [1] git ls-remote https://github.com/nats-io/nats-server 5c0d1999ff721e8fc130399c9779c6169118277b | 1142 | # [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d |
1578 | SRCREV_v2123456="5c0d1999ff721e8fc130399c9779c6169118277b" | 1143 | SRCREV_server-v3="341ce193b458049401364c20193ebd14f38fce6d" |
1579 | SRC_URI += "git://github.com/nats-io/nats-server;name=v2123456;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nats-server/v2" | 1144 | SRC_URI += "git://github.com/k3s-io/etcd;name=server-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/server/v3" |
1580 | 1145 | ||
1581 | # github.com/nats-io/nkeys v0.3.0 | 1146 | # github.com/containerd/cgroups/v3 v3.0.2 |
1582 | # [1] git ls-remote https://github.com/nats-io/nkeys 44384414044304395985410ff55ed78cbf0b09a8 | 1147 | # [1] git ls-remote https://github.com/containerd/cgroups 8fa64246e17ceea54277b3ad7139d9ec17545bfa |
1583 | SRCREV_nkeys="44384414044304395985410ff55ed78cbf0b09a8" | 1148 | SRCREV_cgroups-v3="8fa64246e17ceea54277b3ad7139d9ec17545bfa" |
1584 | SRC_URI += "git://github.com/nats-io/nkeys;name=nkeys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nkeys" | 1149 | SRC_URI += "git://github.com/containerd/cgroups;name=cgroups-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups/v3" |
1585 | 1150 | ||
1586 | # github.com/nats-io/nuid v1.0.1 | 1151 | # github.com/containerd/continuity v0.4.1 |
1587 | # [1] git ls-remote https://github.com/nats-io/nuid 4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94 | 1152 | # [1] git ls-remote https://github.com/containerd/continuity 25762ef7c27a37645197ed6d1d708e55a230e35d |
1588 | SRCREV_nuid="4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94" | 1153 | SRCREV_continuity="25762ef7c27a37645197ed6d1d708e55a230e35d" |
1589 | SRC_URI += "git://github.com/nats-io/nuid;name=nuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nuid" | 1154 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" |
1590 | 1155 | ||
1591 | # github.com/networkplumbing/go-nft v0.2.0 | 1156 | # github.com/containerd/typeurl/v2 v2.1.1 |
1592 | # [1] git ls-remote https://github.com/networkplumbing/go-nft ac7b6d063e1d39cb4e1c2c24a3b3ce019a89d24d | 1157 | # [1] git ls-remote https://github.com/containerd/typeurl 7ef6316b771f959cbb208b229e3423a466947df3 |
1593 | SRCREV_go-nft="ac7b6d063e1d39cb4e1c2c24a3b3ce019a89d24d" | 1158 | SRCREV_typeurl-v2="7ef6316b771f959cbb208b229e3423a466947df3" |
1594 | SRC_URI += "git://github.com/networkplumbing/go-nft;name=go-nft;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/networkplumbing/go-nft" | 1159 | 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" |
1595 | 1160 | ||
1596 | # github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e | 1161 | # github.com/coreos/go-systemd/v22 v22.5.0 |
1597 | # [1] git ls-remote https://github.com/niemeyer/pretty a10e7caefd8e0d600cea437f5c3613aeb1553d56 | 1162 | # [1] git ls-remote https://github.com/coreos/go-systemd d5623bf85e8e73ae6352f78ee6b55a287619dd4e |
1598 | SRCREV_pretty1="a10e7caefd8e0d600cea437f5c3613aeb1553d56" | 1163 | SRCREV_v22="d5623bf85e8e73ae6352f78ee6b55a287619dd4e" |
1599 | SRC_URI += "git://github.com/niemeyer/pretty;name=pretty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/niemeyer/pretty" | 1164 | SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22" |
1600 | 1165 | ||
1601 | # github.com/nxadm/tail v1.4.8 | 1166 | # github.com/cpuguy83/go-md2man/v2 v2.0.2 |
1602 | # [1] git ls-remote https://github.com/nxadm/tail abad231d8d07ef91e09cd4c4c457cac35ed3bbb9 | 1167 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man d97078115282836e16d0dca10b4b42ce60fc70e6 |
1603 | SRCREV_tail1="abad231d8d07ef91e09cd4c4c457cac35ed3bbb9" | 1168 | SRCREV_go-md2man-v2="d97078115282836e16d0dca10b4b42ce60fc70e6" |
1604 | SRC_URI += "git://github.com/nxadm/tail;name=tail1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nxadm/tail" | 1169 | SRC_URI += "git://github.com/cpuguy83/go-md2man;name=go-md2man-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cpuguy83/go-md2man/v2" |
1605 | 1170 | ||
1606 | # github.com/NYTimes/gziphandler v1.1.1 | 1171 | # github.com/docker/go-connections v0.4.0 |
1607 | # [1] git ls-remote https://github.com/NYTimes/gziphandler dd0439581c7657cb652dfe5c71d7d48baf39541d | 1172 | # [1] git ls-remote https://github.com/docker/go-connections 7395e3f8aa162843a74ed6d48e79627d9792ac55 |
1608 | SRCREV_gziphandler="dd0439581c7657cb652dfe5c71d7d48baf39541d" | 1173 | SRCREV_go-connections="7395e3f8aa162843a74ed6d48e79627d9792ac55" |
1609 | SRC_URI += "git://github.com/NYTimes/gziphandler;name=gziphandler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/NYTimes/gziphandler" | 1174 | 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" |
1610 | |||
1611 | # github.com/oklog/ulid v1.3.1 | ||
1612 | # [1] git ls-remote https://github.com/oklog/ulid 02a8604050d8466dd915307496174adb9be4593a | ||
1613 | SRCREV_ulid="02a8604050d8466dd915307496174adb9be4593a" | ||
1614 | SRC_URI += "git://github.com/oklog/ulid;name=ulid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/oklog/ulid" | ||
1615 | |||
1616 | # github.com/olekukonko/tablewriter v0.0.5 | ||
1617 | # [1] git ls-remote https://github.com/olekukonko/tablewriter c7d2a8a09b076b70918308a3cd95464b2ae3b5d8 | ||
1618 | SRCREV_tablewriter="c7d2a8a09b076b70918308a3cd95464b2ae3b5d8" | ||
1619 | SRC_URI += "git://github.com/olekukonko/tablewriter;name=tablewriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/olekukonko/tablewriter" | ||
1620 | |||
1621 | # github.com/OneOfOne/xxhash v1.2.2 | ||
1622 | # [1] git ls-remote https://github.com/OneOfOne/xxhash 6def279d2ce6c81a79dd1c1be580f03bb216fb8a | ||
1623 | SRCREV_xxhash1="6def279d2ce6c81a79dd1c1be580f03bb216fb8a" | ||
1624 | SRC_URI += "git://github.com/OneOfOne/xxhash;name=xxhash1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/OneOfOne/xxhash" | ||
1625 | |||
1626 | # github.com/onsi/ginkgo v1.16.5 | ||
1627 | # [1] git ls-remote https://github.com/onsi/ginkgo d38b9d946d52cd175495d30143fbecc5aff98f13 | ||
1628 | SRCREV_ginkgo="d38b9d946d52cd175495d30143fbecc5aff98f13" | ||
1629 | SRC_URI += "git://github.com/onsi/ginkgo;name=ginkgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/ginkgo" | ||
1630 | |||
1631 | # github.com/onsi/ginkgo/v2 v2.7.0 | ||
1632 | # [1] git ls-remote https://github.com/onsi/ginkgo 310a73f427c5d16ab6fd069182644e5e65b8e32b | ||
1633 | SRCREV_v21234567="310a73f427c5d16ab6fd069182644e5e65b8e32b" | ||
1634 | SRC_URI += "git://github.com/onsi/ginkgo;name=v21234567;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/ginkgo/v2" | ||
1635 | |||
1636 | # github.com/onsi/gomega v1.25.0 | ||
1637 | # [1] git ls-remote https://github.com/onsi/gomega 36400cbfd15b5fc76c4562d5317381708a9aa17a | ||
1638 | SRCREV_gomega="36400cbfd15b5fc76c4562d5317381708a9aa17a" | ||
1639 | SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/gomega" | ||
1640 | 1175 | ||
1641 | # github.com/opencontainers/go-digest v1.0.0 | 1176 | # github.com/mitchellh/go-wordwrap v1.0.1 |
1642 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a | 1177 | # [1] git ls-remote https://github.com/mitchellh/go-wordwrap ecf0936a077a4bd73a1cc2ac5c370f2b55618d62 |
1643 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" | 1178 | SRCREV_go-wordwrap="ecf0936a077a4bd73a1cc2ac5c370f2b55618d62" |
1644 | 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" | 1179 | SRC_URI += "git://github.com/mitchellh/go-wordwrap;name=go-wordwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-wordwrap" |
1645 | 1180 | ||
1646 | # github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 | 1181 | # github.com/k3s-io/etcd/client/v2 v2.305.9-k3s1 |
1647 | # [1] git ls-remote https://github.com/opencontainers/image-spec c5a74bcca799bef045e7fbe74e1b75580fd18d4c | 1182 | # [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d |
1648 | SRCREV_image-spec="c5a74bcca799bef045e7fbe74e1b75580fd18d4c" | 1183 | SRCREV_client-v2="341ce193b458049401364c20193ebd14f38fce6d" |
1649 | 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" | 1184 | SRC_URI += "git://github.com/k3s-io/etcd;name=client-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/client/v2" |
1650 | 1185 | ||
1651 | # github.com/opencontainers/runc v1.1.4 | 1186 | # gopkg.in/natefinch/lumberjack.v2 v2.0.0 |
1652 | # [1] git ls-remote https://github.com/opencontainers/runc 5fd4c4d144137e991c4acebb2146ab1483a97925 | 1187 | # [1] git ls-remote https://github.com/natefinch/lumberjack 7d6a1875575e09256dc552b4c0e450dcd02bd10e |
1653 | SRCREV_runc="5fd4c4d144137e991c4acebb2146ab1483a97925" | 1188 | SRCREV_lumberjack.v2="7d6a1875575e09256dc552b4c0e450dcd02bd10e" |
1654 | SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc" | 1189 | SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/natefinch/lumberjack.v2" |
1655 | 1190 | ||
1656 | # github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 | 1191 | # github.com/k3s-io/helm-controller v0.15.4 |
1657 | # [1] git ls-remote https://github.com/opencontainers/runtime-spec 1c3f411f041711bbeecf35ff7e93461ea6789220 | 1192 | # [1] git ls-remote https://github.com/k3s-io/helm-controller 32c2e08fa0265cbc36680d50ca766c5a73cecd85 |
1658 | SRCREV_runtime-spec="1c3f411f041711bbeecf35ff7e93461ea6789220" | 1193 | SRCREV_helm-controller="32c2e08fa0265cbc36680d50ca766c5a73cecd85" |
1659 | SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-spec" | 1194 | SRC_URI += "git://github.com/k3s-io/helm-controller;name=helm-controller;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/helm-controller" |
1660 | 1195 | ||
1661 | # github.com/opencontainers/selinux v1.10.1 | 1196 | # github.com/opencontainers/selinux v1.10.1 |
1662 | # [1] git ls-remote https://github.com/opencontainers/selinux 84e248a28e776216cd33a51fdea90a20fe308136 | 1197 | # [1] git ls-remote https://github.com/opencontainers/selinux 84e248a28e776216cd33a51fdea90a20fe308136 |
1663 | SRCREV_selinux="84e248a28e776216cd33a51fdea90a20fe308136" | 1198 | SRCREV_selinux="84e248a28e776216cd33a51fdea90a20fe308136" |
1664 | SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux" | 1199 | SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux" |
1665 | 1200 | ||
1666 | # github.com/opentracing/opentracing-go v1.1.0 | 1201 | # github.com/k3s-io/etcd/etcdutl/v3 v3.5.9-k3s1 |
1667 | # [1] git ls-remote https://github.com/opentracing/opentracing-go 659c90643e714681897ec2521c60567dd21da733 | 1202 | # [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d |
1668 | SRCREV_opentracing-go="659c90643e714681897ec2521c60567dd21da733" | 1203 | SRCREV_etcdutl-v3="341ce193b458049401364c20193ebd14f38fce6d" |
1669 | SRC_URI += "git://github.com/opentracing/opentracing-go;name=opentracing-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opentracing/opentracing-go" | 1204 | SRC_URI += "git://github.com/k3s-io/etcd;name=etcdutl-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/etcdutl/v3" |
1670 | |||
1671 | # github.com/osrg/gobgp/v3 v3.10.0 | ||
1672 | # [1] git ls-remote https://github.com/osrg/gobgp e32b28f77b0aadd0d9045d8996efa52f679b2284 | ||
1673 | SRCREV_v312="e32b28f77b0aadd0d9045d8996efa52f679b2284" | ||
1674 | SRC_URI += "git://github.com/osrg/gobgp;name=v312;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/osrg/gobgp/v3" | ||
1675 | 1205 | ||
1676 | # github.com/otiai10/copy v1.7.0 | 1206 | # github.com/Azure/azure-sdk-for-go v55.0.0+incompatible |
1677 | # [1] git ls-remote https://github.com/otiai10/copy 323db161ae97db91e6e13dbcda403fdb29c3fff8 | 1207 | # [1] git ls-remote https://github.com/Azure/azure-sdk-for-go 3640559afddbad452d265b54fb1c20b30be0b062 |
1678 | SRCREV_copy="323db161ae97db91e6e13dbcda403fdb29c3fff8" | 1208 | SRCREV_azure-sdk-for-go="3640559afddbad452d265b54fb1c20b30be0b062" |
1679 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/copy" | 1209 | SRC_URI += "git://github.com/Azure/azure-sdk-for-go;name=azure-sdk-for-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/azure-sdk-for-go" |
1680 | |||
1681 | # github.com/otiai10/curr v1.0.0 | ||
1682 | # [1] git ls-remote https://github.com/otiai10/curr 88e2f2cffa0b5f13e90ee963a321bd1b2f715561 | ||
1683 | SRCREV_curr="88e2f2cffa0b5f13e90ee963a321bd1b2f715561" | ||
1684 | SRC_URI += "git://github.com/otiai10/curr;name=curr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/curr" | ||
1685 | |||
1686 | # github.com/otiai10/mint v1.3.3 | ||
1687 | # [1] git ls-remote https://github.com/otiai10/mint f8e74d5076fdd79c3db0aa8b1dda35e603c328e5 | ||
1688 | SRCREV_mint="f8e74d5076fdd79c3db0aa8b1dda35e603c328e5" | ||
1689 | SRC_URI += "git://github.com/otiai10/mint;name=mint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/mint" | ||
1690 | |||
1691 | # github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c | ||
1692 | # [1] git ls-remote https://github.com/pascaldekloe/goe 57f6aae5913c64c9bcae5dbdffd33365b5a7f138 | ||
1693 | SRCREV_goe="57f6aae5913c64c9bcae5dbdffd33365b5a7f138" | ||
1694 | SRC_URI += "git://github.com/pascaldekloe/goe;name=goe;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pascaldekloe/goe" | ||
1695 | |||
1696 | # github.com/pborman/uuid v1.2.1 | ||
1697 | # [1] git ls-remote https://github.com/pborman/uuid 5b6091a6a160ee5ce12917b21ab96acec2a4fdc0 | ||
1698 | SRCREV_uuid12="5b6091a6a160ee5ce12917b21ab96acec2a4fdc0" | ||
1699 | SRC_URI += "git://github.com/pborman/uuid;name=uuid12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pborman/uuid" | ||
1700 | |||
1701 | # github.com/pelletier/go-toml v1.9.5 | ||
1702 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 | ||
1703 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" | ||
1704 | 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" | ||
1705 | 1210 | ||
1706 | # github.com/pelletier/go-toml/v2 v2.0.5 | 1211 | # github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a |
1707 | # [1] git ls-remote https://github.com/pelletier/go-toml 942841787a7d70422e4d8bc7d0be28ab911402df | 1212 | # [1] git ls-remote https://github.com/asaskevich/govalidator f61b66f89f4a311bef65f13e575bcf1a2ffadda6 |
1708 | SRCREV_v212345678="942841787a7d70422e4d8bc7d0be28ab911402df" | 1213 | SRCREV_govalidator="f61b66f89f4a311bef65f13e575bcf1a2ffadda6" |
1709 | SRC_URI += "git://github.com/pelletier/go-toml;name=v212345678;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml/v2" | 1214 | SRC_URI += "git://github.com/asaskevich/govalidator;name=govalidator;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/asaskevich/govalidator" |
1710 | 1215 | ||
1711 | # github.com/peterbourgon/diskv v2.0.1+incompatible | 1216 | # github.com/emicklei/go-restful/v3 v3.9.0 |
1712 | # [1] git ls-remote https://github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6 | 1217 | # [1] git ls-remote https://github.com/emicklei/go-restful ce871fa2f7069b65c784c9c708da1f00b1f2bd66 |
1713 | SRCREV_diskv="5f041e8faa004a95c88a202771f4cc3e991971e6" | 1218 | SRCREV_go-restful-v3="ce871fa2f7069b65c784c9c708da1f00b1f2bd66" |
1714 | SRC_URI += "git://github.com/peterbourgon/diskv;name=diskv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/peterbourgon/diskv" | 1219 | 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" |
1715 | 1220 | ||
1716 | # github.com/pierrec/lz4 v2.6.0+incompatible | 1221 | # github.com/go-openapi/jsonpointer v0.19.6 |
1717 | # [1] git ls-remote https://github.com/pierrec/lz4 0e583d326e0ec6b9c1ad223188dc709af385408e | 1222 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12 |
1718 | SRCREV_lz4="0e583d326e0ec6b9c1ad223188dc709af385408e" | 1223 | SRCREV_jsonpointer="5df0d69a6be189afff354877d332f9ede32afe12" |
1719 | SRC_URI += "git://github.com/pierrec/lz4;name=lz4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pierrec/lz4" | 1224 | 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" |
1720 | 1225 | ||
1721 | # github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e | 1226 | # github.com/hashicorp/go-cleanhttp v0.5.2 |
1722 | # [1] git ls-remote https://github.com/pkg/diff 20ebb0f2a09e612109b224b32f79370409108bcc | 1227 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 |
1723 | SRCREV_diff="20ebb0f2a09e612109b224b32f79370409108bcc" | 1228 | SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" |
1724 | SRC_URI += "git://github.com/pkg/diff;name=diff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/diff" | 1229 | 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" |
1725 | 1230 | ||
1726 | # github.com/pkg/errors v0.9.1 | 1231 | # github.com/mitchellh/mapstructure v1.5.0 |
1727 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 | 1232 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 |
1728 | SRCREV_errors12="614d223910a179a466c1767a985424175c39b465" | 1233 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" |
1729 | SRC_URI += "git://github.com/pkg/errors;name=errors12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" | 1234 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" |
1730 | 1235 | ||
1731 | # github.com/pkg/sftp v1.10.1 | 1236 | # github.com/nats-io/nats-server/v2 v2.9.18 |
1732 | # [1] git ls-remote https://github.com/pkg/sftp 3edd153f213d8d4191a0ee4577c61cca19436632 | 1237 | # [1] git ls-remote https://github.com/nats-io/nats-server 166eeb243c09136327a3bfdc48f8cdc384bd8816 |
1733 | SRCREV_sftp="3edd153f213d8d4191a0ee4577c61cca19436632" | 1238 | SRCREV_nats-server-v2="166eeb243c09136327a3bfdc48f8cdc384bd8816" |
1734 | SRC_URI += "git://github.com/pkg/sftp;name=sftp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/sftp" | 1239 | SRC_URI += "git://github.com/nats-io/nats-server;name=nats-server-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/nats-io/nats-server/v2" |
1735 | 1240 | ||
1736 | # github.com/pmezard/go-difflib v1.0.0 | 1241 | # golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 |
1737 | # [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 | 1242 | # [1] git ls-remote https://github.com/WireGuard/wgctrl-go 925a1e7659e675c94c1a659d39daa9141e450c7d |
1738 | SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" | 1243 | SRCREV_wgctrl="925a1e7659e675c94c1a659d39daa9141e450c7d" |
1739 | 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" | 1244 | SRC_URI += "git://github.com/WireGuard/wgctrl-go;name=wgctrl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard/wgctrl" |
1740 | 1245 | ||
1741 | # github.com/posener/complete v1.1.1 | 1246 | # github.com/rancher/dynamiclistener v0.3.6-rc2 |
1742 | # [1] git ls-remote https://github.com/posener/complete 98eb9847f27ba2008d380a32c98be474dea55bdf | 1247 | # [1] git ls-remote https://github.com/rancher/dynamiclistener 1c60bf414fd2331505a8dbd039e527ee3c7a94dc |
1743 | SRCREV_complete="98eb9847f27ba2008d380a32c98be474dea55bdf" | 1248 | SRCREV_dynamiclistener="1c60bf414fd2331505a8dbd039e527ee3c7a94dc" |
1744 | SRC_URI += "git://github.com/posener/complete;name=complete;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/posener/complete" | 1249 | SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/dynamiclistener" |
1745 | 1250 | ||
1746 | # github.com/pquerna/cachecontrol v0.1.0 | 1251 | # github.com/containernetworking/cni v1.1.2 |
1747 | # [1] git ls-remote https://github.com/pquerna/cachecontrol fb00f8a766ae43bf209f50299ce7d69669416dfb | 1252 | # [1] git ls-remote https://github.com/containernetworking/cni 3363d143688bb83ca18489ac8b9dc204c1d49c4a |
1748 | SRCREV_cachecontrol="fb00f8a766ae43bf209f50299ce7d69669416dfb" | 1253 | SRCREV_cni="3363d143688bb83ca18489ac8b9dc204c1d49c4a" |
1749 | SRC_URI += "git://github.com/pquerna/cachecontrol;name=cachecontrol;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pquerna/cachecontrol" | 1254 | SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni" |
1750 | 1255 | ||
1751 | # github.com/prometheus/client_golang v1.14.0 | 1256 | # github.com/hashicorp/go-multierror v1.1.1 |
1752 | # [1] git ls-remote https://github.com/prometheus/client_golang 254e5468413f19fb75cdad45f5ddc0b8c975188c | 1257 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 |
1753 | SRCREV_client_golang="254e5468413f19fb75cdad45f5ddc0b8c975188c" | 1258 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" |
1754 | 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" | 1259 | 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" |
1755 | 1260 | ||
1756 | # github.com/prometheus/client_model v0.3.0 | 1261 | # github.com/prometheus/client_model v0.3.0 |
1757 | # [1] git ls-remote https://github.com/prometheus/client_model 63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef | 1262 | # [1] git ls-remote https://github.com/prometheus/client_model 63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef |
1758 | SRCREV_client_model="63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef" | 1263 | SRCREV_client_model="63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef" |
1759 | 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" | 1264 | 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" |
1760 | 1265 | ||
1761 | # github.com/prometheus/common v0.39.0 | 1266 | # github.com/russross/blackfriday/v2 v2.1.0 |
1762 | # [1] git ls-remote https://github.com/prometheus/common 296ec92f02fd5e3c15443437e98b573d968eaa14 | 1267 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 |
1763 | SRCREV_common="296ec92f02fd5e3c15443437e98b573d968eaa14" | 1268 | SRCREV_blackfriday-v2="4c9bf9512682b995722660a4196c0013228e2049" |
1764 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" | 1269 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday/v2" |
1765 | |||
1766 | # github.com/prometheus/procfs v0.9.0 | ||
1767 | # [1] git ls-remote https://github.com/prometheus/procfs bb7727a9ca9b3cd1559b42ffa74e13ef7efb6283 | ||
1768 | SRCREV_procfs="bb7727a9ca9b3cd1559b42ffa74e13ef7efb6283" | ||
1769 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" | ||
1770 | |||
1771 | # github.com/prometheus/tsdb v0.7.1 | ||
1772 | # [1] git ls-remote https://github.com/prometheus/tsdb c20450564cc42983bf923c13f3fda42de709ac13 | ||
1773 | SRCREV_tsdb="c20450564cc42983bf923c13f3fda42de709ac13" | ||
1774 | SRC_URI += "git://github.com/prometheus/tsdb;name=tsdb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/tsdb" | ||
1775 | |||
1776 | # github.com/PuerkitoBio/purell v1.1.1 | ||
1777 | # [1] git ls-remote https://github.com/PuerkitoBio/purell 44968752391892e1b0d0b821ee79e9a85fa13049 | ||
1778 | SRCREV_purell="44968752391892e1b0d0b821ee79e9a85fa13049" | ||
1779 | SRC_URI += "git://github.com/PuerkitoBio/purell;name=purell;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/PuerkitoBio/purell" | ||
1780 | |||
1781 | # github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 | ||
1782 | # [1] git ls-remote https://github.com/PuerkitoBio/urlesc de5bf2ad457846296e2031421a34e2568e304e35 | ||
1783 | SRCREV_urlesc="de5bf2ad457846296e2031421a34e2568e304e35" | ||
1784 | SRC_URI += "git://github.com/PuerkitoBio/urlesc;name=urlesc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/PuerkitoBio/urlesc" | ||
1785 | |||
1786 | # github.com/rancher/dynamiclistener v0.3.5 | ||
1787 | # [1] git ls-remote https://github.com/rancher/dynamiclistener 7001abfa1f75dca934334b0c0d86186ec432f14b | ||
1788 | SRCREV_dynamiclistener="7001abfa1f75dca934334b0c0d86186ec432f14b" | ||
1789 | SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/dynamiclistener" | ||
1790 | |||
1791 | # github.com/rancher/lasso v0.0.0-20221227210133-6ea88ca2fbcc | ||
1792 | # [1] git ls-remote https://github.com/rancher/lasso 6ea88ca2fbcc8cadc89c30421b0766e9993c4b7a | ||
1793 | SRCREV_lasso="6ea88ca2fbcc8cadc89c30421b0766e9993c4b7a" | ||
1794 | SRC_URI += "git://github.com/rancher/lasso;name=lasso;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/lasso" | ||
1795 | 1270 | ||
1796 | # github.com/rancher/remotedialer v0.2.6-0.20220624190122-ea57207bf2b8 | 1271 | # sigs.k8s.io/kustomize/kustomize/v5 v5.0.1 |
1797 | # [1] git ls-remote https://github.com/rancher/remotedialer ea57207bf2b8ab346426aa81a9b04c9dee43f831 | 1272 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 39527da73ca50df19b7678b8f7e87fa94b326296 |
1798 | SRCREV_remotedialer="ea57207bf2b8ab346426aa81a9b04c9dee43f831" | 1273 | SRCREV_kustomize-v5="39527da73ca50df19b7678b8f7e87fa94b326296" |
1799 | SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/remotedialer" | 1274 | SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kustomize-v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/kustomize/kustomize/v5" |
1800 | 1275 | ||
1801 | # github.com/rancher/wharfie v0.5.1 | 1276 | # github.com/Azure/go-autorest/logger v0.2.1 |
1802 | # [1] git ls-remote https://github.com/rancher/wharfie 80cc0b0ce983af2d75be7846e006d69fa5d64570 | 1277 | # [1] git ls-remote https://github.com/Azure/go-autorest 820a319d2214dc91d083022ae5ec50070175314c |
1803 | SRCREV_wharfie="80cc0b0ce983af2d75be7846e006d69fa5d64570" | 1278 | SRCREV_logger="820a319d2214dc91d083022ae5ec50070175314c" |
1804 | SRC_URI += "git://github.com/rancher/wharfie;name=wharfie;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wharfie" | 1279 | SRC_URI += "git://github.com/Azure/go-autorest;name=logger;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/logger" |
1805 | 1280 | ||
1806 | # github.com/rancher/wrangler-cli v0.0.0-20211112052728-f172e9bf59af | 1281 | # github.com/daviddengcn/go-colortext v1.0.0 |
1807 | # [1] git ls-remote https://github.com/rancher/wrangler-cli f172e9bf59af55dca99abfc17ea137a01595eeef | 1282 | # [1] git ls-remote https://github.com/daviddengcn/go-colortext dc4cd66b56a892657c0bea8bf4389d35210ce0ee |
1808 | SRCREV_wrangler-cli="f172e9bf59af55dca99abfc17ea137a01595eeef" | 1283 | SRCREV_go-colortext="dc4cd66b56a892657c0bea8bf4389d35210ce0ee" |
1809 | SRC_URI += "git://github.com/rancher/wrangler-cli;name=wrangler-cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wrangler-cli" | 1284 | SRC_URI += "git://github.com/daviddengcn/go-colortext;name=go-colortext;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/daviddengcn/go-colortext" |
1810 | 1285 | ||
1811 | # github.com/rancher/wrangler v1.1.1 | 1286 | # github.com/go-openapi/jsonreference v0.20.1 |
1812 | # [1] git ls-remote https://github.com/rancher/wrangler 8a1858d3883c7e0eed81204b614397472449627f | 1287 | # [1] git ls-remote https://github.com/go-openapi/jsonreference 424d68cc3144e5bcb46df434f1b45d6ab8500bd6 |
1813 | SRCREV_wrangler="8a1858d3883c7e0eed81204b614397472449627f" | 1288 | SRCREV_jsonreference="424d68cc3144e5bcb46df434f1b45d6ab8500bd6" |
1814 | SRC_URI += "git://github.com/rancher/wrangler;name=wrangler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wrangler" | 1289 | 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" |
1815 | 1290 | ||
1816 | # github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446 | 1291 | # github.com/opencontainers/go-digest v1.0.0 |
1817 | # [1] git ls-remote https://github.com/remyoudompheng/bigfft 52369c62f4463a21c8ff8531194c5526322b8521 | 1292 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a |
1818 | SRCREV_bigfft="52369c62f4463a21c8ff8531194c5526322b8521" | 1293 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" |
1819 | SRC_URI += "git://github.com/remyoudompheng/bigfft;name=bigfft;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/remyoudompheng/bigfft" | 1294 | 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" |
1820 | 1295 | ||
1821 | # github.com/Rican7/retry v0.1.0 | 1296 | # github.com/prometheus/client_golang v1.14.0 |
1822 | # [1] git ls-remote https://github.com/Rican7/retry 28d17f812805614e76f170aa3c8698155ea8e019 | 1297 | # [1] git ls-remote https://github.com/prometheus/client_golang 254e5468413f19fb75cdad45f5ddc0b8c975188c |
1823 | SRCREV_retry="28d17f812805614e76f170aa3c8698155ea8e019" | 1298 | SRCREV_client_golang="254e5468413f19fb75cdad45f5ddc0b8c975188c" |
1824 | SRC_URI += "git://github.com/Rican7/retry;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Rican7/retry" | 1299 | 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" |
1825 | 1300 | ||
1826 | # github.com/robfig/cron/v3 v3.0.1 | 1301 | # github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 |
1827 | # [1] git ls-remote https://github.com/robfig/cron ccba498c397bb90a9c84945bbb0f7af2d72b6309 | 1302 | # [1] git ls-remote https://github.com/tmc/grpc-websocket-proxy 673ab2c3ae75cc01952b84b88590e30e75dcf395 |
1828 | SRCREV_v3123="ccba498c397bb90a9c84945bbb0f7af2d72b6309" | 1303 | SRCREV_grpc-websocket-proxy="673ab2c3ae75cc01952b84b88590e30e75dcf395" |
1829 | SRC_URI += "git://github.com/robfig/cron;name=v3123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/robfig/cron/v3" | 1304 | SRC_URI += "git://github.com/tmc/grpc-websocket-proxy;name=grpc-websocket-proxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tmc/grpc-websocket-proxy" |
1830 | 1305 | ||
1831 | # github.com/rogpeppe/fastuuid v1.2.0 | 1306 | # github.com/k3s-io/stargz-snapshotter v0.13.0-k3s1 |
1832 | # [1] git ls-remote https://github.com/rogpeppe/fastuuid 10c3923834d38e951ae8f627bfec2dc632c5b6cb | 1307 | # [1] git ls-remote https://github.com/k3s-io/stargz-snapshotter a756490d248070c81d8178dda7edc57d44d210e5 |
1833 | SRCREV_fastuuid="10c3923834d38e951ae8f627bfec2dc632c5b6cb" | 1308 | SRCREV_stargz-snapshotter="a756490d248070c81d8178dda7edc57d44d210e5" |
1834 | SRC_URI += "git://github.com/rogpeppe/fastuuid;name=fastuuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/fastuuid" | 1309 | SRC_URI += "git://github.com/k3s-io/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/stargz-snapshotter" |
1835 | 1310 | ||
1836 | # github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4 | 1311 | # github.com/k3s-io/etcd/client/pkg/v3 v3.5.9-k3s1 |
1837 | # [1] git ls-remote https://github.com/rogpeppe/go-charset 2471d30d28b404738b546df7aaa82c45826bc02e | 1312 | # [1] git ls-remote https://github.com/k3s-io/etcd 341ce193b458049401364c20193ebd14f38fce6d |
1838 | SRCREV_go-charset="2471d30d28b404738b546df7aaa82c45826bc02e" | 1313 | SRCREV_pkg-v3="341ce193b458049401364c20193ebd14f38fce6d" |
1839 | SRC_URI += "git://github.com/rogpeppe/go-charset;name=go-charset;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/go-charset" | 1314 | SRC_URI += "git://github.com/k3s-io/etcd;name=pkg-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/client/pkg/v3" |
1840 | 1315 | ||
1841 | # github.com/rogpeppe/go-internal v1.9.0 | 1316 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 |
1842 | # [1] git ls-remote https://github.com/rogpeppe/go-internal 7a6a5f804c24039a8741921b97ffa0c3b8998be3 | 1317 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers 43070de90fa134c9ea55cd6de4308a2ae59658d3 |
1843 | SRCREV_go-internal="7a6a5f804c24039a8741921b97ffa0c3b8998be3" | 1318 | SRCREV_go-fuzz-headers="43070de90fa134c9ea55cd6de4308a2ae59658d3" |
1844 | SRC_URI += "git://github.com/rogpeppe/go-internal;name=go-internal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/go-internal" | 1319 | 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" |
1845 | 1320 | ||
1846 | # github.com/rootless-containers/rootlesskit v1.0.1 | 1321 | # github.com/Azure/go-autorest/tracing v0.6.0 |
1847 | # [1] git ls-remote https://github.com/rootless-containers/rootlesskit 5d5f4c0c26e26a6b51d1838c23e793e5836442d0 | 1322 | # [1] git ls-remote https://github.com/Azure/go-autorest b3a0b30a7423314874b3f585289e0e260cf5fc8d |
1848 | SRCREV_rootlesskit="5d5f4c0c26e26a6b51d1838c23e793e5836442d0" | 1323 | SRCREV_tracing="b3a0b30a7423314874b3f585289e0e260cf5fc8d" |
1849 | SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/rootlesskit" | 1324 | SRC_URI += "git://github.com/Azure/go-autorest;name=tracing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/tracing" |
1850 | 1325 | ||
1851 | # github.com/rs/xid v1.4.0 | 1326 | # github.com/inconshreveable/mousetrap v1.1.0 |
1852 | # [1] git ls-remote https://github.com/rs/xid 66f8c42da230c3323ed4e29805e73eefbad41fc5 | 1327 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 |
1853 | SRCREV_xid="66f8c42da230c3323ed4e29805e73eefbad41fc5" | 1328 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" |
1854 | SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/xid" | 1329 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" |
1855 | 1330 | ||
1856 | # github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021 | 1331 | # github.com/opencontainers/image-spec v1.1.0-rc3 |
1857 | # [1] git ls-remote https://github.com/rubiojr/go-vhd 02e2102990218160c1cb608a3e9679312a3b8425 | 1332 | # [1] git ls-remote https://github.com/opencontainers/image-spec 085b884d628c42985cc2f2a99e5701f7e9b3bd1f |
1858 | SRCREV_go-vhd="02e2102990218160c1cb608a3e9679312a3b8425" | 1333 | SRCREV_image-spec="085b884d628c42985cc2f2a99e5701f7e9b3bd1f" |
1859 | SRC_URI += "git://github.com/rubiojr/go-vhd;name=go-vhd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rubiojr/go-vhd" | 1334 | 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" |
1860 | 1335 | ||
1861 | # github.com/russross/blackfriday v1.5.2 | 1336 | # github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 |
1862 | # [1] git ls-remote https://github.com/russross/blackfriday 05f3235734ad95d0016f6a23902f06461fcf567a | 1337 | # [1] git ls-remote https://github.com/seccomp/libseccomp-golang f33da4d89646b6c01cb104d81094208b83a9b8e4 |
1863 | SRCREV_blackfriday="05f3235734ad95d0016f6a23902f06461fcf567a" | ||
1864 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday" | ||
1865 | |||
1866 | # github.com/russross/blackfriday/v2 v2.1.0 | ||
1867 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 | ||
1868 | SRCREV_v2123456789="4c9bf9512682b995722660a4196c0013228e2049" | ||
1869 | SRC_URI += "git://github.com/russross/blackfriday;name=v2123456789;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday/v2" | ||
1870 | |||
1871 | # github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f | ||
1872 | # [1] git ls-remote https://github.com/ryanuber/columnize 9b3edd62028f107d7cabb19353292afd29311a4e | ||
1873 | SRCREV_columnize="9b3edd62028f107d7cabb19353292afd29311a4e" | ||
1874 | SRC_URI += "git://github.com/ryanuber/columnize;name=columnize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ryanuber/columnize" | ||
1875 | |||
1876 | # github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1 | ||
1877 | # [1] git ls-remote https://github.com/safchain/ethtool 9aa261dae9b185c85c3c35529bacc9778e207ad8 | ||
1878 | SRCREV_ethtool1="9aa261dae9b185c85c3c35529bacc9778e207ad8" | ||
1879 | SRC_URI += "git://github.com/safchain/ethtool;name=ethtool1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/safchain/ethtool" | ||
1880 | |||
1881 | # github.com/sclevine/agouti v3.0.0+incompatible | ||
1882 | # [1] git ls-remote https://github.com/sclevine/agouti e3f6c97a4077ad821daab49db8172cf9f6690faf | ||
1883 | SRCREV_agouti="e3f6c97a4077ad821daab49db8172cf9f6690faf" | ||
1884 | SRC_URI += "git://github.com/sclevine/agouti;name=agouti;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sclevine/agouti" | ||
1885 | |||
1886 | # github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 | ||
1887 | # [1] git ls-remote https://github.com/sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372 | ||
1888 | SRCREV_seed="e2103e2c35297fb7e17febb81e49b312087a2372" | ||
1889 | SRC_URI += "git://github.com/sean-/seed;name=seed;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sean-/seed" | ||
1890 | |||
1891 | # github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 | ||
1892 | # [1] git ls-remote https://github.com/seccomp/libseccomp-golang f33da4d89646b6c01cb104d81094208b83a9b8e4 | ||
1893 | SRCREV_libseccomp-golang="f33da4d89646b6c01cb104d81094208b83a9b8e4" | 1338 | SRCREV_libseccomp-golang="f33da4d89646b6c01cb104d81094208b83a9b8e4" |
1894 | SRC_URI += "git://github.com/seccomp/libseccomp-golang;name=libseccomp-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/seccomp/libseccomp-golang" | 1339 | SRC_URI += "git://github.com/seccomp/libseccomp-golang;name=libseccomp-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/seccomp/libseccomp-golang" |
1895 | 1340 | ||
1896 | # github.com/sergi/go-diff v1.1.0 | 1341 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 |
1897 | # [1] git ls-remote https://github.com/sergi/go-diff 58c5cb1602ee9676b5d3590d782bedde80706fcc | 1342 | # [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99 |
1898 | SRCREV_go-diff="58c5cb1602ee9676b5d3590d782bedde80706fcc" | ||
1899 | SRC_URI += "git://github.com/sergi/go-diff;name=go-diff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sergi/go-diff" | ||
1900 | |||
1901 | # github.com/shengdoushi/base58 v1.0.0 | ||
1902 | # [1] git ls-remote https://github.com/shengdoushi/base58 c5f44ca1af76fb63925d5fba8fa7b85870199839 | ||
1903 | SRCREV_base58="c5f44ca1af76fb63925d5fba8fa7b85870199839" | ||
1904 | SRC_URI += "git://github.com/shengdoushi/base58;name=base58;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shengdoushi/base58" | ||
1905 | |||
1906 | # github.com/shurcooL/sanitized_anchor_name v1.0.0 | ||
1907 | # [1] git ls-remote https://github.com/shurcooL/sanitized_anchor_name 7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615 | ||
1908 | SRCREV_sanitized_anchor_name="7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615" | ||
1909 | SRC_URI += "git://github.com/shurcooL/sanitized_anchor_name;name=sanitized_anchor_name;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shurcooL/sanitized_anchor_name" | ||
1910 | |||
1911 | # github.com/sirupsen/logrus v1.9.0 | ||
1912 | # [1] git ls-remote https://github.com/sirupsen/logrus f8bf7650dccb756cea26edaf9217aab85500fe07 | ||
1913 | SRCREV_logrus="f8bf7650dccb756cea26edaf9217aab85500fe07" | ||
1914 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" | ||
1915 | |||
1916 | # github.com/smartystreets/assertions v1.1.0 | ||
1917 | # [1] git ls-remote https://github.com/smartystreets/assertions b63c46aebc02f130a052a785f4f27bc938f2a4f3 | ||
1918 | SRCREV_assertions="b63c46aebc02f130a052a785f4f27bc938f2a4f3" | ||
1919 | SRC_URI += "git://github.com/smartystreets/assertions;name=assertions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/smartystreets/assertions" | ||
1920 | |||
1921 | # github.com/smartystreets/goconvey v1.6.4 | ||
1922 | # [1] git ls-remote https://github.com/smartystreets/goconvey 505e419363375c0dc132d3ac02632a4ee32199ca | ||
1923 | SRCREV_goconvey="505e419363375c0dc132d3ac02632a4ee32199ca" | ||
1924 | SRC_URI += "git://github.com/smartystreets/goconvey;name=goconvey;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/smartystreets/goconvey" | ||
1925 | |||
1926 | # github.com/soheilhy/cmux v0.1.5 | ||
1927 | # [1] git ls-remote https://github.com/soheilhy/cmux 5ec6847320e53b5fee0ab9a4757b56625a946c85 | ||
1928 | SRCREV_cmux="5ec6847320e53b5fee0ab9a4757b56625a946c85" | ||
1929 | SRC_URI += "git://github.com/soheilhy/cmux;name=cmux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/soheilhy/cmux" | ||
1930 | |||
1931 | # github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 | ||
1932 | # [1] git ls-remote https://github.com/songgao/water 2b4b6d7c09d80835e5f13f6b040d69f00a158b24 | ||
1933 | SRCREV_water="2b4b6d7c09d80835e5f13f6b040d69f00a158b24" | ||
1934 | SRC_URI += "git://github.com/songgao/water;name=water;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/songgao/water" | ||
1935 | |||
1936 | # github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 | ||
1937 | # [1] git ls-remote https://github.com/spaolacci/murmur3 f09979ecbc725b9e6d41a297405f65e7e8804acc | ||
1938 | SRCREV_murmur3="f09979ecbc725b9e6d41a297405f65e7e8804acc" | ||
1939 | SRC_URI += "git://github.com/spaolacci/murmur3;name=murmur3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spaolacci/murmur3" | ||
1940 | |||
1941 | # github.com/spf13/afero v1.9.2 | ||
1942 | # [1] git ls-remote https://github.com/spf13/afero 2a70f2bb2db1524bf2aa3ca0cfebefa8d6367b7b | ||
1943 | SRCREV_afero="2a70f2bb2db1524bf2aa3ca0cfebefa8d6367b7b" | ||
1944 | SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/afero" | ||
1945 | |||
1946 | # github.com/spf13/cast v1.5.0 | ||
1947 | # [1] git ls-remote https://github.com/spf13/cast 2b0eb0f724e320b655240e331aef36d1175986c2 | ||
1948 | SRCREV_cast="2b0eb0f724e320b655240e331aef36d1175986c2" | ||
1949 | SRC_URI += "git://github.com/spf13/cast;name=cast;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cast" | ||
1950 | |||
1951 | # github.com/spf13/cobra v1.6.1 | ||
1952 | # [1] git ls-remote https://github.com/spf13/cobra b43be995ebb4bee335a787bd44498b91aef7619c | ||
1953 | SRCREV_cobra="b43be995ebb4bee335a787bd44498b91aef7619c" | ||
1954 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" | ||
1955 | |||
1956 | # github.com/spf13/jwalterweatherman v1.1.0 | ||
1957 | # [1] git ls-remote https://github.com/spf13/jwalterweatherman 94f6ae3ed3bceceafa716478c5fbf8d29ca601a1 | ||
1958 | SRCREV_jwalterweatherman="94f6ae3ed3bceceafa716478c5fbf8d29ca601a1" | ||
1959 | SRC_URI += "git://github.com/spf13/jwalterweatherman;name=jwalterweatherman;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/jwalterweatherman" | ||
1960 | |||
1961 | # github.com/spf13/pflag v1.0.5 | ||
1962 | # [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab | ||
1963 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" | ||
1964 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" | ||
1965 | |||
1966 | # github.com/spf13/viper v1.14.0 | ||
1967 | # [1] git ls-remote https://github.com/spf13/viper b89e554a96abde447ad13a26dcc59fd00375e555 | ||
1968 | SRCREV_viper="b89e554a96abde447ad13a26dcc59fd00375e555" | ||
1969 | SRC_URI += "git://github.com/spf13/viper;name=viper;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/viper" | ||
1970 | |||
1971 | # github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 | ||
1972 | # [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99 | ||
1973 | SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99" | 1343 | SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99" |
1974 | SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stefanberger/go-pkcs11uri" | 1344 | SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stefanberger/go-pkcs11uri" |
1975 | 1345 | ||
1976 | # github.com/stoewer/go-strcase v1.2.0 | 1346 | # sigs.k8s.io/structured-merge-diff/v4 v4.2.3 |
1977 | # [1] git ls-remote https://github.com/stoewer/go-strcase 7962b205553802087345c0b4c74d57b65236f676 | 1347 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 26781d0c10bfdbd7d66b18d8be83985f623df9f8 |
1978 | SRCREV_go-strcase="7962b205553802087345c0b4c74d57b65236f676" | 1348 | SRCREV_structured-merge-diff-v4="26781d0c10bfdbd7d66b18d8be83985f623df9f8" |
1979 | SRC_URI += "git://github.com/stoewer/go-strcase;name=go-strcase;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stoewer/go-strcase" | 1349 | 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" |
1980 | |||
1981 | # github.com/stretchr/objx v0.5.0 | ||
1982 | # [1] git ls-remote https://github.com/stretchr/objx 50a2c064be99303c5dddf725da60e30fbc4f6ede | ||
1983 | SRCREV_objx="50a2c064be99303c5dddf725da60e30fbc4f6ede" | ||
1984 | SRC_URI += "git://github.com/stretchr/objx;name=objx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/objx" | ||
1985 | |||
1986 | # github.com/stretchr/testify v1.8.1 | ||
1987 | # [1] git ls-remote https://github.com/stretchr/testify b747d7c5f853d017ddbc5e623d026d7fc2770a58 | ||
1988 | SRCREV_testify1="b747d7c5f853d017ddbc5e623d026d7fc2770a58" | ||
1989 | SRC_URI += "git://github.com/stretchr/testify;name=testify1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" | ||
1990 | |||
1991 | # github.com/subosito/gotenv v1.4.1 | ||
1992 | # [1] git ls-remote https://github.com/subosito/gotenv d94fdbe829d24b31d6ac30b6beb28b6420c1778a | ||
1993 | SRCREV_gotenv="d94fdbe829d24b31d6ac30b6beb28b6420c1778a" | ||
1994 | SRC_URI += "git://github.com/subosito/gotenv;name=gotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/subosito/gotenv" | ||
1995 | |||
1996 | # github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 | ||
1997 | # [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb | ||
1998 | SRCREV_gocapability="42c35b4376354fd554efc7ad35e0b7f94e3a0ffb" | ||
1999 | SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/syndtr/gocapability" | ||
2000 | |||
2001 | # github.com/tchap/go-patricia v2.3.0+incompatible | ||
2002 | # [1] git ls-remote https://github.com/tchap/go-patricia a7f0089c6f496e8e70402f61733606daa326cac5 | ||
2003 | SRCREV_go-patricia="a7f0089c6f496e8e70402f61733606daa326cac5" | ||
2004 | SRC_URI += "git://github.com/tchap/go-patricia;name=go-patricia;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tchap/go-patricia" | ||
2005 | |||
2006 | # github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.464 | ||
2007 | # [1] git ls-remote https://github.com/tencentcloud/tencentcloud-sdk-go d477165e505839fc30b1012ba13b3c2ba22b4fcd | ||
2008 | SRCREV_common1="d477165e505839fc30b1012ba13b3c2ba22b4fcd" | ||
2009 | SRC_URI += "git://github.com/tencentcloud/tencentcloud-sdk-go;name=common1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common" | ||
2010 | |||
2011 | # github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 | ||
2012 | # [1] git ls-remote https://github.com/tmc/grpc-websocket-proxy 673ab2c3ae75cc01952b84b88590e30e75dcf395 | ||
2013 | SRCREV_grpc-websocket-proxy="673ab2c3ae75cc01952b84b88590e30e75dcf395" | ||
2014 | SRC_URI += "git://github.com/tmc/grpc-websocket-proxy;name=grpc-websocket-proxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tmc/grpc-websocket-proxy" | ||
2015 | |||
2016 | # github.com/ugorji/go v1.1.4 | ||
2017 | # [1] git ls-remote https://github.com/ugorji/go 2adff0894ba3bc2eeb9f9aea45fefd49802e1a13 | ||
2018 | SRCREV_go1234="2adff0894ba3bc2eeb9f9aea45fefd49802e1a13" | ||
2019 | SRC_URI += "git://github.com/ugorji/go;name=go1234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ugorji/go" | ||
2020 | |||
2021 | # github.com/urfave/cli v1.22.9 | ||
2022 | # [1] git ls-remote https://github.com/urfave/cli 575b8b484800dff928fe8755d61fea64571bc191 | ||
2023 | SRCREV_cli12="575b8b484800dff928fe8755d61fea64571bc191" | ||
2024 | SRC_URI += "git://github.com/urfave/cli;name=cli12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli" | ||
2025 | |||
2026 | # github.com/urfave/cli/v2 v2.11.2 | ||
2027 | # [1] git ls-remote https://github.com/urfave/cli e3ee4fb3efd94cfa74c06fc3654b901d97a84966 | ||
2028 | SRCREV_v212345678910="e3ee4fb3efd94cfa74c06fc3654b901d97a84966" | ||
2029 | SRC_URI += "git://github.com/urfave/cli;name=v212345678910;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli/v2" | ||
2030 | |||
2031 | # github.com/urfave/negroni v1.0.0 | ||
2032 | # [1] git ls-remote https://github.com/urfave/negroni c6a59be0ce122566695fbd5e48a77f8f10c8a63a | ||
2033 | SRCREV_negroni="c6a59be0ce122566695fbd5e48a77f8f10c8a63a" | ||
2034 | SRC_URI += "git://github.com/urfave/negroni;name=negroni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/negroni" | ||
2035 | |||
2036 | # github.com/u-root/uio v0.0.0-20210528114334-82958018845c | ||
2037 | # [1] git ls-remote https://github.com/u-root/uio 82958018845cfb6b02c09e57c390e67c1d81ee95 | ||
2038 | SRCREV_uio="82958018845cfb6b02c09e57c390e67c1d81ee95" | ||
2039 | SRC_URI += "git://github.com/u-root/uio;name=uio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/u-root/uio" | ||
2040 | |||
2041 | # github.com/vbatts/tar-split v0.11.2 | ||
2042 | # [1] git ls-remote https://github.com/vbatts/tar-split 80a436fd6164c557b131f7c59ed69bd81af69761 | ||
2043 | SRCREV_tar-split="80a436fd6164c557b131f7c59ed69bd81af69761" | ||
2044 | SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vbatts/tar-split" | ||
2045 | |||
2046 | # github.com/vishvananda/netlink v1.2.1-beta.2 | ||
2047 | # [1] git ls-remote https://github.com/vishvananda/netlink 5e915e0149386ce3d02379ff93f4c0a5601779d5 | ||
2048 | SRCREV_netlink1="5e915e0149386ce3d02379ff93f4c0a5601779d5" | ||
2049 | SRC_URI += "git://github.com/vishvananda/netlink;name=netlink1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink" | ||
2050 | |||
2051 | # github.com/vishvananda/netns v0.0.2 | ||
2052 | # [1] git ls-remote https://github.com/vishvananda/netns a33d97be0eab337da0bc14dfbc9cafdb73a2582a | ||
2053 | SRCREV_netns="a33d97be0eab337da0bc14dfbc9cafdb73a2582a" | ||
2054 | SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns" | ||
2055 | |||
2056 | # github.com/vmware/govmomi v0.20.3 | ||
2057 | # [1] git ls-remote https://github.com/vmware/govmomi fdd277866f1ef3959c564881e297bb7a6baa5daa | ||
2058 | SRCREV_govmomi="fdd277866f1ef3959c564881e297bb7a6baa5daa" | ||
2059 | SRC_URI += "git://github.com/vmware/govmomi;name=govmomi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vmware/govmomi" | ||
2060 | |||
2061 | # github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 | ||
2062 | # [1] git ls-remote https://github.com/xiang90/probing a49e3df8f510ee8b42e68345ca4636dbb161bd0a | ||
2063 | SRCREV_probing="a49e3df8f510ee8b42e68345ca4636dbb161bd0a" | ||
2064 | SRC_URI += "git://github.com/xiang90/probing;name=probing;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xiang90/probing" | ||
2065 | |||
2066 | # github.com/xlab/treeprint v1.1.0 | ||
2067 | # [1] git ls-remote https://github.com/xlab/treeprint 31541c3fc088ae2b344370e3b1141f999ef3d03a | ||
2068 | SRCREV_treeprint="31541c3fc088ae2b344370e3b1141f999ef3d03a" | ||
2069 | SRC_URI += "git://github.com/xlab/treeprint;name=treeprint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xlab/treeprint" | ||
2070 | 1350 | ||
2071 | # github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 | 1351 | # github.com/Azure/go-autorest/autorest v0.11.27 |
2072 | # [1] git ls-remote https://github.com/xordataexchange/crypt b2862e3d0a775f18c7cfe02273500ae307b61218 | 1352 | # [1] git ls-remote https://github.com/Azure/go-autorest 7525a9bd0079c3842a7e11a93bd76166e915b0f1 |
2073 | SRCREV_crypt1="b2862e3d0a775f18c7cfe02273500ae307b61218" | 1353 | SRCREV_autorest="7525a9bd0079c3842a7e11a93bd76166e915b0f1" |
2074 | SRC_URI += "git://github.com/xordataexchange/crypt;name=crypt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xordataexchange/crypt" | 1354 | SRC_URI += "git://github.com/Azure/go-autorest;name=autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest" |
2075 | 1355 | ||
2076 | # github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 | 1356 | # github.com/cyphar/filepath-securejoin v0.2.3 |
2077 | # [1] git ls-remote https://github.com/xrash/smetrics 039620a656736e6ad994090895784a7af15e0b80 | 1357 | # [1] git ls-remote https://github.com/cyphar/filepath-securejoin 8f267f5ea675a20a2cb5e91011d063721f53bf79 |
2078 | SRCREV_smetrics="039620a656736e6ad994090895784a7af15e0b80" | 1358 | SRCREV_filepath-securejoin="8f267f5ea675a20a2cb5e91011d063721f53bf79" |
2079 | SRC_URI += "git://github.com/xrash/smetrics;name=smetrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xrash/smetrics" | 1359 | SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyphar/filepath-securejoin" |
2080 | 1360 | ||
2081 | # github.com/yl2chen/cidranger v1.0.2 | 1361 | # github.com/hashicorp/go-retryablehttp v0.7.2 |
2082 | # [1] git ls-remote https://github.com/yl2chen/cidranger 7ff5a0e84593dad6fbd50551343618d7956b3c71 | 1362 | # [1] git ls-remote https://github.com/hashicorp/go-retryablehttp a53bec1353a135f9548327f10bb8459bfe96e2d8 |
2083 | SRCREV_cidranger="7ff5a0e84593dad6fbd50551343618d7956b3c71" | 1363 | SRCREV_go-retryablehttp="a53bec1353a135f9548327f10bb8459bfe96e2d8" |
2084 | SRC_URI += "git://github.com/yl2chen/cidranger;name=cidranger;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yl2chen/cidranger" | 1364 | SRC_URI += "git://github.com/hashicorp/go-retryablehttp;name=go-retryablehttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-retryablehttp" |
2085 | 1365 | ||
2086 | # github.com/yuin/goldmark v1.4.13 | 1366 | # github.com/libopenstorage/openstorage v1.0.0 |
2087 | # [1] git ls-remote https://github.com/yuin/goldmark c0856327b39b00b39b5d7e1f5ed0eed8bb1b6a23 | 1367 | # [1] git ls-remote https://github.com/libopenstorage/openstorage 093a0c3888753c2056e7373183693d670c6bba01 |
2088 | SRCREV_goldmark="c0856327b39b00b39b5d7e1f5ed0eed8bb1b6a23" | 1368 | SRCREV_openstorage="093a0c3888753c2056e7373183693d670c6bba01" |
2089 | SRC_URI += "git://github.com/yuin/goldmark;name=goldmark;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuin/goldmark" | 1369 | SRC_URI += "git://github.com/libopenstorage/openstorage;name=openstorage;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libopenstorage/openstorage" |
2090 | |||
2091 | # go.etcd.io/bbolt v1.3.6 | ||
2092 | # [1] git ls-remote https://github.com/etcd-io/bbolt 685b13a4ef0053a4a38623bcebda621db6f7eaf7 | ||
2093 | SRCREV_bbolt1="685b13a4ef0053a4a38623bcebda621db6f7eaf7" | ||
2094 | SRC_URI += "git://github.com/etcd-io/bbolt;name=bbolt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.etcd.io/bbolt" | ||
2095 | |||
2096 | # github.com/k3s-io/etcd/api/v3 v3.5.3-k3s1 | ||
2097 | # [1] git ls-remote https://github.com/k3s-io/etcd 73bb1a04099d1788a62f15ad33838beb170566ae | ||
2098 | SRCREV_v31234="73bb1a04099d1788a62f15ad33838beb170566ae" | ||
2099 | SRC_URI += "git://github.com/k3s-io/etcd;name=v31234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/api/v3" | ||
2100 | |||
2101 | # go.etcd.io/etcd/client/v2 v2.305.4 | ||
2102 | # [1] git ls-remote https://github.com/etcd-io/etcd 08407ff7600eb16c4445d5f21c4fafaf19412e24 | ||
2103 | SRCREV_v21234567891011="08407ff7600eb16c4445d5f21c4fafaf19412e24" | ||
2104 | SRC_URI += "git://github.com/etcd-io/etcd;name=v21234567891011;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/v2" | ||
2105 | |||
2106 | # golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd | ||
2107 | # [1] git ls-remote https://github.com/golang/crypto 3147a52a75dda54ac3a611ef8978640d85188a2a | ||
2108 | SRCREV_crypto="3147a52a75dda54ac3a611ef8978640d85188a2a" | ||
2109 | SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" | ||
2110 | |||
2111 | # golang.org/x/exp v0.0.0-20221230185412-738e83a70c30 | ||
2112 | # [1] git ls-remote https://github.com/golang/exp 738e83a70c30f911505a0bd60423552d6a5c6a66 | ||
2113 | SRCREV_exp="738e83a70c30f911505a0bd60423552d6a5c6a66" | ||
2114 | SRC_URI += "git://github.com/golang/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp" | ||
2115 | |||
2116 | # golang.org/x/image v0.0.0-20190802002840-cff245a6509b | ||
2117 | # [1] git ls-remote https://github.com/golang/image cff245a6509b8c4de022d0d5b9037c503c5989d6 | ||
2118 | SRCREV_image="cff245a6509b8c4de022d0d5b9037c503c5989d6" | ||
2119 | SRC_URI += "git://github.com/golang/image;name=image;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/image" | ||
2120 | |||
2121 | # golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 | ||
2122 | # [1] git ls-remote https://github.com/golang/lint 6edffad5e6160f5949cdefc81710b2706fbcd4f6 | ||
2123 | SRCREV_lint="6edffad5e6160f5949cdefc81710b2706fbcd4f6" | ||
2124 | SRC_URI += "git://github.com/golang/lint;name=lint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/lint" | ||
2125 | |||
2126 | # golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f | ||
2127 | # [1] git ls-remote https://github.com/golang/mobile e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9 | ||
2128 | SRCREV_mobile="e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9" | ||
2129 | SRC_URI += "git://github.com/golang/mobile;name=mobile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mobile" | ||
2130 | |||
2131 | # golang.org/x/mod v0.8.0 | ||
2132 | # [1] git ls-remote https://github.com/golang/mod b71060237c896c7c9fc602ab66e33ea6079659fa | ||
2133 | SRCREV_mod="b71060237c896c7c9fc602ab66e33ea6079659fa" | ||
2134 | SRC_URI += "git://github.com/golang/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod" | ||
2135 | |||
2136 | # golang.org/x/net v0.7.0 | ||
2137 | # [1] git ls-remote https://github.com/golang/net 8e2b117aee74f6b86c207a808b0255de45c0a18a | ||
2138 | SRCREV_net="8e2b117aee74f6b86c207a808b0255de45c0a18a" | ||
2139 | SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" | ||
2140 | |||
2141 | # golang.org/x/oauth2 v0.3.0 | ||
2142 | # [1] git ls-remote https://github.com/golang/oauth2 b177c21ac9b48a8e3b2a6824b49de2397bd9e721 | ||
2143 | SRCREV_oauth2="b177c21ac9b48a8e3b2a6824b49de2397bd9e721" | ||
2144 | SRC_URI += "git://github.com/golang/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2" | ||
2145 | |||
2146 | # golang.org/x/sync v0.1.0 | ||
2147 | # [1] git ls-remote https://github.com/golang/sync 8fcdb60fdcc0539c5e357b2308249e4e752147f1 | ||
2148 | SRCREV_sync="8fcdb60fdcc0539c5e357b2308249e4e752147f1" | ||
2149 | SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" | ||
2150 | 1370 | ||
2151 | # golang.org/x/sys v0.2.0 | 1371 | # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652 |
2152 | # [1] git ls-remote https://github.com/golang/sys fc697a31fa06b616162e34fd66047ab52722ba6c | 1372 | # [1] git ls-remote https://github.com/AdamKorcz/go-118-fuzz-build 5330a85ea6528bb00bea0417b6d61f30deb61f2c |
2153 | SRCREV_sys="fc697a31fa06b616162e34fd66047ab52722ba6c" | 1373 | SRCREV_go-118-fuzz-build="5330a85ea6528bb00bea0417b6d61f30deb61f2c" |
2154 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" | 1374 | SRC_URI += "git://github.com/AdamKorcz/go-118-fuzz-build;name=go-118-fuzz-build;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdamKorcz/go-118-fuzz-build" |
2155 | 1375 | ||
2156 | # golang.org/x/term v0.5.0 | 1376 | # github.com/bronze1man/goStrongswanVici v0.0.0-20201105010758-936f38b697fd |
2157 | # [1] git ls-remote https://github.com/golang/term d974fe83263b348b6fa9fb95bebc2ff93997880a | 1377 | # [1] git ls-remote https://github.com/bronze1man/goStrongswanVici 936f38b697fd9a0054eee1469fee9d51199d4e66 |
2158 | SRCREV_term1="d974fe83263b348b6fa9fb95bebc2ff93997880a" | 1378 | SRCREV_goStrongswanVici="936f38b697fd9a0054eee1469fee9d51199d4e66" |
2159 | SRC_URI += "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" | 1379 | SRC_URI += "git://github.com/bronze1man/goStrongswanVici;name=goStrongswanVici;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bronze1man/goStrongswanVici" |
2160 | 1380 | ||
2161 | # golang.org/x/text v0.7.0 | 1381 | # github.com/containernetworking/plugins v1.2.0 |
2162 | # [1] git ls-remote https://github.com/golang/text 71a9c9afc4cd710b9412f7f99f0d8e35b10e488a | 1382 | # [1] git ls-remote https://github.com/containernetworking/plugins c4d24e80d64393d2c632a825a3486d1c2c0248ec |
2163 | SRCREV_text1="71a9c9afc4cd710b9412f7f99f0d8e35b10e488a" | 1383 | SRCREV_plugins="c4d24e80d64393d2c632a825a3486d1c2c0248ec" |
2164 | SRC_URI += "git://github.com/golang/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" | 1384 | SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins" |
2165 | 1385 | ||
2166 | # golang.org/x/time v0.3.0 | 1386 | # github.com/google/go-containerregistry v0.7.0 |
2167 | # [1] git ls-remote https://github.com/golang/time 2c09566ef13fb5556401ddff3c53c3dbc2a42dac | 1387 | # [1] git ls-remote https://github.com/google/go-containerregistry 542cd568cb6abd9dfa1d11a8d9b8812678aab8ff |
2168 | SRCREV_time="2c09566ef13fb5556401ddff3c53c3dbc2a42dac" | 1388 | SRCREV_go-containerregistry="542cd568cb6abd9dfa1d11a8d9b8812678aab8ff" |
2169 | SRC_URI += "git://github.com/golang/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time" | 1389 | SRC_URI += "git://github.com/google/go-containerregistry;name=go-containerregistry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-containerregistry" |
2170 | |||
2171 | # golang.org/x/tools v0.6.0 | ||
2172 | # [1] git ls-remote https://github.com/golang/tools d0863f03daeff79ab917de5768285bb077f77b20 | ||
2173 | SRCREV_tools="d0863f03daeff79ab917de5768285bb077f77b20" | ||
2174 | SRC_URI += "git://github.com/golang/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools" | ||
2175 | |||
2176 | # golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 | ||
2177 | # [1] git ls-remote https://github.com/golang/xerrors 5ec99f83aff198f5fbd629d6c8d8eb38a04218ca | ||
2178 | SRCREV_xerrors="5ec99f83aff198f5fbd629d6c8d8eb38a04218ca" | ||
2179 | SRC_URI += "git://github.com/golang/xerrors;name=xerrors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/xerrors" | ||
2180 | |||
2181 | # [2] failed: fatal: repository 'https://git.zx2c4.com/' not found | ||
2182 | # site; golang.zx2c4.com/go118/netip | ||
2183 | # git ls-remote https://git.zx2c4.com a4a02eeacf9d | ||
2184 | # SRCREV_netip="deadbeef" | ||
2185 | # SRC_URI += "git://git.zx2c4.com;name=netip;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/go118/netip" | ||
2186 | |||
2187 | # golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 | ||
2188 | # [1] git ls-remote https://git.zx2c4.com/wintun-go 415007cec224e00ca8633a5d70c258cf9ab0cddd | ||
2189 | SRCREV_wintun="415007cec224e00ca8633a5d70c258cf9ab0cddd" | ||
2190 | SRC_URI += "git://git.zx2c4.com/wintun-go;name=wintun;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wintun" | ||
2191 | |||
2192 | # golang.zx2c4.com/wireguard v0.0.0-20220117163742-e0b8f11489c5 | ||
2193 | # [1] git ls-remote https://git.zx2c4.com/wireguard-go e0b8f11489c57cbb38b12ae446cf41c4df6ac553 | ||
2194 | SRCREV_wireguard="e0b8f11489c57cbb38b12ae446cf41c4df6ac553" | ||
2195 | SRC_URI += "git://git.zx2c4.com/wireguard-go;name=wireguard;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard" | ||
2196 | 1390 | ||
2197 | # golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211230205640-daad0b7ba671 | 1391 | # github.com/grpc-ecosystem/grpc-gateway v1.16.0 |
2198 | # [1] git ls-remote https://github.com/WireGuard/wgctrl-go daad0b7ba671c0e628de07c6d16d24dbd0d8a55e | 1392 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 094a6fe78b3ca888297d090185cdf30f0e42e157 |
2199 | SRCREV_wgctrl="daad0b7ba671c0e628de07c6d16d24dbd0d8a55e" | 1393 | SRCREV_grpc-gateway="094a6fe78b3ca888297d090185cdf30f0e42e157" |
2200 | SRC_URI += "git://github.com/WireGuard/wgctrl-go;name=wgctrl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard/wgctrl" | 1394 | SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway" |
2201 | 1395 | ||
2202 | # go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 | 1396 | # github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 |
2203 | # [1] git ls-remote https://github.com/mozilla-services/pkcs7 432b2356ecb18209c1cec25680b8a23632794f21 | 1397 | # [1] git ls-remote https://github.com/monochromegane/go-gitignore 205db1a8cc001de79230472da52edde4974df734 |
2204 | SRCREV_pkcs7="432b2356ecb18209c1cec25680b8a23632794f21" | 1398 | SRCREV_go-gitignore="205db1a8cc001de79230472da52edde4974df734" |
2205 | SRC_URI += "git://github.com/mozilla-services/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.mozilla.org/pkcs7" | 1399 | SRC_URI += "git://github.com/monochromegane/go-gitignore;name=go-gitignore;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/monochromegane/go-gitignore" |
2206 | 1400 | ||
2207 | # gonum.org/v1/gonum v0.6.2 | 1401 | # github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78 |
2208 | # [1] git ls-remote https://github.com/gonum/gonum v0.6.2 | 1402 | # [1] git ls-remote https://github.com/opencontainers/runtime-spec 494a5a6aca782455c0fbfc35af8e12f04e98a55e |
2209 | SRCREV_gonum="402b1e2868774b0eee0ec7c85bb9a7b36cf650ae" | 1403 | SRCREV_runtime-spec="494a5a6aca782455c0fbfc35af8e12f04e98a55e" |
2210 | SRC_URI += "git://github.com/gonum/gonum;name=gonum;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gonum.org/v1/gonum" | 1404 | SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-spec" |
2211 | |||
2212 | # gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e | ||
2213 | # [1] git ls-remote https://github.com/gonum/netlib 76723241ea4ea9096177178f67ff221166249992 | ||
2214 | SRCREV_netlib="76723241ea4ea9096177178f67ff221166249992" | ||
2215 | SRC_URI += "git://github.com/gonum/netlib;name=netlib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gonum/netlib" | ||
2216 | |||
2217 | # gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b | ||
2218 | # [1] git ls-remote https://github.com/gonum/plot e2840ee46a6b612972d746f9fea9920d329a0605 | ||
2219 | SRCREV_plot="e2840ee46a6b612972d746f9fea9920d329a0605" | ||
2220 | SRC_URI += "git://github.com/gonum/plot;name=plot;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gonum/plot" | ||
2221 | |||
2222 | # [2] failed: fatal: https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgolang%2Fvulndb%2Fissues%2Fnew%3Fassignees%3D%26labels%3DNeeds%2BTriage%252CDirect%2BExternal%2BReport%26template%3Dnew_third_party_vuln.yml%26title%3Dx%252Fvulndb%253A%2Bpotential%2BGo%2Bvuln%2Bin%2Bgoogle.golang.org%252fapi/info/refs not valid: is this a git repository? | ||
2223 | # site; google.golang.org/api | ||
2224 | # git ls-remote https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgolang%2Fvulndb%2Fissues%2Fnew%3Fassignees%3D%26labels%3DNeeds%2BTriage%252CDirect%2BExternal%2BReport%26template%3Dnew_third_party_vuln.yml%26title%3Dx%252Fvulndb%253A%2Bpotential%2BGo%2Bvuln%2Bin%2Bgoogle.golang.org%252fapi v0.60.0 | ||
2225 | # SRCREV_api1="deadbeef" | ||
2226 | # SRC_URI += "git://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgolang%2Fvulndb%2Fissues%2Fnew%3Fassignees%3D%26labels%3DNeeds%2BTriage%252CDirect%2BExternal%2BReport%26template%3Dnew_third_party_vuln.yml%26title%3Dx%252Fvulndb%253A%2Bpotential%2BGo%2Bvuln%2Bin%2Bgoogle.golang.org%252fapi;name=api1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/api" | ||
2227 | |||
2228 | # google.golang.org/appengine v1.6.7 | ||
2229 | # [1] git ls-remote https://github.com/golang/appengine 5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a | ||
2230 | SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a" | ||
2231 | SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/appengine" | ||
2232 | |||
2233 | # google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 | ||
2234 | # [1] git ls-remote https://github.com/googleapis/go-genproto 42d7afdf6368b172d1756705e51339afa412e4f9 | ||
2235 | SRCREV_genproto="42d7afdf6368b172d1756705e51339afa412e4f9" | ||
2236 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/go-genproto" | ||
2237 | |||
2238 | # google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 | ||
2239 | # [1] git ls-remote https://github.com/grpc/grpc-go 938f6e2f7550e542bd78f3b9e8812665db109e02 | ||
2240 | SRCREV_protoc-gen-go-grpc="938f6e2f7550e542bd78f3b9e8812665db109e02" | ||
2241 | SRC_URI += "git://github.com/grpc/grpc-go;name=protoc-gen-go-grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc/grpc-go" | ||
2242 | |||
2243 | # google.golang.org/grpc v1.40.0 | ||
2244 | # [1] git ls-remote https://github.com/grpc/grpc-go 41e044e1c82fcf6a5801d6cbd7ecf952505eecb1 | ||
2245 | SRCREV_grpc="41e044e1c82fcf6a5801d6cbd7ecf952505eecb1" | ||
2246 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc/grpc-go41e044e1c82fcf6a5801d6cbd7ecf952505eecb1" | ||
2247 | |||
2248 | # google.golang.org/protobuf v1.28.1 | ||
2249 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 6875c3d7242d1a3db910ce8a504f124cb840c23a | ||
2250 | SRCREV_protobuf12="6875c3d7242d1a3db910ce8a504f124cb840c23a" | ||
2251 | SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/protocolbuffers/protobuf-go" | ||
2252 | |||
2253 | # go.opencensus.io v0.23.0 | ||
2254 | # [1] git ls-remote https://github.com/census-instrumentation/opencensus-go 49838f207d61097fc0ebb8aeef306913388376ca | ||
2255 | SRCREV_go.opencensus.io="49838f207d61097fc0ebb8aeef306913388376ca" | ||
2256 | SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opencensus.io" | ||
2257 | 1405 | ||
2258 | # go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.20.0 | 1406 | # github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 |
2259 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 0e5bef9af1c708e28aabcadd3fd8b35c36526e44 | 1407 | # [1] git ls-remote https://github.com/opencontainers/runtime-tools 2e043c6bd62639199bdd0d5f0c5082797de4de2a |
2260 | SRCREV_otelrestful="0e5bef9af1c708e28aabcadd3fd8b35c36526e44" | 1408 | SRCREV_runtime-tools="2e043c6bd62639199bdd0d5f0c5082797de4de2a" |
2261 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelrestful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/github.com/emicklei/go-restful/otelrestful" | 1409 | SRC_URI += "git://github.com/opencontainers/runtime-tools;name=runtime-tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-tools" |
2262 | |||
2263 | # go.opentelemetry.io/otel/exporters/otlp v0.20.0 | ||
2264 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 02d8bdd5d9163f32c48f4db23bf2e589f89f16c0 | ||
2265 | SRCREV_otlp="02d8bdd5d9163f32c48f4db23bf2e589f89f16c0" | ||
2266 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp" | ||
2267 | |||
2268 | # go.opentelemetry.io/proto/otlp v0.7.0 | ||
2269 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 4fc4e99f9e4387bc9890e74f757d3994ffa384ce | ||
2270 | SRCREV_otlp1="4fc4e99f9e4387bc9890e74f757d3994ffa384ce" | ||
2271 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp" | ||
2272 | |||
2273 | # gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
2274 | # [1] git ls-remote https://gopkg.in/alecthomas/kingpin.v2 947dcec5ba9c011838740e680966fd7087a71d0d | ||
2275 | SRCREV_kingpin.v2="947dcec5ba9c011838740e680966fd7087a71d0d" | ||
2276 | SRC_URI += "git://gopkg.in/alecthomas/kingpin.v2;name=kingpin.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/alecthomas/kingpin.v2" | ||
2277 | |||
2278 | # gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c | ||
2279 | # [1] git ls-remote https://gopkg.in/check.v1 10cb98267c6cb43ea9cd6793f29ff4089c306974 | ||
2280 | SRCREV_check.v1="10cb98267c6cb43ea9cd6793f29ff4089c306974" | ||
2281 | SRC_URI += "git://gopkg.in/check.v1;name=check.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/check.v1" | ||
2282 | |||
2283 | # gopkg.in/errgo.v2 v2.1.0 | ||
2284 | # [1] git ls-remote https://gopkg.in/errgo.v2 f768c5ab0476c50e978b039312180859c10fe8c0 | ||
2285 | SRCREV_errgo.v2="f768c5ab0476c50e978b039312180859c10fe8c0" | ||
2286 | SRC_URI += "git://gopkg.in/errgo.v2;name=errgo.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/errgo.v2" | ||
2287 | |||
2288 | # gopkg.in/fsnotify.v1 v1.4.7 | ||
2289 | # [1] git ls-remote https://gopkg.in/fsnotify.v1 c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9 | ||
2290 | SRCREV_fsnotify.v1="c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9" | ||
2291 | SRC_URI += "git://gopkg.in/fsnotify.v1;name=fsnotify.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/fsnotify.v1" | ||
2292 | |||
2293 | # gopkg.in/gcfg.v1 v1.2.0 | ||
2294 | # [1] git ls-remote https://gopkg.in/gcfg.v1 27e4946190b4a327b539185f2b5b1f7c84730728 | ||
2295 | SRCREV_gcfg.v1="27e4946190b4a327b539185f2b5b1f7c84730728" | ||
2296 | SRC_URI += "git://gopkg.in/gcfg.v1;name=gcfg.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gcfg.v1" | ||
2297 | 1410 | ||
2298 | # gopkg.in/inf.v0 v0.9.1 | 1411 | # github.com/Azure/go-autorest/autorest/to v0.4.0 |
2299 | # [1] git ls-remote https://gopkg.in/inf.v0 d2d2541c53f18d2a059457998ce2876cc8e67cbf | 1412 | # [1] git ls-remote https://github.com/Azure/go-autorest b3a0b30a7423314874b3f585289e0e260cf5fc8d |
2300 | SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" | 1413 | SRCREV_to="b3a0b30a7423314874b3f585289e0e260cf5fc8d" |
2301 | SRC_URI += "git://gopkg.in/inf.v0;name=inf.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/inf.v0" | 1414 | SRC_URI += "git://github.com/Azure/go-autorest;name=to;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/to" |
2302 | 1415 | ||
2303 | # gopkg.in/ini.v1 v1.67.0 | 1416 | # github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 |
2304 | # [1] git ls-remote https://gopkg.in/ini.v1 b2f570e5b5b844226bbefe6fb521d891f529a951 | 1417 | # [1] git ls-remote https://github.com/antlr/antlr4 cd8f367ca010eb59defadf3df622793bc3a8afe2 |
2305 | SRCREV_ini.v1="b2f570e5b5b844226bbefe6fb521d891f529a951" | 1418 | SRCREV_antlr="cd8f367ca010eb59defadf3df622793bc3a8afe2" |
2306 | SRC_URI += "git://gopkg.in/ini.v1;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1" | 1419 | SRC_URI += "git://github.com/antlr/antlr4;name=antlr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/antlr/antlr4/runtime/Go/antlr" |
2307 | 1420 | ||
2308 | # gopkg.in/natefinch/lumberjack.v2 v2.0.0 | 1421 | # github.com/checkpoint-restore/go-criu/v5 v5.3.0 |
2309 | # [1] git ls-remote https://gopkg.in/natefinch/lumberjack.v2 7d6a1875575e09256dc552b4c0e450dcd02bd10e | 1422 | # [1] git ls-remote https://github.com/checkpoint-restore/go-criu e3059103a5cf6adca2183e08c0315e8d8d5135a5 |
2310 | SRCREV_lumberjack.v2="7d6a1875575e09256dc552b4c0e450dcd02bd10e" | 1423 | SRCREV_v5="e3059103a5cf6adca2183e08c0315e8d8d5135a5" |
2311 | SRC_URI += "git://gopkg.in/natefinch/lumberjack.v2;name=lumberjack.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/natefinch/lumberjack.v2" | 1424 | SRC_URI += "git://github.com/checkpoint-restore/go-criu;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/checkpoint-restore/go-criu/v5" |
2312 | 1425 | ||
2313 | # gopkg.in/resty.v1 v1.12.0 | 1426 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 |
2314 | # [1] git ls-remote https://gopkg.in/resty.v1 fa5875c0caa5c260ab78acec5a244215a730247f | 1427 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 9bff7b14fab8aace99d7febe4ae1ee4fac526eca |
2315 | SRCREV_resty.v1="fa5875c0caa5c260ab78acec5a244215a730247f" | 1428 | SRCREV_grpc-gateway-v2="9bff7b14fab8aace99d7febe4ae1ee4fac526eca" |
2316 | SRC_URI += "git://gopkg.in/resty.v1;name=resty.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/resty.v1" | 1429 | 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" |
2317 | 1430 | ||
2318 | # gopkg.in/square/go-jose.v2 v2.2.2 | 1431 | # github.com/rootless-containers/rootlesskit v1.0.1 |
2319 | # [1] git ls-remote https://gopkg.in/square/go-jose.v2 e94fb177d3668d35ab39c61cbb2f311550557e83 | 1432 | # [1] git ls-remote https://github.com/rootless-containers/rootlesskit 5d5f4c0c26e26a6b51d1838c23e793e5836442d0 |
2320 | SRCREV_go-jose.v2="e94fb177d3668d35ab39c61cbb2f311550557e83" | 1433 | SRCREV_rootlesskit="5d5f4c0c26e26a6b51d1838c23e793e5836442d0" |
2321 | SRC_URI += "git://gopkg.in/square/go-jose.v2;name=go-jose.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/square/go-jose.v2" | 1434 | SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/rootlesskit" |
2322 | 1435 | ||
2323 | # gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 | 1436 | # github.com/Azure/go-autorest/autorest/adal v0.9.20 |
2324 | # [1] git ls-remote https://gopkg.in/tomb.v1 dd632973f1e7218eb1089048e0798ec9ae7dceb8 | 1437 | # [1] git ls-remote https://github.com/Azure/go-autorest 7dd32b67be4e6c9386b9ba7b1c44a51263f05270 |
2325 | SRCREV_tomb.v1="dd632973f1e7218eb1089048e0798ec9ae7dceb8" | 1438 | SRCREV_adal="7dd32b67be4e6c9386b9ba7b1c44a51263f05270" |
2326 | SRC_URI += "git://gopkg.in/tomb.v1;name=tomb.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/tomb.v1" | 1439 | SRC_URI += "git://github.com/Azure/go-autorest;name=adal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/adal" |
2327 | 1440 | ||
2328 | # gopkg.in/warnings.v0 v0.1.1 | 1441 | # github.com/Azure/go-autorest/autorest/date v0.3.0 |
2329 | # [1] git ls-remote https://gopkg.in/warnings.v0 8a331561fe74dadba6edfc59f3be66c22c3b065d | 1442 | # [1] git ls-remote https://github.com/Azure/go-autorest b3a0b30a7423314874b3f585289e0e260cf5fc8d |
2330 | SRCREV_warnings.v0="8a331561fe74dadba6edfc59f3be66c22c3b065d" | 1443 | SRCREV_date="b3a0b30a7423314874b3f585289e0e260cf5fc8d" |
2331 | SRC_URI += "git://gopkg.in/warnings.v0;name=warnings.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/warnings.v0" | 1444 | SRC_URI += "git://github.com/Azure/go-autorest;name=date;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/date" |
2332 | 1445 | ||
2333 | # gopkg.in/yaml.v2 v2.4.0 | 1446 | # github.com/Azure/go-autorest/autorest/mocks v0.4.2 |
2334 | # [1] git ls-remote https://gopkg.in/yaml.v2 7649d4548cb53a614db133b2a8ac1f31859dda8c | 1447 | # [1] git ls-remote https://github.com/Azure/go-autorest a91292dd2fc10381ac9b90eea72b92e60761eac4 |
2335 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" | 1448 | SRCREV_mocks="a91292dd2fc10381ac9b90eea72b92e60761eac4" |
2336 | SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" | 1449 | SRC_URI += "git://github.com/Azure/go-autorest;name=mocks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/mocks" |
2337 | 1450 | ||
2338 | # gopkg.in/yaml.v3 v3.0.1 | 1451 | # github.com/container-storage-interface/spec v1.7.0 |
2339 | # [1] git ls-remote https://gopkg.in/yaml.v3 f6f7691b1fdeb513f56608cd2c32c51f8194bf51 | 1452 | # [1] git ls-remote https://github.com/container-storage-interface/spec 5d1ebe63079c01d127631ad336087df94b083a54 |
2340 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" | 1453 | SRCREV_spec="5d1ebe63079c01d127631ad336087df94b083a54" |
2341 | SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" | 1454 | SRC_URI += "git://github.com/container-storage-interface/spec;name=spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/container-storage-interface/spec" |
2342 | 1455 | ||
2343 | # go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 | 1456 | # github.com/docker/docker-credential-helpers v0.7.0 |
2344 | # [1] git ls-remote https://github.com/google/starlark-go 8dd3e2ee1dd5d034baada4c7b4fcf231294a1013 | 1457 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers ac5992b5f4756fc0398a7d0c93c609e624368bde |
2345 | SRCREV_go.starlark.net="8dd3e2ee1dd5d034baada4c7b4fcf231294a1013" | 1458 | SRCREV_docker-credential-helpers="ac5992b5f4756fc0398a7d0c93c609e624368bde" |
2346 | SRC_URI += "git://github.com/google/starlark-go;name=go.starlark.net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/starlark-go" | 1459 | 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" |
2347 | 1460 | ||
2348 | # gotest.tools/v3 v3.0.3 | 1461 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
2349 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d | 1462 | # [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd |
2350 | SRCREV_v3123456789101112="568bc57cc5c19a2ef85e5749870b49a4cc2ab54d" | 1463 | SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd" |
2351 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3123456789101112;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools" | 1464 | 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" |
2352 | 1465 | ||
2353 | # go.uber.org/atomic v1.10.0 | 1466 | # github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 |
2354 | # [1] git ls-remote https://github.com/uber-go/atomic 96800363039fbf926a6c826795797abcde5f07a5 | 1467 | # [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-prometheus c225b8c3b01faf2899099b768856a9e916e5087b |
2355 | SRCREV_atomic="96800363039fbf926a6c826795797abcde5f07a5" | 1468 | SRCREV_go-grpc-prometheus="c225b8c3b01faf2899099b768856a9e916e5087b" |
2356 | SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic" | 1469 | SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-prometheus;name=go-grpc-prometheus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-prometheus" |
2357 | 1470 | ||
2358 | # go.uber.org/goleak v1.2.0 | 1471 | # github.com/containerd/fuse-overlayfs-snapshotter v1.0.5 |
2359 | # [1] git ls-remote https://github.com/uber-go/goleak 5c9bf00e17a920cd3bef8110137d639bf70bcce1 | 1472 | # [1] git ls-remote https://github.com/containerd/fuse-overlayfs-snapshotter 11c45f4d24689d8cb279813fbcb9bbd01773e0e8 |
2360 | SRCREV_goleak="5c9bf00e17a920cd3bef8110137d639bf70bcce1" | 1473 | SRCREV_fuse-overlayfs-snapshotter="11c45f4d24689d8cb279813fbcb9bbd01773e0e8" |
2361 | 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" | 1474 | SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;name=fuse-overlayfs-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fuse-overlayfs-snapshotter" |
2362 | 1475 | ||
2363 | # go.uber.org/multierr v1.9.0 | 1476 | # github.com/Azure/go-autorest/autorest/validation v0.3.1 |
2364 | # [1] git ls-remote https://github.com/uber-go/multierr 39ca40c628bce6779c9725af600b737220b87602 | 1477 | # [1] git ls-remote https://github.com/Azure/go-autorest 446f41b7d65b2ab6c25b1a7afe42abd3622e9110 |
2365 | SRCREV_multierr="39ca40c628bce6779c9725af600b737220b87602" | 1478 | SRCREV_validation="446f41b7d65b2ab6c25b1a7afe42abd3622e9110" |
2366 | SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr" | 1479 | SRC_URI += "git://github.com/Azure/go-autorest;name=validation;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/validation" |
2367 | 1480 | ||
2368 | # go.uber.org/zap v1.24.0 | 1481 | # github.com/containerd/stargz-snapshotter/estargz v0.14.3 |
2369 | # [1] git ls-remote https://github.com/uber-go/zap a55bdc32f526699c3b4cc51a2cc97e944d02fbbf | 1482 | # [1] git ls-remote https://github.com/containerd/stargz-snapshotter 6ee6fa1a88df6ea098f6b7dddde29e33f09d5331 |
2370 | SRCREV_zap="a55bdc32f526699c3b4cc51a2cc97e944d02fbbf" | 1483 | SRCREV_estargz="6ee6fa1a88df6ea098f6b7dddde29e33f09d5331" |
2371 | SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap" | 1484 | SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=estargz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter/estargz" |
2372 | 1485 | ||
2373 | # honnef.co/go/tools v0.2.2 | 1486 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 |
2374 | # [1] git ls-remote https://github.com/dominikh/go-tools c8caa92bad8c27ae734c6725b8a04932d54a147b | 1487 | # [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d |
2375 | SRCREV_tools1="c8caa92bad8c27ae734c6725b8a04932d54a147b" | 1488 | SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" |
2376 | SRC_URI += "git://github.com/dominikh/go-tools;name=tools1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/honnef.co/go/tools" | 1489 | 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" |
2377 | 1490 | ||
2378 | # inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252 | 1491 | # github.com/GoogleCloudPlatform/k8s-cloud-provider v1.18.1-0.20220218231025-f11817397a1b |
2379 | # [1] git ls-remote https://github.com/inetaf/tcpproxy b6bb9b5b82524122bcf27291ede32d1517a14ab8 | 1492 | # [1] git ls-remote https://github.com/GoogleCloudPlatform/k8s-cloud-provider f11817397a1bb27e88115807a9c083a36e12eaf8 |
2380 | SRCREV_tcpproxy="b6bb9b5b82524122bcf27291ede32d1517a14ab8" | 1493 | SRCREV_k8s-cloud-provider="f11817397a1bb27e88115807a9c083a36e12eaf8" |
2381 | SRC_URI += "git://github.com/inetaf/tcpproxy;name=tcpproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inetaf/tcpproxy" | 1494 | SRC_URI += "git://github.com/GoogleCloudPlatform/k8s-cloud-provider;name=k8s-cloud-provider;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/GoogleCloudPlatform/k8s-cloud-provider" |
2382 | 1495 | ||
2383 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.25.8-k3s1 | 1496 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.13.0 |
2384 | # [1] git ls-remote https://github.com/k3s-io/kubernetes e7cc7e9c931e47790634c7fc3aa85f20dc2558c5 | 1497 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 |
2385 | SRCREV_apiextensions-apiserver="e7cc7e9c931e47790634c7fc3aa85f20dc2558c5" | 1498 | SRCREV_otlptrace="f2fd476f433128c2494476950ce11600a51bbe35" |
1499 | 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" | ||
1500 | |||
1501 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.27.5-k3s1 | ||
1502 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1503 | SRCREV_api="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1504 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/api" | ||
1505 | |||
1506 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kms v1.27.5-k3s1 | ||
1507 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1508 | SRCREV_kms="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1509 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=kms;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kms" | ||
1510 | |||
1511 | # go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.13.0 | ||
1512 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 | ||
1513 | SRCREV_internal-retry="f2fd476f433128c2494476950ce11600a51bbe35" | ||
1514 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=internal-retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/internal/retry" | ||
1515 | |||
1516 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api v1.27.5-k3s1 | ||
1517 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1518 | SRCREV_cri-api="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1519 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=cri-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api" | ||
1520 | |||
1521 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl v1.27.5-k3s1 | ||
1522 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1523 | SRCREV_kubectl="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1524 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubectl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl" | ||
1525 | |||
1526 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet v1.27.5-k3s1 | ||
1527 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1528 | SRCREV_kubelet="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1529 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=kubelet;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet" | ||
1530 | |||
1531 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics v1.27.5-k3s1 | ||
1532 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1533 | SRCREV_metrics="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1534 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics" | ||
1535 | |||
1536 | # sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 | ||
1537 | # [1] git ls-remote https://github.com/kubernetes-sigs/apiserver-network-proxy 60b5f0e02800910cbb363668e285ec0e78d7cae1 | ||
1538 | SRCREV_konnectivity-client="60b5f0e02800910cbb363668e285ec0e78d7cae1" | ||
1539 | SRC_URI += "git://github.com/kubernetes-sigs/apiserver-network-proxy;name=konnectivity-client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/apiserver-network-proxy/konnectivity-client" | ||
1540 | |||
1541 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver v1.27.5-k3s1 | ||
1542 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1543 | SRCREV_apiserver="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1544 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=apiserver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver" | ||
1545 | |||
1546 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go v1.27.5-k3s1 | ||
1547 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1548 | SRCREV_client-go="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1549 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=client-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go" | ||
1550 | |||
1551 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy v1.27.5-k3s1 | ||
1552 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1553 | SRCREV_kube-proxy="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1554 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-proxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy" | ||
1555 | |||
1556 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime v1.27.5-k3s1 | ||
1557 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1558 | SRCREV_cli-runtime="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1559 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=cli-runtime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime" | ||
1560 | |||
1561 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils v1.27.5-k3s1 | ||
1562 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1563 | SRCREV_mount-utils="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1564 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=mount-utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils" | ||
1565 | |||
1566 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery v1.27.5-k3s1 | ||
1567 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1568 | SRCREV_apimachinery="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1569 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery" | ||
1570 | |||
1571 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 | ||
1572 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 356ee7f4343df3704346603fbde1b8d3d8fb86e9 | ||
1573 | SRCREV_otelhttp="356ee7f4343df3704346603fbde1b8d3d8fb86e9" | ||
1574 | 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" | ||
1575 | |||
1576 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider v1.27.5-k3s1 | ||
1577 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1578 | SRCREV_cloud-provider="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1579 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=cloud-provider;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider" | ||
1580 | |||
1581 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base v1.27.5-k3s1 | ||
1582 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1583 | SRCREV_component-base="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1584 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=component-base;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base" | ||
1585 | |||
1586 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator v1.27.5-k3s1 | ||
1587 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1588 | SRCREV_code-generator="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1589 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=code-generator;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator" | ||
1590 | |||
1591 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler v1.27.5-k3s1 | ||
1592 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1593 | SRCREV_kube-scheduler="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1594 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-scheduler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler" | ||
1595 | |||
1596 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.13.0 | ||
1597 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go f2fd476f433128c2494476950ce11600a51bbe35 | ||
1598 | SRCREV_otlptracegrpc="f2fd476f433128c2494476950ce11600a51bbe35" | ||
1599 | 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" | ||
1600 | |||
1601 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator v1.27.5-k3s1 | ||
1602 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1603 | SRCREV_kube-aggregator="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1604 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-aggregator;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator" | ||
1605 | |||
1606 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.27.5-k3s1 | ||
1607 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1608 | SRCREV_cluster-bootstrap="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1609 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=cluster-bootstrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap" | ||
1610 | |||
1611 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers v1.27.5-k3s1 | ||
1612 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1613 | SRCREV_component-helpers="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1614 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=component-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers" | ||
1615 | |||
1616 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager v1.27.5-k3s1 | ||
1617 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1618 | SRCREV_controller-manager="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1619 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=controller-manager;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager" | ||
1620 | |||
1621 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib v1.27.5-k3s1 | ||
1622 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1623 | SRCREV_csi-translation-lib="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1624 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=csi-translation-lib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib" | ||
1625 | |||
1626 | # github.com/container-orchestrated-devices/container-device-interface v0.5.4 | ||
1627 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface 0a1a5bea37b41bbdbb65d0e42b6305eba051f185 | ||
1628 | SRCREV_container-device-interface="0a1a5bea37b41bbdbb65d0e42b6305eba051f185" | ||
1629 | 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/github.com/container-orchestrated-devices/container-device-interface" | ||
1630 | |||
1631 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.27.5-k3s1 | ||
1632 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1633 | SRCREV_legacy-cloud-providers="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1634 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=legacy-cloud-providers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers" | ||
1635 | |||
1636 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission v1.27.5-k3s1 | ||
1637 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1638 | SRCREV_pod-security-admission="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
1639 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=pod-security-admission;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission" | ||
1640 | |||
1641 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.27.5-k3s1 | ||
1642 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd | ||
1643 | SRCREV_apiextensions-apiserver="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" | ||
2386 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=apiextensions-apiserver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver" | 1644 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=apiextensions-apiserver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver" |
2387 | 1645 | ||
2388 | # k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 | 1646 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager v1.27.5-k3s1 |
2389 | # [1] git ls-remote https://github.com/kubernetes/gengo c02415ce41852193a7b49b79639ec83b8f517515 | 1647 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd |
2390 | SRCREV_gengo="c02415ce41852193a7b49b79639ec83b8f517515" | 1648 | SRCREV_kube-controller-manager="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" |
2391 | SRC_URI += "git://github.com/kubernetes/gengo;name=gengo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/gengo" | 1649 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=kube-controller-manager;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager" |
2392 | 1650 | ||
2393 | # github.com/k3s-io/klog v1.0.0-k3s2 | 1651 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 |
2394 | # [1] git ls-remote https://github.com/k3s-io/klog e94f416e9301d90f5c8d6043c999ea179bd9b455 | 1652 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib c4876c33a8e2e4b09501013f3543153d8aa10178 |
2395 | SRCREV_klog="e94f416e9301d90f5c8d6043c999ea179bd9b455" | 1653 | SRCREV_otelgrpc="c4876c33a8e2e4b09501013f3543153d8aa10178" |
2396 | SRC_URI += "git://github.com/k3s-io/klog;name=klog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/klog" | 1654 | 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" |
2397 | 1655 | ||
2398 | # github.com/k3s-io/klog/v2 v2.60.1-k3s1 | 1656 | # github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation v1.27.5-k3s1 |
2399 | # [1] git ls-remote https://github.com/k3s-io/klog eefb2ec153e5a36888a9878c8d442746e459efb4 | 1657 | # [1] git ls-remote https://github.com/k3s-io/kubernetes 2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd |
2400 | SRCREV_v2123456789101112="eefb2ec153e5a36888a9878c8d442746e459efb4" | 1658 | SRCREV_dynamic-resource-allocation="2d0a14fa03943bd82a5d40c9c2578dcf0ac458cd" |
2401 | SRC_URI += "git://github.com/k3s-io/klog;name=v2123456789101112;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/klog/v2" | 1659 | SRC_URI += "git://github.com/k3s-io/kubernetes;name=dynamic-resource-allocation;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation" |
2402 | 1660 | ||
2403 | # k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 | 1661 | # go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.35.0 |
2404 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 67bda5d908f10baa9ac48f3d2de1d105ba4d2ab1 | 1662 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib c4876c33a8e2e4b09501013f3543153d8aa10178 |
2405 | SRCREV_kube-openapi="67bda5d908f10baa9ac48f3d2de1d105ba4d2ab1" | 1663 | SRCREV_otelrestful="c4876c33a8e2e4b09501013f3543153d8aa10178" |
2406 | 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" | 1664 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelrestful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful" |
2407 | |||
2408 | # k8s.io/system-validators v1.8.0 | ||
2409 | # [1] git ls-remote https://github.com/kubernetes/system-validators 737f948078e6648f34337a8aaff892f1d846bf6b | ||
2410 | SRCREV_system-validators="737f948078e6648f34337a8aaff892f1d846bf6b" | ||
2411 | SRC_URI += "git://github.com/kubernetes/system-validators;name=system-validators;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/system-validators" | ||
2412 | |||
2413 | # k8s.io/utils v0.0.0-20221107191617-1a15be271d1d | ||
2414 | # [1] git ls-remote https://github.com/kubernetes/utils 1a15be271d1d5690f8dbba3399bd00fe4618d074 | ||
2415 | SRCREV_utils="1a15be271d1d5690f8dbba3399bd00fe4618d074" | ||
2416 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/utils" | ||
2417 | |||
2418 | # modernc.org/cc v1.0.0 | ||
2419 | # [1] git ls-remote https://gitlab.com/cznic/cc 4882521bdc8ca069d90861ecb0bc7fc11f76497f | ||
2420 | SRCREV_cc="4882521bdc8ca069d90861ecb0bc7fc11f76497f" | ||
2421 | SRC_URI += "git://gitlab.com/cznic/cc;name=cc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/cc" | ||
2422 | |||
2423 | # modernc.org/golex v1.0.0 | ||
2424 | # [1] git ls-remote https://gitlab.com/cznic/golex bc767dde60ca2c733d60c36421e559c302d87cef | ||
2425 | SRCREV_golex="bc767dde60ca2c733d60c36421e559c302d87cef" | ||
2426 | SRC_URI += "git://gitlab.com/cznic/golex;name=golex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/golex" | ||
2427 | |||
2428 | # modernc.org/mathutil v1.0.0 | ||
2429 | # [1] git ls-remote https://gitlab.com/cznic/mathutil 5712a870eb24900386234a0d001f00d2120cc76a | ||
2430 | SRCREV_mathutil="5712a870eb24900386234a0d001f00d2120cc76a" | ||
2431 | SRC_URI += "git://gitlab.com/cznic/mathutil;name=mathutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/mathutil" | ||
2432 | |||
2433 | # modernc.org/strutil v1.0.0 | ||
2434 | # [1] git ls-remote https://gitlab.com/cznic/strutil 5caa9dea4513d6534e4cb63c091c6088e25f4b64 | ||
2435 | SRCREV_strutil="5caa9dea4513d6534e4cb63c091c6088e25f4b64" | ||
2436 | SRC_URI += "git://gitlab.com/cznic/strutil;name=strutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/strutil" | ||
2437 | |||
2438 | # modernc.org/xc v1.0.0 | ||
2439 | # [1] git ls-remote https://gitlab.com/cznic/xc 672a6557c164df3474e16ca639a7739038d9cb12 | ||
2440 | SRCREV_xc="672a6557c164df3474e16ca639a7739038d9cb12" | ||
2441 | SRC_URI += "git://gitlab.com/cznic/xc;name=xc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/xc" | ||
2442 | |||
2443 | # rsc.io/binaryregexp v0.2.0 | ||
2444 | # [1] git ls-remote https://github.com/rsc/binaryregexp 857b9542aaa89cfa42a1477b43fa1f24192fe921 | ||
2445 | SRCREV_binaryregexp="857b9542aaa89cfa42a1477b43fa1f24192fe921" | ||
2446 | SRC_URI += "git://github.com/rsc/binaryregexp;name=binaryregexp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/binaryregexp" | ||
2447 | |||
2448 | # rsc.io/pdf v0.1.1 | ||
2449 | # [1] git ls-remote https://github.com/rsc/pdf 48d040297cebccc9e8dc43927e1b8036ecd33bfe | ||
2450 | SRCREV_pdf="48d040297cebccc9e8dc43927e1b8036ecd33bfe" | ||
2451 | SRC_URI += "git://github.com/rsc/pdf;name=pdf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/pdf" | ||
2452 | |||
2453 | # rsc.io/quote/v3 v3.1.0 | ||
2454 | # [1] git ls-remote https://github.com/rsc/quote 0406d7298882187f4c75f75fa85cc808a64bcef1 | ||
2455 | SRCREV_v312345678910111213="0406d7298882187f4c75f75fa85cc808a64bcef1" | ||
2456 | SRC_URI += "git://github.com/rsc/quote;name=v312345678910111213;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rsc/quote/v3" | ||
2457 | |||
2458 | # rsc.io/sampler v1.3.0 | ||
2459 | # [1] git ls-remote https://github.com/rsc/sampler 0cc034b51e57ed7832d4c67d526f75a900996e5c | ||
2460 | SRCREV_sampler="0cc034b51e57ed7832d4c67d526f75a900996e5c" | ||
2461 | SRC_URI += "git://github.com/rsc/sampler;name=sampler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/sampler" | ||
2462 | |||
2463 | # sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 | ||
2464 | # [1] git ls-remote https://github.com/kubernetes-sigs/apiserver-network-proxy 78dbc4ee1927c49e35406580f9d5aab44c4c7ed0 | ||
2465 | SRCREV_konnectivity-client="78dbc4ee1927c49e35406580f9d5aab44c4c7ed0" | ||
2466 | SRC_URI += "git://github.com/kubernetes-sigs/apiserver-network-proxy;name=konnectivity-client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client" | ||
2467 | |||
2468 | # sigs.k8s.io/cli-utils v0.27.0 | ||
2469 | # [1] git ls-remote https://github.com/kubernetes-sigs/cli-utils 0c9b214db3846e52e736d439eece0a4ed6ad657f | ||
2470 | SRCREV_cli-utils="0c9b214db3846e52e736d439eece0a4ed6ad657f" | ||
2471 | SRC_URI += "git://github.com/kubernetes-sigs/cli-utils;name=cli-utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/cli-utils" | ||
2472 | |||
2473 | # sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 | ||
2474 | # [1] git ls-remote https://github.com/kubernetes-sigs/json f223a00ba0e27f539157f69f9c919c204ea7f40b | ||
2475 | SRCREV_json="f223a00ba0e27f539157f69f9c919c204ea7f40b" | ||
2476 | 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" | ||
2477 | |||
2478 | # sigs.k8s.io/kustomize/api v0.12.1 | ||
2479 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 8bd05aa588f3e2661876f7339dab43cfa044f42f | ||
2480 | SRCREV_api123="8bd05aa588f3e2661876f7339dab43cfa044f42f" | ||
2481 | SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=api123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/kustomize/api" | ||
2482 | |||
2483 | # sigs.k8s.io/kustomize/cmd/config v0.10.9 | ||
2484 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize ba9d5ee16f8c98f16a21951cee59e169baf06171 | ||
2485 | SRCREV_config="ba9d5ee16f8c98f16a21951cee59e169baf06171" | ||
2486 | SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=config;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/kustomize/cmd/config" | ||
2487 | |||
2488 | # sigs.k8s.io/kustomize/kustomize/v4 v4.5.7 | ||
2489 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 56d82a8378dfc8dc3b3b1085e5a6e67b82966bd7 | ||
2490 | SRCREV_v4123="56d82a8378dfc8dc3b3b1085e5a6e67b82966bd7" | ||
2491 | SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=v4123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/kustomize/kustomize" | ||
2492 | |||
2493 | # sigs.k8s.io/kustomize/kyaml v0.13.9 | ||
2494 | # [1] git ls-remote https://github.com/kubernetes-sigs/kustomize bbeff6ddd6b8e18574c29d8caaa9c27218f9244f | ||
2495 | SRCREV_kyaml="bbeff6ddd6b8e18574c29d8caaa9c27218f9244f" | ||
2496 | SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=kyaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/kustomize/kyaml" | ||
2497 | |||
2498 | # sigs.k8s.io/structured-merge-diff/v3 v3.0.1 | ||
2499 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 7cc0d632508a08319d0e6cacf6e27c67b4c54212 | ||
2500 | SRCREV_v31234567891011121314="7cc0d632508a08319d0e6cacf6e27c67b4c54212" | ||
2501 | SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v31234567891011121314;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v3" | ||
2502 | |||
2503 | # sigs.k8s.io/structured-merge-diff/v4 v4.2.3 | ||
2504 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 26781d0c10bfdbd7d66b18d8be83985f623df9f8 | ||
2505 | SRCREV_v41234="26781d0c10bfdbd7d66b18d8be83985f623df9f8" | ||
2506 | SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v41234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" | ||
2507 | |||
2508 | # sigs.k8s.io/yaml v1.3.0 | ||
2509 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a | ||
2510 | SRCREV_yaml1="9535b3b1e2893fe44efb37c5c9f5665e245d786a" | ||
2511 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml" | ||
2512 | 1665 | ||