summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-08-05 16:58:20 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-08-09 14:26:28 -0400
commitd90ad944d58b517658c08542cb6f9164e9a40665 (patch)
tree6a9c96f31af3fea690179f60c468a2abdeef9239 /recipes-containers
parent19375812f92f31a5f40a5958fb64a2506ca5a04e (diff)
downloadmeta-virtualization-d90ad944d58b517658c08542cb6f9164e9a40665.tar.gz
k3s: update to 1.24.3
We bumping to 1.24.x, along with the k3s changes, we update our dependencies to allow a vendored build. Dependencies were gathered via: go list -m all | sort | uniq > mod.all And then processed to generate the SRC_URI fetches and relocations into the build. We also change our TAGS to avoid two different errors. btrfs build restrictions: package command-line-arguments imports github.com/k3s-io/k3s/pkg/cli/agent imports github.com/k3s-io/k3s/pkg/agent imports github.com/k3s-io/k3s/pkg/agent/config imports github.com/k3s-io/k3s/pkg/containerd imports github.com/containerd/containerd/snapshots/btrfs/plugin: build constraints exclude all Go files in github.com/k3s-io/containerd@v1.5.13-k3s1/snapshots/btrfs/plugin And ctrd, which leads to the following (which is also found on non Yocto / non-cross build k3s builds): # github.com/containerd/containerd/pkg/cri/server ../../go/pkg/mod/github.com/k3s-io/containerd@v1.5.13-k3s1/pkg/cri/server/instrumented_service.go:36:9: cannot use &instrumentedService{?} (value of type *instrumentedService) as type grpcServices in return statement: *instrumentedService does not implement grpcServices (missing ListPodSandboxStats method) ../../go/pkg/mod/github.com/k3s-io/containerd@v1.5.13-k3s1/pkg/cri/server/service.go:156:9: cannot use c (variable of type *criService) as type CRIService in return statement: *criService does not implement CRIService (missing ListPodSandboxStats method) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/k3s/k3s/modules.txt204
-rw-r--r--recipes-containers/k3s/k3s_git.bb136
-rw-r--r--recipes-containers/k3s/src_uri.inc1515
3 files changed, 1118 insertions, 737 deletions
diff --git a/recipes-containers/k3s/k3s/modules.txt b/recipes-containers/k3s/k3s/modules.txt
index ef537067..f036aeb9 100644
--- a/recipes-containers/k3s/k3s/modules.txt
+++ b/recipes-containers/k3s/k3s/modules.txt
@@ -1,88 +1,82 @@
1# github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.20 1# github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.22
2# github.com/benmoss/go-powershell => github.com/k3s-io/go-powershell v0.0.0-20201118222746-51f4c451fbd7 2# github.com/cloudnativelabs/kube-router => github.com/k3s-io/kube-router v1.5.1-0.20220630214451-a43bcd8511d2
3# github.com/containerd/aufs => github.com/containerd/aufs v1.0.0
4# github.com/containerd/btrfs => github.com/containerd/btrfs v1.0.0
5# github.com/containerd/cgroups => github.com/containerd/cgroups v1.0.1 3# github.com/containerd/cgroups => github.com/containerd/cgroups v1.0.1
6# github.com/containerd/console => github.com/containerd/console v1.0.2 4# github.com/containerd/containerd => github.com/k3s-io/containerd v1.5.13-k3s1
7# github.com/containerd/containerd => github.com/k3s-io/containerd v1.5.9-k3s1
8# github.com/containerd/continuity => github.com/k3s-io/continuity v0.0.0-20210309170710-f93269e0d5c1
9# github.com/containerd/fifo => github.com/containerd/fifo v1.0.0
10# github.com/containerd/go-runc => github.com/containerd/go-runc v1.0.0
11# github.com/containerd/ttrpc => github.com/containerd/ttrpc v1.0.2
12# github.com/containerd/typeurl => github.com/containerd/typeurl v1.0.2
13# github.com/containerd/zfs => github.com/containerd/zfs v1.0.0
14# github.com/coreos/go-systemd => github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e 5# github.com/coreos/go-systemd => github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
15# github.com/docker/distribution => github.com/docker/distribution v2.7.1+incompatible 6# github.com/docker/distribution => github.com/docker/distribution v2.8.1+incompatible
16# github.com/docker/docker => github.com/docker/docker v20.10.2+incompatible 7# github.com/docker/docker => github.com/docker/docker v20.10.12+incompatible
17# github.com/docker/libnetwork => github.com/docker/libnetwork v0.8.0-dev.2.0.20190624125649-f0e46a78ea34 8# github.com/docker/libnetwork => github.com/docker/libnetwork v0.8.0-dev.2.0.20190624125649-f0e46a78ea34
18# github.com/golang/protobuf => github.com/golang/protobuf v1.5.2 9# github.com/golang/protobuf => github.com/golang/protobuf v1.5.2
19# github.com/googleapis/gax-go/v2 => github.com/googleapis/gax-go/v2 v2.0.5 10# github.com/googleapis/gax-go/v2 => github.com/googleapis/gax-go/v2 v2.0.5
20# github.com/juju/errors => github.com/k3s-io/nocode v0.0.0-20200630202308-cb097102c09f 11# github.com/juju/errors => github.com/k3s-io/nocode v0.0.0-20200630202308-cb097102c09f
21# github.com/kubernetes-sigs/cri-tools => github.com/k3s-io/cri-tools v1.21.0-k3s1 12# github.com/kubernetes-sigs/cri-tools => github.com/k3s-io/cri-tools v1.24.0-k3s1
22# github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009 13# github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.3
23# github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.3 14# github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
24# github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.3-0.20210316141917-a8c4a9ee0f6b 15# github.com/opencontainers/selinux => github.com/opencontainers/selinux v1.10.1
25# go.etcd.io/etcd/api/v3 => github.com/k3s-io/etcd/api/v3 v3.5.1-k3s1 16# go.etcd.io/etcd/api/v3 => github.com/k3s-io/etcd/api/v3 v3.5.3-k3s1
26# go.etcd.io/etcd/client/v3 => github.com/k3s-io/etcd/client/v3 v3.5.1-k3s1 17# go.etcd.io/etcd/client/pkg/v3 => github.com/k3s-io/etcd/client/pkg/v3 v3.5.3-k3s1
27# go.etcd.io/etcd/etcdutl/v3 => github.com/k3s-io/etcd/etcdutl/v3 v3.5.1-k3s1 18# go.etcd.io/etcd/client/v3 => github.com/k3s-io/etcd/client/v3 v3.5.3-k3s1
28# go.etcd.io/etcd/server/v3 => github.com/k3s-io/etcd/server/v3 v3.5.1-k3s1 19# go.etcd.io/etcd/etcdutl/v3 => github.com/k3s-io/etcd/etcdutl/v3 v3.5.3-k3s1
29# golang.org/x/crypto => golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 20# go.etcd.io/etcd/server/v3 => github.com/k3s-io/etcd/server/v3 v3.5.3-k3s1
30# golang.org/x/net => golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 21# golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
31# golang.org/x/sys => golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e 22# golang.org/x/net => golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
32# google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63 23# golang.org/x/sys => golang.org/x/sys v0.0.0-20220209214540-3681064d5158
33# google.golang.org/grpc => google.golang.org/grpc v1.38.0 24# google.golang.org/genproto => google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368
25# google.golang.org/grpc => google.golang.org/grpc v1.40.0
34# gopkg.in/square/go-jose.v2 => gopkg.in/square/go-jose.v2 v2.2.2 26# gopkg.in/square/go-jose.v2 => gopkg.in/square/go-jose.v2 v2.2.2
35# k8s.io/api => github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.22.6-k3s1 27# k8s.io/api => github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.24.3-k3s1
36# k8s.io/apiextensions-apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.22.6-k3s1 28# k8s.io/apiextensions-apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.24.3-k3s1
37# k8s.io/apimachinery => github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery v1.22.6-k3s1 29# k8s.io/apimachinery => github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery v1.24.3-k3s1
38# k8s.io/apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver v1.22.6-k3s1 30# k8s.io/apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver v1.24.3-k3s1
39# k8s.io/cli-runtime => github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime v1.22.6-k3s1 31# k8s.io/cli-runtime => github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime v1.24.3-k3s1
40# k8s.io/client-go => github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go v1.22.6-k3s1 32# k8s.io/client-go => github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go v1.24.3-k3s1
41# k8s.io/cloud-provider => github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider v1.22.6-k3s1 33# k8s.io/cloud-provider => github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider v1.24.3-k3s1
42# k8s.io/cluster-bootstrap => github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.22.6-k3s1 34# k8s.io/cluster-bootstrap => github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.24.3-k3s1
43# k8s.io/code-generator => github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator v1.22.6-k3s1 35# k8s.io/code-generator => github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator v1.24.3-k3s1
44# k8s.io/component-base => github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base v1.22.6-k3s1 36# k8s.io/component-base => github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base v1.24.3-k3s1
45# k8s.io/component-helpers => github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers v1.22.6-k3s1 37# k8s.io/component-helpers => github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers v1.24.3-k3s1
46# k8s.io/controller-manager => github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager v1.22.6-k3s1 38# k8s.io/controller-manager => github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager v1.24.3-k3s1
47# k8s.io/cri-api => github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api v1.22.6-k3s1 39# k8s.io/cri-api => github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api v1.24.3-k3s1
48# k8s.io/csi-translation-lib => github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib v1.22.6-k3s1 40# k8s.io/csi-translation-lib => github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib v1.24.3-k3s1
49# k8s.io/klog => github.com/k3s-io/klog v1.0.0-k3s2 41# k8s.io/klog => github.com/k3s-io/klog v1.0.0-k3s2
50# k8s.io/klog/v2 => github.com/k3s-io/klog/v2 v2.9.0-k3s2 42# k8s.io/klog/v2 => github.com/k3s-io/klog/v2 v2.60.1-k3s1
51# k8s.io/kube-aggregator => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator v1.22.6-k3s1 43# k8s.io/kube-aggregator => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator v1.24.3-k3s1
52# k8s.io/kube-controller-manager => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager v1.22.6-k3s1 44# k8s.io/kube-controller-manager => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager v1.24.3-k3s1
53# k8s.io/kube-proxy => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy v1.22.6-k3s1 45# k8s.io/kube-proxy => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy v1.24.3-k3s1
54# k8s.io/kube-scheduler => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler v1.22.6-k3s1 46# k8s.io/kube-scheduler => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler v1.24.3-k3s1
55# k8s.io/kubectl => github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl v1.22.6-k3s1 47# k8s.io/kubectl => github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl v1.24.3-k3s1
56# k8s.io/kubelet => github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet v1.22.6-k3s1 48# k8s.io/kubelet => github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet v1.24.3-k3s1
57# k8s.io/kubernetes => github.com/k3s-io/kubernetes v1.22.6-k3s1 49# k8s.io/kubernetes => github.com/k3s-io/kubernetes v1.24.3-k3s1
58# k8s.io/legacy-cloud-providers => github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.22.6-k3s1 50# k8s.io/legacy-cloud-providers => github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.24.3-k3s1
59# k8s.io/metrics => github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics v1.22.6-k3s1 51# k8s.io/metrics => github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics v1.24.3-k3s1
60# k8s.io/mount-utils => github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils v1.22.6-k3s1 52# k8s.io/mount-utils => github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils v1.24.3-k3s1
61# k8s.io/node-api => github.com/k3s-io/kubernetes/staging/src/k8s.io/node-api v1.22.6-k3s1 53# k8s.io/node-api => github.com/k3s-io/kubernetes/staging/src/k8s.io/node-api v1.24.3-k3s1
62# k8s.io/pod-security-admission => github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission v1.22.6-k3s1 54# k8s.io/pod-security-admission => github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission v1.24.3-k3s1
63# k8s.io/sample-apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-apiserver v1.22.6-k3s1 55# k8s.io/sample-apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-apiserver v1.24.3-k3s1
64# k8s.io/sample-cli-plugin => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-cli-plugin v1.22.6-k3s1 56# k8s.io/sample-cli-plugin => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-cli-plugin v1.24.3-k3s1
65# k8s.io/sample-controller => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-controller v1.22.6-k3s1 57# k8s.io/sample-controller => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-controller v1.24.3-k3s1
66# mvdan.cc/unparam => mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7 58# mvdan.cc/unparam => mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7
67# github.com/Microsoft/hcsshim v0.9.2 59# github.com/Microsoft/hcsshim v0.9.2
68## explicit 60## explicit
69# github.com/cloudnativelabs/kube-router v1.3.2 61# github.com/cloudnativelabs/kube-router v1.3.2
70## explicit 62## explicit
71# github.com/containerd/cgroups v1.0.1 63# github.com/containerd/cgroups v1.0.3
72## explicit 64## explicit
73# github.com/containerd/containerd v1.6.0-beta.2.0.20211117185425-a776a27af54a 65# github.com/containerd/containerd v1.6.2
74## explicit 66## explicit
75# github.com/containerd/fuse-overlayfs-snapshotter v1.0.4 67# github.com/containerd/fuse-overlayfs-snapshotter v1.0.4
76## explicit 68## explicit
77# github.com/containerd/stargz-snapshotter v0.10.1 69# github.com/containerd/stargz-snapshotter v0.11.4
78## explicit 70## explicit
79# github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f 71# github.com/coreos/go-iptables v0.6.0
80## explicit 72## explicit
81# github.com/docker/docker v20.10.10+incompatible 73# github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
74## explicit
75# github.com/docker/docker v20.10.16+incompatible
82## explicit 76## explicit
83# github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83 77# github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83
84## explicit 78## explicit
85# github.com/flannel-io/flannel v0.16.3 79# github.com/flannel-io/flannel v0.18.1
86## explicit 80## explicit
87# github.com/go-bindata/go-bindata v3.1.2+incompatible 81# github.com/go-bindata/go-bindata v3.1.2+incompatible
88## explicit 82## explicit
@@ -90,7 +84,7 @@
90## explicit 84## explicit
91# github.com/golangplus/testing v1.0.0 85# github.com/golangplus/testing v1.0.0
92## explicit 86## explicit
93# github.com/google/cadvisor v0.39.3 87# github.com/google/cadvisor v0.44.1
94## explicit 88## explicit
95# github.com/google/uuid v1.3.0 89# github.com/google/uuid v1.3.0
96## explicit 90## explicit
@@ -98,11 +92,13 @@
98## explicit 92## explicit
99# github.com/gorilla/websocket v1.4.2 93# github.com/gorilla/websocket v1.4.2
100## explicit 94## explicit
101# github.com/k3s-io/helm-controller v0.11.7 95# github.com/gruntwork-io/terratest v0.40.6
96## explicit
97# github.com/k3s-io/helm-controller v0.12.3
102## explicit 98## explicit
103# github.com/k3s-io/kine v0.8.1 99# github.com/k3s-io/kine v0.9.3
104## explicit 100## explicit
105# github.com/klauspost/compress v1.13.6 101# github.com/klauspost/compress v1.15.1
106## explicit 102## explicit
107# github.com/kubernetes-sigs/cri-tools v0.0.0-00010101000000-000000000000 103# github.com/kubernetes-sigs/cri-tools v0.0.0-00010101000000-000000000000
108## explicit 104## explicit
@@ -114,89 +110,95 @@
114## explicit 110## explicit
115# github.com/natefinch/lumberjack v2.0.0+incompatible 111# github.com/natefinch/lumberjack v2.0.0+incompatible
116## explicit 112## explicit
117# github.com/onsi/ginkgo v1.16.4 113# github.com/onsi/ginkgo/v2 v2.1.3
118## explicit 114## explicit
119# github.com/onsi/gomega v1.11.0 115# github.com/onsi/gomega v1.19.0
120## explicit 116## explicit
121# github.com/opencontainers/runc v1.0.3 117# github.com/opencontainers/runc v1.1.1
122## explicit 118## explicit
123# github.com/opencontainers/selinux v1.8.2 119# github.com/opencontainers/selinux v1.10.1
124## explicit 120## explicit
125# github.com/otiai10/copy v1.6.0 121# github.com/otiai10/copy v1.7.0
126## explicit 122## explicit
127# github.com/pkg/errors v0.9.1 123# github.com/pkg/errors v0.9.1
128## explicit 124## explicit
129# github.com/rancher/dynamiclistener v0.3.1 125# github.com/rancher/dynamiclistener v0.3.4-0.20220721210816-8ebd77f8a45a
130## explicit 126## explicit
131# github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08 127# github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08
132## explicit 128## explicit
133# github.com/rancher/remotedialer v0.2.0 129# github.com/rancher/remotedialer v0.2.6-0.20220624190122-ea57207bf2b8
134## explicit 130## explicit
135# github.com/rancher/wharfie v0.5.1 131# github.com/rancher/wharfie v0.5.1
136## explicit 132## explicit
137# github.com/rancher/wrangler v0.8.10 133# github.com/rancher/wrangler v1.0.0
138## explicit 134## explicit
139# github.com/robfig/cron/v3 v3.0.1 135# github.com/robfig/cron/v3 v3.0.1
140## explicit 136## explicit
141# github.com/rootless-containers/rootlesskit v0.14.5 137# github.com/rootless-containers/rootlesskit v1.0.1
142## explicit 138## explicit
143# github.com/sirupsen/logrus v1.8.1 139# github.com/sirupsen/logrus v1.8.1
144## explicit 140## explicit
145# github.com/spf13/pflag v1.0.5 141# github.com/stretchr/testify v1.7.1
146## explicit
147# github.com/stretchr/testify v1.7.0
148## explicit 142## explicit
149# github.com/tchap/go-patricia v2.3.0+incompatible 143# github.com/tchap/go-patricia v2.3.0+incompatible
150## explicit 144## explicit
151# github.com/urfave/cli v1.22.4 145# github.com/urfave/cli v1.22.9
146## explicit
147# github.com/vishvananda/netlink v1.2.1-beta.2
148## explicit
149# github.com/yl2chen/cidranger v1.0.2
150## explicit
151# go.etcd.io/etcd/api/v3 v3.5.4
152## explicit
153# go.etcd.io/etcd/client/pkg/v3 v3.5.4
152## explicit 154## explicit
153# github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 155# go.etcd.io/etcd/client/v3 v3.5.4
154## explicit 156## explicit
155# go.etcd.io/etcd/api/v3 v3.5.1 157# go.etcd.io/etcd/etcdutl/v3 v3.5.4
156## explicit 158## explicit
157# go.etcd.io/etcd/client/v3 v3.5.1 159# go.etcd.io/etcd/server/v3 v3.5.4
158## explicit 160## explicit
159# go.etcd.io/etcd/etcdutl/v3 v3.5.1 161# go.uber.org/zap v1.19.0
160## explicit 162## explicit
161# go.etcd.io/etcd/server/v3 v3.5.1 163# golang.org/x/crypto v0.0.0-20220214200702-86341886e292
162## explicit 164## explicit
163# golang.org/x/crypto v0.0.0-20211202192323-5770296d904e 165# golang.org/x/net v0.0.0-20220526153639-5463443f8c37
164## explicit 166## explicit
165# golang.org/x/net v0.0.0-20211209124913-491a49abca63 167# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
166## explicit 168## explicit
167# golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e 169# golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
168## explicit 170## explicit
169# google.golang.org/grpc v1.42.0 171# google.golang.org/grpc v1.46.2
170## explicit 172## explicit
171# gopkg.in/yaml.v2 v2.4.0 173# gopkg.in/yaml.v2 v2.4.0
172## explicit 174## explicit
173# inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252 175# inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
174## explicit 176## explicit
175# k8s.io/api v0.22.6 177# k8s.io/api v0.24.3
176## explicit 178## explicit
177# k8s.io/apimachinery v0.22.6 179# k8s.io/apimachinery v0.24.3
178## explicit 180## explicit
179# k8s.io/apiserver v0.22.6 181# k8s.io/apiserver v0.24.3
180## explicit 182## explicit
181# k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible 183# k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
182## explicit 184## explicit
183# k8s.io/cloud-provider v0.22.6 185# k8s.io/cloud-provider v0.24.3
184## explicit 186## explicit
185# k8s.io/code-generator v0.22.6 187# k8s.io/component-base v0.24.3
186## explicit 188## explicit
187# k8s.io/component-base v0.22.6 189# k8s.io/component-helpers v0.0.0
188## explicit 190## explicit
189# k8s.io/controller-manager v0.22.6 191# k8s.io/controller-manager v0.24.3
190## explicit 192## explicit
191# k8s.io/cri-api v0.23.0-alpha.4 193# k8s.io/cri-api v0.24.3
192## explicit 194## explicit
193# k8s.io/klog v1.0.0 195# k8s.io/klog v1.0.0
194## explicit 196## explicit
195# k8s.io/kubectl v0.22.6 197# k8s.io/kubectl v0.24.3
196## explicit 198## explicit
197# k8s.io/kubernetes v1.22.6 199# k8s.io/kubernetes v1.24.3
198## explicit 200## explicit
199# k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a 201# k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
200## explicit 202## explicit
201# sigs.k8s.io/yaml v1.2.0 203# sigs.k8s.io/yaml v1.3.0
202## explicit 204## explicit
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb
index 7f9f549e..34a19e8a 100644
--- a/recipes-containers/k3s/k3s_git.bb
+++ b/recipes-containers/k3s/k3s_git.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://k3s.io/"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" 5LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
6 6
7SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s;protocol=https \ 7SRC_URI = "git://github.com/rancher/k3s.git;branch=master;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.22;name=k3s;protoco
16 " 16 "
17 17
18SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" 18SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5"
19SRCREV_k3s = "4262c6b91a43ef8411870f72ff8b8715949f90e2" 19SRCREV_k3s = "24da6adfa98cd05849edf1c42de3862f843a05f4"
20 20
21SRCREV_FORMAT = "k3s_fuse" 21SRCREV_FORMAT = "k3s_fuse"
22PV = "v1.22.6+k3s1+git${SRCREV_k3s}" 22PV = "v1.24.3+k3s1+git${SRCREV_k3s}"
23 23
24include src_uri.inc 24include src_uri.inc
25 25
@@ -49,7 +49,8 @@ do_compile() {
49 export CGO_ENABLED="1" 49 export CGO_ENABLED="1"
50 export GOFLAGS="-mod=vendor" 50 export GOFLAGS="-mod=vendor"
51 51
52 TAGS="static_build ctrd no_btrfs netcgo osusergo providerless" 52 # TAGS="static_build ctrd no_btrfs netcgo osusergo providerless"
53 TAGS="static_build netcgo osusergo providerless"
53 54
54 cd ${S}/src/import 55 cd ${S}/src/import
55 56
@@ -57,23 +58,25 @@ do_compile() {
57 bitbucket.org/bertimus9/systemstat:bitbucket.org/bertimus9/systemstat \ 58 bitbucket.org/bertimus9/systemstat:bitbucket.org/bertimus9/systemstat \
58 cloud.google.com/go:github.com/googleapis/google-cloud-go \ 59 cloud.google.com/go:github.com/googleapis/google-cloud-go \
59 cloud.google.com/go/bigquery:github.com/googleapis/google-cloud-go/bigquery//bigquery \ 60 cloud.google.com/go/bigquery:github.com/googleapis/google-cloud-go/bigquery//bigquery \
60 cloud.google.com/go/datastore:github.com/googleapis/google-cloud-go/bigquery//datastore \ 61 cloud.google.com/go/datastore:github.com/googleapis/google-cloud-go/datastore//datastore \
61 cloud.google.com/go/firestore:github.com/googleapis/google-cloud-go/bigquery//firestore \ 62 cloud.google.com/go/firestore:github.com/googleapis/google-cloud-go/datastore//firestore \
62 cloud.google.com/go/pubsub:github.com/googleapis/google-cloud-go/bigquery//pubsub \ 63 cloud.google.com/go/pubsub:github.com/googleapis/google-cloud-go/pubsub//pubsub \
63 cloud.google.com/go/storage:github.com/googleapis/google-cloud-go/bigquery//storage \ 64 cloud.google.com/go/storage:github.com/googleapis/google-cloud-go/storage//storage \
64 dmitri.shuralyov.com/gpu/mtl:dmitri.shuralyov.com/gpu/mtl \ 65 dmitri.shuralyov.com/gpu/mtl:dmitri.shuralyov.com/gpu/mtl \
65 github.com/360EntSecGroup-Skylar/excelize:github.com/360EntSecGroup-Skylar/excelize \ 66 github.com/360EntSecGroup-Skylar/excelize:github.com/360EntSecGroup-Skylar/excelize \
66 github.com/Azure/azure-sdk-for-go:github.com/Azure/azure-sdk-for-go \ 67 github.com/Azure/azure-sdk-for-go:github.com/Azure/azure-sdk-for-go \
67 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \ 68 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \
68 github.com/Azure/go-autorest:github.com/Azure/go-autorest \ 69 github.com/Azure/go-autorest:github.com/Azure/go-autorest \
69 github.com/Azure/go-autorest/autorest:github.com/Azure/go-autorest/autorest//autorest \ 70 github.com/Azure/go-autorest/autorest:github.com/Azure/go-autorest/autorest//autorest \
70 github.com/Azure/go-autorest/autorest/adal:github.com/Azure/go-autorest/autorest//autorest/adal \ 71 github.com/Azure/go-autorest/autorest/adal:github.com/Azure/go-autorest/autorest/adal//autorest/adal \
71 github.com/Azure/go-autorest/autorest/date:github.com/Azure/go-autorest/autorest//autorest/date \ 72 github.com/Azure/go-autorest/autorest/azure/auth:github.com/Azure/go-autorest/autorest/azure/auth//autorest/azure/auth \
72 github.com/Azure/go-autorest/autorest/mocks:github.com/Azure/go-autorest/autorest//autorest/mocks \ 73 github.com/Azure/go-autorest/autorest/azure/cli:github.com/Azure/go-autorest/autorest/azure/cli//autorest/azure/cli \
73 github.com/Azure/go-autorest/autorest/to:github.com/Azure/go-autorest/autorest//autorest/to \ 74 github.com/Azure/go-autorest/autorest/date:github.com/Azure/go-autorest/autorest/date//autorest/date \
74 github.com/Azure/go-autorest/autorest/validation:github.com/Azure/go-autorest/autorest//autorest/validation \ 75 github.com/Azure/go-autorest/autorest/mocks:github.com/Azure/go-autorest/autorest/mocks//autorest/mocks \
75 github.com/Azure/go-autorest/logger:github.com/Azure/go-autorest/autorest//logger \ 76 github.com/Azure/go-autorest/autorest/to:github.com/Azure/go-autorest/autorest/to//autorest/to \
76 github.com/Azure/go-autorest/tracing:github.com/Azure/go-autorest/autorest//tracing \ 77 github.com/Azure/go-autorest/autorest/validation:github.com/Azure/go-autorest/autorest/validation//autorest/validation \
78 github.com/Azure/go-autorest/logger:github.com/Azure/go-autorest/logger//logger \
79 github.com/Azure/go-autorest/tracing:github.com/Azure/go-autorest/tracing//tracing \
77 github.com/BurntSushi/toml:github.com/BurntSushi/toml \ 80 github.com/BurntSushi/toml:github.com/BurntSushi/toml \
78 github.com/BurntSushi/xgb:github.com/BurntSushi/xgb \ 81 github.com/BurntSushi/xgb:github.com/BurntSushi/xgb \
79 github.com/GoogleCloudPlatform/k8s-cloud-provider:github.com/GoogleCloudPlatform/k8s-cloud-provider \ 82 github.com/GoogleCloudPlatform/k8s-cloud-provider:github.com/GoogleCloudPlatform/k8s-cloud-provider \
@@ -87,6 +90,7 @@ do_compile() {
87 github.com/PuerkitoBio/purell:github.com/PuerkitoBio/purell \ 90 github.com/PuerkitoBio/purell:github.com/PuerkitoBio/purell \
88 github.com/PuerkitoBio/urlesc:github.com/PuerkitoBio/urlesc \ 91 github.com/PuerkitoBio/urlesc:github.com/PuerkitoBio/urlesc \
89 github.com/Rican7/retry:github.com/Rican7/retry \ 92 github.com/Rican7/retry:github.com/Rican7/retry \
93 github.com/agext/levenshtein:github.com/agext/levenshtein \
90 github.com/agnivade/levenshtein:github.com/agnivade/levenshtein \ 94 github.com/agnivade/levenshtein:github.com/agnivade/levenshtein \
91 github.com/ajstarks/svgo:github.com/ajstarks/svgo \ 95 github.com/ajstarks/svgo:github.com/ajstarks/svgo \
92 github.com/alecthomas/template:github.com/alecthomas/template \ 96 github.com/alecthomas/template:github.com/alecthomas/template \
@@ -95,20 +99,28 @@ do_compile() {
95 github.com/andreyvit/diff:github.com/andreyvit/diff \ 99 github.com/andreyvit/diff:github.com/andreyvit/diff \
96 github.com/andybalholm/cascadia:github.com/andybalholm/cascadia \ 100 github.com/andybalholm/cascadia:github.com/andybalholm/cascadia \
97 github.com/antihax/optional:github.com/antihax/optional \ 101 github.com/antihax/optional:github.com/antihax/optional \
102 github.com/antlr/antlr4/runtime/Go/antlr:github.com/antlr/antlr4/runtime/Go/antlr//runtime/Go/antlr \
103 github.com/apparentlymart/go-dump:github.com/apparentlymart/go-dump \
104 github.com/apparentlymart/go-textseg:github.com/apparentlymart/go-textseg \
105 github.com/apparentlymart/go-textseg/v13:github.com/apparentlymart/go-textseg/v13 \
98 github.com/armon/circbuf:github.com/armon/circbuf \ 106 github.com/armon/circbuf:github.com/armon/circbuf \
99 github.com/armon/consul-api:github.com/armon/consul-api \ 107 github.com/armon/consul-api:github.com/armon/consul-api \
100 github.com/armon/go-metrics:github.com/armon/go-metrics \ 108 github.com/armon/go-metrics:github.com/armon/go-metrics \
101 github.com/armon/go-radix:github.com/armon/go-radix \ 109 github.com/armon/go-radix:github.com/armon/go-radix \
110 github.com/armon/go-socks5:github.com/armon/go-socks5 \
102 github.com/asaskevich/govalidator:github.com/asaskevich/govalidator \ 111 github.com/asaskevich/govalidator:github.com/asaskevich/govalidator \
103 github.com/auth0/go-jwt-middleware:github.com/auth0/go-jwt-middleware \ 112 github.com/auth0/go-jwt-middleware:github.com/auth0/go-jwt-middleware \
113 github.com/aws/aws-lambda-go:github.com/aws/aws-lambda-go \
104 github.com/aws/aws-sdk-go:github.com/aws/aws-sdk-go \ 114 github.com/aws/aws-sdk-go:github.com/aws/aws-sdk-go \
105 github.com/benbjohnson/clock:github.com/benbjohnson/clock \ 115 github.com/benbjohnson/clock:github.com/benbjohnson/clock \
106 github.com/beorn7/perks:github.com/beorn7/perks \ 116 github.com/beorn7/perks:github.com/beorn7/perks \
117 github.com/bgentry/go-netrc:github.com/bgentry/go-netrc \
107 github.com/bgentry/speakeasy:github.com/bgentry/speakeasy \ 118 github.com/bgentry/speakeasy:github.com/bgentry/speakeasy \
108 github.com/bits-and-blooms/bitset:github.com/bits-and-blooms/bitset \
109 github.com/bketelsen/crypt:github.com/bketelsen/crypt \ 119 github.com/bketelsen/crypt:github.com/bketelsen/crypt \
110 github.com/blang/semver:github.com/blang/semver \ 120 github.com/blang/semver:github.com/blang/semver \
121 github.com/blang/semver/v4:github.com/blang/semver/v4//v4 \
111 github.com/boltdb/bolt:github.com/boltdb/bolt \ 122 github.com/boltdb/bolt:github.com/boltdb/bolt \
123 github.com/boombuler/barcode:github.com/boombuler/barcode \
112 github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici \ 124 github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici \
113 github.com/buger/jsonparser:github.com/buger/jsonparser \ 125 github.com/buger/jsonparser:github.com/buger/jsonparser \
114 github.com/canonical/go-dqlite:github.com/canonical/go-dqlite \ 126 github.com/canonical/go-dqlite:github.com/canonical/go-dqlite \
@@ -126,6 +138,7 @@ do_compile() {
126 github.com/cloudnativelabs/kube-router:github.com/cloudnativelabs/kube-router \ 138 github.com/cloudnativelabs/kube-router:github.com/cloudnativelabs/kube-router \
127 github.com/clusterhq/flocker-go:github.com/clusterhq/flocker-go \ 139 github.com/clusterhq/flocker-go:github.com/clusterhq/flocker-go \
128 github.com/cncf/udpa/go:github.com/cncf/udpa/go//go \ 140 github.com/cncf/udpa/go:github.com/cncf/udpa/go//go \
141 github.com/cncf/xds/go:github.com/cncf/xds/go//go \
129 github.com/cockroachdb/datadriven:github.com/cockroachdb/datadriven \ 142 github.com/cockroachdb/datadriven:github.com/cockroachdb/datadriven \
130 github.com/cockroachdb/errors:github.com/cockroachdb/errors \ 143 github.com/cockroachdb/errors:github.com/cockroachdb/errors \
131 github.com/cockroachdb/logtags:github.com/cockroachdb/logtags \ 144 github.com/cockroachdb/logtags:github.com/cockroachdb/logtags \
@@ -174,6 +187,7 @@ do_compile() {
174 github.com/dgrijalva/jwt-go:github.com/dgrijalva/jwt-go \ 187 github.com/dgrijalva/jwt-go:github.com/dgrijalva/jwt-go \
175 github.com/dgryski/go-farm:github.com/dgryski/go-farm \ 188 github.com/dgryski/go-farm:github.com/dgryski/go-farm \
176 github.com/dgryski/go-sip13:github.com/dgryski/go-sip13 \ 189 github.com/dgryski/go-sip13:github.com/dgryski/go-sip13 \
190 github.com/dimchansky/utfbom:github.com/dimchansky/utfbom \
177 github.com/dnaeon/go-vcr:github.com/dnaeon/go-vcr \ 191 github.com/dnaeon/go-vcr:github.com/dnaeon/go-vcr \
178 github.com/docker/cli:github.com/docker/cli \ 192 github.com/docker/cli:github.com/docker/cli \
179 github.com/docker/distribution:github.com/docker/distribution \ 193 github.com/docker/distribution:github.com/docker/distribution \
@@ -183,16 +197,19 @@ do_compile() {
183 github.com/docker/go-events:github.com/docker/go-events \ 197 github.com/docker/go-events:github.com/docker/go-events \
184 github.com/docker/go-metrics:github.com/docker/go-metrics \ 198 github.com/docker/go-metrics:github.com/docker/go-metrics \
185 github.com/docker/go-units:github.com/docker/go-units \ 199 github.com/docker/go-units:github.com/docker/go-units \
200 github.com/docker/spdystream:github.com/docker/spdystream \
186 github.com/docopt/docopt-go:github.com/docopt/docopt-go \ 201 github.com/docopt/docopt-go:github.com/docopt/docopt-go \
187 github.com/dustin/go-humanize:github.com/dustin/go-humanize \ 202 github.com/dustin/go-humanize:github.com/dustin/go-humanize \
188 github.com/dustmop/soup:github.com/dustmop/soup \ 203 github.com/dustmop/soup:github.com/dustmop/soup \
189 github.com/eapache/channels:github.com/eapache/channels \ 204 github.com/eapache/channels:github.com/eapache/channels \
190 github.com/eapache/queue:github.com/eapache/queue \ 205 github.com/eapache/queue:github.com/eapache/queue \
191 github.com/elazarl/goproxy:github.com/elazarl/goproxy \ 206 github.com/elazarl/goproxy:github.com/elazarl/goproxy \
207 github.com/elazarl/goproxy/ext:github.com/elazarl/goproxy/ext//ext \
192 github.com/emicklei/go-restful:github.com/emicklei/go-restful \ 208 github.com/emicklei/go-restful:github.com/emicklei/go-restful \
193 github.com/envoyproxy/go-control-plane:github.com/envoyproxy/go-control-plane \ 209 github.com/envoyproxy/go-control-plane:github.com/envoyproxy/go-control-plane \
194 github.com/envoyproxy/protoc-gen-validate:github.com/envoyproxy/protoc-gen-validate \ 210 github.com/envoyproxy/protoc-gen-validate:github.com/envoyproxy/protoc-gen-validate \
195 github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt \ 211 github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt \
212 github.com/etcd-io/gofail:github.com/etcd-io/gofail \
196 github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser \ 213 github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser \
197 github.com/evanphx/json-patch:github.com/evanphx/json-patch \ 214 github.com/evanphx/json-patch:github.com/evanphx/json-patch \
198 github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath \ 215 github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath \
@@ -207,6 +224,7 @@ do_compile() {
207 github.com/frankban/quicktest:github.com/frankban/quicktest \ 224 github.com/frankban/quicktest:github.com/frankban/quicktest \
208 github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify \ 225 github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify \
209 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder \ 226 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder \
227 github.com/getkin/kin-openapi:github.com/getkin/kin-openapi \
210 github.com/getsentry/raven-go:github.com/getsentry/raven-go \ 228 github.com/getsentry/raven-go:github.com/getsentry/raven-go \
211 github.com/ghodss/yaml:github.com/ghodss/yaml \ 229 github.com/ghodss/yaml:github.com/ghodss/yaml \
212 github.com/globalsign/mgo:github.com/globalsign/mgo \ 230 github.com/globalsign/mgo:github.com/globalsign/mgo \
@@ -235,7 +253,6 @@ do_compile() {
235 github.com/go-stack/stack:github.com/go-stack/stack \ 253 github.com/go-stack/stack:github.com/go-stack/stack \
236 github.com/go-task/slim-sprig:github.com/go-task/slim-sprig \ 254 github.com/go-task/slim-sprig:github.com/go-task/slim-sprig \
237 github.com/go-test/deep:github.com/go-test/deep \ 255 github.com/go-test/deep:github.com/go-test/deep \
238 github.com/goccy/go-json:github.com/goccy/go-json \
239 github.com/godbus/dbus:github.com/godbus/dbus \ 256 github.com/godbus/dbus:github.com/godbus/dbus \
240 github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \ 257 github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \
241 github.com/gofrs/flock:github.com/gofrs/flock \ 258 github.com/gofrs/flock:github.com/gofrs/flock \
@@ -253,6 +270,9 @@ do_compile() {
253 github.com/golangplus/testing:github.com/golangplus/testing \ 270 github.com/golangplus/testing:github.com/golangplus/testing \
254 github.com/google/btree:github.com/google/btree \ 271 github.com/google/btree:github.com/google/btree \
255 github.com/google/cadvisor:github.com/google/cadvisor \ 272 github.com/google/cadvisor:github.com/google/cadvisor \
273 github.com/google/cel-go:github.com/google/cel-go \
274 github.com/google/cel-spec:github.com/google/cel-spec \
275 github.com/google/gnostic:github.com/google/gnostic \
256 github.com/google/go-cmp:github.com/google/go-cmp \ 276 github.com/google/go-cmp:github.com/google/go-cmp \
257 github.com/google/go-containerregistry:github.com/google/go-containerregistry \ 277 github.com/google/go-containerregistry:github.com/google/go-containerregistry \
258 github.com/google/gofuzz:github.com/google/gofuzz \ 278 github.com/google/gofuzz:github.com/google/gofuzz \
@@ -264,7 +284,6 @@ do_compile() {
264 github.com/google/uuid:github.com/google/uuid \ 284 github.com/google/uuid:github.com/google/uuid \
265 github.com/googleapis/gax-go/v2:github.com/googleapis/gax-go/v2//v2 \ 285 github.com/googleapis/gax-go/v2:github.com/googleapis/gax-go/v2//v2 \
266 github.com/googleapis/gnostic:github.com/googleapis/gnostic \ 286 github.com/googleapis/gnostic:github.com/googleapis/gnostic \
267 github.com/google/gnostic:github.com/googleapis/gnostic \
268 github.com/gophercloud/gophercloud:github.com/gophercloud/gophercloud \ 287 github.com/gophercloud/gophercloud:github.com/gophercloud/gophercloud \
269 github.com/gopherjs/gopherjs:github.com/gopherjs/gopherjs \ 288 github.com/gopherjs/gopherjs:github.com/gopherjs/gopherjs \
270 github.com/gorilla/mux:github.com/gorilla/mux \ 289 github.com/gorilla/mux:github.com/gorilla/mux \
@@ -273,27 +292,34 @@ do_compile() {
273 github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware \ 292 github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware \
274 github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus \ 293 github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus \
275 github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway \ 294 github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway \
295 github.com/gruntwork-io/go-commons:github.com/gruntwork-io/go-commons \
296 github.com/gruntwork-io/terratest:github.com/gruntwork-io/terratest \
276 github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2 \ 297 github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2 \
277 github.com/hashicorp/consul/api:github.com/hashicorp/consul/api//api \ 298 github.com/hashicorp/consul/api:github.com/hashicorp/consul/api//api \
278 github.com/hashicorp/consul/sdk:github.com/hashicorp/consul/sdk//sdk \ 299 github.com/hashicorp/consul/sdk:github.com/hashicorp/consul/sdk//sdk \
279 github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ 300 github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \
280 github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp \ 301 github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp \
302 github.com/hashicorp/go-getter:github.com/hashicorp/go-getter \
281 github.com/hashicorp/go-hclog:github.com/hashicorp/go-hclog \ 303 github.com/hashicorp/go-hclog:github.com/hashicorp/go-hclog \
282 github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix \ 304 github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix \
283 github.com/hashicorp/go-msgpack:github.com/hashicorp/go-msgpack \ 305 github.com/hashicorp/go-msgpack:github.com/hashicorp/go-msgpack \
284 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ 306 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \
285 github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp \ 307 github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp \
286 github.com/hashicorp/go-rootcerts:github.com/hashicorp/go-rootcerts \ 308 github.com/hashicorp/go-rootcerts:github.com/hashicorp/go-rootcerts \
309 github.com/hashicorp/go-safetemp:github.com/hashicorp/go-safetemp \
287 github.com/hashicorp/go-sockaddr:github.com/hashicorp/go-sockaddr \ 310 github.com/hashicorp/go-sockaddr:github.com/hashicorp/go-sockaddr \
288 github.com/hashicorp/go-syslog:github.com/hashicorp/go-syslog \ 311 github.com/hashicorp/go-syslog:github.com/hashicorp/go-syslog \
289 github.com/hashicorp/go-uuid:github.com/hashicorp/go-uuid \ 312 github.com/hashicorp/go-uuid:github.com/hashicorp/go-uuid \
313 github.com/hashicorp/go-version:github.com/hashicorp/go-version \
290 github.com/hashicorp/go.net:github.com/hashicorp/go.net \ 314 github.com/hashicorp/go.net:github.com/hashicorp/go.net \
291 github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \ 315 github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \
292 github.com/hashicorp/hcl:github.com/hashicorp/hcl \ 316 github.com/hashicorp/hcl:github.com/hashicorp/hcl \
317 github.com/hashicorp/hcl/v2:github.com/hashicorp/hcl/v2 \
293 github.com/hashicorp/logutils:github.com/hashicorp/logutils \ 318 github.com/hashicorp/logutils:github.com/hashicorp/logutils \
294 github.com/hashicorp/mdns:github.com/hashicorp/mdns \ 319 github.com/hashicorp/mdns:github.com/hashicorp/mdns \
295 github.com/hashicorp/memberlist:github.com/hashicorp/memberlist \ 320 github.com/hashicorp/memberlist:github.com/hashicorp/memberlist \
296 github.com/hashicorp/serf:github.com/hashicorp/serf \ 321 github.com/hashicorp/serf:github.com/hashicorp/serf \
322 github.com/hashicorp/terraform-json:github.com/hashicorp/terraform-json \
297 github.com/heketi/heketi:github.com/heketi/heketi \ 323 github.com/heketi/heketi:github.com/heketi/heketi \
298 github.com/heketi/tests:github.com/heketi/tests \ 324 github.com/heketi/tests:github.com/heketi/tests \
299 github.com/hpcloud/tail:github.com/hpcloud/tail \ 325 github.com/hpcloud/tail:github.com/hpcloud/tail \
@@ -305,6 +331,7 @@ do_compile() {
305 github.com/ishidawataru/sctp:github.com/ishidawataru/sctp \ 331 github.com/ishidawataru/sctp:github.com/ishidawataru/sctp \
306 github.com/j-keck/arping:github.com/j-keck/arping \ 332 github.com/j-keck/arping:github.com/j-keck/arping \
307 github.com/jessevdk/go-flags:github.com/jessevdk/go-flags \ 333 github.com/jessevdk/go-flags:github.com/jessevdk/go-flags \
334 github.com/jinzhu/copier:github.com/jinzhu/copier \
308 github.com/jmespath/go-jmespath:github.com/jmespath/go-jmespath \ 335 github.com/jmespath/go-jmespath:github.com/jmespath/go-jmespath \
309 github.com/jmespath/go-jmespath/internal/testify:github.com/jmespath/go-jmespath/internal/testify//internal/testify \ 336 github.com/jmespath/go-jmespath/internal/testify:github.com/jmespath/go-jmespath/internal/testify//internal/testify \
310 github.com/joho/godotenv:github.com/joho/godotenv \ 337 github.com/joho/godotenv:github.com/joho/godotenv \
@@ -346,6 +373,7 @@ do_compile() {
346 github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \ 373 github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \
347 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ 374 github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \
348 github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3 \ 375 github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3 \
376 github.com/mattn/go-zglob:github.com/mattn/go-zglob \
349 github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ 377 github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \
350 github.com/mdlayher/ethernet:github.com/mdlayher/ethernet \ 378 github.com/mdlayher/ethernet:github.com/mdlayher/ethernet \
351 github.com/mdlayher/ethtool:github.com/mdlayher/ethtool \ 379 github.com/mdlayher/ethtool:github.com/mdlayher/ethtool \
@@ -357,23 +385,26 @@ do_compile() {
357 github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ 385 github.com/miekg/pkcs11:github.com/miekg/pkcs11 \
358 github.com/mikioh/ipaddr:github.com/mikioh/ipaddr \ 386 github.com/mikioh/ipaddr:github.com/mikioh/ipaddr \
359 github.com/mindprince/gonvml:github.com/mindprince/gonvml \ 387 github.com/mindprince/gonvml:github.com/mindprince/gonvml \
388 github.com/minio/highwayhash:github.com/minio/highwayhash \
360 github.com/minio/md5-simd:github.com/minio/md5-simd \ 389 github.com/minio/md5-simd:github.com/minio/md5-simd \
361 github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 \ 390 github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 \
362 github.com/minio/sha256-simd:github.com/minio/sha256-simd \ 391 github.com/minio/sha256-simd:github.com/minio/sha256-simd \
363 github.com/minio/sio:github.com/minio/sio \ 392 github.com/minio/sio:github.com/minio/sio \
364 github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs \ 393 github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs \
365 github.com/mitchellh/cli:github.com/mitchellh/cli \ 394 github.com/mitchellh/cli:github.com/mitchellh/cli \
395 github.com/mitchellh/copystructure:github.com/mitchellh/copystructure \
366 github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ 396 github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \
367 github.com/mitchellh/go-testing-interface:github.com/mitchellh/go-testing-interface \ 397 github.com/mitchellh/go-testing-interface:github.com/mitchellh/go-testing-interface \
368 github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap \ 398 github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap \
369 github.com/mitchellh/gox:github.com/mitchellh/gox \ 399 github.com/mitchellh/gox:github.com/mitchellh/gox \
370 github.com/mitchellh/iochan:github.com/mitchellh/iochan \ 400 github.com/mitchellh/iochan:github.com/mitchellh/iochan \
371 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ 401 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \
402 github.com/mitchellh/reflectwalk:github.com/mitchellh/reflectwalk \
372 github.com/moby/ipvs:github.com/moby/ipvs \ 403 github.com/moby/ipvs:github.com/moby/ipvs \
373 github.com/moby/locker:github.com/moby/locker \ 404 github.com/moby/locker:github.com/moby/locker \
374 github.com/moby/spdystream:github.com/moby/spdystream \ 405 github.com/moby/spdystream:github.com/moby/spdystream \
375 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \ 406 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \
376 github.com/moby/sys/symlink:github.com/moby/sys/mountinfo//symlink \ 407 github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink \
377 github.com/moby/term:github.com/moby/term \ 408 github.com/moby/term:github.com/moby/term \
378 github.com/moby/vpnkit:github.com/moby/vpnkit \ 409 github.com/moby/vpnkit:github.com/moby/vpnkit \
379 github.com/modern-go/concurrent:github.com/modern-go/concurrent \ 410 github.com/modern-go/concurrent:github.com/modern-go/concurrent \
@@ -387,11 +418,19 @@ do_compile() {
387 github.com/mwitkow/go-conntrack:github.com/mwitkow/go-conntrack \ 418 github.com/mwitkow/go-conntrack:github.com/mwitkow/go-conntrack \
388 github.com/mxk/go-flowrate:github.com/mxk/go-flowrate \ 419 github.com/mxk/go-flowrate:github.com/mxk/go-flowrate \
389 github.com/natefinch/lumberjack:github.com/natefinch/lumberjack \ 420 github.com/natefinch/lumberjack:github.com/natefinch/lumberjack \
421 github.com/nats-io/jsm.go:github.com/nats-io/jsm.go \
422 github.com/nats-io/jwt/v2:github.com/nats-io/jwt/v2//v2 \
423 github.com/nats-io/nats-server/v2:github.com/nats-io/nats-server/v2 \
424 github.com/nats-io/nats.go:github.com/nats-io/nats.go \
425 github.com/nats-io/nkeys:github.com/nats-io/nkeys \
426 github.com/nats-io/nuid:github.com/nats-io/nuid \
427 github.com/networkplumbing/go-nft:github.com/networkplumbing/go-nft \
390 github.com/niemeyer/pretty:github.com/niemeyer/pretty \ 428 github.com/niemeyer/pretty:github.com/niemeyer/pretty \
391 github.com/nxadm/tail:github.com/nxadm/tail \ 429 github.com/nxadm/tail:github.com/nxadm/tail \
392 github.com/oklog/ulid:github.com/oklog/ulid \ 430 github.com/oklog/ulid:github.com/oklog/ulid \
393 github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter \ 431 github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter \
394 github.com/onsi/ginkgo:github.com/onsi/ginkgo \ 432 github.com/onsi/ginkgo:github.com/onsi/ginkgo \
433 github.com/onsi/ginkgo/v2:github.com/onsi/ginkgo/v2 \
395 github.com/onsi/gomega:github.com/onsi/gomega \ 434 github.com/onsi/gomega:github.com/onsi/gomega \
396 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \ 435 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \
397 github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \ 436 github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \
@@ -399,6 +438,7 @@ do_compile() {
399 github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \ 438 github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \
400 github.com/opencontainers/selinux:github.com/opencontainers/selinux \ 439 github.com/opencontainers/selinux:github.com/opencontainers/selinux \
401 github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go \ 440 github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go \
441 github.com/oracle/oci-go-sdk:github.com/oracle/oci-go-sdk \
402 github.com/osrg/gobgp:github.com/osrg/gobgp \ 442 github.com/osrg/gobgp:github.com/osrg/gobgp \
403 github.com/otiai10/copy:github.com/otiai10/copy \ 443 github.com/otiai10/copy:github.com/otiai10/copy \
404 github.com/otiai10/curr:github.com/otiai10/curr \ 444 github.com/otiai10/curr:github.com/otiai10/curr \
@@ -406,7 +446,6 @@ do_compile() {
406 github.com/pascaldekloe/goe:github.com/pascaldekloe/goe \ 446 github.com/pascaldekloe/goe:github.com/pascaldekloe/goe \
407 github.com/paulmach/orb:github.com/paulmach/orb \ 447 github.com/paulmach/orb:github.com/paulmach/orb \
408 github.com/pborman/uuid:github.com/pborman/uuid \ 448 github.com/pborman/uuid:github.com/pborman/uuid \
409 github.com/pelletier/go-buffruneio:github.com/pelletier/go-buffruneio \
410 github.com/pelletier/go-toml:github.com/pelletier/go-toml \ 449 github.com/pelletier/go-toml:github.com/pelletier/go-toml \
411 github.com/peterbourgon/diskv:github.com/peterbourgon/diskv \ 450 github.com/peterbourgon/diskv:github.com/peterbourgon/diskv \
412 github.com/pierrec/lz4:github.com/pierrec/lz4 \ 451 github.com/pierrec/lz4:github.com/pierrec/lz4 \
@@ -415,6 +454,7 @@ do_compile() {
415 github.com/pmezard/go-difflib:github.com/pmezard/go-difflib \ 454 github.com/pmezard/go-difflib:github.com/pmezard/go-difflib \
416 github.com/posener/complete:github.com/posener/complete \ 455 github.com/posener/complete:github.com/posener/complete \
417 github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol \ 456 github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol \
457 github.com/pquerna/otp:github.com/pquerna/otp \
418 github.com/prometheus/client_golang:github.com/prometheus/client_golang \ 458 github.com/prometheus/client_golang:github.com/prometheus/client_golang \
419 github.com/prometheus/client_model:github.com/prometheus/client_model \ 459 github.com/prometheus/client_model:github.com/prometheus/client_model \
420 github.com/prometheus/common:github.com/prometheus/common \ 460 github.com/prometheus/common:github.com/prometheus/common \
@@ -430,6 +470,7 @@ do_compile() {
430 github.com/remyoudompheng/bigfft:github.com/remyoudompheng/bigfft \ 470 github.com/remyoudompheng/bigfft:github.com/remyoudompheng/bigfft \
431 github.com/robfig/cron/v3:github.com/robfig/cron/v3 \ 471 github.com/robfig/cron/v3:github.com/robfig/cron/v3 \
432 github.com/rogpeppe/fastuuid:github.com/rogpeppe/fastuuid \ 472 github.com/rogpeppe/fastuuid:github.com/rogpeppe/fastuuid \
473 github.com/rogpeppe/go-charset:github.com/rogpeppe/go-charset \
433 github.com/rogpeppe/go-internal:github.com/rogpeppe/go-internal \ 474 github.com/rogpeppe/go-internal:github.com/rogpeppe/go-internal \
434 github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit \ 475 github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit \
435 github.com/rs/xid:github.com/rs/xid \ 476 github.com/rs/xid:github.com/rs/xid \
@@ -439,9 +480,12 @@ do_compile() {
439 github.com/ryanuber/columnize:github.com/ryanuber/columnize \ 480 github.com/ryanuber/columnize:github.com/ryanuber/columnize \
440 github.com/safchain/ethtool:github.com/safchain/ethtool \ 481 github.com/safchain/ethtool:github.com/safchain/ethtool \
441 github.com/satori/go.uuid:github.com/satori/go.uuid \ 482 github.com/satori/go.uuid:github.com/satori/go.uuid \
483 github.com/sclevine/agouti:github.com/sclevine/agouti \
442 github.com/sean-/seed:github.com/sean-/seed \ 484 github.com/sean-/seed:github.com/sean-/seed \
485 github.com/sebdah/goldie:github.com/sebdah/goldie \
443 github.com/seccomp/libseccomp-golang:github.com/seccomp/libseccomp-golang \ 486 github.com/seccomp/libseccomp-golang:github.com/seccomp/libseccomp-golang \
444 github.com/sergi/go-diff:github.com/sergi/go-diff \ 487 github.com/sergi/go-diff:github.com/sergi/go-diff \
488 github.com/shengdoushi/base58:github.com/shengdoushi/base58 \
445 github.com/shurcooL/sanitized_anchor_name:github.com/shurcooL/sanitized_anchor_name \ 489 github.com/shurcooL/sanitized_anchor_name:github.com/shurcooL/sanitized_anchor_name \
446 github.com/sirupsen/logrus:github.com/sirupsen/logrus \ 490 github.com/sirupsen/logrus:github.com/sirupsen/logrus \
447 github.com/smartystreets/assertions:github.com/smartystreets/assertions \ 491 github.com/smartystreets/assertions:github.com/smartystreets/assertions \
@@ -455,6 +499,7 @@ do_compile() {
455 github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman \ 499 github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman \
456 github.com/spf13/pflag:github.com/spf13/pflag \ 500 github.com/spf13/pflag:github.com/spf13/pflag \
457 github.com/spf13/viper:github.com/spf13/viper \ 501 github.com/spf13/viper:github.com/spf13/viper \
502 github.com/spyzhov/ajson:github.com/spyzhov/ajson \
458 github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \ 503 github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \
459 github.com/stoewer/go-strcase:github.com/stoewer/go-strcase \ 504 github.com/stoewer/go-strcase:github.com/stoewer/go-strcase \
460 github.com/storageos/go-api:github.com/storageos/go-api \ 505 github.com/storageos/go-api:github.com/storageos/go-api \
@@ -466,8 +511,10 @@ do_compile() {
466 github.com/tencentcloud/tencentcloud-sdk-go:github.com/tencentcloud/tencentcloud-sdk-go \ 511 github.com/tencentcloud/tencentcloud-sdk-go:github.com/tencentcloud/tencentcloud-sdk-go \
467 github.com/tidwall/pretty:github.com/tidwall/pretty \ 512 github.com/tidwall/pretty:github.com/tidwall/pretty \
468 github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy \ 513 github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy \
469 github.com/u-root/u-root:github.com/u-root/u-root \ 514 github.com/tmccombs/hcl2json:github.com/tmccombs/hcl2json \
515 github.com/u-root/uio:github.com/u-root/uio \
470 github.com/ugorji/go:github.com/ugorji/go \ 516 github.com/ugorji/go:github.com/ugorji/go \
517 github.com/ulikunitz/xz:github.com/ulikunitz/xz \
471 github.com/urfave/cli:github.com/urfave/cli \ 518 github.com/urfave/cli:github.com/urfave/cli \
472 github.com/urfave/cli/v2:github.com/urfave/cli/v2 \ 519 github.com/urfave/cli/v2:github.com/urfave/cli/v2 \
473 github.com/urfave/negroni:github.com/urfave/negroni \ 520 github.com/urfave/negroni:github.com/urfave/negroni \
@@ -475,22 +522,27 @@ do_compile() {
475 github.com/vektah/gqlparser:github.com/vektah/gqlparser \ 522 github.com/vektah/gqlparser:github.com/vektah/gqlparser \
476 github.com/vishvananda/netlink:github.com/vishvananda/netlink \ 523 github.com/vishvananda/netlink:github.com/vishvananda/netlink \
477 github.com/vishvananda/netns:github.com/vishvananda/netns \ 524 github.com/vishvananda/netns:github.com/vishvananda/netns \
525 github.com/vmihailenco/msgpack:github.com/vmihailenco/msgpack \
526 github.com/vmihailenco/msgpack/v4:github.com/vmihailenco/msgpack/v4 \
527 github.com/vmihailenco/tagparser:github.com/vmihailenco/tagparser \
478 github.com/vmware/govmomi:github.com/vmware/govmomi \ 528 github.com/vmware/govmomi:github.com/vmware/govmomi \
479 github.com/willf/bitset:github.com/willf/bitset \
480 github.com/xiang90/probing:github.com/xiang90/probing \ 529 github.com/xiang90/probing:github.com/xiang90/probing \
481 github.com/xlab/treeprint:github.com/xlab/treeprint \ 530 github.com/xlab/treeprint:github.com/xlab/treeprint \
482 github.com/xordataexchange/crypt:github.com/xordataexchange/crypt \ 531 github.com/xordataexchange/crypt:github.com/xordataexchange/crypt \
532 github.com/yl2chen/cidranger:github.com/yl2chen/cidranger \
483 github.com/yuin/goldmark:github.com/yuin/goldmark \ 533 github.com/yuin/goldmark:github.com/yuin/goldmark \
534 github.com/zclconf/go-cty:github.com/zclconf/go-cty \
535 github.com/zclconf/go-cty-debug:github.com/zclconf/go-cty-debug \
484 go.etcd.io/bbolt:go.etcd.io/bbolt \ 536 go.etcd.io/bbolt:go.etcd.io/bbolt \
485 go.etcd.io/etcd:go.etcd.io/etcd \
486 go.etcd.io/etcd/client/pkg/v3:github.com/etcd-io/etcd/client/pkg/v3//client/pkg \
487 go.etcd.io/etcd/client/v2:github.com/etcd-io/etcd/client/v2//client/v2 \
488 go.etcd.io/etcd/pkg/v3:github.com/etcd-io/etcd/client/pkg/v3//pkg \
489 go.etcd.io/etcd/raft/v3:github.com/etcd-io/etcd/client/pkg/v3//raft \
490 go.etcd.io/etcd/api/v3:github.com/k3s-io/etcd/api/v3//api \ 537 go.etcd.io/etcd/api/v3:github.com/k3s-io/etcd/api/v3//api \
538 go.etcd.io/etcd/client/pkg/v3:github.com/k3s-io/etcd/api/v3//client/pkg \
491 go.etcd.io/etcd/client/v3:github.com/k3s-io/etcd/api/v3//client/v3 \ 539 go.etcd.io/etcd/client/v3:github.com/k3s-io/etcd/api/v3//client/v3 \
492 go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/api/v3//etcdutl \ 540 go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/api/v3//etcdutl \
493 go.etcd.io/etcd/server/v3:github.com/k3s-io/etcd/api/v3//server \ 541 go.etcd.io/etcd/server/v3:github.com/k3s-io/etcd/api/v3//server \
542 go.etcd.io/etcd/client/v2:github.com/etcd-io/etcd/client/v2//client/v2 \
543 go.etcd.io/etcd/pkg/v3:github.com/etcd-io/etcd/client/v2//pkg \
544 go.etcd.io/etcd/raft/v3:github.com/etcd-io/etcd/client/v2//raft \
545 go.etcd.io/etcd/tests/v3:github.com/etcd-io/etcd/client/v2//tests \
494 go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \ 546 go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \
495 go.opencensus.io:go.opencensus.io \ 547 go.opencensus.io:go.opencensus.io \
496 go.opentelemetry.io/contrib:go.opentelemetry.io/contrib \ 548 go.opentelemetry.io/contrib:go.opentelemetry.io/contrib \
@@ -534,7 +586,7 @@ do_compile() {
534 google.golang.org/api:google.golang.org/api \ 586 google.golang.org/api:google.golang.org/api \
535 google.golang.org/appengine:google.golang.org/appengine \ 587 google.golang.org/appengine:google.golang.org/appengine \
536 google.golang.org/genproto:google.golang.org/genproto \ 588 google.golang.org/genproto:google.golang.org/genproto \
537 google.golang.org/grpc:google.golang.org/grpc \ 589 google.golang.org/grpc:github.com/grpc/grpc-go \
538 google.golang.org/grpc/cmd/protoc-gen-go-grpc:google.golang.org/grpc/cmd/protoc-gen-go-grpc \ 590 google.golang.org/grpc/cmd/protoc-gen-go-grpc:google.golang.org/grpc/cmd/protoc-gen-go-grpc \
539 google.golang.org/protobuf:google.golang.org/protobuf \ 591 google.golang.org/protobuf:google.golang.org/protobuf \
540 gopkg.in/airbrake/gobrake.v2:gopkg.in/airbrake/gobrake.v2 \ 592 gopkg.in/airbrake/gobrake.v2:gopkg.in/airbrake/gobrake.v2 \
@@ -599,17 +651,17 @@ do_compile() {
599 rsc.io/pdf:rsc.io/pdf \ 651 rsc.io/pdf:rsc.io/pdf \
600 rsc.io/quote/v3:github.com/rsc/quote/v3//v3 \ 652 rsc.io/quote/v3:github.com/rsc/quote/v3//v3 \
601 rsc.io/sampler:rsc.io/sampler \ 653 rsc.io/sampler:rsc.io/sampler \
602 sigs.k8s.io/apiserver-network-proxy/konnectivity-client:github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client//konnectivity-client \ 654 sigs.k8s.io/apiserver-network-proxy/konnectivity-client:sigs.k8s.io/apiserver-network-proxy/konnectivity-client//konnectivity-client \
603 sigs.k8s.io/cli-utils:sigs.k8s.io/cli-utils \ 655 sigs.k8s.io/cli-utils:sigs.k8s.io/cli-utils \
604 sigs.k8s.io/controller-runtime:sigs.k8s.io/controller-runtime \ 656 sigs.k8s.io/controller-runtime:sigs.k8s.io/controller-runtime \
605 sigs.k8s.io/kustomize/api:github.com/kubernetes-sigs/kustomize/api//api \ 657 sigs.k8s.io/json:sigs.k8s.io/json \
606 sigs.k8s.io/kustomize/cmd/config:github.com/kubernetes-sigs/kustomize/api//cmd/config \ 658 sigs.k8s.io/kustomize/api:sigs.k8s.io/kustomize/api//api \
607 sigs.k8s.io/kustomize/kustomize/v4:github.com/kubernetes-sigs/kustomize/api//kustomize \ 659 sigs.k8s.io/kustomize/cmd/config:sigs.k8s.io/kustomize/cmd/config//cmd/config \
608 sigs.k8s.io/kustomize/kyaml:github.com/kubernetes-sigs/kustomize/api//kyaml \ 660 sigs.k8s.io/kustomize/kustomize/v4:sigs.k8s.io/kustomize/kustomize/v4//kustomize \
609 sigs.k8s.io/structured-merge-diff/v4:github.com/kubernetes-sigs/structured-merge-diff/v4 \ 661 sigs.k8s.io/kustomize/kyaml:sigs.k8s.io/kustomize/kyaml//kyaml \
662 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4 \
610 sigs.k8s.io/testing_frameworks:sigs.k8s.io/testing_frameworks \ 663 sigs.k8s.io/testing_frameworks:sigs.k8s.io/testing_frameworks \
611 sigs.k8s.io/yaml:sigs.k8s.io/yaml \ 664 sigs.k8s.io/yaml:sigs.k8s.io/yaml"
612 sigs.k8s.io/json:sigs.k8s.io/json"
613 for s in $sites; do 665 for s in $sites; do
614 site_dest=$(echo $s | cut -d: -f1) 666 site_dest=$(echo $s | cut -d: -f1)
615 site_source=$(echo $s | cut -d: -f2) 667 site_source=$(echo $s | cut -d: -f2)
@@ -620,8 +672,14 @@ do_compile() {
620 ln -sf vendor.copy vendor 672 ln -sf vendor.copy vendor
621 673
622 # these are bad symlinks, go validates them and breaks the build if they are present 674 # these are bad symlinks, go validates them and breaks the build if they are present
623 rm -f vendor/go.etcd.io/etcd/client/v3/example_* 675 rm -f vendor/go.etcd.io/etcd/client/v*/example_*
624 rm -f vendor/go.etcd.io/etcd/client/v3/concurrency/example_*.go 676 rm -f vendor/go.etcd.io/etcd/client/v*/concurrency/example_*.go
677
678 # Note: if no_brtfs is used in the tags, we'll violate build
679 # constraints, and the following files need to have them
680 # removed for the build to continue:
681 #
682 # vendor/github.com/containerd/containerd/snapshots/btrfs/plugin/*.go
625 683
626 cp ${WORKDIR}/modules.txt vendor/ 684 cp ${WORKDIR}/modules.txt vendor/
627 685
@@ -689,4 +747,4 @@ RRECOMMENDS:${PN} = "\
689RCONFLICTS:${PN} = "kubectl" 747RCONFLICTS:${PN} = "kubectl"
690 748
691INHIBIT_PACKAGE_STRIP = "1" 749INHIBIT_PACKAGE_STRIP = "1"
692INSANE_SKIP:${PN} += "ldflags already-stripped" 750INSANE_SKIP:${PN} += "ldflags already-stripped textrel"
diff --git a/recipes-containers/k3s/src_uri.inc b/recipes-containers/k3s/src_uri.inc
index 4c0c283f..f17841e8 100644
--- a/recipes-containers/k3s/src_uri.inc
+++ b/recipes-containers/k3s/src_uri.inc
@@ -14,10 +14,25 @@ SRCREV_go="26286e362470c1b4e60e33d07cb2e12b62843ed7"
14SRC_URI += "git://github.com/googleapis/google-cloud-go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go" 14SRC_URI += "git://github.com/googleapis/google-cloud-go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go"
15 15
16# cloud.google.com/go/bigquery v1.8.0 16# cloud.google.com/go/bigquery v1.8.0
17# [1] git ls-remote https://github.com/googleapis/google-cloud-go b3945009be381cc70ed324060d32bb109af42b18 17# [1] git ls-remote https://github.com/googleapis/google-cloud-go 0aa265f094062dbc111a6906d279fbb88a6cc761
18SRCREV_bigquery="b3945009be381cc70ed324060d32bb109af42b18" 18SRCREV_bigquery="0aa265f094062dbc111a6906d279fbb88a6cc761"
19SRC_URI += "git://github.com/googleapis/google-cloud-go;name=bigquery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/bigquery" 19SRC_URI += "git://github.com/googleapis/google-cloud-go;name=bigquery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/google-cloud-go/bigquery"
20 20
21# cloud.google.com/go/datastore v1.1.0
22# [1] git ls-remote https://github.com/googleapis/google-cloud-go b033a7846dd130b5e5824faf72e33253d08ec84f
23SRCREV_datastore="b033a7846dd130b5e5824faf72e33253d08ec84f"
24SRC_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/pubsub v1.3.1
27# [1] git ls-remote https://github.com/googleapis/google-cloud-go e6e706ae0e17ee021f241dc31d2b7158a366851f
28SRCREV_pubsub="e6e706ae0e17ee021f241dc31d2b7158a366851f"
29SRC_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"
30
31# cloud.google.com/go/storage v1.10.0
32# [1] git ls-remote https://github.com/googleapis/google-cloud-go 38af8ae88ae851ca21cf385795250ed8e8d16aab
33SRCREV_storage="38af8ae88ae851ca21cf385795250ed8e8d16aab"
34SRC_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"
35
21# dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037 36# dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037
22# [1] git ls-remote https://dmitri.shuralyov.com/gpu/mtl 28db891af037715d8c1deec7652485a173c60e25 37# [1] git ls-remote https://dmitri.shuralyov.com/gpu/mtl 28db891af037715d8c1deec7652485a173c60e25
23SRCREV_mtl="28db891af037715d8c1deec7652485a173c60e25" 38SRCREV_mtl="28db891af037715d8c1deec7652485a173c60e25"
@@ -43,14 +58,59 @@ SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;n
43SRCREV_go-autorest="e7b391b759b050d6719cc6fd8bb87b6dc038bca6" 58SRCREV_go-autorest="e7b391b759b050d6719cc6fd8bb87b6dc038bca6"
44SRC_URI += "git://github.com/Azure/go-autorest;name=go-autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest" 59SRC_URI += "git://github.com/Azure/go-autorest;name=go-autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest"
45 60
46# github.com/Azure/go-autorest/autorest v0.11.18 61# github.com/Azure/go-autorest/autorest v0.11.20
47# [1] git ls-remote https://github.com/Azure/go-autorest 7dd32b67be4e6c9386b9ba7b1c44a51263f05270 62# [1] git ls-remote https://github.com/Azure/go-autorest 3ddafdd73fe99af09e2226b8b3e9472ca456e355
48SRCREV_autorest="7dd32b67be4e6c9386b9ba7b1c44a51263f05270" 63SRCREV_autorest="3ddafdd73fe99af09e2226b8b3e9472ca456e355"
49SRC_URI += "git://github.com/Azure/go-autorest;name=autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest" 64SRC_URI += "git://github.com/Azure/go-autorest;name=autorest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest"
50 65
51# github.com/BurntSushi/toml v0.4.1 66# github.com/Azure/go-autorest/autorest/adal v0.9.13
52# [1] git ls-remote https://github.com/BurntSushi/toml f8ffb34d6924aa5f450dacce4c2146a1c9fc7253 67# [1] git ls-remote https://github.com/Azure/go-autorest 79a63e70c4d8b2840383d2a8791e41b6830ca9ad
53SRCREV_toml="f8ffb34d6924aa5f450dacce4c2146a1c9fc7253" 68SRCREV_adal="79a63e70c4d8b2840383d2a8791e41b6830ca9ad"
69SRC_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"
70
71# github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
72# [1] git ls-remote https://github.com/Azure/go-autorest 76c7860e9b602854c8598676b7550c715c48a607
73SRCREV_auth="76c7860e9b602854c8598676b7550c715c48a607"
74SRC_URI += "git://github.com/Azure/go-autorest;name=auth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/azure/auth"
75
76# github.com/Azure/go-autorest/autorest/azure/cli v0.4.2
77# [1] git ls-remote https://github.com/Azure/go-autorest b965d219bd9d10676384ef8f05da2e2441df9829
78SRCREV_cli="b965d219bd9d10676384ef8f05da2e2441df9829"
79SRC_URI += "git://github.com/Azure/go-autorest;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-autorest/autorest/azure/cli"
80
81# github.com/Azure/go-autorest/autorest/date v0.3.0
82# [1] git ls-remote https://github.com/Azure/go-autorest 3ccb81ef55c23b14a37c08b83a6beba95a971dc3
83SRCREV_date="3ccb81ef55c23b14a37c08b83a6beba95a971dc3"
84SRC_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"
85
86# github.com/Azure/go-autorest/autorest/mocks v0.4.1
87# [1] git ls-remote https://github.com/Azure/go-autorest c468b8dd87c08bc65a3aa8b084321bfc2a39e9bf
88SRCREV_mocks="c468b8dd87c08bc65a3aa8b084321bfc2a39e9bf"
89SRC_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"
90
91# github.com/Azure/go-autorest/autorest/to v0.4.0
92# [1] git ls-remote https://github.com/Azure/go-autorest 5de0fcb73ebd13a61af8153e3d8efbea3c9d3941
93SRCREV_to="5de0fcb73ebd13a61af8153e3d8efbea3c9d3941"
94SRC_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"
95
96# github.com/Azure/go-autorest/autorest/validation v0.3.1
97# [1] git ls-remote https://github.com/Azure/go-autorest cc407fb4f94c0e65dd4c5b9acd7b9fa341f018e8
98SRCREV_validation="cc407fb4f94c0e65dd4c5b9acd7b9fa341f018e8"
99SRC_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"
100
101# github.com/Azure/go-autorest/logger v0.2.1
102# [1] git ls-remote https://github.com/Azure/go-autorest 820a319d2214dc91d083022ae5ec50070175314c
103SRCREV_logger="820a319d2214dc91d083022ae5ec50070175314c"
104SRC_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"
105
106# github.com/Azure/go-autorest/tracing v0.6.0
107# [1] git ls-remote https://github.com/Azure/go-autorest 243e2a3d5e7529eaf8e0851f471f618295182156
108SRCREV_tracing="243e2a3d5e7529eaf8e0851f471f618295182156"
109SRC_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"
110
111# github.com/BurntSushi/toml v1.1.0
112# [1] git ls-remote https://github.com/BurntSushi/toml 891d2617ddbdfa265c4095b53103c010c98e6591
113SRCREV_toml="891d2617ddbdfa265c4095b53103c010c98e6591"
54SRC_URI += "git://github.com/BurntSushi/toml;name=toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/BurntSushi/toml" 114SRC_URI += "git://github.com/BurntSushi/toml;name=toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/BurntSushi/toml"
55 115
56# github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 116# github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
@@ -58,9 +118,9 @@ SRC_URI += "git://github.com/BurntSushi/toml;name=toml;protocol=https;nobranch=1
58SRCREV_xgb="27f122750802c950b2c869a5b63dafcf590ced95" 118SRCREV_xgb="27f122750802c950b2c869a5b63dafcf590ced95"
59SRC_URI += "git://github.com/BurntSushi/xgb;name=xgb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/BurntSushi/xgb" 119SRC_URI += "git://github.com/BurntSushi/xgb;name=xgb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/BurntSushi/xgb"
60 120
61# github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20200415212048-7901bc822317 121# github.com/GoogleCloudPlatform/k8s-cloud-provider v1.16.1-0.20210702024009-ea6160c1d0e3
62# [1] git ls-remote https://github.com/GoogleCloudPlatform/k8s-cloud-provider 7901bc822317c56ff20e5189878966a70d52321e 122# [1] git ls-remote https://github.com/GoogleCloudPlatform/k8s-cloud-provider ea6160c1d0e3f67d1d8658c70b0ab40df81a4f2b
63SRCREV_k8s-cloud-provider="7901bc822317c56ff20e5189878966a70d52321e" 123SRCREV_k8s-cloud-provider="ea6160c1d0e3f67d1d8658c70b0ab40df81a4f2b"
64SRC_URI += "git://github.com/GoogleCloudPlatform/k8s-cloud-provider;name=k8s-cloud-provider;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/GoogleCloudPlatform/k8s-cloud-provider" 124SRC_URI += "git://github.com/GoogleCloudPlatform/k8s-cloud-provider;name=k8s-cloud-provider;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/GoogleCloudPlatform/k8s-cloud-provider"
65 125
66# github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab 126# github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab
@@ -73,14 +133,14 @@ SRC_URI += "git://github.com/JeffAshton/win_pdh;name=win_pdh;protocol=https;nobr
73SRCREV_heredoc="bb23615498cded5e105af4ce27de75b089cbe851" 133SRCREV_heredoc="bb23615498cded5e105af4ce27de75b089cbe851"
74SRC_URI += "git://github.com/MakeNowJust/heredoc;name=heredoc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/MakeNowJust/heredoc" 134SRC_URI += "git://github.com/MakeNowJust/heredoc;name=heredoc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/MakeNowJust/heredoc"
75 135
76# github.com/Microsoft/go-winio v0.5.0 136# github.com/Microsoft/go-winio v0.5.2
77# [1] git ls-remote https://github.com/Microsoft/go-winio 58dba89befbca5b5a2c944f84642f5b0540bcfd5 137# [1] git ls-remote https://github.com/Microsoft/go-winio dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6
78SRCREV_go-winio="58dba89befbca5b5a2c944f84642f5b0540bcfd5" 138SRCREV_go-winio="dfd7da8f92a382999d77b5d9cfe8cc6bec1894c6"
79SRC_URI += "git://github.com/Microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio" 139SRC_URI += "git://github.com/Microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio"
80 140
81# github.com/Microsoft/hcsshim v0.8.20 141# github.com/Microsoft/hcsshim v0.8.22
82# [1] git ls-remote https://github.com/Microsoft/hcsshim 3ad51c76263bad09548a40e1996960814a12a870 142# [1] git ls-remote https://github.com/Microsoft/hcsshim 717ae58b49c5e73b746938f94ae3c696ebd5d932
83SRCREV_hcsshim="3ad51c76263bad09548a40e1996960814a12a870" 143SRCREV_hcsshim="717ae58b49c5e73b746938f94ae3c696ebd5d932"
84SRC_URI += "git://github.com/Microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" 144SRC_URI += "git://github.com/Microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim"
85 145
86# github.com/NYTimes/gziphandler v1.1.1 146# github.com/NYTimes/gziphandler v1.1.1
@@ -109,14 +169,19 @@ SRCREV_urlesc="de5bf2ad457846296e2031421a34e2568e304e35"
109SRC_URI += "git://github.com/PuerkitoBio/urlesc;name=urlesc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/PuerkitoBio/urlesc" 169SRC_URI += "git://github.com/PuerkitoBio/urlesc;name=urlesc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/PuerkitoBio/urlesc"
110 170
111# github.com/Rican7/retry v0.1.0 171# github.com/Rican7/retry v0.1.0
112# [1] git ls-remote https://github.com/Rican7/retry af41d8e8dc050fe4ad27246530a187a1ce601b95 172# [1] git ls-remote https://github.com/Rican7/retry 28d17f812805614e76f170aa3c8698155ea8e019
113SRCREV_retry="af41d8e8dc050fe4ad27246530a187a1ce601b95" 173SRCREV_retry="28d17f812805614e76f170aa3c8698155ea8e019"
114SRC_URI += "git://github.com/Rican7/retry;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Rican7/retry" 174SRC_URI += "git://github.com/Rican7/retry;name=retry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Rican7/retry"
115 175
176# github.com/agext/levenshtein v1.2.3
177# [1] git ls-remote https://github.com/agext/levenshtein 52c14c47d03211d8ac1834e94601635e07c5a6ef
178SRCREV_levenshtein="52c14c47d03211d8ac1834e94601635e07c5a6ef"
179SRC_URI += "git://github.com/agext/levenshtein;name=levenshtein;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/agext/levenshtein"
180
116# github.com/agnivade/levenshtein v1.0.1 181# github.com/agnivade/levenshtein v1.0.1
117# [1] git ls-remote https://github.com/agnivade/levenshtein 834b435c3df04fba060c8d74a40d849ab2c4a090 182# [1] git ls-remote https://github.com/agnivade/levenshtein 834b435c3df04fba060c8d74a40d849ab2c4a090
118SRCREV_levenshtein="834b435c3df04fba060c8d74a40d849ab2c4a090" 183SRCREV_levenshtein1="834b435c3df04fba060c8d74a40d849ab2c4a090"
119SRC_URI += "git://github.com/agnivade/levenshtein;name=levenshtein;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/agnivade/levenshtein" 184SRC_URI += "git://github.com/agnivade/levenshtein;name=levenshtein1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/agnivade/levenshtein"
120 185
121# github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af 186# github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af
122# [1] git ls-remote https://github.com/ajstarks/svgo 644b8db467afccf19a0692a3e31a1868e4287ab8 187# [1] git ls-remote https://github.com/ajstarks/svgo 644b8db467afccf19a0692a3e31a1868e4287ab8
@@ -133,9 +198,9 @@ SRC_URI += "git://github.com/alecthomas/template;name=template;protocol=https;no
133SRCREV_units="f65c72e2690dc4b403c8bd637baf4611cd4c069b" 198SRCREV_units="f65c72e2690dc4b403c8bd637baf4611cd4c069b"
134SRC_URI += "git://github.com/alecthomas/units;name=units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alecthomas/units" 199SRC_URI += "git://github.com/alecthomas/units;name=units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alecthomas/units"
135 200
136# github.com/alexflint/go-filemutex v0.0.0-20171022225611-72bdc8eae2ae 201# github.com/alexflint/go-filemutex v1.1.0
137# [1] git ls-remote https://github.com/alexflint/go-filemutex 72bdc8eae2aef913234599b837f5dda445ca9bd9 202# [1] git ls-remote https://github.com/alexflint/go-filemutex 392c3ab8a40254815ad821ac02ee1354e98a56fe
138SRCREV_go-filemutex="72bdc8eae2aef913234599b837f5dda445ca9bd9" 203SRCREV_go-filemutex="392c3ab8a40254815ad821ac02ee1354e98a56fe"
139SRC_URI += "git://github.com/alexflint/go-filemutex;name=go-filemutex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alexflint/go-filemutex" 204SRC_URI += "git://github.com/alexflint/go-filemutex;name=go-filemutex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/alexflint/go-filemutex"
140 205
141# github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 206# github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
@@ -153,6 +218,26 @@ SRC_URI += "git://github.com/andybalholm/cascadia;name=cascadia;protocol=https;n
153SRCREV_optional="c3f0ba9c1a592b971d66b2787679af55b5c58f21" 218SRCREV_optional="c3f0ba9c1a592b971d66b2787679af55b5c58f21"
154SRC_URI += "git://github.com/antihax/optional;name=optional;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/antihax/optional" 219SRC_URI += "git://github.com/antihax/optional;name=optional;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/antihax/optional"
155 220
221# github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e
222# [1] git ls-remote https://github.com/antlr/antlr4 b48c857c3a0ea4329686abe99276dddd991a7724
223SRCREV_antlr="b48c857c3a0ea4329686abe99276dddd991a7724"
224SRC_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"
225
226# github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3
227# [1] git ls-remote https://github.com/apparentlymart/go-dump 23540a00eaa318ee47d517dd7653fc81156a3e7e
228SRCREV_go-dump="23540a00eaa318ee47d517dd7653fc81156a3e7e"
229SRC_URI += "git://github.com/apparentlymart/go-dump;name=go-dump;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/apparentlymart/go-dump"
230
231# github.com/apparentlymart/go-textseg v1.0.0
232# [1] git ls-remote https://github.com/apparentlymart/go-textseg 29d1648e97c6de68a8e9ec67de1f62fae5425001
233SRCREV_go-textseg="29d1648e97c6de68a8e9ec67de1f62fae5425001"
234SRC_URI += "git://github.com/apparentlymart/go-textseg;name=go-textseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/apparentlymart/go-textseg"
235
236# github.com/apparentlymart/go-textseg/v13 v13.0.0
237# [1] git ls-remote https://github.com/apparentlymart/go-textseg 5b41aa275ccaac4ccaa91729a8ee92e7eac9c728
238SRCREV_v13="5b41aa275ccaac4ccaa91729a8ee92e7eac9c728"
239SRC_URI += "git://github.com/apparentlymart/go-textseg;name=v13;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/apparentlymart/go-textseg/v13"
240
156# github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 241# github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
157# [1] git ls-remote https://github.com/armon/circbuf bbbad097214e2918d8543d5201d12bfd7bca254d 242# [1] git ls-remote https://github.com/armon/circbuf bbbad097214e2918d8543d5201d12bfd7bca254d
158SRCREV_circbuf="bbbad097214e2918d8543d5201d12bfd7bca254d" 243SRCREV_circbuf="bbbad097214e2918d8543d5201d12bfd7bca254d"
@@ -173,6 +258,11 @@ SRC_URI += "git://github.com/armon/go-metrics;name=go-metrics;protocol=https;nob
173SRCREV_go-radix="7fddfc383310abc091d79a27f116d30cf0424032" 258SRCREV_go-radix="7fddfc383310abc091d79a27f116d30cf0424032"
174SRC_URI += "git://github.com/armon/go-radix;name=go-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/go-radix" 259SRC_URI += "git://github.com/armon/go-radix;name=go-radix;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/armon/go-radix"
175 260
261# github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
262# [1] git ls-remote https://github.com/armon/go-socks5 e75332964ef517daa070d7c38a9466a0d687e0a5
263SRCREV_go-socks5="e75332964ef517daa070d7c38a9466a0d687e0a5"
264SRC_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"
265
176# github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a 266# github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
177# [1] git ls-remote https://github.com/asaskevich/govalidator f61b66f89f4a311bef65f13e575bcf1a2ffadda6 267# [1] git ls-remote https://github.com/asaskevich/govalidator f61b66f89f4a311bef65f13e575bcf1a2ffadda6
178SRCREV_govalidator="f61b66f89f4a311bef65f13e575bcf1a2ffadda6" 268SRCREV_govalidator="f61b66f89f4a311bef65f13e575bcf1a2ffadda6"
@@ -183,31 +273,36 @@ SRC_URI += "git://github.com/asaskevich/govalidator;name=govalidator;protocol=ht
183SRCREV_go-jwt-middleware="dec8d9f66d0b99d1085a060812cd13d7219a7ebd" 273SRCREV_go-jwt-middleware="dec8d9f66d0b99d1085a060812cd13d7219a7ebd"
184SRC_URI += "git://github.com/auth0/go-jwt-middleware;name=go-jwt-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/auth0/go-jwt-middleware" 274SRC_URI += "git://github.com/auth0/go-jwt-middleware;name=go-jwt-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/auth0/go-jwt-middleware"
185 275
186# github.com/aws/aws-sdk-go v1.38.70 276# github.com/aws/aws-lambda-go v1.13.3
187# [1] git ls-remote https://github.com/aws/aws-sdk-go c2c371dfc5c3306bf6e7bec6cc75054a9f205c21 277# [1] git ls-remote https://github.com/aws/aws-lambda-go b5b7267d297de263cc5b61f8c37543daa9c95ffd
188SRCREV_aws-sdk-go="c2c371dfc5c3306bf6e7bec6cc75054a9f205c21" 278SRCREV_aws-lambda-go="b5b7267d297de263cc5b61f8c37543daa9c95ffd"
279SRC_URI += "git://github.com/aws/aws-lambda-go;name=aws-lambda-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-lambda-go"
280
281# github.com/aws/aws-sdk-go v1.44.24
282# [1] git ls-remote https://github.com/aws/aws-sdk-go 2ec70f79013894dc50949a0cbe5b2f2a2d268fce
283SRCREV_aws-sdk-go="2ec70f79013894dc50949a0cbe5b2f2a2d268fce"
189SRC_URI += "git://github.com/aws/aws-sdk-go;name=aws-sdk-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go" 284SRC_URI += "git://github.com/aws/aws-sdk-go;name=aws-sdk-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go"
190 285
191# github.com/benbjohnson/clock v1.0.3 286# github.com/benbjohnson/clock v1.1.0
192# [1] git ls-remote https://github.com/benbjohnson/clock d30813fdb557385ec7cbe73036752baa31e72664 287# [1] git ls-remote https://github.com/benbjohnson/clock 307483a2173c76d3ded778bd68214865fcf05ec8
193SRCREV_clock="d30813fdb557385ec7cbe73036752baa31e72664" 288SRCREV_clock="307483a2173c76d3ded778bd68214865fcf05ec8"
194SRC_URI += "git://github.com/benbjohnson/clock;name=clock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/benbjohnson/clock" 289SRC_URI += "git://github.com/benbjohnson/clock;name=clock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/benbjohnson/clock"
195 290
196# github.com/beorn7/perks v1.0.1 291# github.com/beorn7/perks v1.0.1
197# [1] git ls-remote https://github.com/beorn7/perks c49ff274687222a7373c4cd83578f1065cf3e143 292# [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6
198SRCREV_perks="c49ff274687222a7373c4cd83578f1065cf3e143" 293SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6"
199SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" 294SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks"
200 295
296# github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
297# [1] git ls-remote https://github.com/bgentry/go-netrc 9fd32a8b3d3d3f9d43c341bfe098430e07609480
298SRCREV_go-netrc="9fd32a8b3d3d3f9d43c341bfe098430e07609480"
299SRC_URI += "git://github.com/bgentry/go-netrc;name=go-netrc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bgentry/go-netrc"
300
201# github.com/bgentry/speakeasy v0.1.0 301# github.com/bgentry/speakeasy v0.1.0
202# [1] git ls-remote https://github.com/bgentry/speakeasy 12abe455afa69a18b1098acb18b1f004a4a6c33c 302# [1] git ls-remote https://github.com/bgentry/speakeasy 4aabc24848ce5fd31929f7d1e4ea74d3709c14cd
203SRCREV_speakeasy="12abe455afa69a18b1098acb18b1f004a4a6c33c" 303SRCREV_speakeasy="4aabc24848ce5fd31929f7d1e4ea74d3709c14cd"
204SRC_URI += "git://github.com/bgentry/speakeasy;name=speakeasy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bgentry/speakeasy" 304SRC_URI += "git://github.com/bgentry/speakeasy;name=speakeasy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bgentry/speakeasy"
205 305
206# github.com/bits-and-blooms/bitset v1.2.0
207# [1] git ls-remote https://github.com/bits-and-blooms/bitset 59de210119f50cedaa42d175dc88b6335fcf63f6
208SRCREV_bitset="59de210119f50cedaa42d175dc88b6335fcf63f6"
209SRC_URI += "git://github.com/bits-and-blooms/bitset;name=bitset;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bits-and-blooms/bitset"
210
211# github.com/bketelsen/crypt v0.0.4 306# github.com/bketelsen/crypt v0.0.4
212# [1] git ls-remote https://github.com/bketelsen/crypt 3f0829aaee54a3e9eabd45afbf68257a5cf754f7 307# [1] git ls-remote https://github.com/bketelsen/crypt 3f0829aaee54a3e9eabd45afbf68257a5cf754f7
213SRCREV_crypt="3f0829aaee54a3e9eabd45afbf68257a5cf754f7" 308SRCREV_crypt="3f0829aaee54a3e9eabd45afbf68257a5cf754f7"
@@ -218,19 +313,29 @@ SRC_URI += "git://github.com/bketelsen/crypt;name=crypt;protocol=https;nobranch=
218SRCREV_semver="2ee87856327ba09384cabd113bc6b5d174e9ec0f" 313SRCREV_semver="2ee87856327ba09384cabd113bc6b5d174e9ec0f"
219SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver" 314SRC_URI += "git://github.com/blang/semver;name=semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver"
220 315
316# github.com/blang/semver/v4 v4.0.0
317# [1] git ls-remote https://github.com/blang/semver af3461a9cbcf1f3f5889d21b83f5ef63880c33a8
318SRCREV_v4="af3461a9cbcf1f3f5889d21b83f5ef63880c33a8"
319SRC_URI += "git://github.com/blang/semver;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/blang/semver/v4"
320
221# github.com/boltdb/bolt v1.3.1 321# github.com/boltdb/bolt v1.3.1
222# [1] git ls-remote https://github.com/boltdb/bolt 2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8 322# [1] git ls-remote https://github.com/boltdb/bolt 2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8
223SRCREV_bolt="2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8" 323SRCREV_bolt="2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8"
224SRC_URI += "git://github.com/boltdb/bolt;name=bolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/boltdb/bolt" 324SRC_URI += "git://github.com/boltdb/bolt;name=bolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/boltdb/bolt"
225 325
326# github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
327# [1] git ls-remote https://github.com/boombuler/barcode 6c824513baccd76c674ce72112c29ef550187b08
328SRCREV_barcode="6c824513baccd76c674ce72112c29ef550187b08"
329SRC_URI += "git://github.com/boombuler/barcode;name=barcode;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/boombuler/barcode"
330
226# github.com/bronze1man/goStrongswanVici v0.0.0-20201105010758-936f38b697fd 331# github.com/bronze1man/goStrongswanVici v0.0.0-20201105010758-936f38b697fd
227# [1] git ls-remote https://github.com/bronze1man/goStrongswanVici 936f38b697fd9a0054eee1469fee9d51199d4e66 332# [1] git ls-remote https://github.com/bronze1man/goStrongswanVici 936f38b697fd9a0054eee1469fee9d51199d4e66
228SRCREV_goStrongswanVici="936f38b697fd9a0054eee1469fee9d51199d4e66" 333SRCREV_goStrongswanVici="936f38b697fd9a0054eee1469fee9d51199d4e66"
229SRC_URI += "git://github.com/bronze1man/goStrongswanVici;name=goStrongswanVici;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bronze1man/goStrongswanVici" 334SRC_URI += "git://github.com/bronze1man/goStrongswanVici;name=goStrongswanVici;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/bronze1man/goStrongswanVici"
230 335
231# github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44 336# github.com/buger/jsonparser v1.1.1
232# [1] git ls-remote https://github.com/buger/jsonparser f4dd9f5a6b441265aefc1d44872a6f8c10f42b37 337# [1] git ls-remote https://github.com/buger/jsonparser df3ea76ece10095374fd1c9a22a4fb85a44efc42
233SRCREV_jsonparser="f4dd9f5a6b441265aefc1d44872a6f8c10f42b37" 338SRCREV_jsonparser="df3ea76ece10095374fd1c9a22a4fb85a44efc42"
234SRC_URI += "git://github.com/buger/jsonparser;name=jsonparser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/jsonparser" 339SRC_URI += "git://github.com/buger/jsonparser;name=jsonparser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/jsonparser"
235 340
236# github.com/canonical/go-dqlite v1.5.1 341# github.com/canonical/go-dqlite v1.5.1
@@ -239,8 +344,8 @@ SRCREV_go-dqlite="830c1a017995b73322e86c2a6f2ca799c1caca07"
239SRC_URI += "git://github.com/canonical/go-dqlite;name=go-dqlite;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/canonical/go-dqlite" 344SRC_URI += "git://github.com/canonical/go-dqlite;name=go-dqlite;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/canonical/go-dqlite"
240 345
241# github.com/census-instrumentation/opencensus-proto v0.2.1 346# github.com/census-instrumentation/opencensus-proto v0.2.1
242# [1] git ls-remote https://github.com/census-instrumentation/opencensus-proto 69cb099384edf046119a59a69761efa7042fbeb4 347# [1] git ls-remote https://github.com/census-instrumentation/opencensus-proto d89fa54de508111353cb0b06403c00569be780d8
243SRCREV_opencensus-proto="69cb099384edf046119a59a69761efa7042fbeb4" 348SRCREV_opencensus-proto="d89fa54de508111353cb0b06403c00569be780d8"
244SRC_URI += "git://github.com/census-instrumentation/opencensus-proto;name=opencensus-proto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/census-instrumentation/opencensus-proto" 349SRC_URI += "git://github.com/census-instrumentation/opencensus-proto;name=opencensus-proto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/census-instrumentation/opencensus-proto"
245 350
246# github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 351# github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054
@@ -253,9 +358,9 @@ SRC_URI += "git://github.com/certifi/gocertifi;name=gocertifi;protocol=https;nob
253SRCREV_xxhash1="569f7c8abf1f58d9043ab804d364483cb1c853b6" 358SRCREV_xxhash1="569f7c8abf1f58d9043ab804d364483cb1c853b6"
254SRC_URI += "git://github.com/cespare/xxhash;name=xxhash1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash" 359SRC_URI += "git://github.com/cespare/xxhash;name=xxhash1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash"
255 360
256# github.com/cespare/xxhash/v2 v2.1.1 361# github.com/cespare/xxhash/v2 v2.1.2
257# [1] git ls-remote https://github.com/cespare/xxhash 68d2e6187fda44f45b905aeeebdb40a73d137ea1 362# [1] git ls-remote https://github.com/cespare/xxhash e7a6b52374f7e2abfb8abb27249d53a1997b09a7
258SRCREV_v2="68d2e6187fda44f45b905aeeebdb40a73d137ea1" 363SRCREV_v2="e7a6b52374f7e2abfb8abb27249d53a1997b09a7"
259SRC_URI += "git://github.com/cespare/xxhash;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" 364SRC_URI += "git://github.com/cespare/xxhash;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2"
260 365
261# github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 366# github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5
@@ -263,14 +368,14 @@ SRC_URI += "git://github.com/cespare/xxhash;name=v2;protocol=https;nobranch=1;de
263SRCREV_gettext-go="c6fed771bfd517099caf0f7a961671fa8ed08723" 368SRCREV_gettext-go="c6fed771bfd517099caf0f7a961671fa8ed08723"
264SRC_URI += "git://github.com/chai2010/gettext-go;name=gettext-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chai2010/gettext-go" 369SRC_URI += "git://github.com/chai2010/gettext-go;name=gettext-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/chai2010/gettext-go"
265 370
266# github.com/checkpoint-restore/go-criu/v5 v5.0.0 371# github.com/checkpoint-restore/go-criu/v5 v5.3.0
267# [1] git ls-remote https://github.com/checkpoint-restore/go-criu 885cc36edb02fc5afeed0759885b473c16d249d8 372# [1] git ls-remote https://github.com/checkpoint-restore/go-criu e3059103a5cf6adca2183e08c0315e8d8d5135a5
268SRCREV_v5="885cc36edb02fc5afeed0759885b473c16d249d8" 373SRCREV_v5="e3059103a5cf6adca2183e08c0315e8d8d5135a5"
269SRC_URI += "git://github.com/checkpoint-restore/go-criu;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/checkpoint-restore/go-criu/v5" 374SRC_URI += "git://github.com/checkpoint-restore/go-criu;name=v5;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/checkpoint-restore/go-criu/v5"
270 375
271# github.com/cheggaaa/pb v1.0.29 376# github.com/cheggaaa/pb v1.0.29
272# [1] git ls-remote https://github.com/cheggaaa/pb e2a33cc368a206516cc95f7bdd9176db0b83f098 377# [1] git ls-remote https://github.com/cheggaaa/pb 5784bcc95a1741c2ca2b46b19f1f3d398557300c
273SRCREV_pb="e2a33cc368a206516cc95f7bdd9176db0b83f098" 378SRCREV_pb="5784bcc95a1741c2ca2b46b19f1f3d398557300c"
274SRC_URI += "git://github.com/cheggaaa/pb;name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cheggaaa/pb" 379SRC_URI += "git://github.com/cheggaaa/pb;name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cheggaaa/pb"
275 380
276# github.com/chzyer/logex v1.1.10 381# github.com/chzyer/logex v1.1.10
@@ -293,10 +398,10 @@ SRC_URI += "git://github.com/chzyer/test;name=test;protocol=https;nobranch=1;des
293SRCREV_ebpf="13667bdb8f164c32ae1b85e7130552dd93e86dfd" 398SRCREV_ebpf="13667bdb8f164c32ae1b85e7130552dd93e86dfd"
294SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf" 399SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cilium/ebpf"
295 400
296# github.com/cloudnativelabs/kube-router v1.3.2 401# github.com/k3s-io/kube-router v1.5.1-0.20220630214451-a43bcd8511d2
297# [1] git ls-remote https://github.com/cloudnativelabs/kube-router 6ed5596ff731b42c6a3bda87835a96afe338e1d2 402# [1] git ls-remote https://github.com/k3s-io/kube-router a43bcd8511d263855338a2dcc4d7f409c918077b
298SRCREV_kube-router="6ed5596ff731b42c6a3bda87835a96afe338e1d2" 403SRCREV_kube-router="a43bcd8511d263855338a2dcc4d7f409c918077b"
299SRC_URI += "git://github.com/cloudnativelabs/kube-router;name=kube-router;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cloudnativelabs/kube-router" 404SRC_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"
300 405
301# github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313 406# github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313
302# [1] git ls-remote https://github.com/clusterhq/flocker-go 2b8b7259d3139c96c4a6871031355808ab3fd3b3 407# [1] git ls-remote https://github.com/clusterhq/flocker-go 2b8b7259d3139c96c4a6871031355808ab3fd3b3
@@ -308,6 +413,11 @@ SRC_URI += "git://github.com/clusterhq/flocker-go;name=flocker-go;protocol=https
308SRCREV_go1="5459f2c994033b0afed7e4a70ac7e90c90c1ffee" 413SRCREV_go1="5459f2c994033b0afed7e4a70ac7e90c90c1ffee"
309SRC_URI += "git://github.com/cncf/udpa;name=go1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cncf/udpa/go" 414SRC_URI += "git://github.com/cncf/udpa;name=go1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cncf/udpa/go"
310 415
416# github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed
417# [1] git ls-remote https://github.com/cncf/xds fbca930ec8edc42e1a2b083dc59d0f6ec4946eb1
418SRCREV_go12="fbca930ec8edc42e1a2b083dc59d0f6ec4946eb1"
419SRC_URI += "git://github.com/cncf/xds;name=go12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cncf/xds/go"
420
311# github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5 421# github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5
312# [1] git ls-remote https://github.com/cockroachdb/datadriven bf6692d28da5d6c6dade56f0c2679ca87705e1ad 422# [1] git ls-remote https://github.com/cockroachdb/datadriven bf6692d28da5d6c6dade56f0c2679ca87705e1ad
313SRCREV_datadriven="bf6692d28da5d6c6dade56f0c2679ca87705e1ad" 423SRCREV_datadriven="bf6692d28da5d6c6dade56f0c2679ca87705e1ad"
@@ -329,98 +439,98 @@ SRCREV_spec="f1ae02418ccc363f089ee952d438f30ffdb4b4dc"
329SRC_URI += "git://github.com/container-storage-interface/spec;name=spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/container-storage-interface/spec" 439SRC_URI += "git://github.com/container-storage-interface/spec;name=spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/container-storage-interface/spec"
330 440
331# github.com/containerd/aufs v1.0.0 441# github.com/containerd/aufs v1.0.0
332# [1] git ls-remote https://github.com/containerd/aufs 7dffc75339ca1cecb6de8a275ec8cee94e0ed855 442# [1] git ls-remote https://github.com/containerd/aufs fb0192dcb2c0bbfce3bd8756fc88026870c0354d
333SRCREV_aufs="7dffc75339ca1cecb6de8a275ec8cee94e0ed855" 443SRCREV_aufs="fb0192dcb2c0bbfce3bd8756fc88026870c0354d"
334SRC_URI += "git://github.com/containerd/aufs;name=aufs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/aufs" 444SRC_URI += "git://github.com/containerd/aufs;name=aufs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/aufs"
335 445
336# github.com/containerd/btrfs v1.0.0 446# github.com/containerd/btrfs v1.0.0
337# [1] git ls-remote https://github.com/containerd/btrfs ecd3a1e4f05ca245081bbaeaff5b3acff9e97c6a 447# [1] git ls-remote https://github.com/containerd/btrfs 918d888fb676f1f2d80ad174f724a70dbb403130
338SRCREV_btrfs="ecd3a1e4f05ca245081bbaeaff5b3acff9e97c6a" 448SRCREV_btrfs="918d888fb676f1f2d80ad174f724a70dbb403130"
339SRC_URI += "git://github.com/containerd/btrfs;name=btrfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/btrfs" 449SRC_URI += "git://github.com/containerd/btrfs;name=btrfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/btrfs"
340 450
341# github.com/containerd/cgroups v1.0.1 451# github.com/containerd/cgroups v1.0.1
342# [1] git ls-remote https://github.com/containerd/cgroups 198bd73e83ff6bdebc18b1a356bf99df2436140f 452# [1] git ls-remote https://github.com/containerd/cgroups b9de8a2212026c07cec67baf3323f1fc0121e048
343SRCREV_cgroups="198bd73e83ff6bdebc18b1a356bf99df2436140f" 453SRCREV_cgroups="b9de8a2212026c07cec67baf3323f1fc0121e048"
344SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups" 454SRC_URI += "git://github.com/containerd/cgroups;name=cgroups;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/cgroups"
345 455
346# github.com/containerd/console v1.0.2 456# github.com/containerd/console v1.0.3
347# [1] git ls-remote https://github.com/containerd/console d5efa7d56fd239f7f3dad2ab6685db09359a3618 457# [1] git ls-remote https://github.com/containerd/console b5cb846c9186d67bcae3ce3c324e47cd317d9527
348SRCREV_console="d5efa7d56fd239f7f3dad2ab6685db09359a3618" 458SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527"
349SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" 459SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
350 460
351# github.com/k3s-io/containerd v1.5.9-k3s1 461# github.com/k3s-io/containerd v1.5.13-k3s1
352# [1] git ls-remote https://github.com/k3s-io/containerd d5a46d003e3079a0f4897fd97408409ab77b8e27 462# [1] git ls-remote https://github.com/k3s-io/containerd a999e83d47e77fddaf1dad7128fb92cd4331d122
353SRCREV_containerd="d5a46d003e3079a0f4897fd97408409ab77b8e27" 463SRCREV_containerd="a999e83d47e77fddaf1dad7128fb92cd4331d122"
354SRC_URI += "git://github.com/k3s-io/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" 464SRC_URI += "git://github.com/k3s-io/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
355 465
356# github.com/k3s-io/continuity v0.0.0-20210309170710-f93269e0d5c1 466# github.com/containerd/continuity v0.3.0
357# [1] git ls-remote https://github.com/k3s-io/continuity f93269e0d5c1e116e1c7f1f5af80eae9a75f988b 467# [1] git ls-remote https://github.com/containerd/continuity 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd
358SRCREV_continuity="f93269e0d5c1e116e1c7f1f5af80eae9a75f988b" 468SRCREV_continuity="5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd"
359SRC_URI += "git://github.com/k3s-io/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" 469SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity"
360 470
361# github.com/containerd/fifo v1.0.0 471# github.com/containerd/fifo v1.0.0
362# [1] git ls-remote https://github.com/containerd/fifo eb4e163db80cfde4102acfa62c87b2a37232c8a2 472# [1] git ls-remote https://github.com/containerd/fifo 650e8a8a179d040123db61f016cb133143e7a581
363SRCREV_fifo="eb4e163db80cfde4102acfa62c87b2a37232c8a2" 473SRCREV_fifo="650e8a8a179d040123db61f016cb133143e7a581"
364SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo" 474SRC_URI += "git://github.com/containerd/fifo;name=fifo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fifo"
365 475
366# github.com/containerd/fuse-overlayfs-snapshotter v1.0.4 476# github.com/containerd/fuse-overlayfs-snapshotter v1.0.4
367# [1] git ls-remote https://github.com/containerd/fuse-overlayfs-snapshotter a4fb9d4458e8a700e55933024b650712b493f22f 477# [1] git ls-remote https://github.com/containerd/fuse-overlayfs-snapshotter db90194f0cf2f42ee8cdc3c542f6ed2c92ef8ffc
368SRCREV_fuse-overlayfs-snapshotter="a4fb9d4458e8a700e55933024b650712b493f22f" 478SRCREV_fuse-overlayfs-snapshotter="db90194f0cf2f42ee8cdc3c542f6ed2c92ef8ffc"
369SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;name=fuse-overlayfs-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fuse-overlayfs-snapshotter" 479SRC_URI += "git://github.com/containerd/fuse-overlayfs-snapshotter;name=fuse-overlayfs-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/fuse-overlayfs-snapshotter"
370 480
371# github.com/containerd/go-cni v1.0.2 481# github.com/containerd/go-cni v1.1.3
372# [1] git ls-remote https://github.com/containerd/go-cni f1cbb273482be741efcf81da9eb69e3ab82a42cf 482# [1] git ls-remote https://github.com/containerd/go-cni e559bd8b26eeb6b23c92686b808c057225ec5cfb
373SRCREV_go-cni="f1cbb273482be741efcf81da9eb69e3ab82a42cf" 483SRCREV_go-cni="e559bd8b26eeb6b23c92686b808c057225ec5cfb"
374SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-cni" 484SRC_URI += "git://github.com/containerd/go-cni;name=go-cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-cni"
375 485
376# github.com/containerd/go-runc v1.0.0 486# github.com/containerd/go-runc v1.0.0
377# [1] git ls-remote https://github.com/containerd/go-runc 2b3d0644d70c637e0b2795aabbe15c89770d85b9 487# [1] git ls-remote https://github.com/containerd/go-runc 16b287bc67d069a60fa48db15f330b790b74365b
378SRCREV_go-runc="2b3d0644d70c637e0b2795aabbe15c89770d85b9" 488SRCREV_go-runc="16b287bc67d069a60fa48db15f330b790b74365b"
379SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-runc" 489SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/go-runc"
380 490
381# github.com/containerd/imgcrypt v1.1.1 491# github.com/containerd/imgcrypt v1.1.3
382# [1] git ls-remote https://github.com/containerd/imgcrypt 93e954ac574d39a54b4e6a8e9e50b7ff4acee41c 492# [1] git ls-remote https://github.com/containerd/imgcrypt 65d749cef36547473d1c1b0b67ed8a4b9e3d13d4
383SRCREV_imgcrypt="93e954ac574d39a54b4e6a8e9e50b7ff4acee41c" 493SRCREV_imgcrypt="65d749cef36547473d1c1b0b67ed8a4b9e3d13d4"
384SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt" 494SRC_URI += "git://github.com/containerd/imgcrypt;name=imgcrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/imgcrypt"
385 495
386# github.com/containerd/nri v0.1.0 496# github.com/containerd/nri v0.1.0
387# [1] git ls-remote https://github.com/containerd/nri cf90ff293408e9a021f738e73a8e0cee258e940a 497# [1] git ls-remote https://github.com/containerd/nri bcfcdd354487690f7439a5d1cf3825e94489987e
388SRCREV_nri="cf90ff293408e9a021f738e73a8e0cee258e940a" 498SRCREV_nri="bcfcdd354487690f7439a5d1cf3825e94489987e"
389SRC_URI += "git://github.com/containerd/nri;name=nri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/nri" 499SRC_URI += "git://github.com/containerd/nri;name=nri;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/nri"
390 500
391# github.com/containerd/stargz-snapshotter v0.10.1 501# github.com/containerd/stargz-snapshotter v0.11.4
392# [1] git ls-remote https://github.com/containerd/stargz-snapshotter 91eb38acd4102d9e08edc3f583f7c18c6e614971 502# [1] git ls-remote https://github.com/containerd/stargz-snapshotter cf1c6d90461f1ae6f01a5b8f5e1dfc816223ad09
393SRCREV_stargz-snapshotter="91eb38acd4102d9e08edc3f583f7c18c6e614971" 503SRCREV_stargz-snapshotter="cf1c6d90461f1ae6f01a5b8f5e1dfc816223ad09"
394SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter" 504SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/stargz-snapshotter"
395 505
396# github.com/containerd/ttrpc v1.0.2 506# github.com/containerd/ttrpc v1.1.0
397# [1] git ls-remote https://github.com/containerd/ttrpc bfba540dc45464586c106b1f31c8547933c1eb41 507# [1] git ls-remote https://github.com/containerd/ttrpc 0247db16a1f98bb76731a12ad72b8d49705b38b3
398SRCREV_ttrpc="bfba540dc45464586c106b1f31c8547933c1eb41" 508SRCREV_ttrpc="0247db16a1f98bb76731a12ad72b8d49705b38b3"
399SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" 509SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc"
400 510
401# github.com/containerd/typeurl v1.0.2 511# github.com/containerd/typeurl v1.0.2
402# [1] git ls-remote https://github.com/containerd/typeurl 9e1ad9a145b768c8f6bab9880513cd1b05fe5a20 512# [1] git ls-remote https://github.com/containerd/typeurl 5e43fb8b75ed2f2305fc04e6918c8d10636771bc
403SRCREV_typeurl="9e1ad9a145b768c8f6bab9880513cd1b05fe5a20" 513SRCREV_typeurl="5e43fb8b75ed2f2305fc04e6918c8d10636771bc"
404SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl" 514SRC_URI += "git://github.com/containerd/typeurl;name=typeurl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl"
405 515
406# github.com/containerd/zfs v1.0.0 516# github.com/containerd/zfs v1.0.0
407# [1] git ls-remote https://github.com/containerd/zfs 7d55686cf303446a33007780f9f008b281c8831c 517# [1] git ls-remote https://github.com/containerd/zfs 4140c9077d87eb8bea25bd935f56bc732b18c25c
408SRCREV_zfs="7d55686cf303446a33007780f9f008b281c8831c" 518SRCREV_zfs="4140c9077d87eb8bea25bd935f56bc732b18c25c"
409SRC_URI += "git://github.com/containerd/zfs;name=zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/zfs" 519SRC_URI += "git://github.com/containerd/zfs;name=zfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/zfs"
410 520
411# github.com/containernetworking/cni v0.8.1 521# github.com/containernetworking/cni v1.1.0
412# [1] git ls-remote https://github.com/containernetworking/cni 9fc34aee0a6396d6484992035819c92c42522eea 522# [1] git ls-remote https://github.com/containernetworking/cni 08f8596ff3bef74c7999322deb62f4a8bf9e8174
413SRCREV_cni="9fc34aee0a6396d6484992035819c92c42522eea" 523SRCREV_cni="08f8596ff3bef74c7999322deb62f4a8bf9e8174"
414SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni" 524SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/cni"
415 525
416# github.com/containernetworking/plugins v0.9.1 526# github.com/containernetworking/plugins v1.1.1
417# [1] git ls-remote https://github.com/containernetworking/plugins acf137b1f7e1c9f9bf1511ec938ed0aca7841f80 527# [1] git ls-remote https://github.com/containernetworking/plugins 4744ec27b89c083194e7df498de50f03a8a1d3ec
418SRCREV_plugins="acf137b1f7e1c9f9bf1511ec938ed0aca7841f80" 528SRCREV_plugins="4744ec27b89c083194e7df498de50f03a8a1d3ec"
419SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins" 529SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containernetworking/plugins"
420 530
421# github.com/containers/ocicrypt v1.1.1 531# github.com/containers/ocicrypt v1.1.2
422# [1] git ls-remote https://github.com/containers/ocicrypt c989c0bcefa41e177f5d9f2f3182a7da13df0621 532# [1] git ls-remote https://github.com/containers/ocicrypt 1272152ccae67a2c3a4ed543d72b7e42928c99bb
423SRCREV_ocicrypt="c989c0bcefa41e177f5d9f2f3182a7da13df0621" 533SRCREV_ocicrypt="1272152ccae67a2c3a4ed543d72b7e42928c99bb"
424SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt" 534SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containers/ocicrypt"
425 535
426# github.com/coredns/caddy v1.1.0 536# github.com/coredns/caddy v1.1.0
@@ -428,9 +538,9 @@ SRC_URI += "git://github.com/containers/ocicrypt;name=ocicrypt;protocol=https;no
428SRCREV_caddy="115eb7dee367f3ee1907bc3d84d6aa7a7cd193d8" 538SRCREV_caddy="115eb7dee367f3ee1907bc3d84d6aa7a7cd193d8"
429SRC_URI += "git://github.com/coredns/caddy;name=caddy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coredns/caddy" 539SRC_URI += "git://github.com/coredns/caddy;name=caddy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coredns/caddy"
430 540
431# github.com/coredns/corefile-migration v1.0.12 541# github.com/coredns/corefile-migration v1.0.14
432# [1] git ls-remote https://github.com/coredns/corefile-migration a17d727a232d5836eba83d558b94d73331b0f6c1 542# [1] git ls-remote https://github.com/coredns/corefile-migration 3218e7abb9a15cb42e237f2304b489f5dab1402b
433SRCREV_corefile-migration="a17d727a232d5836eba83d558b94d73331b0f6c1" 543SRCREV_corefile-migration="3218e7abb9a15cb42e237f2304b489f5dab1402b"
434SRC_URI += "git://github.com/coredns/corefile-migration;name=corefile-migration;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coredns/corefile-migration" 544SRC_URI += "git://github.com/coredns/corefile-migration;name=corefile-migration;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coredns/corefile-migration"
435 545
436# github.com/coreos/bbolt v1.3.2 546# github.com/coreos/bbolt v1.3.2
@@ -439,8 +549,8 @@ SRCREV_bbolt="63597a96ec0ad9e6d43c3fc81e809909e0237461"
439SRC_URI += "git://github.com/coreos/bbolt;name=bbolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/bbolt" 549SRC_URI += "git://github.com/coreos/bbolt;name=bbolt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/bbolt"
440 550
441# github.com/coreos/etcd v3.3.13+incompatible 551# github.com/coreos/etcd v3.3.13+incompatible
442# [1] git ls-remote https://github.com/coreos/etcd 1aa3d4036677a2e4e0d024177446f6459f0e1ea1 552# [1] git ls-remote https://github.com/coreos/etcd 98d308426819d892e149fe45f6fd542464cb1f9d
443SRCREV_etcd="1aa3d4036677a2e4e0d024177446f6459f0e1ea1" 553SRCREV_etcd="98d308426819d892e149fe45f6fd542464cb1f9d"
444SRC_URI += "git://github.com/coreos/etcd;name=etcd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/etcd" 554SRC_URI += "git://github.com/coreos/etcd;name=etcd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/etcd"
445 555
446# github.com/coreos/go-iptables v0.6.0 556# github.com/coreos/go-iptables v0.6.0
@@ -454,8 +564,8 @@ SRCREV_go-oidc="2be1c5b8a260760503f66dc0996e102b683b3ac3"
454SRC_URI += "git://github.com/coreos/go-oidc;name=go-oidc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-oidc" 564SRC_URI += "git://github.com/coreos/go-oidc;name=go-oidc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-oidc"
455 565
456# github.com/coreos/go-semver v0.3.0 566# github.com/coreos/go-semver v0.3.0
457# [1] git ls-remote https://github.com/coreos/go-semver 6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5 567# [1] git ls-remote https://github.com/coreos/go-semver e214231b295a8ea9479f11b70b35d5acf3556d9b
458SRCREV_go-semver="6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5" 568SRCREV_go-semver="e214231b295a8ea9479f11b70b35d5acf3556d9b"
459SRC_URI += "git://github.com/coreos/go-semver;name=go-semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-semver" 569SRC_URI += "git://github.com/coreos/go-semver;name=go-semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-semver"
460 570
461# github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e 571# github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
@@ -464,8 +574,8 @@ SRCREV_go-systemd="95778dfbb74eb7e4dbaf43bf7d71809650ef8076"
464SRC_URI += "git://github.com/coreos/go-systemd;name=go-systemd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd" 574SRC_URI += "git://github.com/coreos/go-systemd;name=go-systemd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd"
465 575
466# github.com/coreos/go-systemd/v22 v22.3.2 576# github.com/coreos/go-systemd/v22 v22.3.2
467# [1] git ls-remote https://github.com/coreos/go-systemd 0b40357fd65760243a3eceb80a299772c23c8470 577# [1] git ls-remote https://github.com/coreos/go-systemd 777e73a89cef78631ccaa97f53a9bae67e166186
468SRCREV_v22="0b40357fd65760243a3eceb80a299772c23c8470" 578SRCREV_v22="777e73a89cef78631ccaa97f53a9bae67e166186"
469SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22" 579SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22"
470 580
471# github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f 581# github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
@@ -483,9 +593,9 @@ SRC_URI += "git://github.com/cpuguy83/go-md2man;name=v21;protocol=https;nobranch
483SRCREV_pty="2a38352e8b4d7ab6c336eef107e42a55e72e7fbc" 593SRCREV_pty="2a38352e8b4d7ab6c336eef107e42a55e72e7fbc"
484SRC_URI += "git://github.com/creack/pty;name=pty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/creack/pty" 594SRC_URI += "git://github.com/creack/pty;name=pty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/creack/pty"
485 595
486# github.com/cyphar/filepath-securejoin v0.2.2 596# github.com/cyphar/filepath-securejoin v0.2.3
487# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 6388e205e2047c305ff1a1e976b97523b8eeef9f 597# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 8f267f5ea675a20a2cb5e91011d063721f53bf79
488SRCREV_filepath-securejoin="6388e205e2047c305ff1a1e976b97523b8eeef9f" 598SRCREV_filepath-securejoin="8f267f5ea675a20a2cb5e91011d063721f53bf79"
489SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyphar/filepath-securejoin" 599SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cyphar/filepath-securejoin"
490 600
491# github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c 601# github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c
@@ -514,8 +624,8 @@ SRCREV_wincred="78f93c1f8b99b0c2f6e7f3d2bdc4993cf87bddff"
514SRC_URI += "git://github.com/danieljoos/wincred;name=wincred;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/danieljoos/wincred" 624SRC_URI += "git://github.com/danieljoos/wincred;name=wincred;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/danieljoos/wincred"
515 625
516# github.com/davecgh/go-spew v1.1.1 626# github.com/davecgh/go-spew v1.1.1
517# [1] git ls-remote https://github.com/davecgh/go-spew 152484fe5c9ff65d013f0f372d748c03e8749e6d 627# [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73
518SRCREV_go-spew="152484fe5c9ff65d013f0f372d748c03e8749e6d" 628SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73"
519SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/davecgh/go-spew" 629SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/davecgh/go-spew"
520 630
521# github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd 631# github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd
@@ -533,9 +643,9 @@ SRC_URI += "git://github.com/denverdino/aliyungo;name=aliyungo;protocol=https;no
533SRCREV_jwt-go="06ea1031745cb8b3dab3f6a236daf2b0aa468b7e" 643SRCREV_jwt-go="06ea1031745cb8b3dab3f6a236daf2b0aa468b7e"
534SRC_URI += "git://github.com/dgrijalva/jwt-go;name=jwt-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgrijalva/jwt-go" 644SRC_URI += "git://github.com/dgrijalva/jwt-go;name=jwt-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgrijalva/jwt-go"
535 645
536# github.com/dgryski/go-farm v0.0.0-20171119141306-ac7624ea8da3 646# github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
537# [1] git ls-remote https://github.com/dgryski/go-farm ac7624ea8da311f2fbbd94401d8c1cf66089f9fb 647# [1] git ls-remote https://github.com/dgryski/go-farm a6ae2369ad13dc757768086f0cb902728c7e03e5
538SRCREV_go-farm="ac7624ea8da311f2fbbd94401d8c1cf66089f9fb" 648SRCREV_go-farm="a6ae2369ad13dc757768086f0cb902728c7e03e5"
539SRC_URI += "git://github.com/dgryski/go-farm;name=go-farm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgryski/go-farm" 649SRC_URI += "git://github.com/dgryski/go-farm;name=go-farm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgryski/go-farm"
540 650
541# github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 651# github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954
@@ -543,24 +653,29 @@ SRC_URI += "git://github.com/dgryski/go-farm;name=go-farm;protocol=https;nobranc
543SRCREV_go-sip13="e10d5fee79544bd84105c9329adcc7b745fd588c" 653SRCREV_go-sip13="e10d5fee79544bd84105c9329adcc7b745fd588c"
544SRC_URI += "git://github.com/dgryski/go-sip13;name=go-sip13;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgryski/go-sip13" 654SRC_URI += "git://github.com/dgryski/go-sip13;name=go-sip13;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dgryski/go-sip13"
545 655
656# github.com/dimchansky/utfbom v1.1.1
657# [1] git ls-remote https://github.com/dimchansky/utfbom 6ae8f945ca96f30defc7e8ab12ec5d10cf86ded4
658SRCREV_utfbom="6ae8f945ca96f30defc7e8ab12ec5d10cf86ded4"
659SRC_URI += "git://github.com/dimchansky/utfbom;name=utfbom;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dimchansky/utfbom"
660
546# github.com/dnaeon/go-vcr v1.0.1 661# github.com/dnaeon/go-vcr v1.0.1
547# [1] git ls-remote https://github.com/dnaeon/go-vcr 871b30b48ead17b28817bfec6226c77671f9f79a 662# [1] git ls-remote https://github.com/dnaeon/go-vcr b3f5a17c396f1f45e232e36c6eed2577da52d22a
548SRCREV_go-vcr="871b30b48ead17b28817bfec6226c77671f9f79a" 663SRCREV_go-vcr="b3f5a17c396f1f45e232e36c6eed2577da52d22a"
549SRC_URI += "git://github.com/dnaeon/go-vcr;name=go-vcr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dnaeon/go-vcr" 664SRC_URI += "git://github.com/dnaeon/go-vcr;name=go-vcr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dnaeon/go-vcr"
550 665
551# github.com/docker/cli v20.10.10+incompatible 666# github.com/docker/cli v20.10.14+incompatible
552# [1] git ls-remote https://github.com/docker/cli ec1e6b3fce53a421de65d7da46501d7806bf83c3 667# [1] git ls-remote https://github.com/docker/cli a224086349269551becacce16e5842ceeb2a98d6
553SRCREV_cli="ec1e6b3fce53a421de65d7da46501d7806bf83c3" 668SRCREV_cli1="a224086349269551becacce16e5842ceeb2a98d6"
554SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" 669SRC_URI += "git://github.com/docker/cli;name=cli1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
555 670
556# github.com/docker/distribution v2.7.1+incompatible 671# github.com/docker/distribution v2.8.1+incompatible
557# [1] git ls-remote https://github.com/docker/distribution ea7032ddc60c872197a0f57e49319bb6092548fe 672# [1] git ls-remote https://github.com/docker/distribution b5ca020cfbe998e5af3457fda087444cf5116496
558SRCREV_distribution="ea7032ddc60c872197a0f57e49319bb6092548fe" 673SRCREV_distribution="b5ca020cfbe998e5af3457fda087444cf5116496"
559SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" 674SRC_URI += "git://github.com/docker/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution"
560 675
561# github.com/docker/docker v20.10.2+incompatible 676# github.com/docker/docker v20.10.12+incompatible
562# [1] git ls-remote https://github.com/docker/docker 298bd21ab4670e06b188ef179302c84bc59f193e 677# [1] git ls-remote https://github.com/docker/docker 459d0dfbbb51fb2423a43655e6c62368ec0f36c9
563SRCREV_docker="298bd21ab4670e06b188ef179302c84bc59f193e" 678SRCREV_docker="459d0dfbbb51fb2423a43655e6c62368ec0f36c9"
564SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" 679SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
565 680
566# github.com/docker/docker-credential-helpers v0.6.4 681# github.com/docker/docker-credential-helpers v0.6.4
@@ -584,18 +699,23 @@ SRCREV_go-metrics1="b619b3592b65de4f087d9f16863a7e6ff905973c"
584SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics" 699SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics"
585 700
586# github.com/docker/go-units v0.4.0 701# github.com/docker/go-units v0.4.0
587# [1] git ls-remote https://github.com/docker/go-units 62a2352f021aa740f52d67afa00d211290c5855c 702# [1] git ls-remote https://github.com/docker/go-units 519db1ee28dcc9fd2474ae59fca29a810482bfb1
588SRCREV_go-units="62a2352f021aa740f52d67afa00d211290c5855c" 703SRCREV_go-units="519db1ee28dcc9fd2474ae59fca29a810482bfb1"
589SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units" 704SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units"
590 705
706# github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c
707# [1] git ls-remote https://github.com/docker/spdystream 6480d4af844c189cf5dd913db24ddd339d3a4f85
708SRCREV_spdystream="6480d4af844c189cf5dd913db24ddd339d3a4f85"
709SRC_URI += "git://github.com/docker/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/spdystream"
710
591# github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 711# github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
592# [1] git ls-remote https://github.com/docopt/docopt-go ee0de3bc6815ee19d4a46c7eb90f829db0e014b1 712# [1] git ls-remote https://github.com/docopt/docopt-go ee0de3bc6815ee19d4a46c7eb90f829db0e014b1
593SRCREV_docopt-go="ee0de3bc6815ee19d4a46c7eb90f829db0e014b1" 713SRCREV_docopt-go="ee0de3bc6815ee19d4a46c7eb90f829db0e014b1"
594SRC_URI += "git://github.com/docopt/docopt-go;name=docopt-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docopt/docopt-go" 714SRC_URI += "git://github.com/docopt/docopt-go;name=docopt-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docopt/docopt-go"
595 715
596# github.com/dustin/go-humanize v1.0.0 716# github.com/dustin/go-humanize v1.0.0
597# [1] git ls-remote https://github.com/dustin/go-humanize e673fa1ffc91213297a60d18a6f513aa74bced52 717# [1] git ls-remote https://github.com/dustin/go-humanize 9f541cc9db5d55bce703bd99987c9d5cb8eea45e
598SRCREV_go-humanize="e673fa1ffc91213297a60d18a6f513aa74bced52" 718SRCREV_go-humanize="9f541cc9db5d55bce703bd99987c9d5cb8eea45e"
599SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustin/go-humanize" 719SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustin/go-humanize"
600 720
601# github.com/dustmop/soup v1.1.2-0.20190516214245-38228baa104e 721# github.com/dustmop/soup v1.1.2-0.20190516214245-38228baa104e
@@ -613,24 +733,29 @@ SRC_URI += "git://github.com/eapache/channels;name=channels;protocol=https;nobra
613SRCREV_queue="44cc805cf13205b55f69e14bcb69867d1ae92f98" 733SRCREV_queue="44cc805cf13205b55f69e14bcb69867d1ae92f98"
614SRC_URI += "git://github.com/eapache/queue;name=queue;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/eapache/queue" 734SRC_URI += "git://github.com/eapache/queue;name=queue;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/eapache/queue"
615 735
616# github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 736# github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1
617# [1] git ls-remote https://github.com/elazarl/goproxy 947c36da3153ff334e74d9d980de341d25f358ba 737# [1] git ls-remote https://github.com/elazarl/goproxy ecfe977594f1c77c24997af02cbfffd88b296514
618SRCREV_goproxy="947c36da3153ff334e74d9d980de341d25f358ba" 738SRCREV_goproxy="ecfe977594f1c77c24997af02cbfffd88b296514"
619SRC_URI += "git://github.com/elazarl/goproxy;name=goproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/elazarl/goproxy" 739SRC_URI += "git://github.com/elazarl/goproxy;name=goproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/elazarl/goproxy"
620 740
741# github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2
742# [1] git ls-remote https://github.com/elazarl/goproxy 473e67f1d7d297e5be759edf6e981768c89529f2
743SRCREV_ext="473e67f1d7d297e5be759edf6e981768c89529f2"
744SRC_URI += "git://github.com/elazarl/goproxy;name=ext;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/elazarl/goproxy/ext"
745
621# github.com/emicklei/go-restful v2.9.5+incompatible 746# github.com/emicklei/go-restful v2.9.5+incompatible
622# [1] git ls-remote https://github.com/emicklei/go-restful 3e6bdb66f81150bda4be5cc1c3a79fc4b1cf00f9 747# [1] git ls-remote https://github.com/emicklei/go-restful b993709ae1a4f6dd19cfa475232614441b11c9d5
623SRCREV_go-restful="3e6bdb66f81150bda4be5cc1c3a79fc4b1cf00f9" 748SRCREV_go-restful="b993709ae1a4f6dd19cfa475232614441b11c9d5"
624SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful" 749SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful"
625 750
626# github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d 751# github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0
627# [1] git ls-remote https://github.com/envoyproxy/go-control-plane 668b12f5399deff9d7a31ecfcf413182a31574c0 752# [1] git ls-remote https://github.com/envoyproxy/go-control-plane 63b5d3c536b0a97ec2bbb2e74de7adae1ba1dfee
628SRCREV_go-control-plane="668b12f5399deff9d7a31ecfcf413182a31574c0" 753SRCREV_go-control-plane="63b5d3c536b0a97ec2bbb2e74de7adae1ba1dfee"
629SRC_URI += "git://github.com/envoyproxy/go-control-plane;name=go-control-plane;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/envoyproxy/go-control-plane" 754SRC_URI += "git://github.com/envoyproxy/go-control-plane;name=go-control-plane;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/envoyproxy/go-control-plane"
630 755
631# github.com/envoyproxy/protoc-gen-validate v0.1.0 756# github.com/envoyproxy/protoc-gen-validate v0.1.0
632# [1] git ls-remote https://github.com/envoyproxy/protoc-gen-validate b894e268e4263489751edd651656a98572ffc718 757# [1] git ls-remote https://github.com/envoyproxy/protoc-gen-validate 9eff07ddfcb4001aa1aab280648153f46e1a8ddc
633SRCREV_protoc-gen-validate="b894e268e4263489751edd651656a98572ffc718" 758SRCREV_protoc-gen-validate="9eff07ddfcb4001aa1aab280648153f46e1a8ddc"
634SRC_URI += "git://github.com/envoyproxy/protoc-gen-validate;name=protoc-gen-validate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/envoyproxy/protoc-gen-validate" 759SRC_URI += "git://github.com/envoyproxy/protoc-gen-validate;name=protoc-gen-validate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/envoyproxy/protoc-gen-validate"
635 760
636# github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83 761# github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83
@@ -638,14 +763,19 @@ SRC_URI += "git://github.com/envoyproxy/protoc-gen-validate;name=protoc-gen-vali
638SRCREV_gspt="e68493906b8382891943ddc9960cb9c6ecd1a1f0" 763SRCREV_gspt="e68493906b8382891943ddc9960cb9c6ecd1a1f0"
639SRC_URI += "git://github.com/erikdubbelboer/gspt;name=gspt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/erikdubbelboer/gspt" 764SRC_URI += "git://github.com/erikdubbelboer/gspt;name=gspt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/erikdubbelboer/gspt"
640 765
766# github.com/etcd-io/gofail v0.0.0-20190801230047-ad7f989257ca
767# [1] git ls-remote https://github.com/etcd-io/gofail ad7f989257ca7de90de65657c9748a3108b1460f
768SRCREV_gofail="ad7f989257ca7de90de65657c9748a3108b1460f"
769SRC_URI += "git://github.com/etcd-io/gofail;name=gofail;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/gofail"
770
641# github.com/euank/go-kmsg-parser v2.0.0+incompatible 771# github.com/euank/go-kmsg-parser v2.0.0+incompatible
642# [1] git ls-remote https://github.com/euank/go-kmsg-parser 5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e 772# [1] git ls-remote https://github.com/euank/go-kmsg-parser 5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e
643SRCREV_go-kmsg-parser="5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e" 773SRCREV_go-kmsg-parser="5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e"
644SRC_URI += "git://github.com/euank/go-kmsg-parser;name=go-kmsg-parser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/euank/go-kmsg-parser" 774SRC_URI += "git://github.com/euank/go-kmsg-parser;name=go-kmsg-parser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/euank/go-kmsg-parser"
645 775
646# github.com/evanphx/json-patch v4.11.0+incompatible 776# github.com/evanphx/json-patch v4.12.0+incompatible
647# [1] git ls-remote https://github.com/evanphx/json-patch 3c3c85ec60c9921ef01901c824e95a6b0a4e45d1 777# [1] git ls-remote https://github.com/evanphx/json-patch 50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907
648SRCREV_json-patch="3c3c85ec60c9921ef01901c824e95a6b0a4e45d1" 778SRCREV_json-patch="50fdc0b4c9ab36933e6a0c9288fef3ac5df2b907"
649SRC_URI += "git://github.com/evanphx/json-patch;name=json-patch;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/evanphx/json-patch" 779SRC_URI += "git://github.com/evanphx/json-patch;name=json-patch;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/evanphx/json-patch"
650 780
651# github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d 781# github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
@@ -673,9 +803,9 @@ SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;de
673SRCREV_httpsnoop="33ec42cfe005395fb4cc4b296781f65d7ffef2c3" 803SRCREV_httpsnoop="33ec42cfe005395fb4cc4b296781f65d7ffef2c3"
674SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop" 804SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop"
675 805
676# github.com/flannel-io/flannel v0.16.3 806# github.com/flannel-io/flannel v0.18.1
677# [1] git ls-remote https://github.com/flannel-io/flannel aba86a5775f9ce103a3fc5958da3e31dafd5cf50 807# [1] git ls-remote https://github.com/flannel-io/flannel b31565ba01869ad22cdc4eb0601548ecb5a104cf
678SRCREV_flannel="aba86a5775f9ce103a3fc5958da3e31dafd5cf50" 808SRCREV_flannel="b31565ba01869ad22cdc4eb0601548ecb5a104cf"
679SRC_URI += "git://github.com/flannel-io/flannel;name=flannel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/flannel-io/flannel" 809SRC_URI += "git://github.com/flannel-io/flannel;name=flannel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/flannel-io/flannel"
680 810
681# github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 811# github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
@@ -708,6 +838,11 @@ SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobr
708SRCREV_sortorder="a1ddee917217bbd0691affdca9c88d24d3f5c27d" 838SRCREV_sortorder="a1ddee917217bbd0691affdca9c88d24d3f5c27d"
709SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder" 839SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder"
710 840
841# github.com/getkin/kin-openapi v0.76.0
842# [1] git ls-remote https://github.com/getkin/kin-openapi f58924543e3f7a5e41383a2513933fa27477a02e
843SRCREV_kin-openapi="f58924543e3f7a5e41383a2513933fa27477a02e"
844SRC_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"
845
711# github.com/getsentry/raven-go v0.2.0 846# github.com/getsentry/raven-go v0.2.0
712# [1] git ls-remote https://github.com/getsentry/raven-go f04e7487e9a6b9d9837d52743fb5f40576c56411 847# [1] git ls-remote https://github.com/getsentry/raven-go f04e7487e9a6b9d9837d52743fb5f40576c56411
713SRCREV_raven-go="f04e7487e9a6b9d9837d52743fb5f40576c56411" 848SRCREV_raven-go="f04e7487e9a6b9d9837d52743fb5f40576c56411"
@@ -728,9 +863,9 @@ SRC_URI += "git://github.com/globalsign/mgo;name=mgo;protocol=https;nobranch=1;d
728SRCREV_go-bindata="ff7109080027ec152dabb369e157c4f359b76f31" 863SRCREV_go-bindata="ff7109080027ec152dabb369e157c4f359b76f31"
729SRC_URI += "git://github.com/go-bindata/go-bindata;name=go-bindata;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-bindata/go-bindata" 864SRC_URI += "git://github.com/go-bindata/go-bindata;name=go-bindata;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-bindata/go-bindata"
730 865
731# github.com/go-errors/errors v1.0.1 866# github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0
732# [1] git ls-remote https://github.com/go-errors/errors a6af135bd4e28680facf08a3d206b454abc877a4 867# [1] git ls-remote https://github.com/go-errors/errors d98b870cc4e05f1545532a80e9909be8216095b6
733SRCREV_errors1="a6af135bd4e28680facf08a3d206b454abc877a4" 868SRCREV_errors1="d98b870cc4e05f1545532a80e9909be8216095b6"
734SRC_URI += "git://github.com/go-errors/errors;name=errors1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-errors/errors" 869SRC_URI += "git://github.com/go-errors/errors;name=errors1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-errors/errors"
735 870
736# github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 871# github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1
@@ -759,33 +894,33 @@ SRCREV_log="63376a29a92260f7b256eedf2fae39e28161114d"
759SRC_URI += "git://github.com/go-kit/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-kit/log" 894SRC_URI += "git://github.com/go-kit/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-kit/log"
760 895
761# github.com/go-logfmt/logfmt v0.5.0 896# github.com/go-logfmt/logfmt v0.5.0
762# [1] git ls-remote https://github.com/go-logfmt/logfmt 7afbabc575def289dded38dc182d1ca197bbfa22 897# [1] git ls-remote https://github.com/go-logfmt/logfmt 3be5f6aae7db841d31dc5e1b3bb7b4cff19200b3
763SRCREV_logfmt="7afbabc575def289dded38dc182d1ca197bbfa22" 898SRCREV_logfmt="3be5f6aae7db841d31dc5e1b3bb7b4cff19200b3"
764SRC_URI += "git://github.com/go-logfmt/logfmt;name=logfmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logfmt/logfmt" 899SRC_URI += "git://github.com/go-logfmt/logfmt;name=logfmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logfmt/logfmt"
765 900
766# github.com/go-logr/logr v0.4.0 901# github.com/go-logr/logr v1.2.2
767# [1] git ls-remote https://github.com/go-logr/logr 8fc6c73f3911f11de3d0c18ade9880f1114ae72f 902# [1] git ls-remote https://github.com/go-logr/logr 99e02a994f50f904b6b201df394776cf687238a9
768SRCREV_logr="8fc6c73f3911f11de3d0c18ade9880f1114ae72f" 903SRCREV_logr="99e02a994f50f904b6b201df394776cf687238a9"
769SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/logr" 904SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/logr"
770 905
771# github.com/go-logr/zapr v0.1.0 906# github.com/go-logr/zapr v1.2.0
772# [1] git ls-remote https://github.com/go-logr/zapr 7536572e8d55209135cd5e7ccf7fce43dca217ab 907# [1] git ls-remote https://github.com/go-logr/zapr a01e9a220589e9122aebdf3dee4b9a5abd344554
773SRCREV_zapr="7536572e8d55209135cd5e7ccf7fce43dca217ab" 908SRCREV_zapr="a01e9a220589e9122aebdf3dee4b9a5abd344554"
774SRC_URI += "git://github.com/go-logr/zapr;name=zapr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/zapr" 909SRC_URI += "git://github.com/go-logr/zapr;name=zapr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/zapr"
775 910
776# github.com/go-openapi/analysis v0.19.5 911# github.com/go-openapi/analysis v0.19.5
777# [1] git ls-remote https://github.com/go-openapi/analysis 6f70729e6857d3987b435a501dd69beaa8bcb1bc 912# [1] git ls-remote https://github.com/go-openapi/analysis 9864a87593df5ab83eac00921906932d1d77fae2
778SRCREV_analysis="6f70729e6857d3987b435a501dd69beaa8bcb1bc" 913SRCREV_analysis="9864a87593df5ab83eac00921906932d1d77fae2"
779SRC_URI += "git://github.com/go-openapi/analysis;name=analysis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/analysis" 914SRC_URI += "git://github.com/go-openapi/analysis;name=analysis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/analysis"
780 915
781# github.com/go-openapi/errors v0.19.2 916# github.com/go-openapi/errors v0.19.2
782# [1] git ls-remote https://github.com/go-openapi/errors 0a120edb04c2d2235ff2f7c898ad6178809ea39d 917# [1] git ls-remote https://github.com/go-openapi/errors 0b2a0a1f89aa2eec2d13e03cd80ab0fdaf01f8ce
783SRCREV_errors12="0a120edb04c2d2235ff2f7c898ad6178809ea39d" 918SRCREV_errors12="0b2a0a1f89aa2eec2d13e03cd80ab0fdaf01f8ce"
784SRC_URI += "git://github.com/go-openapi/errors;name=errors12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/errors" 919SRC_URI += "git://github.com/go-openapi/errors;name=errors12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/errors"
785 920
786# github.com/go-openapi/jsonpointer v0.19.5 921# github.com/go-openapi/jsonpointer v0.19.5
787# [1] git ls-remote https://github.com/go-openapi/jsonpointer a48280f97959fc230ba72550e0a7e7e49d321e1d 922# [1] git ls-remote https://github.com/go-openapi/jsonpointer 2446e21cad36eee826e1c2380f0ff747074a2faa
788SRCREV_jsonpointer="a48280f97959fc230ba72550e0a7e7e49d321e1d" 923SRCREV_jsonpointer="2446e21cad36eee826e1c2380f0ff747074a2faa"
789SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonpointer" 924SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonpointer"
790 925
791# github.com/go-openapi/jsonreference v0.19.5 926# github.com/go-openapi/jsonreference v0.19.5
@@ -794,23 +929,23 @@ SRCREV_jsonreference="28a8ff900147568dc266d4cd84e062750e44f161"
794SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonreference" 929SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonreference"
795 930
796# github.com/go-openapi/loads v0.19.4 931# github.com/go-openapi/loads v0.19.4
797# [1] git ls-remote https://github.com/go-openapi/loads 08a83097cc08312bd7e0e41dd19fee4e908232df 932# [1] git ls-remote https://github.com/go-openapi/loads bda4742c39071f7804171d847fb6e9bca84f9f57
798SRCREV_loads="08a83097cc08312bd7e0e41dd19fee4e908232df" 933SRCREV_loads="bda4742c39071f7804171d847fb6e9bca84f9f57"
799SRC_URI += "git://github.com/go-openapi/loads;name=loads;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/loads" 934SRC_URI += "git://github.com/go-openapi/loads;name=loads;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/loads"
800 935
801# github.com/go-openapi/runtime v0.19.4 936# github.com/go-openapi/runtime v0.19.4
802# [1] git ls-remote https://github.com/go-openapi/runtime 2a4238f8bbfd6a60d7c7ed67d050cdbe364aebac 937# [1] git ls-remote https://github.com/go-openapi/runtime 882fa18ad52bee24eb77d2312d1929580e894013
803SRCREV_runtime="2a4238f8bbfd6a60d7c7ed67d050cdbe364aebac" 938SRCREV_runtime="882fa18ad52bee24eb77d2312d1929580e894013"
804SRC_URI += "git://github.com/go-openapi/runtime;name=runtime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/runtime" 939SRC_URI += "git://github.com/go-openapi/runtime;name=runtime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/runtime"
805 940
806# github.com/go-openapi/spec v0.19.5 941# github.com/go-openapi/spec v0.19.5
807# [1] git ls-remote https://github.com/go-openapi/spec 49edd8e9ef3c84b99d565f5e3b9f7d5d27659b2c 942# [1] git ls-remote https://github.com/go-openapi/spec 772572fd19ebcc983369e53bfaed4bde2077fe0c
808SRCREV_spec1="49edd8e9ef3c84b99d565f5e3b9f7d5d27659b2c" 943SRCREV_spec1="772572fd19ebcc983369e53bfaed4bde2077fe0c"
809SRC_URI += "git://github.com/go-openapi/spec;name=spec1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/spec" 944SRC_URI += "git://github.com/go-openapi/spec;name=spec1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/spec"
810 945
811# github.com/go-openapi/strfmt v0.19.5 946# github.com/go-openapi/strfmt v0.19.5
812# [1] git ls-remote https://github.com/go-openapi/strfmt 5bbd8bd13d7cc830fc92dfdb6c2cb4054e389bea 947# [1] git ls-remote https://github.com/go-openapi/strfmt 2887e74ed0fe2aea628affe322b19fc3112f98cd
813SRCREV_strfmt="5bbd8bd13d7cc830fc92dfdb6c2cb4054e389bea" 948SRCREV_strfmt="2887e74ed0fe2aea628affe322b19fc3112f98cd"
814SRC_URI += "git://github.com/go-openapi/strfmt;name=strfmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/strfmt" 949SRC_URI += "git://github.com/go-openapi/strfmt;name=strfmt;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/strfmt"
815 950
816# github.com/go-openapi/swag v0.19.14 951# github.com/go-openapi/swag v0.19.14
@@ -819,8 +954,8 @@ SRCREV_swag="c78fa6719bc3d4b977d19a09064feda1c07571af"
819SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/swag" 954SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/swag"
820 955
821# github.com/go-openapi/validate v0.19.8 956# github.com/go-openapi/validate v0.19.8
822# [1] git ls-remote https://github.com/go-openapi/validate e3f5ffaa902f65cef388cdef8a7fc9fdd618d18f 957# [1] git ls-remote https://github.com/go-openapi/validate f2f9aec8857b8132ef7ac0940f52572195db1fdc
823SRCREV_validate="e3f5ffaa902f65cef388cdef8a7fc9fdd618d18f" 958SRCREV_validate="f2f9aec8857b8132ef7ac0940f52572195db1fdc"
824SRC_URI += "git://github.com/go-openapi/validate;name=validate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/validate" 959SRC_URI += "git://github.com/go-openapi/validate;name=validate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/validate"
825 960
826# github.com/go-ozzo/ozzo-validation v3.5.0+incompatible 961# github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
@@ -834,8 +969,8 @@ SRCREV_mysql="bcc459a906419e2890a50fc2c99ea6dd927a88f2"
834SRC_URI += "git://github.com/go-sql-driver/mysql;name=mysql;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-sql-driver/mysql" 969SRC_URI += "git://github.com/go-sql-driver/mysql;name=mysql;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-sql-driver/mysql"
835 970
836# github.com/go-stack/stack v1.8.0 971# github.com/go-stack/stack v1.8.0
837# [1] git ls-remote https://github.com/go-stack/stack f66e05c21cd224e01c8a3ee7bc867aa79439e207 972# [1] git ls-remote https://github.com/go-stack/stack 2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a
838SRCREV_stack="f66e05c21cd224e01c8a3ee7bc867aa79439e207" 973SRCREV_stack="2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a"
839SRC_URI += "git://github.com/go-stack/stack;name=stack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-stack/stack" 974SRC_URI += "git://github.com/go-stack/stack;name=stack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-stack/stack"
840 975
841# github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 976# github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
@@ -843,29 +978,24 @@ SRC_URI += "git://github.com/go-stack/stack;name=stack;protocol=https;nobranch=1
843SRCREV_slim-sprig="348f09dbbbc0ff8b922a311da7a90cd014b69aa3" 978SRCREV_slim-sprig="348f09dbbbc0ff8b922a311da7a90cd014b69aa3"
844SRC_URI += "git://github.com/go-task/slim-sprig;name=slim-sprig;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-task/slim-sprig" 979SRC_URI += "git://github.com/go-task/slim-sprig;name=slim-sprig;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-task/slim-sprig"
845 980
846# github.com/go-test/deep v1.0.6 981# github.com/go-test/deep v1.0.7
847# [1] git ls-remote https://github.com/go-test/deep 17394cbf6bf88945e8ffab0f084ab409167b5ed2 982# [1] git ls-remote https://github.com/go-test/deep c733f5ed5136b7437e29ac91bb97c653af3694b5
848SRCREV_deep="17394cbf6bf88945e8ffab0f084ab409167b5ed2" 983SRCREV_deep="c733f5ed5136b7437e29ac91bb97c653af3694b5"
849SRC_URI += "git://github.com/go-test/deep;name=deep;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-test/deep" 984SRC_URI += "git://github.com/go-test/deep;name=deep;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-test/deep"
850 985
851# github.com/goccy/go-json v0.7.10
852# [1] git ls-remote https://github.com/goccy/go-json a89c9e30df2502328afc391b8b17931c706babad
853SRCREV_go-json="a89c9e30df2502328afc391b8b17931c706babad"
854SRC_URI += "git://github.com/goccy/go-json;name=go-json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/goccy/go-json"
855
856# github.com/godbus/dbus v0.0.0-20180201030542-885f9cc04c9c 986# github.com/godbus/dbus v0.0.0-20180201030542-885f9cc04c9c
857# [1] git ls-remote https://github.com/godbus/dbus 885f9cc04c9c1a6a61a2008e211d36c5737be3f5 987# [1] git ls-remote https://github.com/godbus/dbus 885f9cc04c9c1a6a61a2008e211d36c5737be3f5
858SRCREV_dbus="885f9cc04c9c1a6a61a2008e211d36c5737be3f5" 988SRCREV_dbus="885f9cc04c9c1a6a61a2008e211d36c5737be3f5"
859SRC_URI += "git://github.com/godbus/dbus;name=dbus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus" 989SRC_URI += "git://github.com/godbus/dbus;name=dbus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus"
860 990
861# github.com/godbus/dbus/v5 v5.0.4 991# github.com/godbus/dbus/v5 v5.0.6
862# [1] git ls-remote https://github.com/godbus/dbus c88335c0b1d28a30e7fc76d526a06154b85e5d97 992# [1] git ls-remote https://github.com/godbus/dbus daa017464e266380cdeb4e6f9613eba9182b59a3
863SRCREV_v51="c88335c0b1d28a30e7fc76d526a06154b85e5d97" 993SRCREV_v51="daa017464e266380cdeb4e6f9613eba9182b59a3"
864SRC_URI += "git://github.com/godbus/dbus;name=v51;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5" 994SRC_URI += "git://github.com/godbus/dbus;name=v51;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/godbus/dbus/v5"
865 995
866# github.com/gofrs/flock v0.8.1 996# github.com/gofrs/flock v0.8.1
867# [1] git ls-remote https://github.com/gofrs/flock a14e9f39bdc9c4be4c0ccddb25b72bbc9670c429 997# [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3
868SRCREV_flock="a14e9f39bdc9c4be4c0ccddb25b72bbc9670c429" 998SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3"
869SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" 999SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock"
870 1000
871# github.com/gofrs/uuid v4.0.0+incompatible 1001# github.com/gofrs/uuid v4.0.0+incompatible
@@ -888,9 +1018,9 @@ SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch
888SRCREV_freetype="e2365dfdc4a05e4b8299a783240d4a7d5a65d4e4" 1018SRCREV_freetype="e2365dfdc4a05e4b8299a783240d4a7d5a65d4e4"
889SRC_URI += "git://github.com/golang/freetype;name=freetype;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/freetype" 1019SRC_URI += "git://github.com/golang/freetype;name=freetype;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/freetype"
890 1020
891# github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 1021# github.com/golang/glog v1.0.0
892# [1] git ls-remote https://github.com/golang/glog 23def4e6c14b4da8ac2ed8007337bc5eb5007998 1022# [1] git ls-remote https://github.com/golang/glog 9ef845f417d839250ceabbc25c1b26101e772dd7
893SRCREV_glog="23def4e6c14b4da8ac2ed8007337bc5eb5007998" 1023SRCREV_glog="9ef845f417d839250ceabbc25c1b26101e772dd7"
894SRC_URI += "git://github.com/golang/glog;name=glog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/glog" 1024SRC_URI += "git://github.com/golang/glog;name=glog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/glog"
895 1025
896# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 1026# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
@@ -933,14 +1063,29 @@ SRC_URI += "git://github.com/golangplus/testing;name=testing;protocol=https;nobr
933SRCREV_btree="479b5e81b0a93ec038d201b0b33d17db599531d3" 1063SRCREV_btree="479b5e81b0a93ec038d201b0b33d17db599531d3"
934SRC_URI += "git://github.com/google/btree;name=btree;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/btree" 1064SRC_URI += "git://github.com/google/btree;name=btree;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/btree"
935 1065
936# github.com/google/cadvisor v0.39.3 1066# github.com/google/cadvisor v0.44.1
937# [1] git ls-remote https://github.com/google/cadvisor 624ab2ff8a1ec94ceae3a4aac109eceffeed0444 1067# [1] git ls-remote https://github.com/google/cadvisor f95787b77e7d7430cfbc669123ddf0fb39ef825d
938SRCREV_cadvisor="624ab2ff8a1ec94ceae3a4aac109eceffeed0444" 1068SRCREV_cadvisor="f95787b77e7d7430cfbc669123ddf0fb39ef825d"
939SRC_URI += "git://github.com/google/cadvisor;name=cadvisor;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cadvisor" 1069SRC_URI += "git://github.com/google/cadvisor;name=cadvisor;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cadvisor"
940 1070
941# github.com/google/go-cmp v0.5.6 1071# github.com/google/cel-go v0.10.1
942# [1] git ls-remote https://github.com/google/go-cmp d103655696d8ae43c4125ee61454dbf03d8e8324 1072# [1] git ls-remote https://github.com/google/cel-go 6efb4a8056e1b606a0a939972b593b0f69283c75
943SRCREV_go-cmp="d103655696d8ae43c4125ee61454dbf03d8e8324" 1073SRCREV_cel-go="6efb4a8056e1b606a0a939972b593b0f69283c75"
1074SRC_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"
1075
1076# github.com/google/cel-spec v0.6.0
1077# [1] git ls-remote https://github.com/google/cel-spec ad5c42c7f0a66f7ea43bd7299c0397ceef23beb5
1078SRCREV_cel-spec="ad5c42c7f0a66f7ea43bd7299c0397ceef23beb5"
1079SRC_URI += "git://github.com/google/cel-spec;name=cel-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/cel-spec"
1080
1081# github.com/google/gnostic v0.5.7-v3refs
1082# [1] git ls-remote https://github.com/google/gnostic b49832d97d25b6a41cbe34ea12257924a934eeee
1083SRCREV_gnostic="b49832d97d25b6a41cbe34ea12257924a934eeee"
1084SRC_URI += "git://github.com/google/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gnostic"
1085
1086# github.com/google/go-cmp v0.5.7
1087# [1] git ls-remote https://github.com/google/go-cmp 039e37cba1f3e52c48404633d6960421b369a19a
1088SRCREV_go-cmp="039e37cba1f3e52c48404633d6960421b369a19a"
944SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp" 1089SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp"
945 1090
946# github.com/google/go-containerregistry v0.6.1-0.20211111182346-7a6ee45528a9 1091# github.com/google/go-containerregistry v0.6.1-0.20211111182346-7a6ee45528a9
@@ -948,9 +1093,9 @@ SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1
948SRCREV_go-containerregistry="7a6ee45528a9faed11cf55b539478bd81d439868" 1093SRCREV_go-containerregistry="7a6ee45528a9faed11cf55b539478bd81d439868"
949SRC_URI += "git://github.com/google/go-containerregistry;name=go-containerregistry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-containerregistry" 1094SRC_URI += "git://github.com/google/go-containerregistry;name=go-containerregistry;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-containerregistry"
950 1095
951# github.com/google/gofuzz v1.1.0 1096# github.com/google/gofuzz v1.2.0
952# [1] git ls-remote https://github.com/google/gofuzz db92cf7ae75e4a7a28abc005addab2b394362888 1097# [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56
953SRCREV_gofuzz="db92cf7ae75e4a7a28abc005addab2b394362888" 1098SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56"
954SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz" 1099SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz"
955 1100
956# github.com/google/martian v2.1.0+incompatible 1101# github.com/google/martian v2.1.0+incompatible
@@ -990,8 +1135,8 @@ SRC_URI += "git://github.com/googleapis/gax-go;name=v212;protocol=https;nobranch
990 1135
991# github.com/googleapis/gnostic v0.5.5 1136# github.com/googleapis/gnostic v0.5.5
992# [1] git ls-remote https://github.com/googleapis/gnostic 1550ae29653d42db69c8a98d368648be7f2c488d 1137# [1] git ls-remote https://github.com/googleapis/gnostic 1550ae29653d42db69c8a98d368648be7f2c488d
993SRCREV_gnostic="1550ae29653d42db69c8a98d368648be7f2c488d" 1138SRCREV_gnostic1="1550ae29653d42db69c8a98d368648be7f2c488d"
994SRC_URI += "git://github.com/googleapis/gnostic;name=gnostic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gnostic" 1139SRC_URI += "git://github.com/googleapis/gnostic;name=gnostic1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/gnostic"
995 1140
996# github.com/gophercloud/gophercloud v0.1.0 1141# github.com/gophercloud/gophercloud v0.1.0
997# [1] git ls-remote https://github.com/gophercloud/gophercloud c2d73b246b48e239d3f03c455905e06fe26e33c3 1142# [1] git ls-remote https://github.com/gophercloud/gophercloud c2d73b246b48e239d3f03c455905e06fe26e33c3
@@ -1024,8 +1169,8 @@ SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd"
1024SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;name=go-grpc-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-middleware" 1169SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;name=go-grpc-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-middleware"
1025 1170
1026# github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 1171# github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
1027# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-prometheus 502116f1a0a0c1140aab04fd3787489209b357d3 1172# [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-prometheus c225b8c3b01faf2899099b768856a9e916e5087b
1028SRCREV_go-grpc-prometheus="502116f1a0a0c1140aab04fd3787489209b357d3" 1173SRCREV_go-grpc-prometheus="c225b8c3b01faf2899099b768856a9e916e5087b"
1029SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-prometheus;name=go-grpc-prometheus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-prometheus" 1174SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-prometheus;name=go-grpc-prometheus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-prometheus"
1030 1175
1031# github.com/grpc-ecosystem/grpc-gateway v1.16.0 1176# github.com/grpc-ecosystem/grpc-gateway v1.16.0
@@ -1033,31 +1178,46 @@ SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-prometheus;name=go-grpc-prom
1033SRCREV_grpc-gateway="094a6fe78b3ca888297d090185cdf30f0e42e157" 1178SRCREV_grpc-gateway="094a6fe78b3ca888297d090185cdf30f0e42e157"
1034SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway" 1179SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway"
1035 1180
1036# github.com/hanwen/go-fuse/v2 v2.1.1-0.20210825171523-3ab5d95a30ae 1181# github.com/gruntwork-io/go-commons v0.8.0
1037# [1] git ls-remote https://github.com/hanwen/go-fuse 3ab5d95a30ae25019bf030a2bab076dba61c27da 1182# [1] git ls-remote https://github.com/gruntwork-io/go-commons 96ff82e3db5f60e31be51ca89a678ec546285591
1038SRCREV_v2123="3ab5d95a30ae25019bf030a2bab076dba61c27da" 1183SRCREV_go-commons="96ff82e3db5f60e31be51ca89a678ec546285591"
1184SRC_URI += "git://github.com/gruntwork-io/go-commons;name=go-commons;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gruntwork-io/go-commons"
1185
1186# github.com/gruntwork-io/terratest v0.40.6
1187# [1] git ls-remote https://github.com/gruntwork-io/terratest 1439a3f3132f402a287a70379561c0d646b258fe
1188SRCREV_terratest="1439a3f3132f402a287a70379561c0d646b258fe"
1189SRC_URI += "git://github.com/gruntwork-io/terratest;name=terratest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gruntwork-io/terratest"
1190
1191# github.com/hanwen/go-fuse/v2 v2.1.1-0.20220112183258-f57e95bda82d
1192# [1] git ls-remote https://github.com/hanwen/go-fuse f57e95bda82d40dd4b2ceb1065fbd98c834ba23b
1193SRCREV_v2123="f57e95bda82d40dd4b2ceb1065fbd98c834ba23b"
1039SRC_URI += "git://github.com/hanwen/go-fuse;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hanwen/go-fuse/v2" 1194SRC_URI += "git://github.com/hanwen/go-fuse;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hanwen/go-fuse/v2"
1040 1195
1041# github.com/hashicorp/consul/api v1.1.0 1196# github.com/hashicorp/consul/api v1.1.0
1042# [1] git ls-remote https://github.com/hashicorp/consul 6ff90c3c851705f389624e034f2d0b6d816ddc61 1197# [1] git ls-remote https://github.com/hashicorp/consul b2478036d88a7e8eb9d6a0daf1a1c9ad0c8885ca
1043SRCREV_api="6ff90c3c851705f389624e034f2d0b6d816ddc61" 1198SRCREV_api="b2478036d88a7e8eb9d6a0daf1a1c9ad0c8885ca"
1044SRC_URI += "git://github.com/hashicorp/consul;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/consul/api" 1199SRC_URI += "git://github.com/hashicorp/consul;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/consul/api"
1045 1200
1046# github.com/hashicorp/consul/sdk v0.1.1 1201# github.com/hashicorp/consul/sdk v0.1.1
1047# [1] git ls-remote https://github.com/hashicorp/consul 72cdb203dc4a27a9644ecefe2ceb6e7f93337ec8 1202# [1] git ls-remote https://github.com/hashicorp/consul 6abe00cb2c8a3298794a7a9a67815937bd56ed63
1048SRCREV_sdk="72cdb203dc4a27a9644ecefe2ceb6e7f93337ec8" 1203SRCREV_sdk="6abe00cb2c8a3298794a7a9a67815937bd56ed63"
1049SRC_URI += "git://github.com/hashicorp/consul;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/consul/sdk" 1204SRC_URI += "git://github.com/hashicorp/consul;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/consul/sdk"
1050 1205
1051# github.com/hashicorp/errwrap v1.0.0 1206# github.com/hashicorp/errwrap v1.1.0
1052# [1] git ls-remote https://github.com/hashicorp/errwrap 8a6fb523712970c966eefc6b39ed2c5e74880354 1207# [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0
1053SRCREV_errwrap="8a6fb523712970c966eefc6b39ed2c5e74880354" 1208SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0"
1054SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" 1209SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap"
1055 1210
1056# github.com/hashicorp/go-cleanhttp v0.5.1 1211# github.com/hashicorp/go-cleanhttp v0.5.2
1057# [1] git ls-remote https://github.com/hashicorp/go-cleanhttp eda1e5db218aad1db63ca4642c8906b26bcf2744 1212# [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2
1058SRCREV_go-cleanhttp="eda1e5db218aad1db63ca4642c8906b26bcf2744" 1213SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2"
1059SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-cleanhttp" 1214SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-cleanhttp"
1060 1215
1216# github.com/hashicorp/go-getter v1.5.9
1217# [1] git ls-remote https://github.com/hashicorp/go-getter 0821303379b8710364f15cae37bbbc8f0dc19cc7
1218SRCREV_go-getter="0821303379b8710364f15cae37bbbc8f0dc19cc7"
1219SRC_URI += "git://github.com/hashicorp/go-getter;name=go-getter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-getter"
1220
1061# github.com/hashicorp/go-hclog v0.9.2 1221# github.com/hashicorp/go-hclog v0.9.2
1062# [1] git ls-remote https://github.com/hashicorp/go-hclog 5ccdce08c75b6c7b37af61159f13f6a4f5e2e928 1222# [1] git ls-remote https://github.com/hashicorp/go-hclog 5ccdce08c75b6c7b37af61159f13f6a4f5e2e928
1063SRCREV_go-hclog="5ccdce08c75b6c7b37af61159f13f6a4f5e2e928" 1223SRCREV_go-hclog="5ccdce08c75b6c7b37af61159f13f6a4f5e2e928"
@@ -1088,6 +1248,11 @@ SRC_URI += "git://github.com/hashicorp/go-retryablehttp;name=go-retryablehttp;pr
1088SRCREV_go-rootcerts="63503fb4e1eca22f9ae0f90b49c5d5538a0e87eb" 1248SRCREV_go-rootcerts="63503fb4e1eca22f9ae0f90b49c5d5538a0e87eb"
1089SRC_URI += "git://github.com/hashicorp/go-rootcerts;name=go-rootcerts;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-rootcerts" 1249SRC_URI += "git://github.com/hashicorp/go-rootcerts;name=go-rootcerts;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-rootcerts"
1090 1250
1251# github.com/hashicorp/go-safetemp v1.0.0
1252# [1] git ls-remote https://github.com/hashicorp/go-safetemp c9a55de4fe06c920a71964b53cfe3dd293a3c743
1253SRCREV_go-safetemp="c9a55de4fe06c920a71964b53cfe3dd293a3c743"
1254SRC_URI += "git://github.com/hashicorp/go-safetemp;name=go-safetemp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-safetemp"
1255
1091# github.com/hashicorp/go-sockaddr v1.0.0 1256# github.com/hashicorp/go-sockaddr v1.0.0
1092# [1] git ls-remote https://github.com/hashicorp/go-sockaddr a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0 1257# [1] git ls-remote https://github.com/hashicorp/go-sockaddr a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0
1093SRCREV_go-sockaddr="a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0" 1258SRCREV_go-sockaddr="a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0"
@@ -1103,6 +1268,11 @@ SRC_URI += "git://github.com/hashicorp/go-syslog;name=go-syslog;protocol=https;n
1103SRCREV_go-uuid="4f571afc59f3043a65f8fe6bf46d887b10a01d43" 1268SRCREV_go-uuid="4f571afc59f3043a65f8fe6bf46d887b10a01d43"
1104SRC_URI += "git://github.com/hashicorp/go-uuid;name=go-uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-uuid" 1269SRC_URI += "git://github.com/hashicorp/go-uuid;name=go-uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-uuid"
1105 1270
1271# github.com/hashicorp/go-version v1.3.0
1272# [1] git ls-remote https://github.com/hashicorp/go-version c2de2312d363381e4254abec260c6df2b1226483
1273SRCREV_go-version="c2de2312d363381e4254abec260c6df2b1226483"
1274SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-version"
1275
1106# github.com/hashicorp/go.net v0.0.1 1276# github.com/hashicorp/go.net v0.0.1
1107# [1] git ls-remote https://github.com/hashicorp/go.net afc3cb3a421746fc66dd55b09a270c750cf536ce 1277# [1] git ls-remote https://github.com/hashicorp/go.net afc3cb3a421746fc66dd55b09a270c750cf536ce
1108SRCREV_go.net="afc3cb3a421746fc66dd55b09a270c750cf536ce" 1278SRCREV_go.net="afc3cb3a421746fc66dd55b09a270c750cf536ce"
@@ -1114,10 +1284,15 @@ SRCREV_golang-lru="7f827b33c0f158ec5dfbba01bb0b14a4541fd81d"
1114SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru" 1284SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru"
1115 1285
1116# github.com/hashicorp/hcl v1.0.0 1286# github.com/hashicorp/hcl v1.0.0
1117# [1] git ls-remote https://github.com/hashicorp/hcl 5592d2526badd60c172ffa95c6a3b209bea9d1ee 1287# [1] git ls-remote https://github.com/hashicorp/hcl 8cb6e5b959231cc1119e43259c4a608f9c51a241
1118SRCREV_hcl="5592d2526badd60c172ffa95c6a3b209bea9d1ee" 1288SRCREV_hcl="8cb6e5b959231cc1119e43259c4a608f9c51a241"
1119SRC_URI += "git://github.com/hashicorp/hcl;name=hcl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/hcl" 1289SRC_URI += "git://github.com/hashicorp/hcl;name=hcl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/hcl"
1120 1290
1291# github.com/hashicorp/hcl/v2 v2.9.1
1292# [1] git ls-remote https://github.com/hashicorp/hcl 805c25b19a39c0b0153b0d7adf1d16e877a3c2a1
1293SRCREV_v21234="805c25b19a39c0b0153b0d7adf1d16e877a3c2a1"
1294SRC_URI += "git://github.com/hashicorp/hcl;name=v21234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/hcl/v2"
1295
1121# github.com/hashicorp/logutils v1.0.0 1296# github.com/hashicorp/logutils v1.0.0
1122# [1] git ls-remote https://github.com/hashicorp/logutils a335183dfd075f638afcc820c90591ca3c97eba6 1297# [1] git ls-remote https://github.com/hashicorp/logutils a335183dfd075f638afcc820c90591ca3c97eba6
1123SRCREV_logutils="a335183dfd075f638afcc820c90591ca3c97eba6" 1298SRCREV_logutils="a335183dfd075f638afcc820c90591ca3c97eba6"
@@ -1134,13 +1309,18 @@ SRCREV_memberlist="a9da52f0668fc4321ec18e9e28dd8141621a808f"
1134SRC_URI += "git://github.com/hashicorp/memberlist;name=memberlist;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/memberlist" 1309SRC_URI += "git://github.com/hashicorp/memberlist;name=memberlist;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/memberlist"
1135 1310
1136# github.com/hashicorp/serf v0.8.2 1311# github.com/hashicorp/serf v0.8.2
1137# [1] git ls-remote https://github.com/hashicorp/serf fecd23b70e35eea7babb3fd66286eb1dcfcc174d 1312# [1] git ls-remote https://github.com/hashicorp/serf b89a09ebd4b1b570e0076d5097272e67c10ac4f6
1138SRCREV_serf="fecd23b70e35eea7babb3fd66286eb1dcfcc174d" 1313SRCREV_serf="b89a09ebd4b1b570e0076d5097272e67c10ac4f6"
1139SRC_URI += "git://github.com/hashicorp/serf;name=serf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/serf" 1314SRC_URI += "git://github.com/hashicorp/serf;name=serf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/serf"
1140 1315
1316# github.com/hashicorp/terraform-json v0.13.0
1317# [1] git ls-remote https://github.com/hashicorp/terraform-json d1018bf93fd9c097133b0159ab8b3c0517a846c9
1318SRCREV_terraform-json="d1018bf93fd9c097133b0159ab8b3c0517a846c9"
1319SRC_URI += "git://github.com/hashicorp/terraform-json;name=terraform-json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/terraform-json"
1320
1141# github.com/heketi/heketi v10.3.0+incompatible 1321# github.com/heketi/heketi v10.3.0+incompatible
1142# [1] git ls-remote https://github.com/heketi/heketi 44de925730c7c85cc69f11030d136b9be4773117 1322# [1] git ls-remote https://github.com/heketi/heketi 376fae199da0265b375f249b7b6ffca14b955cad
1143SRCREV_heketi="44de925730c7c85cc69f11030d136b9be4773117" 1323SRCREV_heketi="376fae199da0265b375f249b7b6ffca14b955cad"
1144SRC_URI += "git://github.com/heketi/heketi;name=heketi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/heketi/heketi" 1324SRC_URI += "git://github.com/heketi/heketi;name=heketi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/heketi/heketi"
1145 1325
1146# github.com/heketi/tests v0.0.0-20151005000721-f3775cbcefd6 1326# github.com/heketi/tests v0.0.0-20151005000721-f3775cbcefd6
@@ -1173,9 +1353,9 @@ SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;
1173SRCREV_mousetrap="76626ae9c91c4f2a10f34cad8ce83ea42c93bb75" 1353SRCREV_mousetrap="76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
1174SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" 1354SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap"
1175 1355
1176# github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 1356# github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
1177# [1] git ls-remote https://github.com/insomniacslk/dhcp cc9239ac62943a78e89ef4880c8ebdd0ca9ae21e 1357# [1] git ls-remote https://github.com/insomniacslk/dhcp 3c283ff8b7dd3a8ea2dbc37d13a35bba7aab00e5
1178SRCREV_dhcp="cc9239ac62943a78e89ef4880c8ebdd0ca9ae21e" 1358SRCREV_dhcp="3c283ff8b7dd3a8ea2dbc37d13a35bba7aab00e5"
1179SRC_URI += "git://github.com/insomniacslk/dhcp;name=dhcp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/insomniacslk/dhcp" 1359SRC_URI += "git://github.com/insomniacslk/dhcp;name=dhcp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/insomniacslk/dhcp"
1180 1360
1181# github.com/ishidawataru/sctp v0.0.0-20190723014705-7c296d48a2b5 1361# github.com/ishidawataru/sctp v0.0.0-20190723014705-7c296d48a2b5
@@ -1183,24 +1363,29 @@ SRC_URI += "git://github.com/insomniacslk/dhcp;name=dhcp;protocol=https;nobranch
1183SRCREV_sctp="7c296d48a2b553e41cc06904a1e6317a20694dc0" 1363SRCREV_sctp="7c296d48a2b553e41cc06904a1e6317a20694dc0"
1184SRC_URI += "git://github.com/ishidawataru/sctp;name=sctp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ishidawataru/sctp" 1364SRC_URI += "git://github.com/ishidawataru/sctp;name=sctp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ishidawataru/sctp"
1185 1365
1186# github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56 1366# github.com/j-keck/arping v1.0.2
1187# [1] git ls-remote https://github.com/j-keck/arping 2cf9dc699c5640a7e2c81403a44127bf28033600 1367# [1] git ls-remote https://github.com/j-keck/arping ece45f66ff64f803af58baa61fb9c1c45b5365c0
1188SRCREV_arping="2cf9dc699c5640a7e2c81403a44127bf28033600" 1368SRCREV_arping="ece45f66ff64f803af58baa61fb9c1c45b5365c0"
1189SRC_URI += "git://github.com/j-keck/arping;name=arping;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/j-keck/arping" 1369SRC_URI += "git://github.com/j-keck/arping;name=arping;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/j-keck/arping"
1190 1370
1191# github.com/jessevdk/go-flags v1.3.0 1371# github.com/jessevdk/go-flags v1.5.0
1192# [1] git ls-remote https://github.com/jessevdk/go-flags 96dc06278ce32a0e9d957d590bb987c81ee66407 1372# [1] git ls-remote https://github.com/jessevdk/go-flags 1878de27329cba29066dc088d84b3ce743885f82
1193SRCREV_go-flags="96dc06278ce32a0e9d957d590bb987c81ee66407" 1373SRCREV_go-flags="1878de27329cba29066dc088d84b3ce743885f82"
1194SRC_URI += "git://github.com/jessevdk/go-flags;name=go-flags;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jessevdk/go-flags" 1374SRC_URI += "git://github.com/jessevdk/go-flags;name=go-flags;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jessevdk/go-flags"
1195 1375
1376# github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
1377# [1] git ls-remote https://github.com/jinzhu/copier b57f9002281ac48ed8cbc489b1e91121e1a0824c
1378SRCREV_copier="b57f9002281ac48ed8cbc489b1e91121e1a0824c"
1379SRC_URI += "git://github.com/jinzhu/copier;name=copier;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jinzhu/copier"
1380
1196# github.com/jmespath/go-jmespath v0.4.0 1381# github.com/jmespath/go-jmespath v0.4.0
1197# [1] git ls-remote https://github.com/jmespath/go-jmespath 9c15c4acd1ffeaa5447b110dd3b427f1afcced99 1382# [1] git ls-remote https://github.com/jmespath/go-jmespath 3d4fd11601ddca248480565884e34e393313cd62
1198SRCREV_go-jmespath="9c15c4acd1ffeaa5447b110dd3b427f1afcced99" 1383SRCREV_go-jmespath="3d4fd11601ddca248480565884e34e393313cd62"
1199SRC_URI += "git://github.com/jmespath/go-jmespath;name=go-jmespath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jmespath/go-jmespath" 1384SRC_URI += "git://github.com/jmespath/go-jmespath;name=go-jmespath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jmespath/go-jmespath"
1200 1385
1201# github.com/jmespath/go-jmespath/internal/testify v1.5.1 1386# github.com/jmespath/go-jmespath/internal/testify v1.5.1
1202# [1] git ls-remote https://github.com/jmespath/go-jmespath 17482bad3800f5b47ee3b5b0a01e1a7dbcf55493 1387# [1] git ls-remote https://github.com/jmespath/go-jmespath ff168ca20786696708c0f3eb2cc29d7912467599
1203SRCREV_testify="17482bad3800f5b47ee3b5b0a01e1a7dbcf55493" 1388SRCREV_testify="ff168ca20786696708c0f3eb2cc29d7912467599"
1204SRC_URI += "git://github.com/jmespath/go-jmespath;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jmespath/go-jmespath/internal/testify" 1389SRC_URI += "git://github.com/jmespath/go-jmespath;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jmespath/go-jmespath/internal/testify"
1205 1390
1206# github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3 1391# github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
@@ -1209,8 +1394,8 @@ SRCREV_godotenv="726cc8b906e3d31c70a9671c90a13716a8d3f50d"
1209SRC_URI += "git://github.com/joho/godotenv;name=godotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/joho/godotenv" 1394SRC_URI += "git://github.com/joho/godotenv;name=godotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/joho/godotenv"
1210 1395
1211# github.com/jonboulle/clockwork v0.2.2 1396# github.com/jonboulle/clockwork v0.2.2
1212# [1] git ls-remote https://github.com/jonboulle/clockwork b019beee95aca697d4f042c77f9cf2d1af979960 1397# [1] git ls-remote https://github.com/jonboulle/clockwork 75ce4728e887d0503c30133699687076bb6beb43
1213SRCREV_clockwork="b019beee95aca697d4f042c77f9cf2d1af979960" 1398SRCREV_clockwork="75ce4728e887d0503c30133699687076bb6beb43"
1214SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork" 1399SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork"
1215 1400
1216# github.com/josharian/intern v1.0.0 1401# github.com/josharian/intern v1.0.0
@@ -1233,14 +1418,14 @@ SRC_URI += "git://github.com/jpillora/backoff;name=backoff;protocol=https;nobran
1233SRCREV_rtnetlink="93da33804786e0d138aea412b38d80dd0099b941" 1418SRCREV_rtnetlink="93da33804786e0d138aea412b38d80dd0099b941"
1234SRC_URI += "git://github.com/jsimonetti/rtnetlink;name=rtnetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jsimonetti/rtnetlink" 1419SRC_URI += "git://github.com/jsimonetti/rtnetlink;name=rtnetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jsimonetti/rtnetlink"
1235 1420
1236# github.com/json-iterator/go v1.1.11 1421# github.com/json-iterator/go v1.1.12
1237# [1] git ls-remote https://github.com/json-iterator/go e6b9536d3649bda3e8842bb7e4fab489d79a97ea 1422# [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d
1238SRCREV_go12="e6b9536d3649bda3e8842bb7e4fab489d79a97ea" 1423SRCREV_go123="024077e996b048517130b21ea6bf12aa23055d3d"
1239SRC_URI += "git://github.com/json-iterator/go;name=go12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go" 1424SRC_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"
1240 1425
1241# github.com/jstemmer/go-junit-report v0.9.1 1426# github.com/jstemmer/go-junit-report v0.9.1
1242# [1] git ls-remote https://github.com/jstemmer/go-junit-report 601852a893a84bd7426fbcb1579a64b84f349c62 1427# [1] git ls-remote https://github.com/jstemmer/go-junit-report cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac
1243SRCREV_go-junit-report="601852a893a84bd7426fbcb1579a64b84f349c62" 1428SRCREV_go-junit-report="cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac"
1244SRC_URI += "git://github.com/jstemmer/go-junit-report;name=go-junit-report;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jstemmer/go-junit-report" 1429SRC_URI += "git://github.com/jstemmer/go-junit-report;name=go-junit-report;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jstemmer/go-junit-report"
1245 1430
1246# github.com/jtolds/gls v4.20.0+incompatible 1431# github.com/jtolds/gls v4.20.0+incompatible
@@ -1258,24 +1443,24 @@ SRC_URI += "git://github.com/julienschmidt/httprouter;name=httprouter;protocol=h
1258SRCREV_gofpdf="24315acbbda57c4f6b80c8441fd108087dd7e305" 1443SRCREV_gofpdf="24315acbbda57c4f6b80c8441fd108087dd7e305"
1259SRC_URI += "git://github.com/jung-kurt/gofpdf;name=gofpdf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jung-kurt/gofpdf" 1444SRC_URI += "git://github.com/jung-kurt/gofpdf;name=gofpdf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jung-kurt/gofpdf"
1260 1445
1261# github.com/k-sone/critbitgo v1.3.1-0.20191024122315-48c9e1530131 1446# github.com/k-sone/critbitgo v1.4.0
1262# [1] git ls-remote https://github.com/k-sone/critbitgo 48c9e1530131e6e7726ef4c05759e7fc0ab32e7f 1447# [1] git ls-remote https://github.com/k-sone/critbitgo 4536a49cdb164af1fc76e276ebeaf004338d2044
1263SRCREV_critbitgo="48c9e1530131e6e7726ef4c05759e7fc0ab32e7f" 1448SRCREV_critbitgo="4536a49cdb164af1fc76e276ebeaf004338d2044"
1264SRC_URI += "git://github.com/k-sone/critbitgo;name=critbitgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k-sone/critbitgo" 1449SRC_URI += "git://github.com/k-sone/critbitgo;name=critbitgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k-sone/critbitgo"
1265 1450
1266# github.com/k3s-io/helm-controller v0.11.7 1451# github.com/k3s-io/helm-controller v0.12.3
1267# [1] git ls-remote https://github.com/k3s-io/helm-controller f8b5a878922bd9a9eb5a9e8e65a3552cf90ed2c4 1452# [1] git ls-remote https://github.com/k3s-io/helm-controller 8271cabfa84099e7edc1032482dec807fa16a73c
1268SRCREV_helm-controller="f8b5a878922bd9a9eb5a9e8e65a3552cf90ed2c4" 1453SRCREV_helm-controller="8271cabfa84099e7edc1032482dec807fa16a73c"
1269SRC_URI += "git://github.com/k3s-io/helm-controller;name=helm-controller;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/helm-controller" 1454SRC_URI += "git://github.com/k3s-io/helm-controller;name=helm-controller;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/helm-controller"
1270 1455
1271# github.com/k3s-io/kine v0.8.1 1456# github.com/k3s-io/kine v0.9.3
1272# [1] git ls-remote https://github.com/k3s-io/kine c1edece7772b4ff4f1f03f01d5218fbfe854c0cc 1457# [1] git ls-remote https://github.com/k3s-io/kine 1c94e77d00cae3fb6a095daf83c0f59e4a8f8941
1273SRCREV_kine="c1edece7772b4ff4f1f03f01d5218fbfe854c0cc" 1458SRCREV_kine="1c94e77d00cae3fb6a095daf83c0f59e4a8f8941"
1274SRC_URI += "git://github.com/k3s-io/kine;name=kine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kine" 1459SRC_URI += "git://github.com/k3s-io/kine;name=kine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kine"
1275 1460
1276# github.com/karrick/godirwalk v1.16.1 1461# github.com/karrick/godirwalk v1.16.1
1277# [1] git ls-remote https://github.com/karrick/godirwalk 4b98035d5f574ae5b2bb1951efb2df23aa4f06a3 1462# [1] git ls-remote https://github.com/karrick/godirwalk f64d91544257ab0cc1cca44f22600925a1b9ddae
1278SRCREV_godirwalk="4b98035d5f574ae5b2bb1951efb2df23aa4f06a3" 1463SRCREV_godirwalk="f64d91544257ab0cc1cca44f22600925a1b9ddae"
1279SRC_URI += "git://github.com/karrick/godirwalk;name=godirwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/karrick/godirwalk" 1464SRC_URI += "git://github.com/karrick/godirwalk;name=godirwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/karrick/godirwalk"
1280 1465
1281# github.com/kisielk/errcheck v1.5.0 1466# github.com/kisielk/errcheck v1.5.0
@@ -1288,9 +1473,9 @@ SRC_URI += "git://github.com/kisielk/errcheck;name=errcheck;protocol=https;nobra
1288SRCREV_gotool="80517062f582ea3340cd4baf70e86d539ae7d84d" 1473SRCREV_gotool="80517062f582ea3340cd4baf70e86d539ae7d84d"
1289SRC_URI += "git://github.com/kisielk/gotool;name=gotool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kisielk/gotool" 1474SRC_URI += "git://github.com/kisielk/gotool;name=gotool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kisielk/gotool"
1290 1475
1291# github.com/klauspost/compress v1.13.6 1476# github.com/klauspost/compress v1.15.1
1292# [1] git ls-remote https://github.com/klauspost/compress 38d4ba985ac157cb858763e016645e14e74c13c4 1477# [1] git ls-remote https://github.com/klauspost/compress 7c7079ec1ed2c07fd15e6f3f369dbae5288051d5
1293SRCREV_compress="38d4ba985ac157cb858763e016645e14e74c13c4" 1478SRCREV_compress="7c7079ec1ed2c07fd15e6f3f369dbae5288051d5"
1294SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" 1479SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
1295 1480
1296# github.com/klauspost/cpuid v1.3.1 1481# github.com/klauspost/cpuid v1.3.1
@@ -1304,8 +1489,8 @@ SRCREV_go-windows-terminal-sequences="edb144dfd453055e1e49a3d8b410a660b5a87613"
1304SRC_URI += "git://github.com/konsorten/go-windows-terminal-sequences;name=go-windows-terminal-sequences;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/konsorten/go-windows-terminal-sequences" 1489SRC_URI += "git://github.com/konsorten/go-windows-terminal-sequences;name=go-windows-terminal-sequences;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/konsorten/go-windows-terminal-sequences"
1305 1490
1306# github.com/kr/fs v0.1.0 1491# github.com/kr/fs v0.1.0
1307# [1] git ls-remote https://github.com/kr/fs a4edaa46e98ce745306fb4bf9a584000f0ccb0cd 1492# [1] git ls-remote https://github.com/kr/fs 1455def202f6e05b95cc7bfc7e8ae67ae5141eba
1308SRCREV_fs="a4edaa46e98ce745306fb4bf9a584000f0ccb0cd" 1493SRCREV_fs="1455def202f6e05b95cc7bfc7e8ae67ae5141eba"
1309SRC_URI += "git://github.com/kr/fs;name=fs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/fs" 1494SRC_URI += "git://github.com/kr/fs;name=fs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/fs"
1310 1495
1311# github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 1496# github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
@@ -1313,9 +1498,9 @@ SRC_URI += "git://github.com/kr/fs;name=fs;protocol=https;nobranch=1;destsuffix=
1313SRCREV_logfmt1="b84e30acd515aadc4b783ad4ff83aff3299bdfe0" 1498SRCREV_logfmt1="b84e30acd515aadc4b783ad4ff83aff3299bdfe0"
1314SRC_URI += "git://github.com/kr/logfmt;name=logfmt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/logfmt" 1499SRC_URI += "git://github.com/kr/logfmt;name=logfmt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/logfmt"
1315 1500
1316# github.com/kr/pretty v0.2.1 1501# github.com/kr/pretty v0.3.0
1317# [1] git ls-remote https://github.com/kr/pretty 326f0883a47c4b88a699dc12c4ca20164aadd512 1502# [1] git ls-remote https://github.com/kr/pretty a883a8422cd235c67c6c4fdcb7bbb022143e10b1
1318SRCREV_pretty="326f0883a47c4b88a699dc12c4ca20164aadd512" 1503SRCREV_pretty="a883a8422cd235c67c6c4fdcb7bbb022143e10b1"
1319SRC_URI += "git://github.com/kr/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pretty" 1504SRC_URI += "git://github.com/kr/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pretty"
1320 1505
1321# github.com/kr/pty v1.1.5 1506# github.com/kr/pty v1.1.5
@@ -1324,18 +1509,18 @@ SRCREV_pty1="b6e1bdd4a4f88614e0c6e5e8089c7abed98aae17"
1324SRC_URI += "git://github.com/kr/pty;name=pty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pty" 1509SRC_URI += "git://github.com/kr/pty;name=pty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/pty"
1325 1510
1326# github.com/kr/text v0.2.0 1511# github.com/kr/text v0.2.0
1327# [1] git ls-remote https://github.com/kr/text 0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5 1512# [1] git ls-remote https://github.com/kr/text 702c74938df48b97370179f33ce2107bd7ff3b3e
1328SRCREV_text="0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5" 1513SRCREV_text="702c74938df48b97370179f33ce2107bd7ff3b3e"
1329SRC_URI += "git://github.com/kr/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/text" 1514SRC_URI += "git://github.com/kr/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/text"
1330 1515
1331# github.com/k3s-io/cri-tools v1.21.0-k3s1 1516# github.com/k3s-io/cri-tools v1.24.0-k3s1
1332# [1] git ls-remote https://github.com/k3s-io/cri-tools 47c43d3b6f0254aec4746dbc747f2178f0188647 1517# [1] git ls-remote https://github.com/k3s-io/cri-tools e3bb4af4f33db194d5be5c4df7090d26463f5f15
1333SRCREV_cri-tools="47c43d3b6f0254aec4746dbc747f2178f0188647" 1518SRCREV_cri-tools="e3bb4af4f33db194d5be5c4df7090d26463f5f15"
1334SRC_URI += "git://github.com/k3s-io/cri-tools;name=cri-tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/cri-tools" 1519SRC_URI += "git://github.com/k3s-io/cri-tools;name=cri-tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/cri-tools"
1335 1520
1336# github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 1521# github.com/kylelemons/godebug v1.1.0
1337# [1] git ls-remote https://github.com/kylelemons/godebug d65d576e9348f5982d7f6d83682b694e731a45c6 1522# [1] git ls-remote https://github.com/kylelemons/godebug 9ff306d4fbead574800b66369df5b6144732d58e
1338SRCREV_godebug="d65d576e9348f5982d7f6d83682b694e731a45c6" 1523SRCREV_godebug="9ff306d4fbead574800b66369df5b6144732d58e"
1339SRC_URI += "git://github.com/kylelemons/godebug;name=godebug;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kylelemons/godebug" 1524SRC_URI += "git://github.com/kylelemons/godebug;name=godebug;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kylelemons/godebug"
1340 1525
1341# github.com/lib/pq v1.10.2 1526# github.com/lib/pq v1.10.2
@@ -1344,8 +1529,8 @@ SRCREV_pq="2da6713d67f03911a05b1b6559adc85927fe076e"
1344SRC_URI += "git://github.com/lib/pq;name=pq;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lib/pq" 1529SRC_URI += "git://github.com/lib/pq;name=pq;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lib/pq"
1345 1530
1346# github.com/libopenstorage/openstorage v1.0.0 1531# github.com/libopenstorage/openstorage v1.0.0
1347# [1] git ls-remote https://github.com/libopenstorage/openstorage a0608a35f2d0151fe79b4761a8780621fd83dc27 1532# [1] git ls-remote https://github.com/libopenstorage/openstorage 093a0c3888753c2056e7373183693d670c6bba01
1348SRCREV_openstorage="a0608a35f2d0151fe79b4761a8780621fd83dc27" 1533SRCREV_openstorage="093a0c3888753c2056e7373183693d670c6bba01"
1349SRC_URI += "git://github.com/libopenstorage/openstorage;name=openstorage;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libopenstorage/openstorage" 1534SRC_URI += "git://github.com/libopenstorage/openstorage;name=openstorage;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/libopenstorage/openstorage"
1350 1535
1351# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de 1536# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
@@ -1354,18 +1539,18 @@ SRCREV_tabwriter="89fcab3d43de07060e4fd4c1547430ed57e87f24"
1354SRC_URI += "git://github.com/liggitt/tabwriter;name=tabwriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/liggitt/tabwriter" 1539SRC_URI += "git://github.com/liggitt/tabwriter;name=tabwriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/liggitt/tabwriter"
1355 1540
1356# github.com/lithammer/dedent v1.1.0 1541# github.com/lithammer/dedent v1.1.0
1357# [1] git ls-remote https://github.com/lithammer/dedent 7da0ef12e7f6e16e724290d47c139520f1ad6171 1542# [1] git ls-remote https://github.com/lithammer/dedent 8478954c3bc893cf36c5ee7c822266b993a3b3ee
1358SRCREV_dedent="7da0ef12e7f6e16e724290d47c139520f1ad6171" 1543SRCREV_dedent="8478954c3bc893cf36c5ee7c822266b993a3b3ee"
1359SRC_URI += "git://github.com/lithammer/dedent;name=dedent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lithammer/dedent" 1544SRC_URI += "git://github.com/lithammer/dedent;name=dedent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lithammer/dedent"
1360 1545
1361# github.com/lpabon/godbc v0.1.1 1546# github.com/lpabon/godbc v0.1.1
1362# [1] git ls-remote https://github.com/lpabon/godbc 19db9f027401ab26533e2f647840c2c691a48572 1547# [1] git ls-remote https://github.com/lpabon/godbc d6a6d74016a4f32dd9a9bd32c1ac6c28ae68fa6a
1363SRCREV_godbc="19db9f027401ab26533e2f647840c2c691a48572" 1548SRCREV_godbc="d6a6d74016a4f32dd9a9bd32c1ac6c28ae68fa6a"
1364SRC_URI += "git://github.com/lpabon/godbc;name=godbc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lpabon/godbc" 1549SRC_URI += "git://github.com/lpabon/godbc;name=godbc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lpabon/godbc"
1365 1550
1366# github.com/magiconair/properties v1.8.5 1551# github.com/magiconair/properties v1.8.5
1367# [1] git ls-remote https://github.com/magiconair/properties bf326db7888cd3bdb60272aa8806e9d7a948e7d3 1552# [1] git ls-remote https://github.com/magiconair/properties 291b8266af1000c77a12ae6d4dde1145a028012f
1368SRCREV_properties="bf326db7888cd3bdb60272aa8806e9d7a948e7d3" 1553SRCREV_properties="291b8266af1000c77a12ae6d4dde1145a028012f"
1369SRC_URI += "git://github.com/magiconair/properties;name=properties;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/magiconair/properties" 1554SRC_URI += "git://github.com/magiconair/properties;name=properties;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/magiconair/properties"
1370 1555
1371# github.com/mailru/easyjson v0.7.6 1556# github.com/mailru/easyjson v0.7.6
@@ -1388,9 +1573,9 @@ SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobra
1388SRCREV_go-runewidth="14e809f6d78fcf9f48ff9b70981472b64c05f754" 1573SRCREV_go-runewidth="14e809f6d78fcf9f48ff9b70981472b64c05f754"
1389SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth" 1574SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth"
1390 1575
1391# github.com/mattn/go-shellwords v1.0.3 1576# github.com/mattn/go-shellwords v1.0.12
1392# [1] git ls-remote https://github.com/mattn/go-shellwords 02e3cf038dcea8290e44424da473dd12be796a8a 1577# [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac
1393SRCREV_go-shellwords="02e3cf038dcea8290e44424da473dd12be796a8a" 1578SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac"
1394SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords" 1579SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords"
1395 1580
1396# github.com/mattn/go-sqlite3 v1.14.8 1581# github.com/mattn/go-sqlite3 v1.14.8
@@ -1398,6 +1583,11 @@ SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=htt
1398SRCREV_go-sqlite3="cba6eaee486f22a1b0f3208b145673ed951cb840" 1583SRCREV_go-sqlite3="cba6eaee486f22a1b0f3208b145673ed951cb840"
1399SRC_URI += "git://github.com/mattn/go-sqlite3;name=go-sqlite3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-sqlite3" 1584SRC_URI += "git://github.com/mattn/go-sqlite3;name=go-sqlite3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-sqlite3"
1400 1585
1586# github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326
1587# [1] git ls-remote https://github.com/mattn/go-zglob e3c9456763260506039bcfab455034abeee06244
1588SRCREV_go-zglob="e3c9456763260506039bcfab455034abeee06244"
1589SRC_URI += "git://github.com/mattn/go-zglob;name=go-zglob;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-zglob"
1590
1401# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 1591# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
1402# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d 1592# [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d
1403SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" 1593SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d"
@@ -1414,13 +1604,13 @@ SRCREV_ethtool="288d040e9d60a1b55b53566a1624be427cfeef97"
1414SRC_URI += "git://github.com/mdlayher/ethtool;name=ethtool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/ethtool" 1604SRC_URI += "git://github.com/mdlayher/ethtool;name=ethtool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/ethtool"
1415 1605
1416# github.com/mdlayher/genetlink v1.1.0 1606# github.com/mdlayher/genetlink v1.1.0
1417# [1] git ls-remote https://github.com/mdlayher/genetlink 3a8264b219e1587c8c5814f9a4cf8fe56c530a32 1607# [1] git ls-remote https://github.com/mdlayher/genetlink 030878314e387340f2b49b161519600024f94bb9
1418SRCREV_genetlink="3a8264b219e1587c8c5814f9a4cf8fe56c530a32" 1608SRCREV_genetlink="030878314e387340f2b49b161519600024f94bb9"
1419SRC_URI += "git://github.com/mdlayher/genetlink;name=genetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/genetlink" 1609SRC_URI += "git://github.com/mdlayher/genetlink;name=genetlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/genetlink"
1420 1610
1421# github.com/mdlayher/netlink v1.4.2 1611# github.com/mdlayher/netlink v1.4.2
1422# [1] git ls-remote https://github.com/mdlayher/netlink e7b35cd0b91ce844c2134741dfdc69fe5aee695d 1612# [1] git ls-remote https://github.com/mdlayher/netlink 6ce358ad548a9405a9580b723bfe2ba187b92cd5
1423SRCREV_netlink="e7b35cd0b91ce844c2134741dfdc69fe5aee695d" 1613SRCREV_netlink="6ce358ad548a9405a9580b723bfe2ba187b92cd5"
1424SRC_URI += "git://github.com/mdlayher/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/netlink" 1614SRC_URI += "git://github.com/mdlayher/netlink;name=netlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/netlink"
1425 1615
1426# github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 1616# github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
@@ -1433,9 +1623,9 @@ SRC_URI += "git://github.com/mdlayher/raw;name=raw;protocol=https;nobranch=1;des
1433SRCREV_socket="57e3fa563ecb8fbbbf28b56c674ce382ae48f7db" 1623SRCREV_socket="57e3fa563ecb8fbbbf28b56c674ce382ae48f7db"
1434SRC_URI += "git://github.com/mdlayher/socket;name=socket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/socket" 1624SRC_URI += "git://github.com/mdlayher/socket;name=socket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mdlayher/socket"
1435 1625
1436# github.com/miekg/dns v1.0.14 1626# github.com/miekg/dns v1.1.31
1437# [1] git ls-remote https://github.com/miekg/dns 915ca3d5ffd945235828a097c917311a9d86ebb4 1627# [1] git ls-remote https://github.com/miekg/dns 34cecfe1b489442934480cec58277b4b39b1a1cd
1438SRCREV_dns="915ca3d5ffd945235828a097c917311a9d86ebb4" 1628SRCREV_dns="34cecfe1b489442934480cec58277b4b39b1a1cd"
1439SRC_URI += "git://github.com/miekg/dns;name=dns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/dns" 1629SRC_URI += "git://github.com/miekg/dns;name=dns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/dns"
1440 1630
1441# github.com/miekg/pkcs11 v1.0.3 1631# github.com/miekg/pkcs11 v1.0.3
@@ -1453,14 +1643,19 @@ SRC_URI += "git://github.com/mikioh/ipaddr;name=ipaddr;protocol=https;nobranch=1
1453SRCREV_gonvml="9ebdce4bb98934573700a3bfc2f8e791934a578d" 1643SRCREV_gonvml="9ebdce4bb98934573700a3bfc2f8e791934a578d"
1454SRC_URI += "git://github.com/mindprince/gonvml;name=gonvml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mindprince/gonvml" 1644SRC_URI += "git://github.com/mindprince/gonvml;name=gonvml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mindprince/gonvml"
1455 1645
1646# github.com/minio/highwayhash v1.0.2
1647# [1] git ls-remote https://github.com/minio/highwayhash 08ce0b4fa7932a018438133f1b632e1c674d4107
1648SRCREV_highwayhash="08ce0b4fa7932a018438133f1b632e1c674d4107"
1649SRC_URI += "git://github.com/minio/highwayhash;name=highwayhash;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/highwayhash"
1650
1456# github.com/minio/md5-simd v1.1.0 1651# github.com/minio/md5-simd v1.1.0
1457# [1] git ls-remote https://github.com/minio/md5-simd d302c3dbe3e6573d7010992e3927355eb0e1ab91 1652# [1] git ls-remote https://github.com/minio/md5-simd d302c3dbe3e6573d7010992e3927355eb0e1ab91
1458SRCREV_md5-simd="d302c3dbe3e6573d7010992e3927355eb0e1ab91" 1653SRCREV_md5-simd="d302c3dbe3e6573d7010992e3927355eb0e1ab91"
1459SRC_URI += "git://github.com/minio/md5-simd;name=md5-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/md5-simd" 1654SRC_URI += "git://github.com/minio/md5-simd;name=md5-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/md5-simd"
1460 1655
1461# github.com/minio/minio-go/v7 v7.0.7 1656# github.com/minio/minio-go/v7 v7.0.7
1462# [1] git ls-remote https://github.com/minio/minio-go 2fc8929815e0a488f065b47bc1271ab0d4238f82 1657# [1] git ls-remote https://github.com/minio/minio-go 40d41266f363962b9243529b3a042bb453c1f4c6
1463SRCREV_v7="2fc8929815e0a488f065b47bc1271ab0d4238f82" 1658SRCREV_v7="40d41266f363962b9243529b3a042bb453c1f4c6"
1464SRC_URI += "git://github.com/minio/minio-go;name=v7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/minio-go/v7" 1659SRC_URI += "git://github.com/minio/minio-go;name=v7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/minio-go/v7"
1465 1660
1466# github.com/minio/sha256-simd v0.1.1 1661# github.com/minio/sha256-simd v0.1.1
@@ -1480,8 +1675,13 @@ SRC_URI += "git://github.com/mistifyio/go-zfs;name=go-zfs;protocol=https;nobranc
1480 1675
1481# github.com/mitchellh/cli v1.0.0 1676# github.com/mitchellh/cli v1.0.0
1482# [1] git ls-remote https://github.com/mitchellh/cli 3d22a244be8aa6fb16ac24af0e195c08b7d973aa 1677# [1] git ls-remote https://github.com/mitchellh/cli 3d22a244be8aa6fb16ac24af0e195c08b7d973aa
1483SRCREV_cli1="3d22a244be8aa6fb16ac24af0e195c08b7d973aa" 1678SRCREV_cli12="3d22a244be8aa6fb16ac24af0e195c08b7d973aa"
1484SRC_URI += "git://github.com/mitchellh/cli;name=cli1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/cli" 1679SRC_URI += "git://github.com/mitchellh/cli;name=cli12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/cli"
1680
1681# github.com/mitchellh/copystructure v1.2.0
1682# [1] git ls-remote https://github.com/mitchellh/copystructure d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84
1683SRCREV_copystructure="d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84"
1684SRC_URI += "git://github.com/mitchellh/copystructure;name=copystructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/copystructure"
1485 1685
1486# github.com/mitchellh/go-homedir v1.1.0 1686# github.com/mitchellh/go-homedir v1.1.0
1487# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 1687# [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727
@@ -1493,14 +1693,14 @@ SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https
1493SRCREV_go-testing-interface="6d0b8010fcc857872e42fc6c931227569016843c" 1693SRCREV_go-testing-interface="6d0b8010fcc857872e42fc6c931227569016843c"
1494SRC_URI += "git://github.com/mitchellh/go-testing-interface;name=go-testing-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-testing-interface" 1694SRC_URI += "git://github.com/mitchellh/go-testing-interface;name=go-testing-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-testing-interface"
1495 1695
1496# github.com/mitchellh/go-wordwrap v1.0.0 1696# github.com/mitchellh/go-wordwrap v1.0.1
1497# [1] git ls-remote https://github.com/mitchellh/go-wordwrap 9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c 1697# [1] git ls-remote https://github.com/mitchellh/go-wordwrap ecf0936a077a4bd73a1cc2ac5c370f2b55618d62
1498SRCREV_go-wordwrap="9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c" 1698SRCREV_go-wordwrap="ecf0936a077a4bd73a1cc2ac5c370f2b55618d62"
1499SRC_URI += "git://github.com/mitchellh/go-wordwrap;name=go-wordwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-wordwrap" 1699SRC_URI += "git://github.com/mitchellh/go-wordwrap;name=go-wordwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-wordwrap"
1500 1700
1501# github.com/mitchellh/gox v0.4.0 1701# github.com/mitchellh/gox v0.4.0
1502# [1] git ls-remote https://github.com/mitchellh/gox ce32ae4c610e1fed97dd0e0b5155d16d2638ffb1 1702# [1] git ls-remote https://github.com/mitchellh/gox c9740af9c6574448fd48eb30a71f964014c7a837
1503SRCREV_gox="ce32ae4c610e1fed97dd0e0b5155d16d2638ffb1" 1703SRCREV_gox="c9740af9c6574448fd48eb30a71f964014c7a837"
1504SRC_URI += "git://github.com/mitchellh/gox;name=gox;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/gox" 1704SRC_URI += "git://github.com/mitchellh/gox;name=gox;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/gox"
1505 1705
1506# github.com/mitchellh/iochan v1.0.0 1706# github.com/mitchellh/iochan v1.0.0
@@ -1513,29 +1713,39 @@ SRC_URI += "git://github.com/mitchellh/iochan;name=iochan;protocol=https;nobranc
1513SRCREV_mapstructure="8ebf2d61a8b4adcce25fc9fc9b76e8452a00672f" 1713SRCREV_mapstructure="8ebf2d61a8b4adcce25fc9fc9b76e8452a00672f"
1514SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" 1714SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure"
1515 1715
1716# github.com/mitchellh/reflectwalk v1.0.2
1717# [1] git ls-remote https://github.com/mitchellh/reflectwalk e0c24fdb021963cd2c4013097a0b993a7c4e344f
1718SRCREV_reflectwalk="e0c24fdb021963cd2c4013097a0b993a7c4e344f"
1719SRC_URI += "git://github.com/mitchellh/reflectwalk;name=reflectwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/reflectwalk"
1720
1516# github.com/moby/ipvs v1.0.1 1721# github.com/moby/ipvs v1.0.1
1517# [1] git ls-remote https://github.com/moby/ipvs f72130f9871536f131d0f4be5a4d99ad2591218c 1722# [1] git ls-remote https://github.com/moby/ipvs 4566ccea0e08d68e9614c3e7a64a23b850c4bb35
1518SRCREV_ipvs="f72130f9871536f131d0f4be5a4d99ad2591218c" 1723SRCREV_ipvs="4566ccea0e08d68e9614c3e7a64a23b850c4bb35"
1519SRC_URI += "git://github.com/moby/ipvs;name=ipvs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/ipvs" 1724SRC_URI += "git://github.com/moby/ipvs;name=ipvs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/ipvs"
1520 1725
1521# github.com/moby/locker v1.0.1 1726# github.com/moby/locker v1.0.1
1522# [1] git ls-remote https://github.com/moby/locker e15721d7a0126008853f3cefbdbb368685cd1f4d 1727# [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe
1523SRCREV_locker="e15721d7a0126008853f3cefbdbb368685cd1f4d" 1728SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe"
1524SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" 1729SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker"
1525 1730
1526# github.com/moby/spdystream v0.2.0 1731# github.com/moby/spdystream v0.2.0
1527# [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b 1732# [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b
1528SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" 1733SRCREV_spdystream1="dbc715126c0e3fa07721879c6d265b2b82c71e5b"
1529SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream" 1734SRC_URI += "git://github.com/moby/spdystream;name=spdystream1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream"
1530 1735
1531# github.com/moby/sys/mountinfo v0.5.0 1736# github.com/moby/sys/mountinfo v0.6.1
1532# [1] git ls-remote https://github.com/moby/sys 416188aff8404d549e1e34a50e513befeb11c3b9 1737# [1] git ls-remote https://github.com/moby/sys 523ebb9c6cc361d558aaf903946709d78efa0f6a
1533SRCREV_mountinfo="416188aff8404d549e1e34a50e513befeb11c3b9" 1738SRCREV_mountinfo="523ebb9c6cc361d558aaf903946709d78efa0f6a"
1534SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" 1739SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo"
1535 1740
1536# github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 1741# github.com/moby/sys/symlink v0.2.0
1537# [1] git ls-remote https://github.com/moby/term 9d4ed185629744f381f269030675cb1957e2da94 1742# [1] git ls-remote https://github.com/moby/sys bbb236c90521a7724219600603cd4b9415807a5a
1538SRCREV_term="9d4ed185629744f381f269030675cb1957e2da94" 1743SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964"
1744SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink"
1745
1746# github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
1747# [1] git ls-remote https://github.com/moby/term 3f7ff695adc6a35abc925370dd0a4dafb48ec64d
1748SRCREV_term="3f7ff695adc6a35abc925370dd0a4dafb48ec64d"
1539SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" 1749SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term"
1540 1750
1541# github.com/moby/vpnkit v0.5.0 1751# github.com/moby/vpnkit v0.5.0
@@ -1548,9 +1758,9 @@ SRC_URI += "git://github.com/moby/vpnkit;name=vpnkit;protocol=https;nobranch=1;d
1548SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" 1758SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94"
1549SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent" 1759SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent"
1550 1760
1551# github.com/modern-go/reflect2 v1.0.1 1761# github.com/modern-go/reflect2 v1.0.2
1552# [1] git ls-remote https://github.com/modern-go/reflect2 94122c33edd36123c84d5368cfb2b69df93a0ec8 1762# [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070
1553SRCREV_reflect2="94122c33edd36123c84d5368cfb2b69df93a0ec8" 1763SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070"
1554SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2" 1764SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2"
1555 1765
1556# github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 1766# github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
@@ -1579,8 +1789,8 @@ SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e"
1579SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/munnerz/goautoneg" 1789SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/munnerz/goautoneg"
1580 1790
1581# github.com/mvdan/xurls v1.1.0 1791# github.com/mvdan/xurls v1.1.0
1582# [1] git ls-remote https://github.com/mvdan/xurls c174a0a92fc78706d57afd13cfb0197ec28d15b3 1792# [1] git ls-remote https://github.com/mvdan/xurls d315b61cf6727664f310fa87b3197e9faf2a8513
1583SRCREV_xurls="c174a0a92fc78706d57afd13cfb0197ec28d15b3" 1793SRCREV_xurls="d315b61cf6727664f310fa87b3197e9faf2a8513"
1584SRC_URI += "git://github.com/mvdan/xurls;name=xurls;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mvdan/xurls" 1794SRC_URI += "git://github.com/mvdan/xurls;name=xurls;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mvdan/xurls"
1585 1795
1586# github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f 1796# github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
@@ -1594,10 +1804,45 @@ SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682"
1594SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mxk/go-flowrate" 1804SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mxk/go-flowrate"
1595 1805
1596# github.com/natefinch/lumberjack v2.0.0+incompatible 1806# github.com/natefinch/lumberjack v2.0.0+incompatible
1597# [1] git ls-remote https://github.com/natefinch/lumberjack 2a59cad198e07a0ea1fad0b3d6733626861b5c65 1807# [1] git ls-remote https://github.com/natefinch/lumberjack 7d6a1875575e09256dc552b4c0e450dcd02bd10e
1598SRCREV_lumberjack="2a59cad198e07a0ea1fad0b3d6733626861b5c65" 1808SRCREV_lumberjack="7d6a1875575e09256dc552b4c0e450dcd02bd10e"
1599SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/natefinch/lumberjack" 1809SRC_URI += "git://github.com/natefinch/lumberjack;name=lumberjack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/natefinch/lumberjack"
1600 1810
1811# github.com/nats-io/jsm.go v0.0.31-0.20220317133147-fe318f464eee
1812# [1] git ls-remote https://github.com/nats-io/jsm.go fe318f464eee9ceef6120ea851e5cf94a0497ac6
1813SRCREV_jsm.go="fe318f464eee9ceef6120ea851e5cf94a0497ac6"
1814SRC_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"
1815
1816# github.com/nats-io/jwt/v2 v2.2.1-0.20220113022732-58e87895b296
1817# [1] git ls-remote https://github.com/nats-io/jwt 58e87895b29641314818a5171038b73cff3bd25a
1818SRCREV_v212345="58e87895b29641314818a5171038b73cff3bd25a"
1819SRC_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"
1820
1821# github.com/nats-io/nats-server/v2 v2.7.5-0.20220309212130-5c0d1999ff72
1822# [1] git ls-remote https://github.com/nats-io/nats-server 5c0d1999ff721e8fc130399c9779c6169118277b
1823SRCREV_v2123456="5c0d1999ff721e8fc130399c9779c6169118277b"
1824SRC_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"
1825
1826# github.com/nats-io/nats.go v1.13.1-0.20220318132711-e0e03e374228
1827# [1] git ls-remote https://github.com/nats-io/nats.go e0e03e37422898b7ef8ce59cce34a192f304d63c
1828SRCREV_nats.go="e0e03e37422898b7ef8ce59cce34a192f304d63c"
1829SRC_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"
1830
1831# github.com/nats-io/nkeys v0.3.0
1832# [1] git ls-remote https://github.com/nats-io/nkeys 44384414044304395985410ff55ed78cbf0b09a8
1833SRCREV_nkeys="44384414044304395985410ff55ed78cbf0b09a8"
1834SRC_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"
1835
1836# github.com/nats-io/nuid v1.0.1
1837# [1] git ls-remote https://github.com/nats-io/nuid 4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94
1838SRCREV_nuid="4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94"
1839SRC_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"
1840
1841# github.com/networkplumbing/go-nft v0.2.0
1842# [1] git ls-remote https://github.com/networkplumbing/go-nft ac7b6d063e1d39cb4e1c2c24a3b3ce019a89d24d
1843SRCREV_go-nft="ac7b6d063e1d39cb4e1c2c24a3b3ce019a89d24d"
1844SRC_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"
1845
1601# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e 1846# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
1602# [1] git ls-remote https://github.com/niemeyer/pretty a10e7caefd8e0d600cea437f5c3613aeb1553d56 1847# [1] git ls-remote https://github.com/niemeyer/pretty a10e7caefd8e0d600cea437f5c3613aeb1553d56
1603SRCREV_pretty1="a10e7caefd8e0d600cea437f5c3613aeb1553d56" 1848SRCREV_pretty1="a10e7caefd8e0d600cea437f5c3613aeb1553d56"
@@ -1618,39 +1863,44 @@ SRC_URI += "git://github.com/oklog/ulid;name=ulid;protocol=https;nobranch=1;dest
1618SRCREV_tablewriter="c7d2a8a09b076b70918308a3cd95464b2ae3b5d8" 1863SRCREV_tablewriter="c7d2a8a09b076b70918308a3cd95464b2ae3b5d8"
1619SRC_URI += "git://github.com/olekukonko/tablewriter;name=tablewriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/olekukonko/tablewriter" 1864SRC_URI += "git://github.com/olekukonko/tablewriter;name=tablewriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/olekukonko/tablewriter"
1620 1865
1621# github.com/onsi/ginkgo v1.16.4 1866# github.com/onsi/ginkgo v1.16.5
1622# [1] git ls-remote https://github.com/onsi/ginkgo d125cd027fee341b3b3d65858a4121cf4931fead 1867# [1] git ls-remote https://github.com/onsi/ginkgo d38b9d946d52cd175495d30143fbecc5aff98f13
1623SRCREV_ginkgo="d125cd027fee341b3b3d65858a4121cf4931fead" 1868SRCREV_ginkgo="d38b9d946d52cd175495d30143fbecc5aff98f13"
1624SRC_URI += "git://github.com/onsi/ginkgo;name=ginkgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/ginkgo" 1869SRC_URI += "git://github.com/onsi/ginkgo;name=ginkgo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/ginkgo"
1625 1870
1626# github.com/onsi/gomega v1.11.0 1871# github.com/onsi/ginkgo/v2 v2.1.3
1627# [1] git ls-remote https://github.com/onsi/gomega d9ee1e278b3bd59704a0521284ce8f8b25273b20 1872# [1] git ls-remote https://github.com/onsi/ginkgo 1ed6486197ba2a007858c59bdc4d1522631025d5
1628SRCREV_gomega="d9ee1e278b3bd59704a0521284ce8f8b25273b20" 1873SRCREV_v21234567="1ed6486197ba2a007858c59bdc4d1522631025d5"
1874SRC_URI += "git://github.com/onsi/ginkgo;name=v21234567;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/ginkgo/v2"
1875
1876# github.com/onsi/gomega v1.19.0
1877# [1] git ls-remote https://github.com/onsi/gomega 3143ff4a92ce52253b4b256cc4c1e8f026c260d5
1878SRCREV_gomega="3143ff4a92ce52253b4b256cc4c1e8f026c260d5"
1629SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/gomega" 1879SRC_URI += "git://github.com/onsi/gomega;name=gomega;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/onsi/gomega"
1630 1880
1631# github.com/opencontainers/go-digest v1.0.0 1881# github.com/opencontainers/go-digest v1.0.0
1632# [1] git ls-remote https://github.com/opencontainers/go-digest 4a41a1fddd8208cc64f911e551a7f361716f8ae5 1882# [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a
1633SRCREV_go-digest="4a41a1fddd8208cc64f911e551a7f361716f8ae5" 1883SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a"
1634SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest" 1884SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest"
1635 1885
1636# github.com/opencontainers/image-spec v1.0.2 1886# github.com/opencontainers/image-spec v1.0.2
1637# [1] git ls-remote https://github.com/opencontainers/image-spec a8af30d0c9aac77c7c2927df80133222f0f315e2 1887# [1] git ls-remote https://github.com/opencontainers/image-spec 67d2d5658fe0476ab9bf414cec164077ebff3920
1638SRCREV_image-spec="a8af30d0c9aac77c7c2927df80133222f0f315e2" 1888SRCREV_image-spec="67d2d5658fe0476ab9bf414cec164077ebff3920"
1639SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec" 1889SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec"
1640 1890
1641# github.com/opencontainers/runc v1.0.3 1891# github.com/opencontainers/runc v1.1.3
1642# [1] git ls-remote https://github.com/opencontainers/runc e4bccdbd64361ac5ea8ba90bb8845add78f957a6 1892# [1] git ls-remote https://github.com/opencontainers/runc 6724737f999df9ee0d8ca5c6d7b81f97adc34374
1643SRCREV_runc="e4bccdbd64361ac5ea8ba90bb8845add78f957a6" 1893SRCREV_runc="6724737f999df9ee0d8ca5c6d7b81f97adc34374"
1644SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc" 1894SRC_URI += "git://github.com/opencontainers/runc;name=runc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runc"
1645 1895
1646# github.com/opencontainers/runtime-spec v1.0.3-0.20210316141917-a8c4a9ee0f6b 1896# github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
1647# [1] git ls-remote https://github.com/opencontainers/runtime-spec a8c4a9ee0f6b5a0b994c5c23c68725394e2b0d9d 1897# [1] git ls-remote https://github.com/opencontainers/runtime-spec 1c3f411f041711bbeecf35ff7e93461ea6789220
1648SRCREV_runtime-spec="a8c4a9ee0f6b5a0b994c5c23c68725394e2b0d9d" 1898SRCREV_runtime-spec="1c3f411f041711bbeecf35ff7e93461ea6789220"
1649SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-spec" 1899SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/runtime-spec"
1650 1900
1651# github.com/opencontainers/selinux v1.8.2 1901# github.com/opencontainers/selinux v1.10.1
1652# [1] git ls-remote https://github.com/opencontainers/selinux 76bc82e11d854d3e40c08889d13c98abcea72ea2 1902# [1] git ls-remote https://github.com/opencontainers/selinux 84e248a28e776216cd33a51fdea90a20fe308136
1653SRCREV_selinux="76bc82e11d854d3e40c08889d13c98abcea72ea2" 1903SRCREV_selinux="84e248a28e776216cd33a51fdea90a20fe308136"
1654SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux" 1904SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/selinux"
1655 1905
1656# github.com/opentracing/opentracing-go v1.1.0 1906# github.com/opentracing/opentracing-go v1.1.0
@@ -1658,14 +1908,19 @@ SRC_URI += "git://github.com/opencontainers/selinux;name=selinux;protocol=https;
1658SRCREV_opentracing-go="659c90643e714681897ec2521c60567dd21da733" 1908SRCREV_opentracing-go="659c90643e714681897ec2521c60567dd21da733"
1659SRC_URI += "git://github.com/opentracing/opentracing-go;name=opentracing-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opentracing/opentracing-go" 1909SRC_URI += "git://github.com/opentracing/opentracing-go;name=opentracing-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opentracing/opentracing-go"
1660 1910
1661# github.com/osrg/gobgp v0.0.0-20210801043420-9e48a36ed97c 1911# github.com/oracle/oci-go-sdk v7.1.0+incompatible
1662# [1] git ls-remote https://github.com/osrg/gobgp 9e48a36ed97c699e2a5b5d8dfd3f9fb6e6119e0b 1912# [1] git ls-remote https://github.com/oracle/oci-go-sdk 836866c730718173acd1b37df7215c1dd88122e2
1663SRCREV_gobgp="9e48a36ed97c699e2a5b5d8dfd3f9fb6e6119e0b" 1913SRCREV_oci-go-sdk="836866c730718173acd1b37df7215c1dd88122e2"
1914SRC_URI += "git://github.com/oracle/oci-go-sdk;name=oci-go-sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/oracle/oci-go-sdk"
1915
1916# github.com/osrg/gobgp v0.0.0-20211201041502-6248c576b118
1917# [1] git ls-remote https://github.com/osrg/gobgp 6248c576b118979d4dfc904c34bab7fb7ddd0b1a
1918SRCREV_gobgp="6248c576b118979d4dfc904c34bab7fb7ddd0b1a"
1664SRC_URI += "git://github.com/osrg/gobgp;name=gobgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/osrg/gobgp" 1919SRC_URI += "git://github.com/osrg/gobgp;name=gobgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/osrg/gobgp"
1665 1920
1666# github.com/otiai10/copy v1.6.0 1921# github.com/otiai10/copy v1.7.0
1667# [1] git ls-remote https://github.com/otiai10/copy edeb9f37d4d0c28725014fcab6635120197932a1 1922# [1] git ls-remote https://github.com/otiai10/copy 323db161ae97db91e6e13dbcda403fdb29c3fff8
1668SRCREV_copy="edeb9f37d4d0c28725014fcab6635120197932a1" 1923SRCREV_copy="323db161ae97db91e6e13dbcda403fdb29c3fff8"
1669SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/copy" 1924SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/copy"
1670 1925
1671# github.com/otiai10/curr v1.0.0 1926# github.com/otiai10/curr v1.0.0
@@ -1673,9 +1928,9 @@ SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;de
1673SRCREV_curr="88e2f2cffa0b5f13e90ee963a321bd1b2f715561" 1928SRCREV_curr="88e2f2cffa0b5f13e90ee963a321bd1b2f715561"
1674SRC_URI += "git://github.com/otiai10/curr;name=curr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/curr" 1929SRC_URI += "git://github.com/otiai10/curr;name=curr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/curr"
1675 1930
1676# github.com/otiai10/mint v1.3.2 1931# github.com/otiai10/mint v1.3.3
1677# [1] git ls-remote https://github.com/otiai10/mint 3588d691480a831b1e78b776d3bccd9d5ce6461c 1932# [1] git ls-remote https://github.com/otiai10/mint f8e74d5076fdd79c3db0aa8b1dda35e603c328e5
1678SRCREV_mint="3588d691480a831b1e78b776d3bccd9d5ce6461c" 1933SRCREV_mint="f8e74d5076fdd79c3db0aa8b1dda35e603c328e5"
1679SRC_URI += "git://github.com/otiai10/mint;name=mint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/mint" 1934SRC_URI += "git://github.com/otiai10/mint;name=mint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/mint"
1680 1935
1681# github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 1936# github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c
@@ -1693,11 +1948,6 @@ SRC_URI += "git://github.com/paulmach/orb;name=orb;protocol=https;nobranch=1;des
1693SRCREV_uuid12="5b6091a6a160ee5ce12917b21ab96acec2a4fdc0" 1948SRCREV_uuid12="5b6091a6a160ee5ce12917b21ab96acec2a4fdc0"
1694SRC_URI += "git://github.com/pborman/uuid;name=uuid12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pborman/uuid" 1949SRC_URI += "git://github.com/pborman/uuid;name=uuid12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pborman/uuid"
1695 1950
1696# github.com/pelletier/go-buffruneio v0.2.0
1697# [1] git ls-remote https://github.com/pelletier/go-buffruneio c37440a7cf42ac63b919c752ca73a85067e05992
1698SRCREV_go-buffruneio="c37440a7cf42ac63b919c752ca73a85067e05992"
1699SRC_URI += "git://github.com/pelletier/go-buffruneio;name=go-buffruneio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-buffruneio"
1700
1701# github.com/pelletier/go-toml v1.9.4 1951# github.com/pelletier/go-toml v1.9.4
1702# [1] git ls-remote https://github.com/pelletier/go-toml b8ba995eaaba4be30c8a8090bdfb4aa61af52054 1952# [1] git ls-remote https://github.com/pelletier/go-toml b8ba995eaaba4be30c8a8090bdfb4aa61af52054
1703SRCREV_go-toml="b8ba995eaaba4be30c8a8090bdfb4aa61af52054" 1953SRCREV_go-toml="b8ba995eaaba4be30c8a8090bdfb4aa61af52054"
@@ -1719,13 +1969,13 @@ SRCREV_errors123="614d223910a179a466c1767a985424175c39b465"
1719SRC_URI += "git://github.com/pkg/errors;name=errors123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" 1969SRC_URI += "git://github.com/pkg/errors;name=errors123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors"
1720 1970
1721# github.com/pkg/sftp v1.10.1 1971# github.com/pkg/sftp v1.10.1
1722# [1] git ls-remote https://github.com/pkg/sftp 43d3a6e716b1ed42563b40666089f29a19c2ce9d 1972# [1] git ls-remote https://github.com/pkg/sftp 3edd153f213d8d4191a0ee4577c61cca19436632
1723SRCREV_sftp="43d3a6e716b1ed42563b40666089f29a19c2ce9d" 1973SRCREV_sftp="3edd153f213d8d4191a0ee4577c61cca19436632"
1724SRC_URI += "git://github.com/pkg/sftp;name=sftp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/sftp" 1974SRC_URI += "git://github.com/pkg/sftp;name=sftp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/sftp"
1725 1975
1726# github.com/pmezard/go-difflib v1.0.0 1976# github.com/pmezard/go-difflib v1.0.0
1727# [1] git ls-remote https://github.com/pmezard/go-difflib c0b812dadcf4498dede02bb7f0c5c478be997e34 1977# [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2
1728SRCREV_go-difflib="c0b812dadcf4498dede02bb7f0c5c478be997e34" 1978SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2"
1729SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib" 1979SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib"
1730 1980
1731# github.com/posener/complete v1.1.1 1981# github.com/posener/complete v1.1.1
@@ -1738,29 +1988,34 @@ SRC_URI += "git://github.com/posener/complete;name=complete;protocol=https;nobra
1738SRCREV_cachecontrol="0dec1b30a0215bb68605dfc568e8855066c9202d" 1988SRCREV_cachecontrol="0dec1b30a0215bb68605dfc568e8855066c9202d"
1739SRC_URI += "git://github.com/pquerna/cachecontrol;name=cachecontrol;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pquerna/cachecontrol" 1989SRC_URI += "git://github.com/pquerna/cachecontrol;name=cachecontrol;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pquerna/cachecontrol"
1740 1990
1741# github.com/prometheus/client_golang v1.11.0 1991# github.com/pquerna/otp v1.2.0
1742# [1] git ls-remote https://github.com/prometheus/client_golang 9b6b6df74a146d5e700cd7205818ad6b2f0afec2 1992# [1] git ls-remote https://github.com/pquerna/otp 43bebefda392017900e7a7b237b4c914c6a55b50
1743SRCREV_client_golang="9b6b6df74a146d5e700cd7205818ad6b2f0afec2" 1993SRCREV_otp="43bebefda392017900e7a7b237b4c914c6a55b50"
1994SRC_URI += "git://github.com/pquerna/otp;name=otp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pquerna/otp"
1995
1996# github.com/prometheus/client_golang v1.12.2
1997# [1] git ls-remote https://github.com/prometheus/client_golang e203144f43306c1f344fbc548fd02c4b79962e30
1998SRCREV_client_golang="e203144f43306c1f344fbc548fd02c4b79962e30"
1744SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang" 1999SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang"
1745 2000
1746# github.com/prometheus/client_model v0.2.0 2001# github.com/prometheus/client_model v0.2.0
1747# [1] git ls-remote https://github.com/prometheus/client_model f44e7adcba5ee54c8a94709e6fc300d83245f171 2002# [1] git ls-remote https://github.com/prometheus/client_model 7bc5445566f0fe75b15de23e6b93886e982d7bf9
1748SRCREV_client_model="f44e7adcba5ee54c8a94709e6fc300d83245f171" 2003SRCREV_client_model="7bc5445566f0fe75b15de23e6b93886e982d7bf9"
1749SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model" 2004SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model"
1750 2005
1751# github.com/prometheus/common v0.26.0 2006# github.com/prometheus/common v0.32.1
1752# [1] git ls-remote https://github.com/prometheus/common 529a9a7d1e855d053e72af381608b7f89ac0e6e6 2007# [1] git ls-remote https://github.com/prometheus/common 2af6d036253eee1a9a08c6ddf6be6d67537bcdff
1753SRCREV_common="529a9a7d1e855d053e72af381608b7f89ac0e6e6" 2008SRCREV_common="2af6d036253eee1a9a08c6ddf6be6d67537bcdff"
1754SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" 2009SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common"
1755 2010
1756# github.com/prometheus/procfs v0.6.0 2011# github.com/prometheus/procfs v0.7.3
1757# [1] git ls-remote https://github.com/prometheus/procfs 3d15d641cf3611be0d06474548e5e41c3e514df9 2012# [1] git ls-remote https://github.com/prometheus/procfs f436cbb89ece38bf080d446b3ca27053b305eaac
1758SRCREV_procfs="3d15d641cf3611be0d06474548e5e41c3e514df9" 2013SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac"
1759SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" 2014SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs"
1760 2015
1761# github.com/prometheus/tsdb v0.7.1 2016# github.com/prometheus/tsdb v0.7.1
1762# [1] git ls-remote https://github.com/prometheus/tsdb 249a0812a512567b7278c767772d4bd7bdddefcd 2017# [1] git ls-remote https://github.com/prometheus/tsdb c20450564cc42983bf923c13f3fda42de709ac13
1763SRCREV_tsdb="249a0812a512567b7278c767772d4bd7bdddefcd" 2018SRCREV_tsdb="c20450564cc42983bf923c13f3fda42de709ac13"
1764SRC_URI += "git://github.com/prometheus/tsdb;name=tsdb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/tsdb" 2019SRC_URI += "git://github.com/prometheus/tsdb;name=tsdb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/tsdb"
1765 2020
1766# github.com/qri-io/starlib v0.4.2-0.20200213133954-ff2e8cd5ef8d 2021# github.com/qri-io/starlib v0.4.2-0.20200213133954-ff2e8cd5ef8d
@@ -1773,9 +2028,9 @@ SRC_URI += "git://github.com/qri-io/starlib;name=starlib;protocol=https;nobranch
1773SRCREV_api1="61b1aa26de01c522ca8a2c713443137c99760036" 2028SRCREV_api1="61b1aa26de01c522ca8a2c713443137c99760036"
1774SRC_URI += "git://github.com/quobyte/api;name=api1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/quobyte/api" 2029SRC_URI += "git://github.com/quobyte/api;name=api1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/quobyte/api"
1775 2030
1776# github.com/rancher/dynamiclistener v0.3.1 2031# github.com/rancher/dynamiclistener v0.3.4-0.20220721210816-8ebd77f8a45a
1777# [1] git ls-remote https://github.com/rancher/dynamiclistener 43f9c3ae0a4fe7e689b2e2ed5a7064ed01ad8e64 2032# [1] git ls-remote https://github.com/rancher/dynamiclistener 8ebd77f8a45a764e8c4f389134683d2fe906fb71
1778SRCREV_dynamiclistener="43f9c3ae0a4fe7e689b2e2ed5a7064ed01ad8e64" 2033SRCREV_dynamiclistener="8ebd77f8a45a764e8c4f389134683d2fe906fb71"
1779SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/dynamiclistener" 2034SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/dynamiclistener"
1780 2035
1781# github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08 2036# github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08
@@ -1783,9 +2038,9 @@ SRC_URI += "git://github.com/rancher/dynamiclistener;name=dynamiclistener;protoc
1783SRCREV_lasso="fc3ebd901c086dc8e4bfe2c07edf03c118572924" 2038SRCREV_lasso="fc3ebd901c086dc8e4bfe2c07edf03c118572924"
1784SRC_URI += "git://github.com/rancher/lasso;name=lasso;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/lasso" 2039SRC_URI += "git://github.com/rancher/lasso;name=lasso;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/lasso"
1785 2040
1786# github.com/rancher/remotedialer v0.2.0 2041# github.com/rancher/remotedialer v0.2.6-0.20220624190122-ea57207bf2b8
1787# [1] git ls-remote https://github.com/rancher/remotedialer 3d086baa0d95326b73f6f1d16286cc04fc856790 2042# [1] git ls-remote https://github.com/rancher/remotedialer ea57207bf2b8ab346426aa81a9b04c9dee43f831
1788SRCREV_remotedialer="3d086baa0d95326b73f6f1d16286cc04fc856790" 2043SRCREV_remotedialer="ea57207bf2b8ab346426aa81a9b04c9dee43f831"
1789SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/remotedialer" 2044SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/remotedialer"
1790 2045
1791# github.com/rancher/wharfie v0.5.1 2046# github.com/rancher/wharfie v0.5.1
@@ -1793,9 +2048,9 @@ SRC_URI += "git://github.com/rancher/remotedialer;name=remotedialer;protocol=htt
1793SRCREV_wharfie="80cc0b0ce983af2d75be7846e006d69fa5d64570" 2048SRCREV_wharfie="80cc0b0ce983af2d75be7846e006d69fa5d64570"
1794SRC_URI += "git://github.com/rancher/wharfie;name=wharfie;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wharfie" 2049SRC_URI += "git://github.com/rancher/wharfie;name=wharfie;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wharfie"
1795 2050
1796# github.com/rancher/wrangler v0.8.11-0.20220211163748-d5a8ee98be5f 2051# github.com/rancher/wrangler v1.0.0
1797# [1] git ls-remote https://github.com/rancher/wrangler d5a8ee98be5f6eb429253d080017bd6dc691db97 2052# [1] git ls-remote https://github.com/rancher/wrangler 5167c04fcdd50e24d9710813572382eeb3064805
1798SRCREV_wrangler="d5a8ee98be5f6eb429253d080017bd6dc691db97" 2053SRCREV_wrangler="5167c04fcdd50e24d9710813572382eeb3064805"
1799SRC_URI += "git://github.com/rancher/wrangler;name=wrangler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wrangler" 2054SRC_URI += "git://github.com/rancher/wrangler;name=wrangler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rancher/wrangler"
1800 2055
1801# github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446 2056# github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446
@@ -1813,19 +2068,24 @@ SRC_URI += "git://github.com/robfig/cron;name=v31;protocol=https;nobranch=1;dest
1813SRCREV_fastuuid="10c3923834d38e951ae8f627bfec2dc632c5b6cb" 2068SRCREV_fastuuid="10c3923834d38e951ae8f627bfec2dc632c5b6cb"
1814SRC_URI += "git://github.com/rogpeppe/fastuuid;name=fastuuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/fastuuid" 2069SRC_URI += "git://github.com/rogpeppe/fastuuid;name=fastuuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/fastuuid"
1815 2070
1816# github.com/rogpeppe/go-internal v1.3.0 2071# github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4
1817# [1] git ls-remote https://github.com/rogpeppe/go-internal c41aae108fba1a0e55d440c3046043e1c32c4f9a 2072# [1] git ls-remote https://github.com/rogpeppe/go-charset 2471d30d28b404738b546df7aaa82c45826bc02e
1818SRCREV_go-internal="c41aae108fba1a0e55d440c3046043e1c32c4f9a" 2073SRCREV_go-charset="2471d30d28b404738b546df7aaa82c45826bc02e"
2074SRC_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"
2075
2076# github.com/rogpeppe/go-internal v1.6.1
2077# [1] git ls-remote https://github.com/rogpeppe/go-internal 76dc4b3fc37c97df8520f01985a79bbac5d1585d
2078SRCREV_go-internal="76dc4b3fc37c97df8520f01985a79bbac5d1585d"
1819SRC_URI += "git://github.com/rogpeppe/go-internal;name=go-internal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/go-internal" 2079SRC_URI += "git://github.com/rogpeppe/go-internal;name=go-internal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rogpeppe/go-internal"
1820 2080
1821# github.com/rootless-containers/rootlesskit v0.14.5 2081# github.com/rootless-containers/rootlesskit v1.0.1
1822# [1] git ls-remote https://github.com/rootless-containers/rootlesskit e2d540ea3318e9e72ce2fb00734a0ac102efe733 2082# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 5d5f4c0c26e26a6b51d1838c23e793e5836442d0
1823SRCREV_rootlesskit="e2d540ea3318e9e72ce2fb00734a0ac102efe733" 2083SRCREV_rootlesskit="5d5f4c0c26e26a6b51d1838c23e793e5836442d0"
1824SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/rootlesskit" 2084SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rootless-containers/rootlesskit"
1825 2085
1826# github.com/rs/xid v1.3.0 2086# github.com/rs/xid v1.4.0
1827# [1] git ls-remote https://github.com/rs/xid efa678f304ab65d6d57eedcb086798381ae22206 2087# [1] git ls-remote https://github.com/rs/xid 66f8c42da230c3323ed4e29805e73eefbad41fc5
1828SRCREV_xid="efa678f304ab65d6d57eedcb086798381ae22206" 2088SRCREV_xid="66f8c42da230c3323ed4e29805e73eefbad41fc5"
1829SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/xid" 2089SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/xid"
1830 2090
1831# github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021 2091# github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021
@@ -1840,39 +2100,54 @@ SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday;protocol=http
1840 2100
1841# github.com/russross/blackfriday/v2 v2.1.0 2101# github.com/russross/blackfriday/v2 v2.1.0
1842# [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 2102# [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049
1843SRCREV_v21234="4c9bf9512682b995722660a4196c0013228e2049" 2103SRCREV_v212345678="4c9bf9512682b995722660a4196c0013228e2049"
1844SRC_URI += "git://github.com/russross/blackfriday;name=v21234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday/v2" 2104SRC_URI += "git://github.com/russross/blackfriday;name=v212345678;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/russross/blackfriday/v2"
1845 2105
1846# github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 2106# github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f
1847# [1] git ls-remote https://github.com/ryanuber/columnize 9b3edd62028f107d7cabb19353292afd29311a4e 2107# [1] git ls-remote https://github.com/ryanuber/columnize 9b3edd62028f107d7cabb19353292afd29311a4e
1848SRCREV_columnize="9b3edd62028f107d7cabb19353292afd29311a4e" 2108SRCREV_columnize="9b3edd62028f107d7cabb19353292afd29311a4e"
1849SRC_URI += "git://github.com/ryanuber/columnize;name=columnize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ryanuber/columnize" 2109SRC_URI += "git://github.com/ryanuber/columnize;name=columnize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ryanuber/columnize"
1850 2110
1851# github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8 2111# github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1
1852# [1] git ls-remote https://github.com/safchain/ethtool 42ed695e3de80b9d695f280295fd7994639f209d 2112# [1] git ls-remote https://github.com/safchain/ethtool 9aa261dae9b185c85c3c35529bacc9778e207ad8
1853SRCREV_ethtool1="42ed695e3de80b9d695f280295fd7994639f209d" 2113SRCREV_ethtool1="9aa261dae9b185c85c3c35529bacc9778e207ad8"
1854SRC_URI += "git://github.com/safchain/ethtool;name=ethtool1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/safchain/ethtool" 2114SRC_URI += "git://github.com/safchain/ethtool;name=ethtool1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/safchain/ethtool"
1855 2115
1856# github.com/satori/go.uuid v1.2.0 2116# github.com/satori/go.uuid v1.2.0
1857# [1] git ls-remote https://github.com/satori/go.uuid fe3bd84a0754cc4deb35c1398cd0ebd23f1d8a41 2117# [1] git ls-remote https://github.com/satori/go.uuid f58768cc1a7a7e77a3bd49e98cdd21419399b6a3
1858SRCREV_go.uuid="fe3bd84a0754cc4deb35c1398cd0ebd23f1d8a41" 2118SRCREV_go.uuid="f58768cc1a7a7e77a3bd49e98cdd21419399b6a3"
1859SRC_URI += "git://github.com/satori/go.uuid;name=go.uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/satori/go.uuid" 2119SRC_URI += "git://github.com/satori/go.uuid;name=go.uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/satori/go.uuid"
1860 2120
2121# github.com/sclevine/agouti v3.0.0+incompatible
2122# [1] git ls-remote https://github.com/sclevine/agouti e3f6c97a4077ad821daab49db8172cf9f6690faf
2123SRCREV_agouti="e3f6c97a4077ad821daab49db8172cf9f6690faf"
2124SRC_URI += "git://github.com/sclevine/agouti;name=agouti;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sclevine/agouti"
2125
1861# github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 2126# github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
1862# [1] git ls-remote https://github.com/sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372 2127# [1] git ls-remote https://github.com/sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372
1863SRCREV_seed="e2103e2c35297fb7e17febb81e49b312087a2372" 2128SRCREV_seed="e2103e2c35297fb7e17febb81e49b312087a2372"
1864SRC_URI += "git://github.com/sean-/seed;name=seed;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sean-/seed" 2129SRC_URI += "git://github.com/sean-/seed;name=seed;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sean-/seed"
1865 2130
1866# github.com/seccomp/libseccomp-golang v0.9.1 2131# github.com/sebdah/goldie v1.0.0
1867# [1] git ls-remote https://github.com/seccomp/libseccomp-golang 8107a3debc22fba7e6e48099eb3e1090bf6c78ba 2132# [1] git ls-remote https://github.com/sebdah/goldie d313ffb52c776394bb6a2c72a386f918b7e826e7
1868SRCREV_libseccomp-golang="8107a3debc22fba7e6e48099eb3e1090bf6c78ba" 2133SRCREV_goldie="d313ffb52c776394bb6a2c72a386f918b7e826e7"
2134SRC_URI += "git://github.com/sebdah/goldie;name=goldie;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sebdah/goldie"
2135
2136# github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646
2137# [1] git ls-remote https://github.com/seccomp/libseccomp-golang f33da4d89646b6c01cb104d81094208b83a9b8e4
2138SRCREV_libseccomp-golang="f33da4d89646b6c01cb104d81094208b83a9b8e4"
1869SRC_URI += "git://github.com/seccomp/libseccomp-golang;name=libseccomp-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/seccomp/libseccomp-golang" 2139SRC_URI += "git://github.com/seccomp/libseccomp-golang;name=libseccomp-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/seccomp/libseccomp-golang"
1870 2140
1871# github.com/sergi/go-diff v1.1.0 2141# github.com/sergi/go-diff v1.1.0
1872# [1] git ls-remote https://github.com/sergi/go-diff 6a0dfe7dd071f7a6a16e06409e39d73bca00f2d4 2142# [1] git ls-remote https://github.com/sergi/go-diff 58c5cb1602ee9676b5d3590d782bedde80706fcc
1873SRCREV_go-diff="6a0dfe7dd071f7a6a16e06409e39d73bca00f2d4" 2143SRCREV_go-diff="58c5cb1602ee9676b5d3590d782bedde80706fcc"
1874SRC_URI += "git://github.com/sergi/go-diff;name=go-diff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sergi/go-diff" 2144SRC_URI += "git://github.com/sergi/go-diff;name=go-diff;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sergi/go-diff"
1875 2145
2146# github.com/shengdoushi/base58 v1.0.0
2147# [1] git ls-remote https://github.com/shengdoushi/base58 c5f44ca1af76fb63925d5fba8fa7b85870199839
2148SRCREV_base58="c5f44ca1af76fb63925d5fba8fa7b85870199839"
2149SRC_URI += "git://github.com/shengdoushi/base58;name=base58;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shengdoushi/base58"
2150
1876# github.com/shurcooL/sanitized_anchor_name v1.0.0 2151# github.com/shurcooL/sanitized_anchor_name v1.0.0
1877# [1] git ls-remote https://github.com/shurcooL/sanitized_anchor_name 7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615 2152# [1] git ls-remote https://github.com/shurcooL/sanitized_anchor_name 7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615
1878SRCREV_sanitized_anchor_name="7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615" 2153SRCREV_sanitized_anchor_name="7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615"
@@ -1884,8 +2159,8 @@ SRCREV_logrus="bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b"
1884SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" 2159SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus"
1885 2160
1886# github.com/smartystreets/assertions v1.1.0 2161# github.com/smartystreets/assertions v1.1.0
1887# [1] git ls-remote https://github.com/smartystreets/assertions b40663cb802db13783b76a18589060864ab8df1f 2162# [1] git ls-remote https://github.com/smartystreets/assertions b63c46aebc02f130a052a785f4f27bc938f2a4f3
1888SRCREV_assertions="b40663cb802db13783b76a18589060864ab8df1f" 2163SRCREV_assertions="b63c46aebc02f130a052a785f4f27bc938f2a4f3"
1889SRC_URI += "git://github.com/smartystreets/assertions;name=assertions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/smartystreets/assertions" 2164SRC_URI += "git://github.com/smartystreets/assertions;name=assertions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/smartystreets/assertions"
1890 2165
1891# github.com/smartystreets/goconvey v1.6.4 2166# github.com/smartystreets/goconvey v1.6.4
@@ -1918,9 +2193,9 @@ SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;de
1918SRCREV_cast="1ffadf551085444af981432dd0f6d1160c11ec64" 2193SRCREV_cast="1ffadf551085444af981432dd0f6d1160c11ec64"
1919SRC_URI += "git://github.com/spf13/cast;name=cast;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cast" 2194SRC_URI += "git://github.com/spf13/cast;name=cast;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cast"
1920 2195
1921# github.com/spf13/cobra v1.2.1 2196# github.com/spf13/cobra v1.4.0
1922# [1] git ls-remote https://github.com/spf13/cobra de187e874d1ca382320088f8f6d76333408e5c2e 2197# [1] git ls-remote https://github.com/spf13/cobra 5b2b9e9f61d36ccb66167301f76a2292c3729855
1923SRCREV_cobra="de187e874d1ca382320088f8f6d76333408e5c2e" 2198SRCREV_cobra="5b2b9e9f61d36ccb66167301f76a2292c3729855"
1924SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" 2199SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra"
1925 2200
1926# github.com/spf13/jwalterweatherman v1.1.0 2201# github.com/spf13/jwalterweatherman v1.1.0
@@ -1934,10 +2209,15 @@ SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
1934SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" 2209SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
1935 2210
1936# github.com/spf13/viper v1.8.1 2211# github.com/spf13/viper v1.8.1
1937# [1] git ls-remote https://github.com/spf13/viper 50df275b9f7ebeab30e4859dc9bb58b2535d40d0 2212# [1] git ls-remote https://github.com/spf13/viper bd038658992ae06c6ccf069a5b4bebe432602d0f
1938SRCREV_viper="50df275b9f7ebeab30e4859dc9bb58b2535d40d0" 2213SRCREV_viper="bd038658992ae06c6ccf069a5b4bebe432602d0f"
1939SRC_URI += "git://github.com/spf13/viper;name=viper;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/viper" 2214SRC_URI += "git://github.com/spf13/viper;name=viper;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/viper"
1940 2215
2216# github.com/spyzhov/ajson v0.4.2
2217# [1] git ls-remote https://github.com/spyzhov/ajson 891ea8c52c9299c43a45458e6311dc3f6c84ae2a
2218SRCREV_ajson="891ea8c52c9299c43a45458e6311dc3f6c84ae2a"
2219SRC_URI += "git://github.com/spyzhov/ajson;name=ajson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spyzhov/ajson"
2220
1941# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 2221# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
1942# [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99 2222# [1] git ls-remote https://github.com/stefanberger/go-pkcs11uri 78d3cae3a9805d89aa4fa80a362ca944c89a1b99
1943SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99" 2223SRCREV_go-pkcs11uri="78d3cae3a9805d89aa4fa80a362ca944c89a1b99"
@@ -1958,14 +2238,14 @@ SRC_URI += "git://github.com/storageos/go-api;name=go-api;protocol=https;nobranc
1958SRCREV_objx="ea4fe68685ee0d3cee7032121851b57e7494e8ea" 2238SRCREV_objx="ea4fe68685ee0d3cee7032121851b57e7494e8ea"
1959SRC_URI += "git://github.com/stretchr/objx;name=objx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/objx" 2239SRC_URI += "git://github.com/stretchr/objx;name=objx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/objx"
1960 2240
1961# github.com/stretchr/testify v1.7.0 2241# github.com/stretchr/testify v1.7.1
1962# [1] git ls-remote https://github.com/stretchr/testify acba37e5db06f0093b465a7d47822bf13644b66c 2242# [1] git ls-remote https://github.com/stretchr/testify 083ff1c0449867d0d8d456483ee5fab8e0c0e1e6
1963SRCREV_testify1="acba37e5db06f0093b465a7d47822bf13644b66c" 2243SRCREV_testify1="083ff1c0449867d0d8d456483ee5fab8e0c0e1e6"
1964SRC_URI += "git://github.com/stretchr/testify;name=testify1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" 2244SRC_URI += "git://github.com/stretchr/testify;name=testify1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify"
1965 2245
1966# github.com/subosito/gotenv v1.2.0 2246# github.com/subosito/gotenv v1.2.0
1967# [1] git ls-remote https://github.com/subosito/gotenv 4611354b6b3c13ad584fed71faf1f970aab511c3 2247# [1] git ls-remote https://github.com/subosito/gotenv 2ef7124db659d49edac6aa459693a15ae36c671a
1968SRCREV_gotenv="4611354b6b3c13ad584fed71faf1f970aab511c3" 2248SRCREV_gotenv="2ef7124db659d49edac6aa459693a15ae36c671a"
1969SRC_URI += "git://github.com/subosito/gotenv;name=gotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/subosito/gotenv" 2249SRC_URI += "git://github.com/subosito/gotenv;name=gotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/subosito/gotenv"
1970 2250
1971# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 2251# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
@@ -1993,25 +2273,35 @@ SRC_URI += "git://github.com/tidwall/pretty;name=pretty12;protocol=https;nobranc
1993SRCREV_grpc-websocket-proxy="e5319fda780223b9d4d06dba2059a26ebff67b8a" 2273SRCREV_grpc-websocket-proxy="e5319fda780223b9d4d06dba2059a26ebff67b8a"
1994SRC_URI += "git://github.com/tmc/grpc-websocket-proxy;name=grpc-websocket-proxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tmc/grpc-websocket-proxy" 2274SRC_URI += "git://github.com/tmc/grpc-websocket-proxy;name=grpc-websocket-proxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tmc/grpc-websocket-proxy"
1995 2275
1996# github.com/u-root/u-root v7.0.0+incompatible 2276# github.com/tmccombs/hcl2json v0.3.3
1997# [1] git ls-remote https://github.com/u-root/u-root 5e45509ddd2c688178bff8fc796b028f2a752ecd 2277# [1] git ls-remote https://github.com/tmccombs/hcl2json 5428d3459c3c62940e28e54643580f44055511a0
1998SRCREV_u-root="5e45509ddd2c688178bff8fc796b028f2a752ecd" 2278SRCREV_hcl2json="5428d3459c3c62940e28e54643580f44055511a0"
1999SRC_URI += "git://github.com/u-root/u-root;name=u-root;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/u-root/u-root" 2279SRC_URI += "git://github.com/tmccombs/hcl2json;name=hcl2json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tmccombs/hcl2json"
2280
2281# github.com/u-root/uio v0.0.0-20210528114334-82958018845c
2282# [1] git ls-remote https://github.com/u-root/uio 82958018845cfb6b02c09e57c390e67c1d81ee95
2283SRCREV_uio="82958018845cfb6b02c09e57c390e67c1d81ee95"
2284SRC_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"
2000 2285
2001# github.com/ugorji/go v1.1.4 2286# github.com/ugorji/go v1.1.4
2002# [1] git ls-remote https://github.com/ugorji/go 2adff0894ba3bc2eeb9f9aea45fefd49802e1a13 2287# [1] git ls-remote https://github.com/ugorji/go 2adff0894ba3bc2eeb9f9aea45fefd49802e1a13
2003SRCREV_go123="2adff0894ba3bc2eeb9f9aea45fefd49802e1a13" 2288SRCREV_go1234="2adff0894ba3bc2eeb9f9aea45fefd49802e1a13"
2004SRC_URI += "git://github.com/ugorji/go;name=go123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ugorji/go" 2289SRC_URI += "git://github.com/ugorji/go;name=go1234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ugorji/go"
2290
2291# github.com/ulikunitz/xz v0.5.8
2292# [1] git ls-remote https://github.com/ulikunitz/xz 492fb8161cff03dd43fd938e40ecede6c6ffd8eb
2293SRCREV_xz="492fb8161cff03dd43fd938e40ecede6c6ffd8eb"
2294SRC_URI += "git://github.com/ulikunitz/xz;name=xz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/ulikunitz/xz"
2005 2295
2006# github.com/urfave/cli v1.22.4 2296# github.com/urfave/cli v1.22.9
2007# [1] git ls-remote https://github.com/urfave/cli 053ba9dd02d2bfb768da2c1c50370c59d41dc04b 2297# [1] git ls-remote https://github.com/urfave/cli 575b8b484800dff928fe8755d61fea64571bc191
2008SRCREV_cli12="053ba9dd02d2bfb768da2c1c50370c59d41dc04b" 2298SRCREV_cli123="575b8b484800dff928fe8755d61fea64571bc191"
2009SRC_URI += "git://github.com/urfave/cli;name=cli12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli" 2299SRC_URI += "git://github.com/urfave/cli;name=cli123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli"
2010 2300
2011# github.com/urfave/cli/v2 v2.3.0 2301# github.com/urfave/cli/v2 v2.5.1
2012# [1] git ls-remote https://github.com/urfave/cli 09ac54c2f97f4249282baf266c54a09fab1bef58 2302# [1] git ls-remote https://github.com/urfave/cli 76418f2642c40d5baf00734e9601a2c6781cc629
2013SRCREV_v212345="09ac54c2f97f4249282baf266c54a09fab1bef58" 2303SRCREV_v2123456789="76418f2642c40d5baf00734e9601a2c6781cc629"
2014SRC_URI += "git://github.com/urfave/cli;name=v212345;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli/v2" 2304SRC_URI += "git://github.com/urfave/cli;name=v2123456789;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/cli/v2"
2015 2305
2016# github.com/urfave/negroni v1.0.0 2306# github.com/urfave/negroni v1.0.0
2017# [1] git ls-remote https://github.com/urfave/negroni c6a59be0ce122566695fbd5e48a77f8f10c8a63a 2307# [1] git ls-remote https://github.com/urfave/negroni c6a59be0ce122566695fbd5e48a77f8f10c8a63a
@@ -2019,8 +2309,8 @@ SRCREV_negroni="c6a59be0ce122566695fbd5e48a77f8f10c8a63a"
2019SRC_URI += "git://github.com/urfave/negroni;name=negroni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/negroni" 2309SRC_URI += "git://github.com/urfave/negroni;name=negroni;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/urfave/negroni"
2020 2310
2021# github.com/vbatts/tar-split v0.11.2 2311# github.com/vbatts/tar-split v0.11.2
2022# [1] git ls-remote https://github.com/vbatts/tar-split 6f35a43a158e8592b08db7e910de4236256df15f 2312# [1] git ls-remote https://github.com/vbatts/tar-split 80a436fd6164c557b131f7c59ed69bd81af69761
2023SRCREV_tar-split="6f35a43a158e8592b08db7e910de4236256df15f" 2313SRCREV_tar-split="80a436fd6164c557b131f7c59ed69bd81af69761"
2024SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vbatts/tar-split" 2314SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vbatts/tar-split"
2025 2315
2026# github.com/vektah/gqlparser v1.1.2 2316# github.com/vektah/gqlparser v1.1.2
@@ -2028,26 +2318,36 @@ SRC_URI += "git://github.com/vbatts/tar-split;name=tar-split;protocol=https;nobr
2028SRCREV_gqlparser="05741cdb0871330d8bc980d4afd21ab34eceee83" 2318SRCREV_gqlparser="05741cdb0871330d8bc980d4afd21ab34eceee83"
2029SRC_URI += "git://github.com/vektah/gqlparser;name=gqlparser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vektah/gqlparser" 2319SRC_URI += "git://github.com/vektah/gqlparser;name=gqlparser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vektah/gqlparser"
2030 2320
2031# github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 2321# github.com/vishvananda/netlink v1.2.1-beta.2
2032# [1] git ls-remote https://github.com/vishvananda/netlink d40f9887b852ec4ce633f2a46734422c87fc8336 2322# [1] git ls-remote https://github.com/vishvananda/netlink 5e915e0149386ce3d02379ff93f4c0a5601779d5
2033SRCREV_netlink1="d40f9887b852ec4ce633f2a46734422c87fc8336" 2323SRCREV_netlink1="5e915e0149386ce3d02379ff93f4c0a5601779d5"
2034SRC_URI += "git://github.com/vishvananda/netlink;name=netlink1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink" 2324SRC_URI += "git://github.com/vishvananda/netlink;name=netlink1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netlink"
2035 2325
2036# github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f 2326# github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
2037# [1] git ls-remote https://github.com/vishvananda/netns 2eb08e3e575f00733a612d25cc5d7470f8db6f35 2327# [1] git ls-remote https://github.com/vishvananda/netns 50045581ed74c15eded78746bae9fb3df07d6655
2038SRCREV_netns="2eb08e3e575f00733a612d25cc5d7470f8db6f35" 2328SRCREV_netns="50045581ed74c15eded78746bae9fb3df07d6655"
2039SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns" 2329SRC_URI += "git://github.com/vishvananda/netns;name=netns;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vishvananda/netns"
2040 2330
2331# github.com/vmihailenco/msgpack v3.3.3+incompatible
2332# [1] git ls-remote https://github.com/vmihailenco/msgpack b5e691b1eb52a28c05e67ab9df303626c095c23b
2333SRCREV_msgpack="b5e691b1eb52a28c05e67ab9df303626c095c23b"
2334SRC_URI += "git://github.com/vmihailenco/msgpack;name=msgpack;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vmihailenco/msgpack"
2335
2336# github.com/vmihailenco/msgpack/v4 v4.3.12
2337# [1] git ls-remote https://github.com/vmihailenco/msgpack 016c538aea4133aab9baae5e99dc964b8178e60f
2338SRCREV_v41="016c538aea4133aab9baae5e99dc964b8178e60f"
2339SRC_URI += "git://github.com/vmihailenco/msgpack;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vmihailenco/msgpack/v4"
2340
2341# github.com/vmihailenco/tagparser v0.1.1
2342# [1] git ls-remote https://github.com/vmihailenco/tagparser e4b6c8cf4f3d7bb572551d5a531a9f2068b2fd6e
2343SRCREV_tagparser="e4b6c8cf4f3d7bb572551d5a531a9f2068b2fd6e"
2344SRC_URI += "git://github.com/vmihailenco/tagparser;name=tagparser;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vmihailenco/tagparser"
2345
2041# github.com/vmware/govmomi v0.20.3 2346# github.com/vmware/govmomi v0.20.3
2042# [1] git ls-remote https://github.com/vmware/govmomi df148c315eaf6a84f23771aca1bce8a5e6dc6de9 2347# [1] git ls-remote https://github.com/vmware/govmomi fdd277866f1ef3959c564881e297bb7a6baa5daa
2043SRCREV_govmomi="df148c315eaf6a84f23771aca1bce8a5e6dc6de9" 2348SRCREV_govmomi="fdd277866f1ef3959c564881e297bb7a6baa5daa"
2044SRC_URI += "git://github.com/vmware/govmomi;name=govmomi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vmware/govmomi" 2349SRC_URI += "git://github.com/vmware/govmomi;name=govmomi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/vmware/govmomi"
2045 2350
2046# github.com/willf/bitset v1.1.11
2047# [1] git ls-remote https://github.com/willf/bitset 559910e8471e48d76d9e5a1ba15842dee77ad45d
2048SRCREV_bitset1="559910e8471e48d76d9e5a1ba15842dee77ad45d"
2049SRC_URI += "git://github.com/willf/bitset;name=bitset1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/willf/bitset"
2050
2051# github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 2351# github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
2052# [1] git ls-remote https://github.com/xiang90/probing 43a291ad63a214a207fefbf03c7d9d78b703162b 2352# [1] git ls-remote https://github.com/xiang90/probing 43a291ad63a214a207fefbf03c7d9d78b703162b
2053SRCREV_probing="43a291ad63a214a207fefbf03c7d9d78b703162b" 2353SRCREV_probing="43a291ad63a214a207fefbf03c7d9d78b703162b"
@@ -2063,40 +2363,40 @@ SRC_URI += "git://github.com/xlab/treeprint;name=treeprint;protocol=https;nobran
2063SRCREV_crypt1="b2862e3d0a775f18c7cfe02273500ae307b61218" 2363SRCREV_crypt1="b2862e3d0a775f18c7cfe02273500ae307b61218"
2064SRC_URI += "git://github.com/xordataexchange/crypt;name=crypt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xordataexchange/crypt" 2364SRC_URI += "git://github.com/xordataexchange/crypt;name=crypt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xordataexchange/crypt"
2065 2365
2366# github.com/yl2chen/cidranger v1.0.2
2367# [1] git ls-remote https://github.com/yl2chen/cidranger 7ff5a0e84593dad6fbd50551343618d7956b3c71
2368SRCREV_cidranger="7ff5a0e84593dad6fbd50551343618d7956b3c71"
2369SRC_URI += "git://github.com/yl2chen/cidranger;name=cidranger;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yl2chen/cidranger"
2370
2066# github.com/yuin/goldmark v1.4.1 2371# github.com/yuin/goldmark v1.4.1
2067# [1] git ls-remote https://github.com/yuin/goldmark 829d874034a5048e1a5c6354dcd8b40e1e41c3a2 2372# [1] git ls-remote https://github.com/yuin/goldmark 829d874034a5048e1a5c6354dcd8b40e1e41c3a2
2068SRCREV_goldmark="829d874034a5048e1a5c6354dcd8b40e1e41c3a2" 2373SRCREV_goldmark="829d874034a5048e1a5c6354dcd8b40e1e41c3a2"
2069SRC_URI += "git://github.com/yuin/goldmark;name=goldmark;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuin/goldmark" 2374SRC_URI += "git://github.com/yuin/goldmark;name=goldmark;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yuin/goldmark"
2070 2375
2376# github.com/zclconf/go-cty v1.9.1
2377# [1] git ls-remote https://github.com/zclconf/go-cty e5d3f1507f80d88b60e58c4644f462636f400c98
2378SRCREV_go-cty="e5d3f1507f80d88b60e58c4644f462636f400c98"
2379SRC_URI += "git://github.com/zclconf/go-cty;name=go-cty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zclconf/go-cty"
2380
2381# github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b
2382# [1] git ls-remote https://github.com/zclconf/go-cty-debug b22d67c1ba0bcee1000318b54887fcd6180fbb58
2383SRCREV_go-cty-debug="b22d67c1ba0bcee1000318b54887fcd6180fbb58"
2384SRC_URI += "git://github.com/zclconf/go-cty-debug;name=go-cty-debug;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/zclconf/go-cty-debug"
2385
2071# go.etcd.io/bbolt v1.3.6 2386# go.etcd.io/bbolt v1.3.6
2072# [1] git ls-remote https://github.com/etcd-io/bbolt 32406da58029624a55b1ad25b8ea6f0582021dd6 2387# [1] git ls-remote https://github.com/etcd-io/bbolt 685b13a4ef0053a4a38623bcebda621db6f7eaf7
2073SRCREV_bbolt1="32406da58029624a55b1ad25b8ea6f0582021dd6" 2388SRCREV_bbolt1="685b13a4ef0053a4a38623bcebda621db6f7eaf7"
2074SRC_URI += "git://github.com/etcd-io/bbolt;name=bbolt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.etcd.io/bbolt" 2389SRC_URI += "git://github.com/etcd-io/bbolt;name=bbolt1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.etcd.io/bbolt"
2075 2390
2076# go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489 2391# github.com/k3s-io/etcd/api/v3 v3.5.3-k3s1
2077# [1] git ls-remote https://github.com/etcd-io/etcd dd1b699fc4895de8cc23c3cac5a428c37eee384a 2392# [1] git ls-remote https://github.com/k3s-io/etcd 73bb1a04099d1788a62f15ad33838beb170566ae
2078SRCREV_etcd1="dd1b699fc4895de8cc23c3cac5a428c37eee384a" 2393SRCREV_v312="73bb1a04099d1788a62f15ad33838beb170566ae"
2079SRC_URI += "git://github.com/etcd-io/etcd;name=etcd1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.etcd.io/etcd"
2080
2081# github.com/k3s-io/etcd/api/v3 v3.5.1-k3s1
2082# [1] git ls-remote https://github.com/k3s-io/etcd 643f36c2206cf25c8103cccc4a5e036092ee51d0
2083SRCREV_v312="643f36c2206cf25c8103cccc4a5e036092ee51d0"
2084SRC_URI += "git://github.com/k3s-io/etcd;name=v312;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/api/v3" 2394SRC_URI += "git://github.com/k3s-io/etcd;name=v312;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/etcd/api/v3"
2085 2395
2086# go.etcd.io/etcd/client/pkg/v3 v3.5.1 2396# go.etcd.io/etcd/client/v2 v2.305.4
2087# [1] git ls-remote https://github.com/etcd-io/etcd 41e93a0e15df55891f00a7c5630363b5f7c6a62e 2397# [1] git ls-remote https://github.com/etcd-io/etcd 08407ff7600eb16c4445d5f21c4fafaf19412e24
2088SRCREV_v3123="41e93a0e15df55891f00a7c5630363b5f7c6a62e" 2398SRCREV_v212345678910="08407ff7600eb16c4445d5f21c4fafaf19412e24"
2089SRC_URI += "git://github.com/etcd-io/etcd;name=v3123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/pkg/v3" 2399SRC_URI += "git://github.com/etcd-io/etcd;name=v212345678910;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/v2"
2090
2091# go.etcd.io/etcd/client/v2 v2.305.1
2092# [1] git ls-remote https://github.com/etcd-io/etcd 71bba3c761b0078c81c2b39781ec74853c458303
2093SRCREV_v2123456="71bba3c761b0078c81c2b39781ec74853c458303"
2094SRC_URI += "git://github.com/etcd-io/etcd;name=v2123456;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/v2"
2095
2096# go.etcd.io/etcd/pkg/v3 v3.5.1
2097# [1] git ls-remote https://github.com/etcd-io/etcd 41e93a0e15df55891f00a7c5630363b5f7c6a62e
2098SRCREV_v3123456="41e93a0e15df55891f00a7c5630363b5f7c6a62e"
2099SRC_URI += "git://github.com/etcd-io/etcd;name=v3123456;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/client/pkg/v3"
2100 2400
2101# [2] failed: fatal: repository 'https://go.mongodb.org/' not found 2401# [2] failed: fatal: repository 'https://go.mongodb.org/' not found
2102# site; go.mongodb.org/mongo-driver 2402# site; go.mongodb.org/mongo-driver
@@ -2115,18 +2415,18 @@ SRCREV_go.opencensus.io="49838f207d61097fc0ebb8aeef306913388376ca"
2115SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opencensus.io" 2415SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opencensus.io;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opencensus.io"
2116 2416
2117# go.opentelemetry.io/contrib v0.20.0 2417# go.opentelemetry.io/contrib v0.20.0
2118# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 26f8fdc236a8b3dab4abbb0c2f13f1a37f47fde6 2418# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 0e5bef9af1c708e28aabcadd3fd8b35c36526e44
2119SRCREV_contrib="26f8fdc236a8b3dab4abbb0c2f13f1a37f47fde6" 2419SRCREV_contrib="0e5bef9af1c708e28aabcadd3fd8b35c36526e44"
2120SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=contrib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib" 2420SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=contrib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib"
2121 2421
2122# go.opentelemetry.io/otel v0.20.0 2422# go.opentelemetry.io/otel v0.20.0
2123# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 842e1a46712b10d9ab5934254f81787d957f8d21 2423# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 02d8bdd5d9163f32c48f4db23bf2e589f89f16c0
2124SRCREV_otel="842e1a46712b10d9ab5934254f81787d957f8d21" 2424SRCREV_otel="02d8bdd5d9163f32c48f4db23bf2e589f89f16c0"
2125SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel" 2425SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel"
2126 2426
2127# go.opentelemetry.io/proto/otlp v0.7.0 2427# go.opentelemetry.io/proto/otlp v0.7.0
2128# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 5439eb8c2edea5f9fcbe1ea9993624a7ad74215c 2428# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 4fc4e99f9e4387bc9890e74f757d3994ffa384ce
2129SRCREV_otlp1="5439eb8c2edea5f9fcbe1ea9993624a7ad74215c" 2429SRCREV_otlp1="4fc4e99f9e4387bc9890e74f757d3994ffa384ce"
2130SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp" 2430SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp"
2131 2431
2132# go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 2432# go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
@@ -2135,8 +2435,8 @@ SRCREV_go.starlark.net="8dd3e2ee1dd5d034baada4c7b4fcf231294a1013"
2135SRC_URI += "git://github.com/google/starlark-go;name=go.starlark.net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/starlark-go" 2435SRC_URI += "git://github.com/google/starlark-go;name=go.starlark.net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/starlark-go"
2136 2436
2137# go.uber.org/atomic v1.7.0 2437# go.uber.org/atomic v1.7.0
2138# [1] git ls-remote https://github.com/uber-go/atomic 3f685f518c6a22050970a225fdf0097079f525f8 2438# [1] git ls-remote https://github.com/uber-go/atomic 12f27ba2637fa0e13772a4f05fa46a5d18d53182
2139SRCREV_atomic="3f685f518c6a22050970a225fdf0097079f525f8" 2439SRCREV_atomic="12f27ba2637fa0e13772a4f05fa46a5d18d53182"
2140SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic" 2440SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic"
2141 2441
2142# go.uber.org/goleak v1.1.10 2442# go.uber.org/goleak v1.1.10
@@ -2145,18 +2445,18 @@ SRCREV_goleak="8186b793a375782d05df2748849e26b541b19ace"
2145SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/goleak" 2445SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/goleak"
2146 2446
2147# go.uber.org/multierr v1.6.0 2447# go.uber.org/multierr v1.6.0
2148# [1] git ls-remote https://github.com/uber-go/multierr aa4dba30678ced01398aaed615ad69f3bb35de3a 2448# [1] git ls-remote https://github.com/uber-go/multierr 3114a8b704d2d28dbacda34a872690aaef66aeed
2149SRCREV_multierr="aa4dba30678ced01398aaed615ad69f3bb35de3a" 2449SRCREV_multierr="3114a8b704d2d28dbacda34a872690aaef66aeed"
2150SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr" 2450SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr"
2151 2451
2152# go.uber.org/zap v1.17.0 2452# go.uber.org/zap v1.19.0
2153# [1] git ls-remote https://github.com/uber-go/zap 2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0 2453# [1] git ls-remote https://github.com/uber-go/zap c8e813efff7b3d6f791ee71b3f76b9a175d2a9d8
2154SRCREV_zap="2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0" 2454SRCREV_zap="c8e813efff7b3d6f791ee71b3f76b9a175d2a9d8"
2155SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap" 2455SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap"
2156 2456
2157# golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 2457# golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
2158# [1] git ls-remote https://github.com/golang/crypto 5ea612d1eb830b38bc4e914e37f55311eb58adce 2458# [1] git ls-remote https://github.com/golang/crypto 3147a52a75dda54ac3a611ef8978640d85188a2a
2159SRCREV_crypto="5ea612d1eb830b38bc4e914e37f55311eb58adce" 2459SRCREV_crypto="3147a52a75dda54ac3a611ef8978640d85188a2a"
2160SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" 2460SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto"
2161 2461
2162# golang.org/x/exp v0.0.0-20210220032938-85be41e4509f 2462# golang.org/x/exp v0.0.0-20210220032938-85be41e4509f
@@ -2179,14 +2479,14 @@ SRC_URI += "git://github.com/golang/lint;name=lint;protocol=https;nobranch=1;des
2179SRCREV_mobile="e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9" 2479SRCREV_mobile="e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9"
2180SRC_URI += "git://github.com/golang/mobile;name=mobile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mobile" 2480SRC_URI += "git://github.com/golang/mobile;name=mobile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mobile"
2181 2481
2182# golang.org/x/mod v0.5.1 2482# golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
2183# [1] git ls-remote https://github.com/golang/mod 49f84bccfd3469cb3095201f7855641bcc8eb49a 2483# [1] git ls-remote https://github.com/golang/mod 9b9b3d81d5e39b22d65814a8daf6723f3035d813
2184SRCREV_mod="49f84bccfd3469cb3095201f7855641bcc8eb49a" 2484SRCREV_mod="9b9b3d81d5e39b22d65814a8daf6723f3035d813"
2185SRC_URI += "git://github.com/golang/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod" 2485SRC_URI += "git://github.com/golang/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod"
2186 2486
2187# golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 2487# golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
2188# [1] git ls-remote https://github.com/golang/net a5a99cb37ef4b68617775ab669177656090ab396 2488# [1] git ls-remote https://github.com/golang/net cd36cc0744dd695657988f15f08446dc81e16efc
2189SRCREV_net="a5a99cb37ef4b68617775ab669177656090ab396" 2489SRCREV_net="cd36cc0744dd695657988f15f08446dc81e16efc"
2190SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" 2490SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net"
2191 2491
2192# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 2492# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
@@ -2199,29 +2499,29 @@ SRC_URI += "git://github.com/golang/oauth2;name=oauth2;protocol=https;nobranch=1
2199SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09" 2499SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09"
2200SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" 2500SRC_URI += "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync"
2201 2501
2202# golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e 2502# golang.org/x/sys v0.0.0-20220209214540-3681064d5158
2203# [1] git ls-remote https://github.com/golang/sys f4d43177bf5e2ee98617956e417d0555d4b69c17 2503# [1] git ls-remote https://github.com/golang/sys 3681064d51587c1db0324b3d5c23c2ddbcff6e8f
2204SRCREV_sys="f4d43177bf5e2ee98617956e417d0555d4b69c17" 2504SRCREV_sys="3681064d51587c1db0324b3d5c23c2ddbcff6e8f"
2205SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" 2505SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys"
2206 2506
2207# golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d 2507# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
2208# [1] git ls-remote https://github.com/golang/term 6a3ed077a48de71621ad530f9078fffa0bc0ce32 2508# [1] git ls-remote https://github.com/golang/term 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50
2209SRCREV_term1="6a3ed077a48de71621ad530f9078fffa0bc0ce32" 2509SRCREV_term1="03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50"
2210SRC_URI += "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" 2510SRC_URI += "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term"
2211 2511
2212# golang.org/x/text v0.3.7 2512# golang.org/x/text v0.3.7
2213# [1] git ls-remote https://github.com/golang/text 3cd4007149f3f883d229d707172ed356727aae99 2513# [1] git ls-remote https://github.com/golang/text 383b2e75a7a4198c42f8f87833eefb772868a56f
2214SRCREV_text1="3cd4007149f3f883d229d707172ed356727aae99" 2514SRCREV_text1="383b2e75a7a4198c42f8f87833eefb772868a56f"
2215SRC_URI += "git://github.com/golang/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" 2515SRC_URI += "git://github.com/golang/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text"
2216 2516
2217# golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac 2517# golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
2218# [1] git ls-remote https://github.com/golang/time 1f47c861a9ac5a6e7645609f91b895398ff31642 2518# [1] git ls-remote https://github.com/golang/time 90d013bbcef8e15b6f78023a0e3b996267153e7d
2219SRCREV_time="1f47c861a9ac5a6e7645609f91b895398ff31642" 2519SRCREV_time="90d013bbcef8e15b6f78023a0e3b996267153e7d"
2220SRC_URI += "git://github.com/golang/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time" 2520SRC_URI += "git://github.com/golang/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time"
2221 2521
2222# golang.org/x/tools v0.1.8 2522# golang.org/x/tools v0.1.10-0.20220218145154-897bd77cd717
2223# [1] git ls-remote https://github.com/golang/tools e212aff8fd146c44ddb0167c1dfbd5531d6c9213 2523# [1] git ls-remote https://github.com/golang/tools 897bd77cd7177f6d679eafa9767ff6ef9211458a
2224SRCREV_tools="e212aff8fd146c44ddb0167c1dfbd5531d6c9213" 2524SRCREV_tools="897bd77cd7177f6d679eafa9767ff6ef9211458a"
2225SRC_URI += "git://github.com/golang/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools" 2525SRC_URI += "git://github.com/golang/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools"
2226 2526
2227# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 2527# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
@@ -2250,9 +2550,15 @@ SRC_URI += "git://git.zx2c4.com/wireguard-go;name=wireguard;protocol=https;nobra
2250SRCREV_wgctrl="daad0b7ba671c0e628de07c6d16d24dbd0d8a55e" 2550SRCREV_wgctrl="daad0b7ba671c0e628de07c6d16d24dbd0d8a55e"
2251SRC_URI += "git://github.com/WireGuard/wgctrl-go;name=wgctrl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard/wgctrl" 2551SRC_URI += "git://github.com/WireGuard/wgctrl-go;name=wgctrl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.zx2c4.com/wireguard/wgctrl"
2252 2552
2553# [2] failed: fatal: repository 'https://gomodules.xyz/' not found
2554# site; gomodules.xyz/jsonpatch/v2
2555# git ls-remote https://gomodules.xyz v2.2.0
2556# SRCREV_v21234567891011="deadbeef"
2557# SRC_URI += "git://gomodules.xyz;name=v21234567891011;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gomodules.xyz/jsonpatch/v2"
2558
2253# gonum.org/v1/gonum v0.6.2 2559# gonum.org/v1/gonum v0.6.2
2254# [1] git ls-remote https://github.com/gonum/gonum d85700d137aa397729110bf2a38ada165a5aa4f9 2560# [1] git ls-remote https://github.com/gonum/gonum 402b1e2868774b0eee0ec7c85bb9a7b36cf650ae
2255SRCREV_gonum="d85700d137aa397729110bf2a38ada165a5aa4f9" 2561SRCREV_gonum="402b1e2868774b0eee0ec7c85bb9a7b36cf650ae"
2256SRC_URI += "git://github.com/gonum/gonum;name=gonum;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gonum/gonum" 2562SRC_URI += "git://github.com/gonum/gonum;name=gonum;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gonum/gonum"
2257 2563
2258# gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e 2564# gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e
@@ -2275,19 +2581,19 @@ SRC_URI += "git://github.com/googleapis/google-api-go-client;name=api12;protocol
2275SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a" 2581SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a"
2276SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/appengine" 2582SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/appengine"
2277 2583
2278# google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63 2584# google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368
2279# [1] git ls-remote https://github.com/googleapis/go-genproto e50cd9704f63023d62cd06a1994b98227fc4d21a 2585# [1] git ls-remote https://github.com/googleapis/go-genproto 42d7afdf6368b172d1756705e51339afa412e4f9
2280SRCREV_genproto="e50cd9704f63023d62cd06a1994b98227fc4d21a" 2586SRCREV_genproto="42d7afdf6368b172d1756705e51339afa412e4f9"
2281SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" 2587SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto"
2282 2588
2283# google.golang.org/grpc v1.38.0 2589# google.golang.org/grpc v1.40.0
2284# [1] git ls-remote https://github.com/grpc/grpc-go 0257c8657362b76f24e7a8cfb61df48d4cb735d3 2590# [1] git ls-remote https://github.com/grpc/grpc-go 41e044e1c82fcf6a5801d6cbd7ecf952505eecb1
2285SRCREV_grpc="0257c8657362b76f24e7a8cfb61df48d4cb735d3" 2591SRCREV_grpc="41e044e1c82fcf6a5801d6cbd7ecf952505eecb1"
2286SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" 2592SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc/grpc-go"
2287 2593
2288# google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 2594# google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
2289# [1] git ls-remote https://github.com/grpc/grpc-go c0198a9ce33b0755079e4cdae7f2315af2ebe993 2595# [1] git ls-remote https://github.com/grpc/grpc-go 938f6e2f7550e542bd78f3b9e8812665db109e02
2290SRCREV_protoc-gen-go-grpc="c0198a9ce33b0755079e4cdae7f2315af2ebe993" 2596SRCREV_protoc-gen-go-grpc="938f6e2f7550e542bd78f3b9e8812665db109e02"
2291SRC_URI += "git://github.com/grpc/grpc-go;name=protoc-gen-go-grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc/cmd/protoc-gen-go-grpc" 2597SRC_URI += "git://github.com/grpc/grpc-go;name=protoc-gen-go-grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc/cmd/protoc-gen-go-grpc"
2292 2598
2293# google.golang.org/protobuf v1.27.1 2599# google.golang.org/protobuf v1.27.1
@@ -2310,14 +2616,14 @@ SRC_URI += "git://gopkg.in/alecthomas/kingpin.v2;name=kingpin.v2;protocol=https;
2310SRCREV_check.v1="10cb98267c6cb43ea9cd6793f29ff4089c306974" 2616SRCREV_check.v1="10cb98267c6cb43ea9cd6793f29ff4089c306974"
2311SRC_URI += "git://gopkg.in/check.v1;name=check.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/check.v1" 2617SRC_URI += "git://gopkg.in/check.v1;name=check.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/check.v1"
2312 2618
2313# gopkg.in/cheggaaa/pb.v1 v1.0.25 2619# gopkg.in/cheggaaa/pb.v1 v1.0.27
2314# [1] git ls-remote https://gopkg.in/cheggaaa/pb.v1 8329f1a930db7e578b2c5aefb87b82c7c49016e1 2620# [1] git ls-remote https://gopkg.in/cheggaaa/pb.v1 1cc5bbe20449079337944d56292c7383510c534c
2315SRCREV_pb.v1="8329f1a930db7e578b2c5aefb87b82c7c49016e1" 2621SRCREV_pb.v1="1cc5bbe20449079337944d56292c7383510c534c"
2316SRC_URI += "git://gopkg.in/cheggaaa/pb.v1;name=pb.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/cheggaaa/pb.v1" 2622SRC_URI += "git://gopkg.in/cheggaaa/pb.v1;name=pb.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/cheggaaa/pb.v1"
2317 2623
2318# gopkg.in/errgo.v2 v2.1.0 2624# gopkg.in/errgo.v2 v2.1.0
2319# [1] git ls-remote https://gopkg.in/errgo.v2 635edbc13741bd819966931e8b599c690b4f074d 2625# [1] git ls-remote https://gopkg.in/errgo.v2 f768c5ab0476c50e978b039312180859c10fe8c0
2320SRCREV_errgo.v2="635edbc13741bd819966931e8b599c690b4f074d" 2626SRCREV_errgo.v2="f768c5ab0476c50e978b039312180859c10fe8c0"
2321SRC_URI += "git://gopkg.in/errgo.v2;name=errgo.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/errgo.v2" 2627SRC_URI += "git://gopkg.in/errgo.v2;name=errgo.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/errgo.v2"
2322 2628
2323# gopkg.in/fsnotify.v1 v1.4.7 2629# gopkg.in/fsnotify.v1 v1.4.7
@@ -2331,8 +2637,8 @@ SRCREV_gcfg.v1="27e4946190b4a327b539185f2b5b1f7c84730728"
2331SRC_URI += "git://gopkg.in/gcfg.v1;name=gcfg.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gcfg.v1" 2637SRC_URI += "git://gopkg.in/gcfg.v1;name=gcfg.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gcfg.v1"
2332 2638
2333# gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 2639# gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
2334# [1] git ls-remote https://gopkg.in/gemnasium/logrus-airbrake-hook.v2 bbcc56fcf0ca142c5f8e396cca816fb034967332 2640# [1] git ls-remote https://gopkg.in/gemnasium/logrus-airbrake-hook.v2 e928b033a891c0175fb643d5aa0779e86325eb12
2335SRCREV_logrus-airbrake-hook.v2="bbcc56fcf0ca142c5f8e396cca816fb034967332" 2641SRCREV_logrus-airbrake-hook.v2="e928b033a891c0175fb643d5aa0779e86325eb12"
2336SRC_URI += "git://gopkg.in/gemnasium/logrus-airbrake-hook.v2;name=logrus-airbrake-hook.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gemnasium/logrus-airbrake-hook.v2" 2642SRC_URI += "git://gopkg.in/gemnasium/logrus-airbrake-hook.v2;name=logrus-airbrake-hook.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/gemnasium/logrus-airbrake-hook.v2"
2337 2643
2338# gopkg.in/inf.v0 v0.9.1 2644# gopkg.in/inf.v0 v0.9.1
@@ -2346,8 +2652,8 @@ SRCREV_ini.v1="5e97220809ffaa826f787728501264e9114cb834"
2346SRC_URI += "git://gopkg.in/ini.v1;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1" 2652SRC_URI += "git://gopkg.in/ini.v1;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1"
2347 2653
2348# gopkg.in/natefinch/lumberjack.v2 v2.0.0 2654# gopkg.in/natefinch/lumberjack.v2 v2.0.0
2349# [1] git ls-remote https://gopkg.in/natefinch/lumberjack.v2 2a59cad198e07a0ea1fad0b3d6733626861b5c65 2655# [1] git ls-remote https://gopkg.in/natefinch/lumberjack.v2 7d6a1875575e09256dc552b4c0e450dcd02bd10e
2350SRCREV_lumberjack.v2="2a59cad198e07a0ea1fad0b3d6733626861b5c65" 2656SRCREV_lumberjack.v2="7d6a1875575e09256dc552b4c0e450dcd02bd10e"
2351SRC_URI += "git://gopkg.in/natefinch/lumberjack.v2;name=lumberjack.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/natefinch/lumberjack.v2" 2657SRC_URI += "git://gopkg.in/natefinch/lumberjack.v2;name=lumberjack.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/natefinch/lumberjack.v2"
2352 2658
2353# gopkg.in/resty.v1 v1.12.0 2659# gopkg.in/resty.v1 v1.12.0
@@ -2356,8 +2662,8 @@ SRCREV_resty.v1="fa5875c0caa5c260ab78acec5a244215a730247f"
2356SRC_URI += "git://gopkg.in/resty.v1;name=resty.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/resty.v1" 2662SRC_URI += "git://gopkg.in/resty.v1;name=resty.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/resty.v1"
2357 2663
2358# gopkg.in/square/go-jose.v2 v2.2.2 2664# gopkg.in/square/go-jose.v2 v2.2.2
2359# [1] git ls-remote https://gopkg.in/square/go-jose.v2 215b07193e1c654935b8d2a1c4e5d6f7992ce617 2665# [1] git ls-remote https://gopkg.in/square/go-jose.v2 e94fb177d3668d35ab39c61cbb2f311550557e83
2360SRCREV_go-jose.v2="215b07193e1c654935b8d2a1c4e5d6f7992ce617" 2666SRCREV_go-jose.v2="e94fb177d3668d35ab39c61cbb2f311550557e83"
2361SRC_URI += "git://gopkg.in/square/go-jose.v2;name=go-jose.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/square/go-jose.v2" 2667SRC_URI += "git://gopkg.in/square/go-jose.v2;name=go-jose.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/square/go-jose.v2"
2362 2668
2363# gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 2669# gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
@@ -2375,9 +2681,9 @@ SRC_URI += "git://gopkg.in/warnings.v0;name=warnings.v0;protocol=https;nobranch=
2375SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" 2681SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c"
2376SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" 2682SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2"
2377 2683
2378# gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 2684# gopkg.in/yaml.v3 v3.0.0
2379# [1] git ls-remote https://gopkg.in/yaml.v3 496545a6307b2a7d7a710fd516e5e16e8ab62dbc 2685# [1] git ls-remote https://gopkg.in/yaml.v3 00bbc0947ae889b9e480044dbc3bc3e3216a6a89
2380SRCREV_yaml.v3="496545a6307b2a7d7a710fd516e5e16e8ab62dbc" 2686SRCREV_yaml.v3="00bbc0947ae889b9e480044dbc3bc3e3216a6a89"
2381SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" 2687SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3"
2382 2688
2383# gotest.tools v2.2.0+incompatible 2689# gotest.tools v2.2.0+incompatible
@@ -2387,12 +2693,12 @@ SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools;proto
2387 2693
2388# gotest.tools/v3 v3.0.3 2694# gotest.tools/v3 v3.0.3
2389# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d 2695# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d
2390SRCREV_v3123456789="568bc57cc5c19a2ef85e5749870b49a4cc2ab54d" 2696SRCREV_v312345678910="568bc57cc5c19a2ef85e5749870b49a4cc2ab54d"
2391SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3123456789;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools568bc57cc5c19a2ef85e5749870b49a4cc2ab54d" 2697SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v312345678910;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools568bc57cc5c19a2ef85e5749870b49a4cc2ab54d"
2392 2698
2393# honnef.co/go/tools v0.2.2 2699# honnef.co/go/tools v0.2.2
2394# [1] git ls-remote https://github.com/dominikh/go-tools e45d48d0ce974563d846121b451f55c20acfc9cd 2700# [1] git ls-remote https://github.com/dominikh/go-tools c8caa92bad8c27ae734c6725b8a04932d54a147b
2395SRCREV_tools1="e45d48d0ce974563d846121b451f55c20acfc9cd" 2701SRCREV_tools1="c8caa92bad8c27ae734c6725b8a04932d54a147b"
2396SRC_URI += "git://github.com/dominikh/go-tools;name=tools1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/honnef.co/go/tools" 2702SRC_URI += "git://github.com/dominikh/go-tools;name=tools1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/honnef.co/go/tools"
2397 2703
2398# inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252 2704# inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
@@ -2400,14 +2706,14 @@ SRC_URI += "git://github.com/dominikh/go-tools;name=tools1;protocol=https;nobran
2400SRCREV_tcpproxy="b6bb9b5b82524122bcf27291ede32d1517a14ab8" 2706SRCREV_tcpproxy="b6bb9b5b82524122bcf27291ede32d1517a14ab8"
2401SRC_URI += "git://github.com/inetaf/tcpproxy;name=tcpproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/inet.af/tcpproxy" 2707SRC_URI += "git://github.com/inetaf/tcpproxy;name=tcpproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/inet.af/tcpproxy"
2402 2708
2403# github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.22.6-k3s1 2709# github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.24.3-k3s1
2404# [1] git ls-remote https://github.com/k3s-io/kubernetes 4ffc33b0cfb40b12ee1c687503491d9e17009928 2710# [1] git ls-remote https://github.com/k3s-io/kubernetes dd448004d5f03fe0465d4512f48d5a51b2b200ff
2405SRCREV_api123="4ffc33b0cfb40b12ee1c687503491d9e17009928" 2711SRCREV_api123="dd448004d5f03fe0465d4512f48d5a51b2b200ff"
2406SRC_URI += "git://github.com/k3s-io/kubernetes;name=api123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/api" 2712SRC_URI += "git://github.com/k3s-io/kubernetes;name=api123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/kubernetes/staging/src/k8s.io/api"
2407 2713
2408# github.com/kubernetes/gengo v0.0.0-20201214224949-b6c5ce23f027 2714# k8s.io/gengo v0.0.0-20211129171323-c02415ce4185
2409# [1] git ls-remote https://github.com/kubernetes/gengo b6c5ce23f0274839a68889e60dfea0ba05302109 2715# [1] git ls-remote https://github.com/kubernetes/gengo c02415ce41852193a7b49b79639ec83b8f517515
2410SRCREV_gengo="b6c5ce23f0274839a68889e60dfea0ba05302109" 2716SRCREV_gengo="c02415ce41852193a7b49b79639ec83b8f517515"
2411SRC_URI += "git://github.com/kubernetes/gengo;name=gengo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/gengo" 2717SRC_URI += "git://github.com/kubernetes/gengo;name=gengo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/gengo"
2412 2718
2413# github.com/k3s-io/klog v1.0.0-k3s2 2719# github.com/k3s-io/klog v1.0.0-k3s2
@@ -2415,49 +2721,49 @@ SRC_URI += "git://github.com/kubernetes/gengo;name=gengo;protocol=https;nobranch
2415SRCREV_klog="e94f416e9301d90f5c8d6043c999ea179bd9b455" 2721SRCREV_klog="e94f416e9301d90f5c8d6043c999ea179bd9b455"
2416SRC_URI += "git://github.com/k3s-io/klog;name=klog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/klog" 2722SRC_URI += "git://github.com/k3s-io/klog;name=klog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/klog"
2417 2723
2418# github.com/k3s-io/klog/v2 v2.9.0-k3s2 2724# github.com/k3s-io/klog/v2 v2.60.1-k3s1
2419# [1] git ls-remote https://github.com/k3s-io/klog 92394dadeec2079ad3102572fc8abf0a885cdae6 2725# [1] git ls-remote https://github.com/k3s-io/klog eefb2ec153e5a36888a9878c8d442746e459efb4
2420SRCREV_v21234567="92394dadeec2079ad3102572fc8abf0a885cdae6" 2726SRCREV_v2123456789101112="eefb2ec153e5a36888a9878c8d442746e459efb4"
2421SRC_URI += "git://github.com/k3s-io/klog;name=v21234567;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/k3s-io/klog/v2" 2727SRC_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"
2422 2728
2423# github.com/kubernetes/kube-openapi v0.0.0-20211109043538-20434351676c 2729# k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42
2424# [1] git ls-remote https://github.com/kubernetes/kube-openapi 20434351676c2bbd010b1f864dac03c799858023 2730# [1] git ls-remote https://github.com/kubernetes/kube-openapi 3ee0da9b0b4211c407396d9c233b38b77ce19773
2425SRCREV_kube-openapi="20434351676c2bbd010b1f864dac03c799858023" 2731SRCREV_kube-openapi="3ee0da9b0b4211c407396d9c233b38b77ce19773"
2426SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/kube-openapi" 2732SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/kube-openapi"
2427 2733
2428# github.com/kubernetes/system-validators v1.5.0 2734# k8s.io/system-validators v1.7.0
2429# [1] git ls-remote https://github.com/kubernetes/system-validators 82ab84f11f7ae7b531b90f6a9aec18202fccc11f 2735# [1] git ls-remote https://github.com/kubernetes/system-validators 583756f47982f13e04533ad1a5f2fa24c571ce51
2430SRCREV_system-validators="82ab84f11f7ae7b531b90f6a9aec18202fccc11f" 2736SRCREV_system-validators="583756f47982f13e04533ad1a5f2fa24c571ce51"
2431SRC_URI += "git://github.com/kubernetes/system-validators;name=system-validators;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/system-validators" 2737SRC_URI += "git://github.com/kubernetes/system-validators;name=system-validators;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/system-validators"
2432 2738
2433# github.com/kubernetes/utils v0.0.0-20210819203725-bdf08cb9a70a 2739# k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
2434# [1] git ls-remote https://github.com/kubernetes/utils bdf08cb9a70a05bd10b6fe605643a9cbab6effd5 2740# [1] git ls-remote https://github.com/kubernetes/utils 3a6ce19ff2f91f3dc49243f90f7834a0f1e4aaf3
2435SRCREV_utils="bdf08cb9a70a05bd10b6fe605643a9cbab6effd5" 2741SRCREV_utils="3a6ce19ff2f91f3dc49243f90f7834a0f1e4aaf3"
2436SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/utils" 2742SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/utils"
2437 2743
2438# modernc.org/cc v1.0.0 2744# modernc.org/cc v1.0.0
2439# [1] git ls-remote https://gitlab.com/cznic/cc 38a4d54db3b80250bc24d7dd0ac540be62efdcda 2745# [1] git ls-remote https://gitlab.com/cznic/cc 4882521bdc8ca069d90861ecb0bc7fc11f76497f
2440SRCREV_cc="38a4d54db3b80250bc24d7dd0ac540be62efdcda" 2746SRCREV_cc="4882521bdc8ca069d90861ecb0bc7fc11f76497f"
2441SRC_URI += "git://gitlab.com/cznic/cc;name=cc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/cc" 2747SRC_URI += "git://gitlab.com/cznic/cc;name=cc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/cc"
2442 2748
2443# modernc.org/golex v1.0.0 2749# modernc.org/golex v1.0.0
2444# [1] git ls-remote https://gitlab.com/cznic/golex d746c229646901b48840606ac77fa7878d9818ba 2750# [1] git ls-remote https://gitlab.com/cznic/golex bc767dde60ca2c733d60c36421e559c302d87cef
2445SRCREV_golex="d746c229646901b48840606ac77fa7878d9818ba" 2751SRCREV_golex="bc767dde60ca2c733d60c36421e559c302d87cef"
2446SRC_URI += "git://gitlab.com/cznic/golex;name=golex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/golex" 2752SRC_URI += "git://gitlab.com/cznic/golex;name=golex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/golex"
2447 2753
2448# modernc.org/mathutil v1.0.0 2754# modernc.org/mathutil v1.0.0
2449# [1] git ls-remote https://gitlab.com/cznic/mathutil 44d67c390eec11366b364548f77bf1c04462658c 2755# [1] git ls-remote https://gitlab.com/cznic/mathutil 5712a870eb24900386234a0d001f00d2120cc76a
2450SRCREV_mathutil="44d67c390eec11366b364548f77bf1c04462658c" 2756SRCREV_mathutil="5712a870eb24900386234a0d001f00d2120cc76a"
2451SRC_URI += "git://gitlab.com/cznic/mathutil;name=mathutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/mathutil" 2757SRC_URI += "git://gitlab.com/cznic/mathutil;name=mathutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/mathutil"
2452 2758
2453# modernc.org/strutil v1.0.0 2759# modernc.org/strutil v1.0.0
2454# [1] git ls-remote https://gitlab.com/cznic/strutil 0d0c5de42e2b9c28090f8d87a145d83aa9bfd651 2760# [1] git ls-remote https://gitlab.com/cznic/strutil 5caa9dea4513d6534e4cb63c091c6088e25f4b64
2455SRCREV_strutil="0d0c5de42e2b9c28090f8d87a145d83aa9bfd651" 2761SRCREV_strutil="5caa9dea4513d6534e4cb63c091c6088e25f4b64"
2456SRC_URI += "git://gitlab.com/cznic/strutil;name=strutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/strutil" 2762SRC_URI += "git://gitlab.com/cznic/strutil;name=strutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/strutil"
2457 2763
2458# modernc.org/xc v1.0.0 2764# modernc.org/xc v1.0.0
2459# [1] git ls-remote https://gitlab.com/cznic/xc ee024816a7d98ca3a45f6f8a5f40fbdcb23e1318 2765# [1] git ls-remote https://gitlab.com/cznic/xc 672a6557c164df3474e16ca639a7739038d9cb12
2460SRCREV_xc="ee024816a7d98ca3a45f6f8a5f40fbdcb23e1318" 2766SRCREV_xc="672a6557c164df3474e16ca639a7739038d9cb12"
2461SRC_URI += "git://gitlab.com/cznic/xc;name=xc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/xc" 2767SRC_URI += "git://gitlab.com/cznic/xc;name=xc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/modernc.org/xc"
2462 2768
2463# rsc.io/binaryregexp v0.2.0 2769# rsc.io/binaryregexp v0.2.0
@@ -2472,52 +2778,67 @@ SRC_URI += "git://github.com/rsc/pdf;name=pdf;protocol=https;nobranch=1;destsuff
2472 2778
2473# rsc.io/quote/v3 v3.1.0 2779# rsc.io/quote/v3 v3.1.0
2474# [1] git ls-remote https://github.com/rsc/quote 0406d7298882187f4c75f75fa85cc808a64bcef1 2780# [1] git ls-remote https://github.com/rsc/quote 0406d7298882187f4c75f75fa85cc808a64bcef1
2475SRCREV_v312345678910="0406d7298882187f4c75f75fa85cc808a64bcef1" 2781SRCREV_v31234567891011="0406d7298882187f4c75f75fa85cc808a64bcef1"
2476SRC_URI += "git://github.com/rsc/quote;name=v312345678910;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rsc/quote/v3" 2782SRC_URI += "git://github.com/rsc/quote;name=v31234567891011;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rsc/quote/v3"
2477 2783
2478# rsc.io/sampler v1.3.0 2784# rsc.io/sampler v1.3.0
2479# [1] git ls-remote https://github.com/rsc/sampler 0cc034b51e57ed7832d4c67d526f75a900996e5c 2785# [1] git ls-remote https://github.com/rsc/sampler 0cc034b51e57ed7832d4c67d526f75a900996e5c
2480SRCREV_sampler="0cc034b51e57ed7832d4c67d526f75a900996e5c" 2786SRCREV_sampler="0cc034b51e57ed7832d4c67d526f75a900996e5c"
2481SRC_URI += "git://github.com/rsc/sampler;name=sampler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/sampler" 2787SRC_URI += "git://github.com/rsc/sampler;name=sampler;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/rsc.io/sampler"
2482 2788
2483# github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client v0.0.27
2484# [1] git ls-remote https://github.com/kubernetes-sigs/apiserver-network-proxy 21b41da407fde6d64ff30066702d03653393e8e2
2485SRCREV_konnectivity-client="21b41da407fde6d64ff30066702d03653393e8e2"
2486SRC_URI += "git://github.com/kubernetes-sigs/apiserver-network-proxy;name=konnectivity-client;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client"
2487 2789
2488# github.com/kubernetes-sigs/cli-utils v0.16.0 2790# sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30
2489# [1] git ls-remote https://github.com/kubernetes-sigs/cli-utils 07e70706507fffdaba787571d3000fdd58ebab3d 2791# [1] git ls-remote https://github.com/kubernetes-sigs/apiserver-network-proxy 2dae7c8f256ec866271caabdf813031368dccff7
2490SRCREV_cli-utils="07e70706507fffdaba787571d3000fdd58ebab3d" 2792SRCREV_konnectivity-client="2dae7c8f256ec866271caabdf813031368dccff7"
2793SRC_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"
2794
2795# sigs.k8s.io/cli-utils v0.27.0
2796# [1] git ls-remote https://github.com/kubernetes-sigs/cli-utils 0c9b214db3846e52e736d439eece0a4ed6ad657f
2797SRCREV_cli-utils="0c9b214db3846e52e736d439eece0a4ed6ad657f"
2491SRC_URI += "git://github.com/kubernetes-sigs/cli-utils;name=cli-utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/cli-utils" 2798SRC_URI += "git://github.com/kubernetes-sigs/cli-utils;name=cli-utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/cli-utils"
2492 2799
2493# github.com/kubernetes-sigs/controller-runtime v0.4.0 2800# sigs.k8s.io/controller-runtime v0.10.1
2494# [1] git ls-remote https://github.com/kubernetes-sigs/controller-runtime 198197fe0fd7553cadd8afcd3338f8ee4b8a7e3f 2801# [1] git ls-remote https://github.com/kubernetes-sigs/controller-runtime 9d7bcf7f784f556882e881c1611240a8a9fdaeb2
2495SRCREV_controller-runtime="198197fe0fd7553cadd8afcd3338f8ee4b8a7e3f" 2802SRCREV_controller-runtime="9d7bcf7f784f556882e881c1611240a8a9fdaeb2"
2496SRC_URI += "git://github.com/kubernetes-sigs/controller-runtime;name=controller-runtime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/controller-runtime" 2803SRC_URI += "git://github.com/kubernetes-sigs/controller-runtime;name=controller-runtime;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/controller-runtime"
2497 2804
2498# github.com/kubernetes-sigs/kustomize/api v0.8.11 2805# sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2
2499# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 7e0fd02783ba65319b94076efb6b2414923feb86 2806# [1] git ls-remote https://github.com/kubernetes-sigs/json 9f7c6b3444d2435b37c474910c55d371a1c769be
2500#SRCREV_api1234="70ce89d9935877822f2f84fc1678be3d1645a733" 2807SRCREV_json="9f7c6b3444d2435b37c474910c55d371a1c769be"
2501SRCREV_api1234="c819d69ae4982d58df467d28b264560c8810a39d" 2808SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/json"
2502SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=api1234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/kustomize/api"
2503
2504# github.com/kubernetes-sigs/structured-merge-diff/v4 v4.2.1
2505# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 65611e5f7fc60e909529889c29faa9cac17cb485
2506SRCREV_v41="65611e5f7fc60e909529889c29faa9cac17cb485"
2507SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kubernetes-sigs/structured-merge-diff/v4"
2508 2809
2509# github.com/kubernetes-sigs/testing_frameworks v0.1.2 2810# sigs.k8s.io/kustomize/api v0.11.4
2510# [1] git ls-remote https://github.com/kubernetes-sigs/testing_frameworks c7087048c932a346b910a2240f3a053e544eb352 2811# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 0aa379c2284ce3be547569c00439e2da01fde664
2812SRCREV_api1234="0aa379c2284ce3be547569c00439e2da01fde664"
2813SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=api1234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/kustomize/api"
2814
2815# sigs.k8s.io/kustomize/cmd/config v0.10.6
2816# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 4b64f1e0e825cfe9f57f2e7047f666c5ae037e23
2817SRCREV_config="4b64f1e0e825cfe9f57f2e7047f666c5ae037e23"
2818SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=config;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/kustomize/cmd/config"
2819
2820# sigs.k8s.io/kustomize/kustomize/v4 v4.5.4
2821# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize cf3a452ddd6f83945d39d582243b8592ec627ae3
2822SRCREV_v422="cf3a452ddd6f83945d39d582243b8592ec627ae3"
2823SRC_URI += "git://github.com/kubernetes-sigs/kustomize;name=v422;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/kustomize/kustomize/v4"
2824
2825# sigs.k8s.io/kustomize/kyaml v0.13.6
2826# [1] git ls-remote https://github.com/kubernetes-sigs/kustomize 485f7d44d9bca5857cdfb94d84378f5ff26e4a84
2827SRCREV_kyaml="485f7d44d9bca5857cdfb94d84378f5ff26e4a84"
2828SRC_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"
2829
2830# sigs.k8s.io/structured-merge-diff/v4 v4.2.1
2831# [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff 65611e5f7fc60e909529889c29faa9cac17cb485
2832SRCREV_v4122="65611e5f7fc60e909529889c29faa9cac17cb485"
2833SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v4122;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4"
2834
2835# sigs.k8s.io/testing_frameworks v0.1.2
2836# [1] git ls-remote https://github.com/kubernetes-retired/testing_frameworks c7087048c932a346b910a2240f3a053e544eb352
2511SRCREV_testing_frameworks="c7087048c932a346b910a2240f3a053e544eb352" 2837SRCREV_testing_frameworks="c7087048c932a346b910a2240f3a053e544eb352"
2512SRC_URI += "git://github.com/kubernetes-sigs/testing_frameworks;name=testing_frameworks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/testing_frameworks" 2838SRC_URI += "git://github.com/kubernetes-retired/testing_frameworks;name=testing_frameworks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/testing_frameworks"
2513 2839
2514# github.com/kubernetes-sigs/yaml v1.2.0 2840# sigs.k8s.io/yaml v1.3.0
2515# [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9fc95527decd95bb9d28cc2eab08179b2d0f6971 2841# [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a
2516SRCREV_yaml1="9fc95527decd95bb9d28cc2eab08179b2d0f6971" 2842SRCREV_yaml1="9535b3b1e2893fe44efb37c5c9f5665e245d786a"
2517SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml" 2843SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml"
2518 2844
2519# github.com/kubernetes-sigs/json v0.0.0-20210819203725-bdf08cb9a70a
2520# [1] git ls-remote https://github.com/kubernetes-sigs/json 227cbc7cc124bd5ca34310d537f3662d6cf28153
2521SRCREV_json="227cbc7cc124bd5ca34310d537f3662d6cf28153"
2522SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/json"
2523