diff options
Diffstat (limited to 'recipes-containers/k3s/k3s_git.bb')
| -rw-r--r-- | recipes-containers/k3s/k3s_git.bb | 623 |
1 files changed, 5 insertions, 618 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index 957693ce..e24a10fb 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "https://k3s.io/" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | 5 | LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/rancher/k3s.git;branch=master;name=k3s;protocol=https \ | 7 | SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.24;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=master;name=k3s;protocol=http | |||
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" | 18 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" |
| 19 | SRCREV_k3s = "24da6adfa98cd05849edf1c42de3862f843a05f4" | 19 | SRCREV_k3s = "e3c9d859e870c460d966d3ef140aa1815c41a3ac" |
| 20 | 20 | ||
| 21 | SRCREV_FORMAT = "k3s_fuse" | 21 | SRCREV_FORMAT = "k3s_fuse" |
| 22 | PV = "v1.24.3+k3s1+git${SRCREV_k3s}" | 22 | PV = "v1.24.7+k3s1+git${SRCREV_k3s}" |
| 23 | 23 | ||
| 24 | include src_uri.inc | 24 | include src_uri.inc |
| 25 | 25 | ||
| @@ -44,6 +44,8 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp" | |||
| 44 | 44 | ||
| 45 | DEPENDS += "rsync-native" | 45 | DEPENDS += "rsync-native" |
| 46 | 46 | ||
| 47 | include relocation.inc | ||
| 48 | |||
| 47 | do_compile() { | 49 | do_compile() { |
| 48 | export GOPATH="${S}/src/import/.gopath:${S}/src/import/vendor:${STAGING_DIR_TARGET}/${prefix}/local/go" | 50 | export GOPATH="${S}/src/import/.gopath:${S}/src/import/vendor:${STAGING_DIR_TARGET}/${prefix}/local/go" |
| 49 | export CGO_ENABLED="1" | 51 | export CGO_ENABLED="1" |
| @@ -54,621 +56,6 @@ do_compile() { | |||
| 54 | 56 | ||
| 55 | cd ${S}/src/import | 57 | cd ${S}/src/import |
| 56 | 58 | ||
| 57 | sites="bazil.org/fuse:github.com/bazil/fuse \ | ||
| 58 | bitbucket.org/bertimus9/systemstat:bitbucket.org/bertimus9/systemstat \ | ||
| 59 | cloud.google.com/go:github.com/googleapis/google-cloud-go \ | ||
| 60 | cloud.google.com/go/bigquery:github.com/googleapis/google-cloud-go/bigquery//bigquery \ | ||
| 61 | cloud.google.com/go/datastore:github.com/googleapis/google-cloud-go/datastore//datastore \ | ||
| 62 | cloud.google.com/go/firestore:github.com/googleapis/google-cloud-go/datastore//firestore \ | ||
| 63 | cloud.google.com/go/pubsub:github.com/googleapis/google-cloud-go/pubsub//pubsub \ | ||
| 64 | cloud.google.com/go/storage:github.com/googleapis/google-cloud-go/storage//storage \ | ||
| 65 | dmitri.shuralyov.com/gpu/mtl:dmitri.shuralyov.com/gpu/mtl \ | ||
| 66 | github.com/360EntSecGroup-Skylar/excelize:github.com/360EntSecGroup-Skylar/excelize \ | ||
| 67 | github.com/Azure/azure-sdk-for-go:github.com/Azure/azure-sdk-for-go \ | ||
| 68 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \ | ||
| 69 | github.com/Azure/go-autorest:github.com/Azure/go-autorest \ | ||
| 70 | github.com/Azure/go-autorest/autorest:github.com/Azure/go-autorest/autorest//autorest \ | ||
| 71 | github.com/Azure/go-autorest/autorest/adal:github.com/Azure/go-autorest/autorest/adal//autorest/adal \ | ||
| 72 | github.com/Azure/go-autorest/autorest/azure/auth:github.com/Azure/go-autorest/autorest/azure/auth//autorest/azure/auth \ | ||
| 73 | github.com/Azure/go-autorest/autorest/azure/cli:github.com/Azure/go-autorest/autorest/azure/cli//autorest/azure/cli \ | ||
| 74 | github.com/Azure/go-autorest/autorest/date:github.com/Azure/go-autorest/autorest/date//autorest/date \ | ||
| 75 | github.com/Azure/go-autorest/autorest/mocks:github.com/Azure/go-autorest/autorest/mocks//autorest/mocks \ | ||
| 76 | github.com/Azure/go-autorest/autorest/to:github.com/Azure/go-autorest/autorest/to//autorest/to \ | ||
| 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 \ | ||
| 80 | github.com/BurntSushi/toml:github.com/BurntSushi/toml \ | ||
| 81 | github.com/BurntSushi/xgb:github.com/BurntSushi/xgb \ | ||
| 82 | github.com/GoogleCloudPlatform/k8s-cloud-provider:github.com/GoogleCloudPlatform/k8s-cloud-provider \ | ||
| 83 | github.com/JeffAshton/win_pdh:github.com/JeffAshton/win_pdh \ | ||
| 84 | github.com/MakeNowJust/heredoc:github.com/MakeNowJust/heredoc \ | ||
| 85 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ | ||
| 86 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim \ | ||
| 87 | github.com/NYTimes/gziphandler:github.com/NYTimes/gziphandler \ | ||
| 88 | github.com/OneOfOne/xxhash:github.com/OneOfOne/xxhash \ | ||
| 89 | github.com/PuerkitoBio/goquery:github.com/PuerkitoBio/goquery \ | ||
| 90 | github.com/PuerkitoBio/purell:github.com/PuerkitoBio/purell \ | ||
| 91 | github.com/PuerkitoBio/urlesc:github.com/PuerkitoBio/urlesc \ | ||
| 92 | github.com/Rican7/retry:github.com/Rican7/retry \ | ||
| 93 | github.com/agext/levenshtein:github.com/agext/levenshtein \ | ||
| 94 | github.com/agnivade/levenshtein:github.com/agnivade/levenshtein \ | ||
| 95 | github.com/ajstarks/svgo:github.com/ajstarks/svgo \ | ||
| 96 | github.com/alecthomas/template:github.com/alecthomas/template \ | ||
| 97 | github.com/alecthomas/units:github.com/alecthomas/units \ | ||
| 98 | github.com/alexflint/go-filemutex:github.com/alexflint/go-filemutex \ | ||
| 99 | github.com/andreyvit/diff:github.com/andreyvit/diff \ | ||
| 100 | github.com/andybalholm/cascadia:github.com/andybalholm/cascadia \ | ||
| 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 \ | ||
| 106 | github.com/armon/circbuf:github.com/armon/circbuf \ | ||
| 107 | github.com/armon/consul-api:github.com/armon/consul-api \ | ||
| 108 | github.com/armon/go-metrics:github.com/armon/go-metrics \ | ||
| 109 | github.com/armon/go-radix:github.com/armon/go-radix \ | ||
| 110 | github.com/armon/go-socks5:github.com/armon/go-socks5 \ | ||
| 111 | github.com/asaskevich/govalidator:github.com/asaskevich/govalidator \ | ||
| 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 \ | ||
| 114 | github.com/aws/aws-sdk-go:github.com/aws/aws-sdk-go \ | ||
| 115 | github.com/benbjohnson/clock:github.com/benbjohnson/clock \ | ||
| 116 | github.com/beorn7/perks:github.com/beorn7/perks \ | ||
| 117 | github.com/bgentry/go-netrc:github.com/bgentry/go-netrc \ | ||
| 118 | github.com/bgentry/speakeasy:github.com/bgentry/speakeasy \ | ||
| 119 | github.com/bketelsen/crypt:github.com/bketelsen/crypt \ | ||
| 120 | github.com/blang/semver:github.com/blang/semver \ | ||
| 121 | github.com/blang/semver/v4:github.com/blang/semver/v4//v4 \ | ||
| 122 | github.com/boltdb/bolt:github.com/boltdb/bolt \ | ||
| 123 | github.com/boombuler/barcode:github.com/boombuler/barcode \ | ||
| 124 | github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici \ | ||
| 125 | github.com/buger/jsonparser:github.com/buger/jsonparser \ | ||
| 126 | github.com/canonical/go-dqlite:github.com/canonical/go-dqlite \ | ||
| 127 | github.com/census-instrumentation/opencensus-proto:github.com/census-instrumentation/opencensus-proto \ | ||
| 128 | github.com/certifi/gocertifi:github.com/certifi/gocertifi \ | ||
| 129 | github.com/cespare/xxhash:github.com/cespare/xxhash \ | ||
| 130 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ | ||
| 131 | github.com/chai2010/gettext-go:github.com/chai2010/gettext-go \ | ||
| 132 | github.com/checkpoint-restore/go-criu/v5:github.com/checkpoint-restore/go-criu/v5 \ | ||
| 133 | github.com/cheggaaa/pb:github.com/cheggaaa/pb \ | ||
| 134 | github.com/chzyer/logex:github.com/chzyer/logex \ | ||
| 135 | github.com/chzyer/readline:github.com/chzyer/readline \ | ||
| 136 | github.com/chzyer/test:github.com/chzyer/test \ | ||
| 137 | github.com/cilium/ebpf:github.com/cilium/ebpf \ | ||
| 138 | github.com/cloudnativelabs/kube-router:github.com/cloudnativelabs/kube-router \ | ||
| 139 | github.com/clusterhq/flocker-go:github.com/clusterhq/flocker-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 \ | ||
| 142 | github.com/cockroachdb/datadriven:github.com/cockroachdb/datadriven \ | ||
| 143 | github.com/cockroachdb/errors:github.com/cockroachdb/errors \ | ||
| 144 | github.com/cockroachdb/logtags:github.com/cockroachdb/logtags \ | ||
| 145 | github.com/container-storage-interface/spec:github.com/container-storage-interface/spec \ | ||
| 146 | github.com/containerd/aufs:github.com/containerd/aufs \ | ||
| 147 | github.com/containerd/btrfs:github.com/containerd/btrfs \ | ||
| 148 | github.com/containerd/cgroups:github.com/containerd/cgroups \ | ||
| 149 | github.com/containerd/console:github.com/containerd/console \ | ||
| 150 | github.com/containerd/containerd:github.com/containerd/containerd \ | ||
| 151 | github.com/containerd/continuity:github.com/containerd/continuity \ | ||
| 152 | github.com/containerd/fifo:github.com/containerd/fifo \ | ||
| 153 | github.com/containerd/fuse-overlayfs-snapshotter:github.com/containerd/fuse-overlayfs-snapshotter \ | ||
| 154 | github.com/containerd/go-cni:github.com/containerd/go-cni \ | ||
| 155 | github.com/containerd/go-runc:github.com/containerd/go-runc \ | ||
| 156 | github.com/containerd/imgcrypt:github.com/containerd/imgcrypt \ | ||
| 157 | github.com/containerd/nri:github.com/containerd/nri \ | ||
| 158 | github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter \ | ||
| 159 | github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz \ | ||
| 160 | github.com/containerd/ttrpc:github.com/containerd/ttrpc \ | ||
| 161 | github.com/containerd/typeurl:github.com/containerd/typeurl \ | ||
| 162 | github.com/containerd/zfs:github.com/containerd/zfs \ | ||
| 163 | github.com/containernetworking/cni:github.com/containernetworking/cni \ | ||
| 164 | github.com/containernetworking/plugins:github.com/containernetworking/plugins \ | ||
| 165 | github.com/containers/ocicrypt:github.com/containers/ocicrypt \ | ||
| 166 | github.com/coredns/caddy:github.com/coredns/caddy \ | ||
| 167 | github.com/coredns/corefile-migration:github.com/coredns/corefile-migration \ | ||
| 168 | github.com/coreos/bbolt:github.com/coreos/bbolt \ | ||
| 169 | github.com/coreos/etcd:github.com/coreos/etcd \ | ||
| 170 | github.com/coreos/go-iptables:github.com/coreos/go-iptables \ | ||
| 171 | github.com/coreos/go-oidc:github.com/coreos/go-oidc \ | ||
| 172 | github.com/coreos/go-semver:github.com/coreos/go-semver \ | ||
| 173 | github.com/coreos/go-systemd:github.com/coreos/go-systemd \ | ||
| 174 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 \ | ||
| 175 | github.com/coreos/pkg:github.com/coreos/pkg \ | ||
| 176 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 \ | ||
| 177 | github.com/creack/pty:github.com/creack/pty \ | ||
| 178 | github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin \ | ||
| 179 | github.com/d2g/dhcp4:github.com/d2g/dhcp4 \ | ||
| 180 | github.com/d2g/dhcp4client:github.com/d2g/dhcp4client \ | ||
| 181 | github.com/d2g/dhcp4server:github.com/d2g/dhcp4server \ | ||
| 182 | github.com/d2g/hardwareaddr:github.com/d2g/hardwareaddr \ | ||
| 183 | github.com/danieljoos/wincred:github.com/danieljoos/wincred \ | ||
| 184 | github.com/davecgh/go-spew:github.com/davecgh/go-spew \ | ||
| 185 | github.com/daviddengcn/go-colortext:github.com/daviddengcn/go-colortext \ | ||
| 186 | github.com/denverdino/aliyungo:github.com/denverdino/aliyungo \ | ||
| 187 | github.com/dgrijalva/jwt-go:github.com/dgrijalva/jwt-go \ | ||
| 188 | github.com/dgryski/go-farm:github.com/dgryski/go-farm \ | ||
| 189 | github.com/dgryski/go-sip13:github.com/dgryski/go-sip13 \ | ||
| 190 | github.com/dimchansky/utfbom:github.com/dimchansky/utfbom \ | ||
| 191 | github.com/dnaeon/go-vcr:github.com/dnaeon/go-vcr \ | ||
| 192 | github.com/docker/cli:github.com/docker/cli \ | ||
| 193 | github.com/docker/distribution:github.com/docker/distribution \ | ||
| 194 | github.com/docker/docker:github.com/docker/docker \ | ||
| 195 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \ | ||
| 196 | github.com/docker/go-connections:github.com/docker/go-connections \ | ||
| 197 | github.com/docker/go-events:github.com/docker/go-events \ | ||
| 198 | github.com/docker/go-metrics:github.com/docker/go-metrics \ | ||
| 199 | github.com/docker/go-units:github.com/docker/go-units \ | ||
| 200 | github.com/docker/spdystream:github.com/docker/spdystream \ | ||
| 201 | github.com/docopt/docopt-go:github.com/docopt/docopt-go \ | ||
| 202 | github.com/dustin/go-humanize:github.com/dustin/go-humanize \ | ||
| 203 | github.com/dustmop/soup:github.com/dustmop/soup \ | ||
| 204 | github.com/eapache/channels:github.com/eapache/channels \ | ||
| 205 | github.com/eapache/queue:github.com/eapache/queue \ | ||
| 206 | github.com/elazarl/goproxy:github.com/elazarl/goproxy \ | ||
| 207 | github.com/elazarl/goproxy/ext:github.com/elazarl/goproxy/ext//ext \ | ||
| 208 | github.com/emicklei/go-restful:github.com/emicklei/go-restful \ | ||
| 209 | github.com/envoyproxy/go-control-plane:github.com/envoyproxy/go-control-plane \ | ||
| 210 | github.com/envoyproxy/protoc-gen-validate:github.com/envoyproxy/protoc-gen-validate \ | ||
| 211 | github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt \ | ||
| 212 | github.com/etcd-io/gofail:github.com/etcd-io/gofail \ | ||
| 213 | github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser \ | ||
| 214 | github.com/evanphx/json-patch:github.com/evanphx/json-patch \ | ||
| 215 | github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath \ | ||
| 216 | github.com/fanliao/go-promise:github.com/fanliao/go-promise \ | ||
| 217 | github.com/fatih/camelcase:github.com/fatih/camelcase \ | ||
| 218 | github.com/fatih/color:github.com/fatih/color \ | ||
| 219 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop \ | ||
| 220 | github.com/flannel-io/flannel:github.com/flannel-io/flannel \ | ||
| 221 | github.com/flynn/go-shlex:github.com/flynn/go-shlex \ | ||
| 222 | github.com/fogleman/gg:github.com/fogleman/gg \ | ||
| 223 | github.com/form3tech-oss/jwt-go:github.com/form3tech-oss/jwt-go \ | ||
| 224 | github.com/frankban/quicktest:github.com/frankban/quicktest \ | ||
| 225 | github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify \ | ||
| 226 | github.com/fvbommel/sortorder:github.com/fvbommel/sortorder \ | ||
| 227 | github.com/getkin/kin-openapi:github.com/getkin/kin-openapi \ | ||
| 228 | github.com/getsentry/raven-go:github.com/getsentry/raven-go \ | ||
| 229 | github.com/ghodss/yaml:github.com/ghodss/yaml \ | ||
| 230 | github.com/globalsign/mgo:github.com/globalsign/mgo \ | ||
| 231 | github.com/go-bindata/go-bindata:github.com/go-bindata/go-bindata \ | ||
| 232 | github.com/go-errors/errors:github.com/go-errors/errors \ | ||
| 233 | github.com/go-gl/glfw:github.com/go-gl/glfw \ | ||
| 234 | github.com/go-gl/glfw/v3.3/glfw:github.com/go-gl/glfw/v3.3/glfw//v3.3/glfw \ | ||
| 235 | github.com/go-ini/ini:github.com/go-ini/ini \ | ||
| 236 | github.com/go-kit/kit:github.com/go-kit/kit \ | ||
| 237 | github.com/go-kit/log:github.com/go-kit/log \ | ||
| 238 | github.com/go-logfmt/logfmt:github.com/go-logfmt/logfmt \ | ||
| 239 | github.com/go-logr/logr:github.com/go-logr/logr \ | ||
| 240 | github.com/go-logr/zapr:github.com/go-logr/zapr \ | ||
| 241 | github.com/go-openapi/analysis:github.com/go-openapi/analysis \ | ||
| 242 | github.com/go-openapi/errors:github.com/go-openapi/errors \ | ||
| 243 | github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer \ | ||
| 244 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference \ | ||
| 245 | github.com/go-openapi/loads:github.com/go-openapi/loads \ | ||
| 246 | github.com/go-openapi/runtime:github.com/go-openapi/runtime \ | ||
| 247 | github.com/go-openapi/spec:github.com/go-openapi/spec \ | ||
| 248 | github.com/go-openapi/strfmt:github.com/go-openapi/strfmt \ | ||
| 249 | github.com/go-openapi/swag:github.com/go-openapi/swag \ | ||
| 250 | github.com/go-openapi/validate:github.com/go-openapi/validate \ | ||
| 251 | github.com/go-ozzo/ozzo-validation:github.com/go-ozzo/ozzo-validation \ | ||
| 252 | github.com/go-sql-driver/mysql:github.com/go-sql-driver/mysql \ | ||
| 253 | github.com/go-stack/stack:github.com/go-stack/stack \ | ||
| 254 | github.com/go-task/slim-sprig:github.com/go-task/slim-sprig \ | ||
| 255 | github.com/go-test/deep:github.com/go-test/deep \ | ||
| 256 | github.com/godbus/dbus:github.com/godbus/dbus \ | ||
| 257 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \ | ||
| 258 | github.com/gofrs/flock:github.com/gofrs/flock \ | ||
| 259 | github.com/gofrs/uuid:github.com/gofrs/uuid \ | ||
| 260 | github.com/gogo/googleapis:github.com/gogo/googleapis \ | ||
| 261 | github.com/gogo/protobuf:github.com/gogo/protobuf \ | ||
| 262 | github.com/golang/freetype:github.com/golang/freetype \ | ||
| 263 | github.com/golang/glog:github.com/golang/glog \ | ||
| 264 | github.com/golang/groupcache:github.com/golang/groupcache \ | ||
| 265 | github.com/golang/mock:github.com/golang/mock \ | ||
| 266 | github.com/golang/protobuf:github.com/golang/protobuf \ | ||
| 267 | github.com/golang/snappy:github.com/golang/snappy \ | ||
| 268 | github.com/golangplus/bytes:github.com/golangplus/bytes \ | ||
| 269 | github.com/golangplus/fmt:github.com/golangplus/fmt \ | ||
| 270 | github.com/golangplus/testing:github.com/golangplus/testing \ | ||
| 271 | github.com/google/btree:github.com/google/btree \ | ||
| 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 \ | ||
| 276 | github.com/google/go-cmp:github.com/google/go-cmp \ | ||
| 277 | github.com/google/go-containerregistry:github.com/google/go-containerregistry \ | ||
| 278 | github.com/google/gofuzz:github.com/google/gofuzz \ | ||
| 279 | github.com/google/martian:github.com/google/martian \ | ||
| 280 | github.com/google/martian/v3:github.com/google/martian/v3 \ | ||
| 281 | github.com/google/pprof:github.com/google/pprof \ | ||
| 282 | github.com/google/renameio:github.com/google/renameio \ | ||
| 283 | github.com/google/shlex:github.com/google/shlex \ | ||
| 284 | github.com/google/uuid:github.com/google/uuid \ | ||
| 285 | github.com/googleapis/gax-go/v2:github.com/googleapis/gax-go/v2//v2 \ | ||
| 286 | github.com/googleapis/gnostic:github.com/googleapis/gnostic \ | ||
| 287 | github.com/gophercloud/gophercloud:github.com/gophercloud/gophercloud \ | ||
| 288 | github.com/gopherjs/gopherjs:github.com/gopherjs/gopherjs \ | ||
| 289 | github.com/gorilla/mux:github.com/gorilla/mux \ | ||
| 290 | github.com/gorilla/websocket:github.com/gorilla/websocket \ | ||
| 291 | github.com/gregjones/httpcache:github.com/gregjones/httpcache \ | ||
| 292 | github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware \ | ||
| 293 | github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus \ | ||
| 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 \ | ||
| 297 | github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2 \ | ||
| 298 | github.com/hashicorp/consul/api:github.com/hashicorp/consul/api//api \ | ||
| 299 | github.com/hashicorp/consul/sdk:github.com/hashicorp/consul/sdk//sdk \ | ||
| 300 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ | ||
| 301 | github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp \ | ||
| 302 | github.com/hashicorp/go-getter:github.com/hashicorp/go-getter \ | ||
| 303 | github.com/hashicorp/go-hclog:github.com/hashicorp/go-hclog \ | ||
| 304 | github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix \ | ||
| 305 | github.com/hashicorp/go-msgpack:github.com/hashicorp/go-msgpack \ | ||
| 306 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ | ||
| 307 | github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp \ | ||
| 308 | github.com/hashicorp/go-rootcerts:github.com/hashicorp/go-rootcerts \ | ||
| 309 | github.com/hashicorp/go-safetemp:github.com/hashicorp/go-safetemp \ | ||
| 310 | github.com/hashicorp/go-sockaddr:github.com/hashicorp/go-sockaddr \ | ||
| 311 | github.com/hashicorp/go-syslog:github.com/hashicorp/go-syslog \ | ||
| 312 | github.com/hashicorp/go-uuid:github.com/hashicorp/go-uuid \ | ||
| 313 | github.com/hashicorp/go-version:github.com/hashicorp/go-version \ | ||
| 314 | github.com/hashicorp/go.net:github.com/hashicorp/go.net \ | ||
| 315 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \ | ||
| 316 | github.com/hashicorp/hcl:github.com/hashicorp/hcl \ | ||
| 317 | github.com/hashicorp/hcl/v2:github.com/hashicorp/hcl/v2 \ | ||
| 318 | github.com/hashicorp/logutils:github.com/hashicorp/logutils \ | ||
| 319 | github.com/hashicorp/mdns:github.com/hashicorp/mdns \ | ||
| 320 | github.com/hashicorp/memberlist:github.com/hashicorp/memberlist \ | ||
| 321 | github.com/hashicorp/serf:github.com/hashicorp/serf \ | ||
| 322 | github.com/hashicorp/terraform-json:github.com/hashicorp/terraform-json \ | ||
| 323 | github.com/heketi/heketi:github.com/heketi/heketi \ | ||
| 324 | github.com/heketi/tests:github.com/heketi/tests \ | ||
| 325 | github.com/hpcloud/tail:github.com/hpcloud/tail \ | ||
| 326 | github.com/hugelgupf/socketpair:github.com/hugelgupf/socketpair \ | ||
| 327 | github.com/ianlancetaylor/demangle:github.com/ianlancetaylor/demangle \ | ||
| 328 | github.com/imdario/mergo:github.com/imdario/mergo \ | ||
| 329 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ | ||
| 330 | github.com/insomniacslk/dhcp:github.com/insomniacslk/dhcp \ | ||
| 331 | github.com/ishidawataru/sctp:github.com/ishidawataru/sctp \ | ||
| 332 | github.com/j-keck/arping:github.com/j-keck/arping \ | ||
| 333 | github.com/jessevdk/go-flags:github.com/jessevdk/go-flags \ | ||
| 334 | github.com/jinzhu/copier:github.com/jinzhu/copier \ | ||
| 335 | github.com/jmespath/go-jmespath:github.com/jmespath/go-jmespath \ | ||
| 336 | github.com/jmespath/go-jmespath/internal/testify:github.com/jmespath/go-jmespath/internal/testify//internal/testify \ | ||
| 337 | github.com/joho/godotenv:github.com/joho/godotenv \ | ||
| 338 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork \ | ||
| 339 | github.com/josharian/intern:github.com/josharian/intern \ | ||
| 340 | github.com/josharian/native:github.com/josharian/native \ | ||
| 341 | github.com/jpillora/backoff:github.com/jpillora/backoff \ | ||
| 342 | github.com/jsimonetti/rtnetlink:github.com/jsimonetti/rtnetlink \ | ||
| 343 | github.com/json-iterator/go:github.com/json-iterator/go \ | ||
| 344 | github.com/jstemmer/go-junit-report:github.com/jstemmer/go-junit-report \ | ||
| 345 | github.com/jtolds/gls:github.com/jtolds/gls \ | ||
| 346 | github.com/julienschmidt/httprouter:github.com/julienschmidt/httprouter \ | ||
| 347 | github.com/jung-kurt/gofpdf:github.com/jung-kurt/gofpdf \ | ||
| 348 | github.com/k-sone/critbitgo:github.com/k-sone/critbitgo \ | ||
| 349 | github.com/k3s-io/helm-controller:github.com/k3s-io/helm-controller \ | ||
| 350 | github.com/k3s-io/kine:github.com/k3s-io/kine \ | ||
| 351 | github.com/karrick/godirwalk:github.com/karrick/godirwalk \ | ||
| 352 | github.com/kisielk/errcheck:github.com/kisielk/errcheck \ | ||
| 353 | github.com/kisielk/gotool:github.com/kisielk/gotool \ | ||
| 354 | github.com/klauspost/compress:github.com/klauspost/compress \ | ||
| 355 | github.com/klauspost/cpuid:github.com/klauspost/cpuid \ | ||
| 356 | github.com/konsorten/go-windows-terminal-sequences:github.com/konsorten/go-windows-terminal-sequences \ | ||
| 357 | github.com/kr/fs:github.com/kr/fs \ | ||
| 358 | github.com/kr/logfmt:github.com/kr/logfmt \ | ||
| 359 | github.com/kr/pretty:github.com/kr/pretty \ | ||
| 360 | github.com/kr/pty:github.com/kr/pty \ | ||
| 361 | github.com/kr/text:github.com/kr/text \ | ||
| 362 | github.com/kubernetes-sigs/cri-tools:github.com/kubernetes-sigs/cri-tools \ | ||
| 363 | github.com/kylelemons/godebug:github.com/kylelemons/godebug \ | ||
| 364 | github.com/lib/pq:github.com/lib/pq \ | ||
| 365 | github.com/libopenstorage/openstorage:github.com/libopenstorage/openstorage \ | ||
| 366 | github.com/liggitt/tabwriter:github.com/liggitt/tabwriter \ | ||
| 367 | github.com/lithammer/dedent:github.com/lithammer/dedent \ | ||
| 368 | github.com/lpabon/godbc:github.com/lpabon/godbc \ | ||
| 369 | github.com/magiconair/properties:github.com/magiconair/properties \ | ||
| 370 | github.com/mailru/easyjson:github.com/mailru/easyjson \ | ||
| 371 | github.com/mattn/go-colorable:github.com/mattn/go-colorable \ | ||
| 372 | github.com/mattn/go-isatty:github.com/mattn/go-isatty \ | ||
| 373 | github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \ | ||
| 374 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ | ||
| 375 | github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3 \ | ||
| 376 | github.com/mattn/go-zglob:github.com/mattn/go-zglob \ | ||
| 377 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ | ||
| 378 | github.com/mdlayher/ethernet:github.com/mdlayher/ethernet \ | ||
| 379 | github.com/mdlayher/ethtool:github.com/mdlayher/ethtool \ | ||
| 380 | github.com/mdlayher/genetlink:github.com/mdlayher/genetlink \ | ||
| 381 | github.com/mdlayher/netlink:github.com/mdlayher/netlink \ | ||
| 382 | github.com/mdlayher/raw:github.com/mdlayher/raw \ | ||
| 383 | github.com/mdlayher/socket:github.com/mdlayher/socket \ | ||
| 384 | github.com/miekg/dns:github.com/miekg/dns \ | ||
| 385 | github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ | ||
| 386 | github.com/mikioh/ipaddr:github.com/mikioh/ipaddr \ | ||
| 387 | github.com/mindprince/gonvml:github.com/mindprince/gonvml \ | ||
| 388 | github.com/minio/highwayhash:github.com/minio/highwayhash \ | ||
| 389 | github.com/minio/md5-simd:github.com/minio/md5-simd \ | ||
| 390 | github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 \ | ||
| 391 | github.com/minio/sha256-simd:github.com/minio/sha256-simd \ | ||
| 392 | github.com/minio/sio:github.com/minio/sio \ | ||
| 393 | github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs \ | ||
| 394 | github.com/mitchellh/cli:github.com/mitchellh/cli \ | ||
| 395 | github.com/mitchellh/copystructure:github.com/mitchellh/copystructure \ | ||
| 396 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ | ||
| 397 | github.com/mitchellh/go-testing-interface:github.com/mitchellh/go-testing-interface \ | ||
| 398 | github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap \ | ||
| 399 | github.com/mitchellh/gox:github.com/mitchellh/gox \ | ||
| 400 | github.com/mitchellh/iochan:github.com/mitchellh/iochan \ | ||
| 401 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ | ||
| 402 | github.com/mitchellh/reflectwalk:github.com/mitchellh/reflectwalk \ | ||
| 403 | github.com/moby/ipvs:github.com/moby/ipvs \ | ||
| 404 | github.com/moby/locker:github.com/moby/locker \ | ||
| 405 | github.com/moby/spdystream:github.com/moby/spdystream \ | ||
| 406 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \ | ||
| 407 | github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink \ | ||
| 408 | github.com/moby/term:github.com/moby/term \ | ||
| 409 | github.com/moby/vpnkit:github.com/moby/vpnkit \ | ||
| 410 | github.com/modern-go/concurrent:github.com/modern-go/concurrent \ | ||
| 411 | github.com/modern-go/reflect2:github.com/modern-go/reflect2 \ | ||
| 412 | github.com/mohae/deepcopy:github.com/mohae/deepcopy \ | ||
| 413 | github.com/monochromegane/go-gitignore:github.com/monochromegane/go-gitignore \ | ||
| 414 | github.com/morikuni/aec:github.com/morikuni/aec \ | ||
| 415 | github.com/mrunalp/fileutils:github.com/mrunalp/fileutils \ | ||
| 416 | github.com/munnerz/goautoneg:github.com/munnerz/goautoneg \ | ||
| 417 | github.com/mvdan/xurls:github.com/mvdan/xurls \ | ||
| 418 | github.com/mwitkow/go-conntrack:github.com/mwitkow/go-conntrack \ | ||
| 419 | github.com/mxk/go-flowrate:github.com/mxk/go-flowrate \ | ||
| 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 \ | ||
| 428 | github.com/niemeyer/pretty:github.com/niemeyer/pretty \ | ||
| 429 | github.com/nxadm/tail:github.com/nxadm/tail \ | ||
| 430 | github.com/oklog/ulid:github.com/oklog/ulid \ | ||
| 431 | github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter \ | ||
| 432 | github.com/onsi/ginkgo:github.com/onsi/ginkgo \ | ||
| 433 | github.com/onsi/ginkgo/v2:github.com/onsi/ginkgo/v2 \ | ||
| 434 | github.com/onsi/gomega:github.com/onsi/gomega \ | ||
| 435 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \ | ||
| 436 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \ | ||
| 437 | github.com/opencontainers/runc:github.com/opencontainers/runc \ | ||
| 438 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \ | ||
| 439 | github.com/opencontainers/selinux:github.com/opencontainers/selinux \ | ||
| 440 | github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go \ | ||
| 441 | github.com/oracle/oci-go-sdk:github.com/oracle/oci-go-sdk \ | ||
| 442 | github.com/osrg/gobgp:github.com/osrg/gobgp \ | ||
| 443 | github.com/otiai10/copy:github.com/otiai10/copy \ | ||
| 444 | github.com/otiai10/curr:github.com/otiai10/curr \ | ||
| 445 | github.com/otiai10/mint:github.com/otiai10/mint \ | ||
| 446 | github.com/pascaldekloe/goe:github.com/pascaldekloe/goe \ | ||
| 447 | github.com/paulmach/orb:github.com/paulmach/orb \ | ||
| 448 | github.com/pborman/uuid:github.com/pborman/uuid \ | ||
| 449 | github.com/pelletier/go-toml:github.com/pelletier/go-toml \ | ||
| 450 | github.com/peterbourgon/diskv:github.com/peterbourgon/diskv \ | ||
| 451 | github.com/pierrec/lz4:github.com/pierrec/lz4 \ | ||
| 452 | github.com/pkg/errors:github.com/pkg/errors \ | ||
| 453 | github.com/pkg/sftp:github.com/pkg/sftp \ | ||
| 454 | github.com/pmezard/go-difflib:github.com/pmezard/go-difflib \ | ||
| 455 | github.com/posener/complete:github.com/posener/complete \ | ||
| 456 | github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol \ | ||
| 457 | github.com/pquerna/otp:github.com/pquerna/otp \ | ||
| 458 | github.com/prometheus/client_golang:github.com/prometheus/client_golang \ | ||
| 459 | github.com/prometheus/client_model:github.com/prometheus/client_model \ | ||
| 460 | github.com/prometheus/common:github.com/prometheus/common \ | ||
| 461 | github.com/prometheus/procfs:github.com/prometheus/procfs \ | ||
| 462 | github.com/prometheus/tsdb:github.com/prometheus/tsdb \ | ||
| 463 | github.com/qri-io/starlib:github.com/qri-io/starlib \ | ||
| 464 | github.com/quobyte/api:github.com/quobyte/api \ | ||
| 465 | github.com/rancher/dynamiclistener:github.com/rancher/dynamiclistener \ | ||
| 466 | github.com/rancher/lasso:github.com/rancher/lasso \ | ||
| 467 | github.com/rancher/remotedialer:github.com/rancher/remotedialer \ | ||
| 468 | github.com/rancher/wharfie:github.com/rancher/wharfie \ | ||
| 469 | github.com/rancher/wrangler:github.com/rancher/wrangler \ | ||
| 470 | github.com/remyoudompheng/bigfft:github.com/remyoudompheng/bigfft \ | ||
| 471 | github.com/robfig/cron/v3:github.com/robfig/cron/v3 \ | ||
| 472 | github.com/rogpeppe/fastuuid:github.com/rogpeppe/fastuuid \ | ||
| 473 | github.com/rogpeppe/go-charset:github.com/rogpeppe/go-charset \ | ||
| 474 | github.com/rogpeppe/go-internal:github.com/rogpeppe/go-internal \ | ||
| 475 | github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit \ | ||
| 476 | github.com/rs/xid:github.com/rs/xid \ | ||
| 477 | github.com/rubiojr/go-vhd:github.com/rubiojr/go-vhd \ | ||
| 478 | github.com/russross/blackfriday:github.com/russross/blackfriday \ | ||
| 479 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 \ | ||
| 480 | github.com/ryanuber/columnize:github.com/ryanuber/columnize \ | ||
| 481 | github.com/safchain/ethtool:github.com/safchain/ethtool \ | ||
| 482 | github.com/satori/go.uuid:github.com/satori/go.uuid \ | ||
| 483 | github.com/sclevine/agouti:github.com/sclevine/agouti \ | ||
| 484 | github.com/sean-/seed:github.com/sean-/seed \ | ||
| 485 | github.com/sebdah/goldie:github.com/sebdah/goldie \ | ||
| 486 | github.com/seccomp/libseccomp-golang:github.com/seccomp/libseccomp-golang \ | ||
| 487 | github.com/sergi/go-diff:github.com/sergi/go-diff \ | ||
| 488 | github.com/shengdoushi/base58:github.com/shengdoushi/base58 \ | ||
| 489 | github.com/shurcooL/sanitized_anchor_name:github.com/shurcooL/sanitized_anchor_name \ | ||
| 490 | github.com/sirupsen/logrus:github.com/sirupsen/logrus \ | ||
| 491 | github.com/smartystreets/assertions:github.com/smartystreets/assertions \ | ||
| 492 | github.com/smartystreets/goconvey:github.com/smartystreets/goconvey \ | ||
| 493 | github.com/soheilhy/cmux:github.com/soheilhy/cmux \ | ||
| 494 | github.com/songgao/water:github.com/songgao/water \ | ||
| 495 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 \ | ||
| 496 | github.com/spf13/afero:github.com/spf13/afero \ | ||
| 497 | github.com/spf13/cast:github.com/spf13/cast \ | ||
| 498 | github.com/spf13/cobra:github.com/spf13/cobra \ | ||
| 499 | github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman \ | ||
| 500 | github.com/spf13/pflag:github.com/spf13/pflag \ | ||
| 501 | github.com/spf13/viper:github.com/spf13/viper \ | ||
| 502 | github.com/spyzhov/ajson:github.com/spyzhov/ajson \ | ||
| 503 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \ | ||
| 504 | github.com/stoewer/go-strcase:github.com/stoewer/go-strcase \ | ||
| 505 | github.com/storageos/go-api:github.com/storageos/go-api \ | ||
| 506 | github.com/stretchr/objx:github.com/stretchr/objx \ | ||
| 507 | github.com/stretchr/testify:github.com/stretchr/testify \ | ||
| 508 | github.com/subosito/gotenv:github.com/subosito/gotenv \ | ||
| 509 | github.com/syndtr/gocapability:github.com/syndtr/gocapability \ | ||
| 510 | github.com/tchap/go-patricia:github.com/tchap/go-patricia \ | ||
| 511 | github.com/tencentcloud/tencentcloud-sdk-go:github.com/tencentcloud/tencentcloud-sdk-go \ | ||
| 512 | github.com/tidwall/pretty:github.com/tidwall/pretty \ | ||
| 513 | github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy \ | ||
| 514 | github.com/tmccombs/hcl2json:github.com/tmccombs/hcl2json \ | ||
| 515 | github.com/u-root/uio:github.com/u-root/uio \ | ||
| 516 | github.com/ugorji/go:github.com/ugorji/go \ | ||
| 517 | github.com/ulikunitz/xz:github.com/ulikunitz/xz \ | ||
| 518 | github.com/urfave/cli:github.com/urfave/cli \ | ||
| 519 | github.com/urfave/cli/v2:github.com/urfave/cli/v2 \ | ||
| 520 | github.com/urfave/negroni:github.com/urfave/negroni \ | ||
| 521 | github.com/vbatts/tar-split:github.com/vbatts/tar-split \ | ||
| 522 | github.com/vektah/gqlparser:github.com/vektah/gqlparser \ | ||
| 523 | github.com/vishvananda/netlink:github.com/vishvananda/netlink \ | ||
| 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 \ | ||
| 528 | github.com/vmware/govmomi:github.com/vmware/govmomi \ | ||
| 529 | github.com/xiang90/probing:github.com/xiang90/probing \ | ||
| 530 | github.com/xlab/treeprint:github.com/xlab/treeprint \ | ||
| 531 | github.com/xordataexchange/crypt:github.com/xordataexchange/crypt \ | ||
| 532 | github.com/yl2chen/cidranger:github.com/yl2chen/cidranger \ | ||
| 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 \ | ||
| 536 | go.etcd.io/bbolt:go.etcd.io/bbolt \ | ||
| 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 \ | ||
| 539 | go.etcd.io/etcd/client/v3:github.com/k3s-io/etcd/api/v3//client/v3 \ | ||
| 540 | go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/api/v3//etcdutl \ | ||
| 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 \ | ||
| 546 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \ | ||
| 547 | go.opencensus.io:go.opencensus.io \ | ||
| 548 | go.opentelemetry.io/contrib:go.opentelemetry.io/contrib \ | ||
| 549 | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib//instrumentation/google.golang.org/grpc/otelgrpc \ | ||
| 550 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib//instrumentation/net/http/otelhttp \ | ||
| 551 | go.opentelemetry.io/otel:go.opentelemetry.io/otel \ | ||
| 552 | go.opentelemetry.io/otel/exporters/otlp:go.opentelemetry.io/otel//exporters/otlp \ | ||
| 553 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel//metric \ | ||
| 554 | go.opentelemetry.io/otel/oteltest:go.opentelemetry.io/otel//oteltest \ | ||
| 555 | go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel//sdk \ | ||
| 556 | go.opentelemetry.io/otel/sdk/export/metric:go.opentelemetry.io/otel//sdk/export/metric \ | ||
| 557 | go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel//sdk/metric \ | ||
| 558 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace \ | ||
| 559 | go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp \ | ||
| 560 | go.starlark.net:github.com/google/starlark-go \ | ||
| 561 | go.uber.org/atomic:go.uber.org/atomic \ | ||
| 562 | go.uber.org/goleak:go.uber.org/goleak \ | ||
| 563 | go.uber.org/multierr:go.uber.org/multierr \ | ||
| 564 | go.uber.org/zap:go.uber.org/zap \ | ||
| 565 | golang.org/x/crypto:golang.org/x/crypto \ | ||
| 566 | golang.org/x/exp:golang.org/x/exp \ | ||
| 567 | golang.org/x/image:golang.org/x/image \ | ||
| 568 | golang.org/x/lint:golang.org/x/lint \ | ||
| 569 | golang.org/x/mobile:golang.org/x/mobile \ | ||
| 570 | golang.org/x/mod:golang.org/x/mod \ | ||
| 571 | golang.org/x/net:golang.org/x/net \ | ||
| 572 | golang.org/x/oauth2:golang.org/x/oauth2 \ | ||
| 573 | golang.org/x/sync:golang.org/x/sync \ | ||
| 574 | golang.org/x/sys:golang.org/x/sys \ | ||
| 575 | golang.org/x/term:golang.org/x/term \ | ||
| 576 | golang.org/x/text:golang.org/x/text \ | ||
| 577 | golang.org/x/time:golang.org/x/time \ | ||
| 578 | golang.org/x/tools:golang.org/x/tools \ | ||
| 579 | golang.org/x/xerrors:golang.org/x/xerrors \ | ||
| 580 | golang.zx2c4.com/wintun:golang.zx2c4.com/wintun \ | ||
| 581 | golang.zx2c4.com/wireguard:golang.zx2c4.com/wireguard \ | ||
| 582 | golang.zx2c4.com/wireguard/wgctrl:golang.zx2c4.com/wireguard/wgctrl \ | ||
| 583 | gonum.org/v1/gonum:github.com/gonum/gonum \ | ||
| 584 | gonum.org/v1/netlib:github.com/gonum/netlib \ | ||
| 585 | gonum.org/v1/plot:github.com/gonum/plot \ | ||
| 586 | google.golang.org/api:google.golang.org/api \ | ||
| 587 | google.golang.org/appengine:google.golang.org/appengine \ | ||
| 588 | google.golang.org/genproto:google.golang.org/genproto \ | ||
| 589 | google.golang.org/grpc:github.com/grpc/grpc-go \ | ||
| 590 | google.golang.org/grpc/cmd/protoc-gen-go-grpc:google.golang.org/grpc/cmd/protoc-gen-go-grpc \ | ||
| 591 | google.golang.org/protobuf:google.golang.org/protobuf \ | ||
| 592 | gopkg.in/airbrake/gobrake.v2:gopkg.in/airbrake/gobrake.v2 \ | ||
| 593 | gopkg.in/alecthomas/kingpin.v2:gopkg.in/alecthomas/kingpin.v2 \ | ||
| 594 | gopkg.in/check.v1:gopkg.in/check.v1 \ | ||
| 595 | gopkg.in/cheggaaa/pb.v1:gopkg.in/cheggaaa/pb.v1 \ | ||
| 596 | gopkg.in/errgo.v2:gopkg.in/errgo.v2 \ | ||
| 597 | gopkg.in/fsnotify.v1:gopkg.in/fsnotify.v1 \ | ||
| 598 | gopkg.in/gcfg.v1:gopkg.in/gcfg.v1 \ | ||
| 599 | gopkg.in/gemnasium/logrus-airbrake-hook.v2:gopkg.in/gemnasium/logrus-airbrake-hook.v2 \ | ||
| 600 | gopkg.in/inf.v0:gopkg.in/inf.v0 \ | ||
| 601 | gopkg.in/ini.v1:gopkg.in/ini.v1 \ | ||
| 602 | gopkg.in/natefinch/lumberjack.v2:gopkg.in/natefinch/lumberjack.v2 \ | ||
| 603 | gopkg.in/resty.v1:gopkg.in/resty.v1 \ | ||
| 604 | gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 \ | ||
| 605 | gopkg.in/tomb.v1:gopkg.in/tomb.v1 \ | ||
| 606 | gopkg.in/warnings.v0:gopkg.in/warnings.v0 \ | ||
| 607 | gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ | ||
| 608 | gopkg.in/yaml.v3:gopkg.in/yaml.v3 \ | ||
| 609 | gotest.tools:github.com/gotestyourself/gotest.tools \ | ||
| 610 | gotest.tools/v3:github.com/gotestyourself/gotest.tools568bc57cc5c19a2ef85e5749870b49a4cc2ab54d \ | ||
| 611 | honnef.co/go/tools:honnef.co/go/tools \ | ||
| 612 | inet.af/tcpproxy:inet.af/tcpproxy \ | ||
| 613 | k8s.io/api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/api \ | ||
| 614 | k8s.io/apiextensions-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apiextensions-apiserver \ | ||
| 615 | k8s.io/apimachinery:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apimachinery \ | ||
| 616 | k8s.io/apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apiserver \ | ||
| 617 | k8s.io/cli-runtime:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cli-runtime \ | ||
| 618 | k8s.io/client-go:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/client-go \ | ||
| 619 | k8s.io/cloud-provider:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cloud-provider \ | ||
| 620 | k8s.io/cluster-bootstrap:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cluster-bootstrap \ | ||
| 621 | k8s.io/code-generator:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/code-generator \ | ||
| 622 | k8s.io/component-base:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/component-base \ | ||
| 623 | k8s.io/component-helpers:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/component-helpers \ | ||
| 624 | k8s.io/controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/controller-manager \ | ||
| 625 | k8s.io/cri-api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cri-api \ | ||
| 626 | k8s.io/csi-translation-lib:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/csi-translation-lib \ | ||
| 627 | k8s.io/kube-aggregator:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-aggregator \ | ||
| 628 | k8s.io/kube-controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-controller-manager \ | ||
| 629 | k8s.io/kube-proxy:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-proxy \ | ||
| 630 | k8s.io/kube-scheduler:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-scheduler \ | ||
| 631 | k8s.io/kubectl:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kubectl \ | ||
| 632 | k8s.io/kubelet:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kubelet \ | ||
| 633 | k8s.io/kubernetes:github.com/k3s-io/kubernetes/staging/src/k8s.io/api \ | ||
| 634 | k8s.io/legacy-cloud-providers:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/legacy-cloud-providers \ | ||
| 635 | k8s.io/metrics:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/metrics \ | ||
| 636 | k8s.io/mount-utils:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/mount-utils \ | ||
| 637 | k8s.io/pod-security-admission:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/pod-security-admission \ | ||
| 638 | k8s.io/sample-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/sample-apiserver \ | ||
| 639 | k8s.io/gengo:k8s.io/gengo \ | ||
| 640 | k8s.io/klog:k8s.io/klog \ | ||
| 641 | k8s.io/klog/v2:github.com/k3s-io/klog/v2 \ | ||
| 642 | k8s.io/kube-openapi:k8s.io/kube-openapi \ | ||
| 643 | k8s.io/system-validators:k8s.io/system-validators \ | ||
| 644 | k8s.io/utils:k8s.io/utils \ | ||
| 645 | modernc.org/cc:modernc.org/cc \ | ||
| 646 | modernc.org/golex:modernc.org/golex \ | ||
| 647 | modernc.org/mathutil:modernc.org/mathutil \ | ||
| 648 | modernc.org/strutil:modernc.org/strutil \ | ||
| 649 | modernc.org/xc:modernc.org/xc \ | ||
| 650 | rsc.io/binaryregexp:rsc.io/binaryregexp \ | ||
| 651 | rsc.io/pdf:rsc.io/pdf \ | ||
| 652 | rsc.io/quote/v3:github.com/rsc/quote/v3//v3 \ | ||
| 653 | rsc.io/sampler:rsc.io/sampler \ | ||
| 654 | sigs.k8s.io/apiserver-network-proxy/konnectivity-client:sigs.k8s.io/apiserver-network-proxy/konnectivity-client//konnectivity-client \ | ||
| 655 | sigs.k8s.io/cli-utils:sigs.k8s.io/cli-utils \ | ||
| 656 | sigs.k8s.io/controller-runtime:sigs.k8s.io/controller-runtime \ | ||
| 657 | sigs.k8s.io/json:sigs.k8s.io/json \ | ||
| 658 | sigs.k8s.io/kustomize/api:sigs.k8s.io/kustomize/api//api \ | ||
| 659 | sigs.k8s.io/kustomize/cmd/config:sigs.k8s.io/kustomize/cmd/config//cmd/config \ | ||
| 660 | sigs.k8s.io/kustomize/kustomize/v4:sigs.k8s.io/kustomize/kustomize/v4//kustomize \ | ||
| 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 \ | ||
| 663 | sigs.k8s.io/testing_frameworks:sigs.k8s.io/testing_frameworks \ | ||
| 664 | sigs.k8s.io/yaml:sigs.k8s.io/yaml" | ||
| 665 | for s in $sites; do | ||
| 666 | site_dest=$(echo $s | cut -d: -f1) | ||
| 667 | site_source=$(echo $s | cut -d: -f2) | ||
| 668 | mkdir -p vendor.copy/$site_dest | ||
| 669 | [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } | ||
| 670 | done | ||
| 671 | |||
| 672 | ln -sf vendor.copy vendor | 59 | ln -sf vendor.copy vendor |
| 673 | 60 | ||
| 674 | # these are bad symlinks, go validates them and breaks the build if they are present | 61 | # these are bad symlinks, go validates them and breaks the build if they are present |
