On Thu, Jun 16, 2022 at 3:10 PM Bruce Ashfield via lists.yoctoproject.org <[email protected]> wrote: > > On Tue, Jun 14, 2022 at 3:49 PM Bruce Ashfield via > lists.yoctoproject.org > <[email protected]> wrote: > > > > On Fri, Jun 10, 2022 at 9:02 AM Bruce Ashfield via > > lists.yoctoproject.org > > <[email protected]> wrote: > > > > > > On Thu, Jun 9, 2022 at 3:46 AM Diego Sueiro <[email protected]> wrote: > > > > > > > > Hi Bruce, > > > > > > > > ________________________________ > > > > From: Bruce Ashfield <[email protected]> > > > > Sent: 08 June 2022 17:47 > > > > To: Diego Sueiro <[email protected]> > > > > Cc: [email protected] > > > > <[email protected]>; nd <[email protected]> > > > > Subject: Re: [meta-virtualization][PATCH] k3s: Fetch dependencies from > > > > github instead of googlesource to avoid rate-limit > > > > > > > > On Wed, Jun 8, 2022 at 12:21 PM Diego Sueiro <[email protected]> > > > > wrote: > > > > > > > > > > All repositories under https://go.googlesource.com/ have a mirror in > > > > > https://github.com. > > > > > > > > > > Fetching the dependencies from github is much faster and we avoid > > > > > timeouts due > > > > > to googlesource rate-limit. > > > > > > > > > > Reference: https://github.com/golang/go/issues/12933 > > > > > > > > I've been working on updating k3s to the same format as nerdctl (with > > > > .inc files and better formatted dependencies), so let me finish that > > > > update, and then we can get this applied. > > > > > > > > > > > > Thanks. Do you have an ETA for it? Also, is it possible to have the same > > > > on kirkstone branch as well? > > > > > > > > > > I'm working through the change now. I expect to have everything done > > > by next week. > > > > FYI: I ran into some build/integration issues with the remapped > > sources during my testing. > > > > I'm working through the issues, but do expect to get it sorted in the > > next day or so. > > With the mapped sources, I'm getting : > > | HASH subkey 6e32f77375d0996065f1395ad10899fcdedbe48231e9d03e1c591d00e19a854f > "stdout" = 1218368fb3aac4c208d7ebaf531ac1aec7e6f6a6ec38a6d43bd26406748b22c0 > > | HASH subkey > 5b6cfea3efc218f4f998049c59398fc4e4f37b6bc687bf28c5fc2aa1b234bbb9 > "stdout" = 1b590c77d9dfe5682591a11b26db44a4ec48cab00e594f1afa8ceb7c1d1930c3 > > | HASH subkey > 02a4a19c3371ddd8668456c195196ed193d26cf46d3b865e501641d171fc2699 > "stdout" = a388f248e081bb894bc2839c88e355947d135b158ea5f487dca7957a3fee180b > > | HASH subkey > deb8f7886451cf2aba0d536711ade072310b92b59677fda1cdafd30b23b35891 > "stdout" = 36cd81ab2a9578fc941df7ee2ec0728993495a8f6e9debfcbaafb6c7f3d32843 > > | WARNING: exit code 2 from a shell command. > > > Which is go exiting and erroring during the build, the log file is > huge, and I haven't found the issue yet .. but I am working on it, so > I wanted to send an update!
I've managed to get a new binary built. There is a non-deterministic error in the build (with gnostic) that resulted from a bad hash and tag expansion. One build shows a warning, the next doesn't. With a bit of luck, I'll get it sorted out on Monday. Bruce > > Bruce > > > > > Bruce > > > > > > > > Since it isn't a functional change or new features, I can definitely > > > put it on kirkstone at the same time as master. > > > > > > Bruce > > > > > > > I'll also need to teach my generation script to make that mapping, as > > > > it would otherwise be lost on upgrades, as all of those locations are > > > > discovered via the go infrastructure. > > > > > > > > One more question, as the non-linebroken relocation sites is super > > > > hard to read diffs (which is why I reformatted it), I assume you are > > > > mapping those github sites back to the googlesource location in the > > > > relocation step, so that go finds it, and doesn't fetch ? > > > > > > > > Yes, I've replaced in there as well (using sed and checking with grep). > > > > I have tested this change on both master and kikstone branches from a > > > > cleanall. > > > > > > > > There is a k3s runtime issue in master (which predates this proposed > > > > change) which > > > > we will look in the upcoming days. > > > > > > > > -- > > > > Diego Sueiro > > > > > > > > > > > > > > > > > > Signed-off-by: Diego Sueiro <[email protected]> > > > > > --- > > > > > recipes-containers/k3s/k3s_git.bb | 62 > > > > > +++++++++++++++---------------- > > > > > 1 file changed, 31 insertions(+), 31 deletions(-) > > > > > > > > > > diff --git a/recipes-containers/k3s/k3s_git.bb > > > > > b/recipes-containers/k3s/k3s_git.bb > > > > > index a20092c..4f109ad 100644 > > > > > --- a/recipes-containers/k3s/k3s_git.bb > > > > > +++ b/recipes-containers/k3s/k3s_git.bb > > > > > @@ -2238,79 +2238,79 @@ > > > > > SRCREV_zap="2908d3000567b86f0b7f1e99cc6bc5c9f30d43a0" > > > > > SRC_URI += > > > > > "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap" > > > > > > > > > > # golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 > > > > > -# [1] git ls-remote https://go.googlesource.com/crypto > > > > > 5ea612d1eb830b38bc4e914e37f55311eb58adce > > > > > +# [1] git ls-remote https://github.com/golang/crypto > > > > > 5ea612d1eb830b38bc4e914e37f55311eb58adce > > > > > SRCREV_crypto="5ea612d1eb830b38bc4e914e37f55311eb58adce" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/crypto" > > > > > +SRC_URI += > > > > > "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/crypto" > > > > > > > > > > # golang.org/x/exp v0.0.0-20210220032938-85be41e4509f > > > > > -# [1] git ls-remote https://go.googlesource.com/exp > > > > > 85be41e4509f417cbf99006a027aef75deb8afd1 > > > > > +# [1] git ls-remote https://github.com/golang/exp > > > > > 85be41e4509f417cbf99006a027aef75deb8afd1 > > > > > SRCREV_exp="85be41e4509f417cbf99006a027aef75deb8afd1" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/exp" > > > > > +SRC_URI += > > > > > "git://github.com/golang/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/exp" > > > > > > > > > > # golang.org/x/image v0.0.0-20190802002840-cff245a6509b > > > > > -# [1] git ls-remote https://go.googlesource.com/image > > > > > cff245a6509b8c4de022d0d5b9037c503c5989d6 > > > > > +# [1] git ls-remote https://github.com/golang/image > > > > > cff245a6509b8c4de022d0d5b9037c503c5989d6 > > > > > SRCREV_image="cff245a6509b8c4de022d0d5b9037c503c5989d6" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/image;name=image;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/image" > > > > > +SRC_URI += > > > > > "git://github.com/golang/image;name=image;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/image" > > > > > > > > > > # golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 > > > > > -# [1] git ls-remote https://go.googlesource.com/lint > > > > > 6edffad5e6160f5949cdefc81710b2706fbcd4f6 > > > > > +# [1] git ls-remote https://github.com/golang/lint > > > > > 6edffad5e6160f5949cdefc81710b2706fbcd4f6 > > > > > SRCREV_lint="6edffad5e6160f5949cdefc81710b2706fbcd4f6" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/lint;name=lint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/lint" > > > > > +SRC_URI += > > > > > "git://github.com/golang/lint;name=lint;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/lint" > > > > > > > > > > # golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f > > > > > -# [1] git ls-remote https://go.googlesource.com/mobile > > > > > e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9 > > > > > +# [1] git ls-remote https://github.com/golang/mobile > > > > > e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9 > > > > > SRCREV_mobile="e6ae53a27f4fd7cfa2943f2ae47b96cba8eb01c9" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/mobile;name=mobile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/mobile" > > > > > +SRC_URI += > > > > > "git://github.com/golang/mobile;name=mobile;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/mobile" > > > > > > > > > > # golang.org/x/mod v0.5.1 > > > > > -# [1] git ls-remote https://go.googlesource.com/mod > > > > > 49f84bccfd3469cb3095201f7855641bcc8eb49a > > > > > +# [1] git ls-remote https://github.com/golang/mod > > > > > 49f84bccfd3469cb3095201f7855641bcc8eb49a > > > > > SRCREV_mod="49f84bccfd3469cb3095201f7855641bcc8eb49a" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/mod" > > > > > +SRC_URI += > > > > > "git://github.com/golang/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/mod" > > > > > > > > > > # golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 > > > > > -# [1] git ls-remote https://go.googlesource.com/net > > > > > a5a99cb37ef4b68617775ab669177656090ab396 > > > > > +# [1] git ls-remote https://github.com/golang/net > > > > > a5a99cb37ef4b68617775ab669177656090ab396 > > > > > SRCREV_net="a5a99cb37ef4b68617775ab669177656090ab396" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/net" > > > > > +SRC_URI += > > > > > "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/net" > > > > > > > > > > # golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 > > > > > -# [1] git ls-remote https://go.googlesource.com/oauth2 > > > > > d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe > > > > > +# [1] git ls-remote https://github.com/golang/oauth2 > > > > > d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe > > > > > SRCREV_oauth2="d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/oauth2" > > > > > +SRC_URI += > > > > > "git://github.com/golang/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/oauth2" > > > > > > > > > > # golang.org/x/sync v0.0.0-20210220032951-036812b2e83c > > > > > -# [1] git ls-remote https://go.googlesource.com/sync > > > > > 036812b2e83c0ddf193dd5a34e034151da389d09 > > > > > +# [1] git ls-remote https://github.com/golang/sync > > > > > 036812b2e83c0ddf193dd5a34e034151da389d09 > > > > > SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sync" > > > > > +SRC_URI += > > > > > "git://github.com/golang/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/sync" > > > > > > > > > > # golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e > > > > > -# [1] git ls-remote https://go.googlesource.com/sys > > > > > f4d43177bf5e2ee98617956e417d0555d4b69c17 > > > > > +# [1] git ls-remote https://github.com/golang/sys > > > > > f4d43177bf5e2ee98617956e417d0555d4b69c17 > > > > > SRCREV_sys="f4d43177bf5e2ee98617956e417d0555d4b69c17" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sys" > > > > > +SRC_URI += > > > > > "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/sys" > > > > > > > > > > # golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d > > > > > -# [1] git ls-remote https://go.googlesource.com/term > > > > > 6a3ed077a48de71621ad530f9078fffa0bc0ce32 > > > > > +# [1] git ls-remote https://github.com/golang/term > > > > > 6a3ed077a48de71621ad530f9078fffa0bc0ce32 > > > > > SRCREV_term1="6a3ed077a48de71621ad530f9078fffa0bc0ce32" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/term" > > > > > +SRC_URI += > > > > > "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/term" > > > > > > > > > > # golang.org/x/text v0.3.7 > > > > > -# [1] git ls-remote https://go.googlesource.com/text > > > > > 3cd4007149f3f883d229d707172ed356727aae99 > > > > > +# [1] git ls-remote https://github.com/golang/text > > > > > 3cd4007149f3f883d229d707172ed356727aae99 > > > > > SRCREV_text1="3cd4007149f3f883d229d707172ed356727aae99" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/text" > > > > > +SRC_URI += > > > > > "git://github.com/golang/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/text" > > > > > > > > > > # golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac > > > > > -# [1] git ls-remote https://go.googlesource.com/time > > > > > 1f47c861a9ac5a6e7645609f91b895398ff31642 > > > > > +# [1] git ls-remote https://github.com/golang/time > > > > > 1f47c861a9ac5a6e7645609f91b895398ff31642 > > > > > SRCREV_time="1f47c861a9ac5a6e7645609f91b895398ff31642" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/time" > > > > > +SRC_URI += > > > > > "git://github.com/golang/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/time" > > > > > > > > > > # golang.org/x/tools v0.1.8 > > > > > -# [1] git ls-remote https://go.googlesource.com/tools > > > > > e212aff8fd146c44ddb0167c1dfbd5531d6c9213 > > > > > +# [1] git ls-remote https://github.com/golang/tools > > > > > e212aff8fd146c44ddb0167c1dfbd5531d6c9213 > > > > > SRCREV_tools="e212aff8fd146c44ddb0167c1dfbd5531d6c9213" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/tools" > > > > > +SRC_URI += > > > > > "git://github.com/golang/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/tools" > > > > > > > > > > # golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 > > > > > -# [1] git ls-remote https://go.googlesource.com/xerrors > > > > > 5ec99f83aff198f5fbd629d6c8d8eb38a04218ca > > > > > +# [1] git ls-remote https://github.com/golang/xerrors > > > > > 5ec99f83aff198f5fbd629d6c8d8eb38a04218ca > > > > > SRCREV_xerrors="5ec99f83aff198f5fbd629d6c8d8eb38a04218ca" > > > > > -SRC_URI += > > > > > "git://go.googlesource.com/xerrors;name=xerrors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/xerrors" > > > > > +SRC_URI += > > > > > "git://github.com/golang/xerrors;name=xerrors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/xerrors" > > > > > > > > > > # golang.zx2c4.com/go118/netip v0.0.0-20211111135330-a4a02eeacf9d > > > > > # [1] git ls-remote https://git.zx2c4.com/go118-netip > > > > > a4a02eeacf9d49566df85e8cff878e5527e51779 > > > > > @@ -2633,7 +2633,7 @@ do_compile() { > > > > > > > > > > cd ${S}/src/import > > > > > > > > > > - sites="bazil.org/fuse:github.com/bazil/fuse > > > > > bitbucket.org/bertimus9/systemstat:bitbucket.org/bertimus9/systemstat > > > > > cloud.google.com/go:github.com/googleapis/google-cloud-go > > > > > cloud.google.com/go/bigquery:github.com/googleapis/google-cloud-go/bigquery//bigquery > > > > > > > > > > cloud.google.com/go/datastore:github.com/googleapis/google-cloud-go/bigquery//datastore > > > > > > > > > > cloud.google.com/go/firestore:github.com/googleapis/google-cloud-go/bigquery//firestore > > > > > > > > > > cloud.google.com/go/pubsub:github.com/googleapis/google-cloud-go/bigquery//pubsub > > > > > > > > > > cloud.google.com/go/storage:github.com/googleapis/google-cloud-go/bigquery//storage > > > > > dmitri.shuralyov.com/gpu/mtl:dmitri.shuralyov.com/gpu/mtl > > > > > github.com/360EntSecGroup-Skylar/excelize:github.com/360EntSecGroup-Skylar/excelize > > > > > github.com/Azure/azure-sdk-for-go:github.com/Azure/azure-sdk-for-go > > > > > github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm > > > > > github.com/Azure/go-autorest:github.com/Azure/go-autorest > > > > > github.com/Azure/go-autorest/autorest:github.com/Azure/go-autorest/autorest//autorest > > > > > > > > > > github.com/Azure/go-autorest/autorest/adal:github.com/Azure/go-autorest/autorest//autorest/adal > > > > > > > > > > github.com/Azure/go-autorest/autorest/date:github.com/Azure/go-autorest/autorest//autorest/date > > > > > > > > > > github.com/Azure/go-autorest/autorest/mocks:github.com/Azure/go-autorest/autorest//autorest/mocks > > > > > > > > > > github.com/Azure/go-autorest/autorest/to:github.com/Azure/go-autorest/autorest//autorest/to > > > > > > > > > > github.com/Azure/go-autorest/autorest/validation:github.com/Azure/go-autorest/autorest//autorest/validation > > > > > > > > > > github.com/Azure/go-autorest/logger:github.com/Azure/go-autorest/autorest//logger > > > > > > > > > > github.com/Azure/go-autorest/tracing:github.com/Azure/go-autorest/autorest//tracing > > > > > github.com/BurntSushi/toml:github.com/BurntSushi/toml > > > > > github.com/BurntSushi/xgb:github.com/BurntSushi/xgb > > > > > github.com/GoogleCloudPlatform/k8s-cloud-provider:github.com/GoogleCloudPlatform/k8s-cloud-provider > > > > > github.com/JeffAshton/win_pdh:github.com/JeffAshton/win_pdh > > > > > github.com/MakeNowJust/heredoc:github.com/MakeNowJust/heredoc > > > > > github.com/Microsoft/go-winio:github.com/Microsoft/go-winio > > > > > github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim > > > > > github.com/NYTimes/gziphandler:github.com/NYTimes/gziphandler > > > > > github.com/OneOfOne/xxhash:github.com/OneOfOne/xxhash > > > > > github.com/PuerkitoBio/goquery:github.com/PuerkitoBio/goquery > > > > > github.com/PuerkitoBio/purell:github.com/PuerkitoBio/purell > > > > > github.com/PuerkitoBio/urlesc:github.com/PuerkitoBio/urlesc > > > > > github.com/Rican7/retry:github.com/Rican7/retry > > > > > github.com/agnivade/levenshtein:github.com/agnivade/levenshtein > > > > > github.com/ajstarks/svgo:github.com/ajstarks/svgo > > > > > github.com/alecthomas/template:github.com/alecthomas/template > > > > > github.com/alecthomas/units:github.com/alecthomas/units > > > > > github.com/alexflint/go-filemutex:github.com/alexflint/go-filemutex > > > > > github.com/andreyvit/diff:github.com/andreyvit/diff > > > > > github.com/andybalholm/cascadia:github.com/andybalholm/cascadia > > > > > github.com/antihax/optional:github.com/antihax/optional > > > > > github.com/armon/circbuf:github.com/armon/circbuf > > > > > github.com/armon/consul-api:github.com/armon/consul-api > > > > > github.com/armon/go-metrics:github.com/armon/go-metrics > > > > > github.com/armon/go-radix:github.com/armon/go-radix > > > > > github.com/asaskevich/govalidator:github.com/asaskevich/govalidator > > > > > github.com/auth0/go-jwt-middleware:github.com/auth0/go-jwt-middleware > > > > > github.com/aws/aws-sdk-go:github.com/aws/aws-sdk-go > > > > > github.com/benbjohnson/clock:github.com/benbjohnson/clock > > > > > github.com/beorn7/perks:github.com/beorn7/perks > > > > > github.com/bgentry/speakeasy:github.com/bgentry/speakeasy > > > > > github.com/bits-and-blooms/bitset:github.com/bits-and-blooms/bitset > > > > > github.com/bketelsen/crypt:github.com/bketelsen/crypt > > > > > github.com/blang/semver:github.com/blang/semver > > > > > github.com/boltdb/bolt:github.com/boltdb/bolt > > > > > github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici > > > > > github.com/buger/jsonparser:github.com/buger/jsonparser > > > > > github.com/canonical/go-dqlite:github.com/canonical/go-dqlite > > > > > github.com/census-instrumentation/opencensus-proto:github.com/census-instrumentation/opencensus-proto > > > > > github.com/certifi/gocertifi:github.com/certifi/gocertifi > > > > > github.com/cespare/xxhash:github.com/cespare/xxhash > > > > > github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 > > > > > github.com/chai2010/gettext-go:github.com/chai2010/gettext-go > > > > > github.com/checkpoint-restore/go-criu/v5:github.com/checkpoint-restore/go-criu/v5 > > > > > github.com/cheggaaa/pb:github.com/cheggaaa/pb > > > > > github.com/chzyer/logex:github.com/chzyer/logex > > > > > github.com/chzyer/readline:github.com/chzyer/readline > > > > > github.com/chzyer/test:github.com/chzyer/test > > > > > github.com/cilium/ebpf:github.com/cilium/ebpf > > > > > github.com/cloudnativelabs/kube-router:github.com/cloudnativelabs/kube-router > > > > > github.com/clusterhq/flocker-go:github.com/clusterhq/flocker-go > > > > > github.com/cncf/udpa/go:github.com/cncf/udpa/go//go > > > > > github.com/cockroachdb/datadriven:github.com/cockroachdb/datadriven > > > > > github.com/cockroachdb/errors:github.com/cockroachdb/errors > > > > > github.com/cockroachdb/logtags:github.com/cockroachdb/logtags > > > > > github.com/container-storage-interface/spec:github.com/container-storage-interface/spec > > > > > github.com/containerd/aufs:github.com/containerd/aufs > > > > > github.com/containerd/btrfs:github.com/containerd/btrfs > > > > > github.com/containerd/cgroups:github.com/containerd/cgroups > > > > > github.com/containerd/console:github.com/containerd/console > > > > > github.com/containerd/containerd:github.com/containerd/containerd > > > > > github.com/containerd/continuity:github.com/containerd/continuity > > > > > github.com/containerd/fifo:github.com/containerd/fifo > > > > > github.com/containerd/fuse-overlayfs-snapshotter:github.com/containerd/fuse-overlayfs-snapshotter > > > > > github.com/containerd/go-cni:github.com/containerd/go-cni > > > > > github.com/containerd/go-runc:github.com/containerd/go-runc > > > > > github.com/containerd/imgcrypt:github.com/containerd/imgcrypt > > > > > github.com/containerd/nri:github.com/containerd/nri > > > > > github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter > > > > > > > > > > github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz > > > > > github.com/containerd/ttrpc:github.com/containerd/ttrpc > > > > > github.com/containerd/typeurl:github.com/containerd/typeurl > > > > > github.com/containerd/zfs:github.com/containerd/zfs > > > > > github.com/containernetworking/cni:github.com/containernetworking/cni > > > > > github.com/containernetworking/plugins:github.com/containernetworking/plugins > > > > > github.com/containers/ocicrypt:github.com/containers/ocicrypt > > > > > github.com/coredns/caddy:github.com/coredns/caddy > > > > > github.com/coredns/corefile-migration:github.com/coredns/corefile-migration > > > > > github.com/coreos/bbolt:github.com/coreos/bbolt > > > > > github.com/coreos/etcd:github.com/coreos/etcd > > > > > github.com/coreos/go-iptables:github.com/coreos/go-iptables > > > > > github.com/coreos/go-oidc:github.com/coreos/go-oidc > > > > > github.com/coreos/go-semver:github.com/coreos/go-semver > > > > > github.com/coreos/go-systemd:github.com/coreos/go-systemd > > > > > github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 > > > > > github.com/coreos/pkg:github.com/coreos/pkg > > > > > github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 > > > > > github.com/creack/pty:github.com/creack/pty > > > > > github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin > > > > > github.com/d2g/dhcp4:github.com/d2g/dhcp4 > > > > > github.com/d2g/dhcp4client:github.com/d2g/dhcp4client > > > > > github.com/d2g/dhcp4server:github.com/d2g/dhcp4server > > > > > github.com/d2g/hardwareaddr:github.com/d2g/hardwareaddr > > > > > github.com/danieljoos/wincred:github.com/danieljoos/wincred > > > > > github.com/davecgh/go-spew:github.com/davecgh/go-spew > > > > > github.com/daviddengcn/go-colortext:github.com/daviddengcn/go-colortext > > > > > github.com/denverdino/aliyungo:github.com/denverdino/aliyungo > > > > > github.com/dgrijalva/jwt-go:github.com/dgrijalva/jwt-go > > > > > github.com/dgryski/go-farm:github.com/dgryski/go-farm > > > > > github.com/dgryski/go-sip13:github.com/dgryski/go-sip13 > > > > > github.com/dnaeon/go-vcr:github.com/dnaeon/go-vcr > > > > > github.com/docker/cli:github.com/docker/cli > > > > > github.com/docker/distribution:github.com/docker/distribution > > > > > github.com/docker/docker:github.com/docker/docker > > > > > github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers > > > > > github.com/docker/go-connections:github.com/docker/go-connections > > > > > github.com/docker/go-events:github.com/docker/go-events > > > > > github.com/docker/go-metrics:github.com/docker/go-metrics > > > > > github.com/docker/go-units:github.com/docker/go-units > > > > > github.com/docopt/docopt-go:github.com/docopt/docopt-go > > > > > github.com/dustin/go-humanize:github.com/dustin/go-humanize > > > > > github.com/dustmop/soup:github.com/dustmop/soup > > > > > github.com/eapache/channels:github.com/eapache/channels > > > > > github.com/eapache/queue:github.com/eapache/queue > > > > > github.com/elazarl/goproxy:github.com/elazarl/goproxy > > > > > github.com/emicklei/go-restful:github.com/emicklei/go-restful > > > > > github.com/envoyproxy/go-control-plane:github.com/envoyproxy/go-control-plane > > > > > > > > > > github.com/envoyproxy/protoc-gen-validate:github.com/envoyproxy/protoc-gen-validate > > > > > github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt > > > > > github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser > > > > > github.com/evanphx/json-patch:github.com/evanphx/json-patch > > > > > github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath > > > > > github.com/fanliao/go-promise:github.com/fanliao/go-promise > > > > > github.com/fatih/camelcase:github.com/fatih/camelcase > > > > > github.com/fatih/color:github.com/fatih/color > > > > > github.com/felixge/httpsnoop:github.com/felixge/httpsnoop > > > > > github.com/flannel-io/flannel:github.com/flannel-io/flannel > > > > > github.com/flynn/go-shlex:github.com/flynn/go-shlex > > > > > github.com/fogleman/gg:github.com/fogleman/gg > > > > > github.com/form3tech-oss/jwt-go:github.com/form3tech-oss/jwt-go > > > > > github.com/frankban/quicktest:github.com/frankban/quicktest > > > > > github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify > > > > > github.com/fvbommel/sortorder:github.com/fvbommel/sortorder > > > > > github.com/getsentry/raven-go:github.com/getsentry/raven-go > > > > > github.com/ghodss/yaml:github.com/ghodss/yaml > > > > > github.com/globalsign/mgo:github.com/globalsign/mgo > > > > > github.com/go-bindata/go-bindata:github.com/go-bindata/go-bindata > > > > > github.com/go-errors/errors:github.com/go-errors/errors > > > > > github.com/go-gl/glfw:github.com/go-gl/glfw > > > > > github.com/go-gl/glfw/v3.3/glfw:github.com/go-gl/glfw/v3.3/glfw//v3.3/glfw > > > > > github.com/go-ini/ini:github.com/go-ini/ini > > > > > github.com/go-kit/kit:github.com/go-kit/kit > > > > > github.com/go-kit/log:github.com/go-kit/log > > > > > github.com/go-logfmt/logfmt:github.com/go-logfmt/logfmt > > > > > github.com/go-logr/logr:github.com/go-logr/logr > > > > > github.com/go-logr/zapr:github.com/go-logr/zapr > > > > > github.com/go-openapi/analysis:github.com/go-openapi/analysis > > > > > github.com/go-openapi/errors:github.com/go-openapi/errors > > > > > github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer > > > > > github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference > > > > > github.com/go-openapi/loads:github.com/go-openapi/loads > > > > > github.com/go-openapi/runtime:github.com/go-openapi/runtime > > > > > github.com/go-openapi/spec:github.com/go-openapi/spec > > > > > github.com/go-openapi/strfmt:github.com/go-openapi/strfmt > > > > > github.com/go-openapi/swag:github.com/go-openapi/swag > > > > > github.com/go-openapi/validate:github.com/go-openapi/validate > > > > > github.com/go-ozzo/ozzo-validation:github.com/go-ozzo/ozzo-validation > > > > > github.com/go-sql-driver/mysql:github.com/go-sql-driver/mysql > > > > > github.com/go-stack/stack:github.com/go-stack/stack > > > > > github.com/go-task/slim-sprig:github.com/go-task/slim-sprig > > > > > github.com/go-test/deep:github.com/go-test/deep > > > > > github.com/goccy/go-json:github.com/goccy/go-json > > > > > github.com/godbus/dbus:github.com/godbus/dbus > > > > > github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 > > > > > github.com/gofrs/flock:github.com/gofrs/flock > > > > > github.com/gofrs/uuid:github.com/gofrs/uuid > > > > > github.com/gogo/googleapis:github.com/gogo/googleapis > > > > > github.com/gogo/protobuf:github.com/gogo/protobuf > > > > > github.com/golang/freetype:github.com/golang/freetype > > > > > github.com/golang/glog:github.com/golang/glog > > > > > github.com/golang/groupcache:github.com/golang/groupcache > > > > > github.com/golang/mock:github.com/golang/mock > > > > > github.com/golang/protobuf:github.com/golang/protobuf > > > > > github.com/golang/snappy:github.com/golang/snappy > > > > > github.com/golangplus/bytes:github.com/golangplus/bytes > > > > > github.com/golangplus/fmt:github.com/golangplus/fmt > > > > > github.com/golangplus/testing:github.com/golangplus/testing > > > > > github.com/google/btree:github.com/google/btree > > > > > github.com/google/cadvisor:github.com/google/cadvisor > > > > > github.com/google/go-cmp:github.com/google/go-cmp > > > > > github.com/google/go-containerregistry:github.com/google/go-containerregistry > > > > > github.com/google/gofuzz:github.com/google/gofuzz > > > > > github.com/google/martian:github.com/google/martian > > > > > github.com/google/martian/v3:github.com/google/martian/v3 > > > > > github.com/google/pprof:github.com/google/pprof > > > > > github.com/google/renameio:github.com/google/renameio > > > > > github.com/google/shlex:github.com/google/shlex > > > > > github.com/google/uuid:github.com/google/uuid > > > > > github.com/googleapis/gax-go/v2:github.com/googleapis/gax-go/v2//v2 > > > > > github.com/googleapis/gnostic:github.com/googleapis/gnostic > > > > > github.com/gophercloud/gophercloud:github.com/gophercloud/gophercloud > > > > > github.com/gopherjs/gopherjs:github.com/gopherjs/gopherjs > > > > > github.com/gorilla/mux:github.com/gorilla/mux > > > > > github.com/gorilla/websocket:github.com/gorilla/websocket > > > > > github.com/gregjones/httpcache:github.com/gregjones/httpcache > > > > > github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware > > > > > > > > > > github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus > > > > > > > > > > github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway > > > > > github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2 > > > > > github.com/hashicorp/consul/api:github.com/hashicorp/consul/api//api > > > > > github.com/hashicorp/consul/sdk:github.com/hashicorp/consul/sdk//sdk > > > > > github.com/hashicorp/errwrap:github.com/hashicorp/errwrap > > > > > github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp > > > > > github.com/hashicorp/go-hclog:github.com/hashicorp/go-hclog > > > > > github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix > > > > > github.com/hashicorp/go-msgpack:github.com/hashicorp/go-msgpack > > > > > github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror > > > > > github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp > > > > > github.com/hashicorp/go-rootcerts:github.com/hashicorp/go-rootcerts > > > > > github.com/hashicorp/go-sockaddr:github.com/hashicorp/go-sockaddr > > > > > github.com/hashicorp/go-syslog:github.com/hashicorp/go-syslog > > > > > github.com/hashicorp/go-uuid:github.com/hashicorp/go-uuid > > > > > github.com/hashicorp/go.net:github.com/hashicorp/go.net > > > > > github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru > > > > > github.com/hashicorp/hcl:github.com/hashicorp/hcl > > > > > github.com/hashicorp/logutils:github.com/hashicorp/logutils > > > > > github.com/hashicorp/mdns:github.com/hashicorp/mdns > > > > > github.com/hashicorp/memberlist:github.com/hashicorp/memberlist > > > > > github.com/hashicorp/serf:github.com/hashicorp/serf > > > > > github.com/heketi/heketi:github.com/heketi/heketi > > > > > github.com/heketi/tests:github.com/heketi/tests > > > > > github.com/hpcloud/tail:github.com/hpcloud/tail > > > > > github.com/hugelgupf/socketpair:github.com/hugelgupf/socketpair > > > > > github.com/ianlancetaylor/demangle:github.com/ianlancetaylor/demangle > > > > > github.com/imdario/mergo:github.com/imdario/mergo > > > > > github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap > > > > > github.com/insomniacslk/dhcp:github.com/insomniacslk/dhcp > > > > > github.com/ishidawataru/sctp:github.com/ishidawataru/sctp > > > > > github.com/j-keck/arping:github.com/j-keck/arping > > > > > github.com/jessevdk/go-flags:github.com/jessevdk/go-flags > > > > > github.com/jmespath/go-jmespath:github.com/jmespath/go-jmespath > > > > > github.com/jmespath/go-jmespath/internal/testify:github.com/jmespath/go-jmespath/internal/testify//internal/testify > > > > > github.com/joho/godotenv:github.com/joho/godotenv > > > > > github.com/jonboulle/clockwork:github.com/jonboulle/clockwork > > > > > github.com/josharian/intern:github.com/josharian/intern > > > > > github.com/josharian/native:github.com/josharian/native > > > > > github.com/jpillora/backoff:github.com/jpillora/backoff > > > > > github.com/jsimonetti/rtnetlink:github.com/jsimonetti/rtnetlink > > > > > github.com/json-iterator/go:github.com/json-iterator/go > > > > > github.com/jstemmer/go-junit-report:github.com/jstemmer/go-junit-report > > > > > github.com/jtolds/gls:github.com/jtolds/gls > > > > > github.com/julienschmidt/httprouter:github.com/julienschmidt/httprouter > > > > > github.com/jung-kurt/gofpdf:github.com/jung-kurt/gofpdf > > > > > github.com/k-sone/critbitgo:github.com/k-sone/critbitgo > > > > > github.com/k3s-io/helm-controller:github.com/k3s-io/helm-controller > > > > > github.com/k3s-io/kine:github.com/k3s-io/kine > > > > > github.com/karrick/godirwalk:github.com/karrick/godirwalk > > > > > github.com/kisielk/errcheck:github.com/kisielk/errcheck > > > > > github.com/kisielk/gotool:github.com/kisielk/gotool > > > > > github.com/klauspost/compress:github.com/klauspost/compress > > > > > github.com/klauspost/cpuid:github.com/klauspost/cpuid > > > > > github.com/konsorten/go-windows-terminal-sequences:github.com/konsorten/go-windows-terminal-sequences > > > > > github.com/kr/fs:github.com/kr/fs > > > > > github.com/kr/logfmt:github.com/kr/logfmt > > > > > github.com/kr/pretty:github.com/kr/pretty > > > > > github.com/kr/pty:github.com/kr/pty > > > > > github.com/kr/text:github.com/kr/text > > > > > github.com/kubernetes-sigs/cri-tools:github.com/kubernetes-sigs/cri-tools > > > > > github.com/kylelemons/godebug:github.com/kylelemons/godebug > > > > > github.com/lib/pq:github.com/lib/pq > > > > > github.com/libopenstorage/openstorage:github.com/libopenstorage/openstorage > > > > > github.com/liggitt/tabwriter:github.com/liggitt/tabwriter > > > > > github.com/lithammer/dedent:github.com/lithammer/dedent > > > > > github.com/lpabon/godbc:github.com/lpabon/godbc > > > > > github.com/magiconair/properties:github.com/magiconair/properties > > > > > github.com/mailru/easyjson:github.com/mailru/easyjson > > > > > github.com/mattn/go-colorable:github.com/mattn/go-colorable > > > > > github.com/mattn/go-isatty:github.com/mattn/go-isatty > > > > > github.com/mattn/go-runewidth:github.com/mattn/go-runewidth > > > > > github.com/mattn/go-shellwords:github.com/mattn/go-shellwords > > > > > github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3 > > > > > github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions > > > > > github.com/mdlayher/ethernet:github.com/mdlayher/ethernet > > > > > github.com/mdlayher/ethtool:github.com/mdlayher/ethtool > > > > > github.com/mdlayher/genetlink:github.com/mdlayher/genetlink > > > > > github.com/mdlayher/netlink:github.com/mdlayher/netlink > > > > > github.com/mdlayher/raw:github.com/mdlayher/raw > > > > > github.com/mdlayher/socket:github.com/mdlayher/socket > > > > > github.com/miekg/dns:github.com/miekg/dns > > > > > github.com/miekg/pkcs11:github.com/miekg/pkcs11 > > > > > github.com/mikioh/ipaddr:github.com/mikioh/ipaddr > > > > > github.com/mindprince/gonvml:github.com/mindprince/gonvml > > > > > github.com/minio/md5-simd:github.com/minio/md5-simd > > > > > github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 > > > > > github.com/minio/sha256-simd:github.com/minio/sha256-simd > > > > > github.com/minio/sio:github.com/minio/sio > > > > > github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs > > > > > github.com/mitchellh/cli:github.com/mitchellh/cli > > > > > github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir > > > > > github.com/mitchellh/go-testing-interface:github.com/mitchellh/go-testing-interface > > > > > github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap > > > > > github.com/mitchellh/gox:github.com/mitchellh/gox > > > > > github.com/mitchellh/iochan:github.com/mitchellh/iochan > > > > > github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure > > > > > github.com/moby/ipvs:github.com/moby/ipvs > > > > > github.com/moby/locker:github.com/moby/locker > > > > > github.com/moby/spdystream:github.com/moby/spdystream > > > > > github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo > > > > > github.com/moby/sys/symlink:github.com/moby/sys/mountinfo//symlink > > > > > github.com/moby/term:github.com/moby/term > > > > > github.com/moby/vpnkit:github.com/moby/vpnkit > > > > > github.com/modern-go/concurrent:github.com/modern-go/concurrent > > > > > github.com/modern-go/reflect2:github.com/modern-go/reflect2 > > > > > github.com/mohae/deepcopy:github.com/mohae/deepcopy > > > > > github.com/monochromegane/go-gitignore:github.com/monochromegane/go-gitignore > > > > > github.com/morikuni/aec:github.com/morikuni/aec > > > > > github.com/mrunalp/fileutils:github.com/mrunalp/fileutils > > > > > github.com/munnerz/goautoneg:github.com/munnerz/goautoneg > > > > > github.com/mvdan/xurls:github.com/mvdan/xurls > > > > > github.com/mwitkow/go-conntrack:github.com/mwitkow/go-conntrack > > > > > github.com/mxk/go-flowrate:github.com/mxk/go-flowrate > > > > > github.com/natefinch/lumberjack:github.com/natefinch/lumberjack > > > > > github.com/niemeyer/pretty:github.com/niemeyer/pretty > > > > > github.com/nxadm/tail:github.com/nxadm/tail > > > > > github.com/oklog/ulid:github.com/oklog/ulid > > > > > github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter > > > > > github.com/onsi/ginkgo:github.com/onsi/ginkgo > > > > > github.com/onsi/gomega:github.com/onsi/gomega > > > > > github.com/opencontainers/go-digest:github.com/opencontainers/go-digest > > > > > > > > > > github.com/opencontainers/image-spec:github.com/opencontainers/image-spec > > > > > github.com/opencontainers/runc:github.com/opencontainers/runc > > > > > github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec > > > > > github.com/opencontainers/selinux:github.com/opencontainers/selinux > > > > > github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go > > > > > github.com/osrg/gobgp:github.com/osrg/gobgp > > > > > github.com/otiai10/copy:github.com/otiai10/copy > > > > > github.com/otiai10/curr:github.com/otiai10/curr > > > > > github.com/otiai10/mint:github.com/otiai10/mint > > > > > github.com/pascaldekloe/goe:github.com/pascaldekloe/goe > > > > > github.com/paulmach/orb:github.com/paulmach/orb > > > > > github.com/pborman/uuid:github.com/pborman/uuid > > > > > github.com/pelletier/go-buffruneio:github.com/pelletier/go-buffruneio > > > > > github.com/pelletier/go-toml:github.com/pelletier/go-toml > > > > > github.com/peterbourgon/diskv:github.com/peterbourgon/diskv > > > > > github.com/pierrec/lz4:github.com/pierrec/lz4 > > > > > github.com/pkg/errors:github.com/pkg/errors > > > > > github.com/pkg/sftp:github.com/pkg/sftp > > > > > github.com/pmezard/go-difflib:github.com/pmezard/go-difflib > > > > > github.com/posener/complete:github.com/posener/complete > > > > > github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol > > > > > github.com/prometheus/client_golang:github.com/prometheus/client_golang > > > > > > > > > > github.com/prometheus/client_model:github.com/prometheus/client_model > > > > > github.com/prometheus/common:github.com/prometheus/common > > > > > github.com/prometheus/procfs:github.com/prometheus/procfs > > > > > github.com/prometheus/tsdb:github.com/prometheus/tsdb > > > > > github.com/qri-io/starlib:github.com/qri-io/starlib > > > > > github.com/quobyte/api:github.com/quobyte/api > > > > > github.com/rancher/dynamiclistener:github.com/rancher/dynamiclistener > > > > > github.com/rancher/lasso:github.com/rancher/lasso > > > > > github.com/rancher/remotedialer:github.com/rancher/remotedialer > > > > > github.com/rancher/wharfie:github.com/rancher/wharfie > > > > > github.com/rancher/wrangler:github.com/rancher/wrangler > > > > > github.com/remyoudompheng/bigfft:github.com/remyoudompheng/bigfft > > > > > github.com/robfig/cron/v3:github.com/robfig/cron/v3 > > > > > github.com/rogpeppe/fastuuid:github.com/rogpeppe/fastuuid > > > > > github.com/rogpeppe/go-internal:github.com/rogpeppe/go-internal > > > > > github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit > > > > > github.com/rs/xid:github.com/rs/xid > > > > > github.com/rubiojr/go-vhd:github.com/rubiojr/go-vhd > > > > > github.com/russross/blackfriday:github.com/russross/blackfriday > > > > > github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 > > > > > github.com/ryanuber/columnize:github.com/ryanuber/columnize > > > > > github.com/safchain/ethtool:github.com/safchain/ethtool > > > > > github.com/satori/go.uuid:github.com/satori/go.uuid > > > > > github.com/sean-/seed:github.com/sean-/seed > > > > > github.com/seccomp/libseccomp-golang:github.com/seccomp/libseccomp-golang > > > > > github.com/sergi/go-diff:github.com/sergi/go-diff > > > > > github.com/shurcooL/sanitized_anchor_name:github.com/shurcooL/sanitized_anchor_name > > > > > github.com/sirupsen/logrus:github.com/sirupsen/logrus > > > > > github.com/smartystreets/assertions:github.com/smartystreets/assertions > > > > > github.com/smartystreets/goconvey:github.com/smartystreets/goconvey > > > > > github.com/soheilhy/cmux:github.com/soheilhy/cmux > > > > > github.com/songgao/water:github.com/songgao/water > > > > > github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 > > > > > github.com/spf13/afero:github.com/spf13/afero > > > > > github.com/spf13/cast:github.com/spf13/cast > > > > > github.com/spf13/cobra:github.com/spf13/cobra > > > > > github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman > > > > > github.com/spf13/pflag:github.com/spf13/pflag > > > > > github.com/spf13/viper:github.com/spf13/viper > > > > > github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri > > > > > github.com/stoewer/go-strcase:github.com/stoewer/go-strcase > > > > > github.com/storageos/go-api:github.com/storageos/go-api > > > > > github.com/stretchr/objx:github.com/stretchr/objx > > > > > github.com/stretchr/testify:github.com/stretchr/testify > > > > > github.com/subosito/gotenv:github.com/subosito/gotenv > > > > > github.com/syndtr/gocapability:github.com/syndtr/gocapability > > > > > github.com/tchap/go-patricia:github.com/tchap/go-patricia > > > > > github.com/tencentcloud/tencentcloud-sdk-go:github.com/tencentcloud/tencentcloud-sdk-go > > > > > github.com/tidwall/pretty:github.com/tidwall/pretty > > > > > github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy > > > > > github.com/u-root/u-root:github.com/u-root/u-root > > > > > github.com/ugorji/go:github.com/ugorji/go > > > > > github.com/urfave/cli:github.com/urfave/cli > > > > > github.com/urfave/cli/v2:github.com/urfave/cli/v2 > > > > > github.com/urfave/negroni:github.com/urfave/negroni > > > > > github.com/vbatts/tar-split:github.com/vbatts/tar-split > > > > > github.com/vektah/gqlparser:github.com/vektah/gqlparser > > > > > github.com/vishvananda/netlink:github.com/vishvananda/netlink > > > > > github.com/vishvananda/netns:github.com/vishvananda/netns > > > > > github.com/vmware/govmomi:github.com/vmware/govmomi > > > > > github.com/willf/bitset:github.com/willf/bitset > > > > > github.com/xiang90/probing:github.com/xiang90/probing > > > > > github.com/xlab/treeprint:github.com/xlab/treeprint > > > > > github.com/xordataexchange/crypt:github.com/xordataexchange/crypt > > > > > github.com/yuin/goldmark:github.com/yuin/goldmark > > > > > go.etcd.io/bbolt:go.etcd.io/bbolt go.etcd.io/etcd:go.etcd.io/etcd > > > > > go.etcd.io/etcd/client/pkg/v3:github.com/etcd-io/etcd/client/pkg/v3//client/pkg > > > > > > > > > > go.etcd.io/etcd/client/v2:github.com/etcd-io/etcd/client/v2//client/v2 > > > > > go.etcd.io/etcd/pkg/v3:github.com/etcd-io/etcd/client/pkg/v3//pkg > > > > > go.etcd.io/etcd/raft/v3:github.com/etcd-io/etcd/client/pkg/v3//raft > > > > > go.etcd.io/etcd/api/v3:github.com/k3s-io/etcd/api/v3//api > > > > > go.etcd.io/etcd/client/v3:github.com/k3s-io/etcd/api/v3//client/v3 > > > > > go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/api/v3//etcdutl > > > > > go.etcd.io/etcd/server/v3:github.com/k3s-io/etcd/api/v3//server > > > > > go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 > > > > > go.opencensus.io:go.opencensus.io > > > > > go.opentelemetry.io/contrib:go.opentelemetry.io/contrib > > > > > go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib//instrumentation/google.golang.org/grpc/otelgrpc > > > > > > > > > > go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib//instrumentation/net/http/otelhttp > > > > > go.opentelemetry.io/otel:go.opentelemetry.io/otel > > > > > go.opentelemetry.io/otel/exporters/otlp:go.opentelemetry.io/otel//exporters/otlp > > > > > go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel//metric > > > > > go.opentelemetry.io/otel/oteltest:go.opentelemetry.io/otel//oteltest > > > > > go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel//sdk > > > > > go.opentelemetry.io/otel/sdk/export/metric:go.opentelemetry.io/otel//sdk/export/metric > > > > > > > > > > go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel//sdk/metric > > > > > go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace > > > > > go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp > > > > > go.starlark.net:github.com/google/starlark-go > > > > > go.uber.org/atomic:go.uber.org/atomic > > > > > go.uber.org/goleak:go.uber.org/goleak > > > > > go.uber.org/multierr:go.uber.org/multierr > > > > > go.uber.org/zap:go.uber.org/zap > > > > > golang.org/x/crypto:go.googlesource.com/crypto > > > > > golang.org/x/exp:go.googlesource.com/exp > > > > > golang.org/x/image:go.googlesource.com/image > > > > > golang.org/x/lint:go.googlesource.com/lint > > > > > golang.org/x/mobile:go.googlesource.com/mobile > > > > > golang.org/x/mod:go.googlesource.com/mod > > > > > golang.org/x/net:go.googlesource.com/net > > > > > golang.org/x/oauth2:go.googlesource.com/oauth2 > > > > > golang.org/x/sync:go.googlesource.com/sync > > > > > golang.org/x/sys:go.googlesource.com/sys > > > > > golang.org/x/term:go.googlesource.com/term > > > > > golang.org/x/text:go.googlesource.com/text > > > > > golang.org/x/time:go.googlesource.com/time > > > > > golang.org/x/tools:go.googlesource.com/tools > > > > > golang.org/x/xerrors:go.googlesource.com/xerrors > > > > > golang.zx2c4.com/go118/netip:golang.zx2c4.com/go118/netip > > > > > golang.zx2c4.com/wintun:golang.zx2c4.com/wintun > > > > > golang.zx2c4.com/wireguard:golang.zx2c4.com/wireguard > > > > > golang.zx2c4.com/wireguard/wgctrl:golang.zx2c4.com/wireguard/wgctrl > > > > > gonum.org/v1/gonum:github.com/gonum/gonum > > > > > gonum.org/v1/netlib:github.com/gonum/netlib > > > > > gonum.org/v1/plot:github.com/gonum/plot > > > > > google.golang.org/api:google.golang.org/api > > > > > google.golang.org/appengine:google.golang.org/appengine > > > > > google.golang.org/genproto:google.golang.org/genproto > > > > > google.golang.org/grpc:google.golang.org/grpc > > > > > google.golang.org/grpc/cmd/protoc-gen-go-grpc:google.golang.org/grpc/cmd/protoc-gen-go-grpc > > > > > google.golang.org/protobuf:google.golang.org/protobuf > > > > > gopkg.in/airbrake/gobrake.v2:gopkg.in/airbrake/gobrake.v2 > > > > > gopkg.in/alecthomas/kingpin.v2:gopkg.in/alecthomas/kingpin.v2 > > > > > gopkg.in/check.v1:gopkg.in/check.v1 > > > > > gopkg.in/cheggaaa/pb.v1:gopkg.in/cheggaaa/pb.v1 > > > > > gopkg.in/errgo.v2:gopkg.in/errgo.v2 > > > > > gopkg.in/fsnotify.v1:gopkg.in/fsnotify.v1 > > > > > gopkg.in/gcfg.v1:gopkg.in/gcfg.v1 > > > > > gopkg.in/gemnasium/logrus-airbrake-hook.v2:gopkg.in/gemnasium/logrus-airbrake-hook.v2 > > > > > gopkg.in/inf.v0:gopkg.in/inf.v0 gopkg.in/ini.v1:gopkg.in/ini.v1 > > > > > gopkg.in/natefinch/lumberjack.v2:gopkg.in/natefinch/lumberjack.v2 > > > > > gopkg.in/resty.v1:gopkg.in/resty.v1 > > > > > gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 > > > > > gopkg.in/tomb.v1:gopkg.in/tomb.v1 > > > > > gopkg.in/warnings.v0:gopkg.in/warnings.v0 > > > > > gopkg.in/yaml.v2:gopkg.in/yaml.v2 gopkg.in/yaml.v3:gopkg.in/yaml.v3 > > > > > gotest.tools:gotest.tools > > > > > gotest.tools/v3:github.com/gotestyourself/gotest.tools/v3 > > > > > honnef.co/go/tools:honnef.co/go/tools > > > > > inet.af/tcpproxy:inet.af/tcpproxy > > > > > k8s.io/api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/api > > > > > > > > > > k8s.io/apiextensions-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apiextensions-apiserver > > > > > > > > > > k8s.io/apimachinery:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apimachinery > > > > > > > > > > k8s.io/apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apiserver > > > > > > > > > > k8s.io/cli-runtime:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cli-runtime > > > > > > > > > > k8s.io/client-go:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/client-go > > > > > > > > > > k8s.io/cloud-provider:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cloud-provider > > > > > > > > > > k8s.io/cluster-bootstrap:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cluster-bootstrap > > > > > > > > > > k8s.io/code-generator:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/code-generator > > > > > > > > > > k8s.io/component-base:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/component-base > > > > > > > > > > k8s.io/component-helpers:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/component-helpers > > > > > > > > > > k8s.io/controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/controller-manager > > > > > > > > > > k8s.io/cri-api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cri-api > > > > > > > > > > k8s.io/csi-translation-lib:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/csi-translation-lib > > > > > > > > > > k8s.io/kube-aggregator:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-aggregator > > > > > > > > > > k8s.io/kube-controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-controller-manager > > > > > > > > > > k8s.io/kube-proxy:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-proxy > > > > > > > > > > k8s.io/kube-scheduler:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-scheduler > > > > > > > > > > k8s.io/kubectl:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kubectl > > > > > > > > > > k8s.io/kubelet:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kubelet > > > > > > > > > > k8s.io/kubernetes:github.com/k3s-io/kubernetes/staging/src/k8s.io/api > > > > > k8s.io/legacy-cloud-providers:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/legacy-cloud-providers > > > > > > > > > > k8s.io/metrics:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/metrics > > > > > > > > > > k8s.io/mount-utils:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/mount-utils > > > > > > > > > > k8s.io/pod-security-admission:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/pod-security-admission > > > > > > > > > > k8s.io/sample-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/sample-apiserver > > > > > k8s.io/gengo:k8s.io/gengo k8s.io/klog:k8s.io/klog > > > > > k8s.io/klog/v2:github.com/k3s-io/klog/v2 > > > > > k8s.io/kube-openapi:k8s.io/kube-openapi > > > > > k8s.io/system-validators:k8s.io/system-validators > > > > > k8s.io/utils:k8s.io/utils modernc.org/cc:modernc.org/cc > > > > > modernc.org/golex:modernc.org/golex > > > > > modernc.org/mathutil:modernc.org/mathutil > > > > > modernc.org/strutil:modernc.org/strutil modernc.org/xc:modernc.org/xc > > > > > rsc.io/binaryregexp:rsc.io/binaryregexp rsc.io/pdf:rsc.io/pdf > > > > > rsc.io/quote/v3:github.com/rsc/quote/v3//v3 > > > > > rsc.io/sampler:rsc.io/sampler > > > > > sigs.k8s.io/apiserver-network-proxy/konnectivity-client:github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client//konnectivity-client > > > > > sigs.k8s.io/cli-utils:sigs.k8s.io/cli-utils > > > > > sigs.k8s.io/controller-runtime:sigs.k8s.io/controller-runtime > > > > > sigs.k8s.io/kustomize/api:github.com/kubernetes-sigs/kustomize/api//api > > > > > > > > > > sigs.k8s.io/kustomize/cmd/config:github.com/kubernetes-sigs/kustomize/api//cmd/config > > > > > > > > > > sigs.k8s.io/kustomize/kustomize/v4:github.com/kubernetes-sigs/kustomize/api//kustomize > > > > > > > > > > sigs.k8s.io/kustomize/kyaml:github.com/kubernetes-sigs/kustomize/api//kyaml > > > > > > > > > > sigs.k8s.io/structured-merge-diff/v4:github.com/kubernetes-sigs/structured-merge-diff/v4 > > > > > sigs.k8s.io/testing_frameworks:sigs.k8s.io/testing_frameworks > > > > > sigs.k8s.io/yaml:sigs.k8s.io/yaml sigs.k8s.io/json:sigs.k8s.io/json" > > > > > + sites="bazil.org/fuse:github.com/bazil/fuse > > > > > bitbucket.org/bertimus9/systemstat:bitbucket.org/bertimus9/systemstat > > > > > cloud.google.com/go:github.com/googleapis/google-cloud-go > > > > > cloud.google.com/go/bigquery:github.com/googleapis/google-cloud-go/bigquery//bigquery > > > > > > > > > > cloud.google.com/go/datastore:github.com/googleapis/google-cloud-go/bigquery//datastore > > > > > > > > > > cloud.google.com/go/firestore:github.com/googleapis/google-cloud-go/bigquery//firestore > > > > > > > > > > cloud.google.com/go/pubsub:github.com/googleapis/google-cloud-go/bigquery//pubsub > > > > > > > > > > cloud.google.com/go/storage:github.com/googleapis/google-cloud-go/bigquery//storage > > > > > dmitri.shuralyov.com/gpu/mtl:dmitri.shuralyov.com/gpu/mtl > > > > > github.com/360EntSecGroup-Skylar/excelize:github.com/360EntSecGroup-Skylar/excelize > > > > > github.com/Azure/azure-sdk-for-go:github.com/Azure/azure-sdk-for-go > > > > > github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm > > > > > github.com/Azure/go-autorest:github.com/Azure/go-autorest > > > > > github.com/Azure/go-autorest/autorest:github.com/Azure/go-autorest/autorest//autorest > > > > > > > > > > github.com/Azure/go-autorest/autorest/adal:github.com/Azure/go-autorest/autorest//autorest/adal > > > > > > > > > > github.com/Azure/go-autorest/autorest/date:github.com/Azure/go-autorest/autorest//autorest/date > > > > > > > > > > github.com/Azure/go-autorest/autorest/mocks:github.com/Azure/go-autorest/autorest//autorest/mocks > > > > > > > > > > github.com/Azure/go-autorest/autorest/to:github.com/Azure/go-autorest/autorest//autorest/to > > > > > > > > > > github.com/Azure/go-autorest/autorest/validation:github.com/Azure/go-autorest/autorest//autorest/validation > > > > > > > > > > github.com/Azure/go-autorest/logger:github.com/Azure/go-autorest/autorest//logger > > > > > > > > > > github.com/Azure/go-autorest/tracing:github.com/Azure/go-autorest/autorest//tracing > > > > > github.com/BurntSushi/toml:github.com/BurntSushi/toml > > > > > github.com/BurntSushi/xgb:github.com/BurntSushi/xgb > > > > > github.com/GoogleCloudPlatform/k8s-cloud-provider:github.com/GoogleCloudPlatform/k8s-cloud-provider > > > > > github.com/JeffAshton/win_pdh:github.com/JeffAshton/win_pdh > > > > > github.com/MakeNowJust/heredoc:github.com/MakeNowJust/heredoc > > > > > github.com/Microsoft/go-winio:github.com/Microsoft/go-winio > > > > > github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim > > > > > github.com/NYTimes/gziphandler:github.com/NYTimes/gziphandler > > > > > github.com/OneOfOne/xxhash:github.com/OneOfOne/xxhash > > > > > github.com/PuerkitoBio/goquery:github.com/PuerkitoBio/goquery > > > > > github.com/PuerkitoBio/purell:github.com/PuerkitoBio/purell > > > > > github.com/PuerkitoBio/urlesc:github.com/PuerkitoBio/urlesc > > > > > github.com/Rican7/retry:github.com/Rican7/retry > > > > > github.com/agnivade/levenshtein:github.com/agnivade/levenshtein > > > > > github.com/ajstarks/svgo:github.com/ajstarks/svgo > > > > > github.com/alecthomas/template:github.com/alecthomas/template > > > > > github.com/alecthomas/units:github.com/alecthomas/units > > > > > github.com/alexflint/go-filemutex:github.com/alexflint/go-filemutex > > > > > github.com/andreyvit/diff:github.com/andreyvit/diff > > > > > github.com/andybalholm/cascadia:github.com/andybalholm/cascadia > > > > > github.com/antihax/optional:github.com/antihax/optional > > > > > github.com/armon/circbuf:github.com/armon/circbuf > > > > > github.com/armon/consul-api:github.com/armon/consul-api > > > > > github.com/armon/go-metrics:github.com/armon/go-metrics > > > > > github.com/armon/go-radix:github.com/armon/go-radix > > > > > github.com/asaskevich/govalidator:github.com/asaskevich/govalidator > > > > > github.com/auth0/go-jwt-middleware:github.com/auth0/go-jwt-middleware > > > > > github.com/aws/aws-sdk-go:github.com/aws/aws-sdk-go > > > > > github.com/benbjohnson/clock:github.com/benbjohnson/clock > > > > > github.com/beorn7/perks:github.com/beorn7/perks > > > > > github.com/bgentry/speakeasy:github.com/bgentry/speakeasy > > > > > github.com/bits-and-blooms/bitset:github.com/bits-and-blooms/bitset > > > > > github.com/bketelsen/crypt:github.com/bketelsen/crypt > > > > > github.com/blang/semver:github.com/blang/semver > > > > > github.com/boltdb/bolt:github.com/boltdb/bolt > > > > > github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici > > > > > github.com/buger/jsonparser:github.com/buger/jsonparser > > > > > github.com/canonical/go-dqlite:github.com/canonical/go-dqlite > > > > > github.com/census-instrumentation/opencensus-proto:github.com/census-instrumentation/opencensus-proto > > > > > github.com/certifi/gocertifi:github.com/certifi/gocertifi > > > > > github.com/cespare/xxhash:github.com/cespare/xxhash > > > > > github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 > > > > > github.com/chai2010/gettext-go:github.com/chai2010/gettext-go > > > > > github.com/checkpoint-restore/go-criu/v5:github.com/checkpoint-restore/go-criu/v5 > > > > > github.com/cheggaaa/pb:github.com/cheggaaa/pb > > > > > github.com/chzyer/logex:github.com/chzyer/logex > > > > > github.com/chzyer/readline:github.com/chzyer/readline > > > > > github.com/chzyer/test:github.com/chzyer/test > > > > > github.com/cilium/ebpf:github.com/cilium/ebpf > > > > > github.com/cloudnativelabs/kube-router:github.com/cloudnativelabs/kube-router > > > > > github.com/clusterhq/flocker-go:github.com/clusterhq/flocker-go > > > > > github.com/cncf/udpa/go:github.com/cncf/udpa/go//go > > > > > github.com/cockroachdb/datadriven:github.com/cockroachdb/datadriven > > > > > github.com/cockroachdb/errors:github.com/cockroachdb/errors > > > > > github.com/cockroachdb/logtags:github.com/cockroachdb/logtags > > > > > github.com/container-storage-interface/spec:github.com/container-storage-interface/spec > > > > > github.com/containerd/aufs:github.com/containerd/aufs > > > > > github.com/containerd/btrfs:github.com/containerd/btrfs > > > > > github.com/containerd/cgroups:github.com/containerd/cgroups > > > > > github.com/containerd/console:github.com/containerd/console > > > > > github.com/containerd/containerd:github.com/containerd/containerd > > > > > github.com/containerd/continuity:github.com/containerd/continuity > > > > > github.com/containerd/fifo:github.com/containerd/fifo > > > > > github.com/containerd/fuse-overlayfs-snapshotter:github.com/containerd/fuse-overlayfs-snapshotter > > > > > github.com/containerd/go-cni:github.com/containerd/go-cni > > > > > github.com/containerd/go-runc:github.com/containerd/go-runc > > > > > github.com/containerd/imgcrypt:github.com/containerd/imgcrypt > > > > > github.com/containerd/nri:github.com/containerd/nri > > > > > github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter > > > > > > > > > > github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz > > > > > github.com/containerd/ttrpc:github.com/containerd/ttrpc > > > > > github.com/containerd/typeurl:github.com/containerd/typeurl > > > > > github.com/containerd/zfs:github.com/containerd/zfs > > > > > github.com/containernetworking/cni:github.com/containernetworking/cni > > > > > github.com/containernetworking/plugins:github.com/containernetworking/plugins > > > > > github.com/containers/ocicrypt:github.com/containers/ocicrypt > > > > > github.com/coredns/caddy:github.com/coredns/caddy > > > > > github.com/coredns/corefile-migration:github.com/coredns/corefile-migration > > > > > github.com/coreos/bbolt:github.com/coreos/bbolt > > > > > github.com/coreos/etcd:github.com/coreos/etcd > > > > > github.com/coreos/go-iptables:github.com/coreos/go-iptables > > > > > github.com/coreos/go-oidc:github.com/coreos/go-oidc > > > > > github.com/coreos/go-semver:github.com/coreos/go-semver > > > > > github.com/coreos/go-systemd:github.com/coreos/go-systemd > > > > > github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 > > > > > github.com/coreos/pkg:github.com/coreos/pkg > > > > > github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 > > > > > github.com/creack/pty:github.com/creack/pty > > > > > github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin > > > > > github.com/d2g/dhcp4:github.com/d2g/dhcp4 > > > > > github.com/d2g/dhcp4client:github.com/d2g/dhcp4client > > > > > github.com/d2g/dhcp4server:github.com/d2g/dhcp4server > > > > > github.com/d2g/hardwareaddr:github.com/d2g/hardwareaddr > > > > > github.com/danieljoos/wincred:github.com/danieljoos/wincred > > > > > github.com/davecgh/go-spew:github.com/davecgh/go-spew > > > > > github.com/daviddengcn/go-colortext:github.com/daviddengcn/go-colortext > > > > > github.com/denverdino/aliyungo:github.com/denverdino/aliyungo > > > > > github.com/dgrijalva/jwt-go:github.com/dgrijalva/jwt-go > > > > > github.com/dgryski/go-farm:github.com/dgryski/go-farm > > > > > github.com/dgryski/go-sip13:github.com/dgryski/go-sip13 > > > > > github.com/dnaeon/go-vcr:github.com/dnaeon/go-vcr > > > > > github.com/docker/cli:github.com/docker/cli > > > > > github.com/docker/distribution:github.com/docker/distribution > > > > > github.com/docker/docker:github.com/docker/docker > > > > > github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers > > > > > github.com/docker/go-connections:github.com/docker/go-connections > > > > > github.com/docker/go-events:github.com/docker/go-events > > > > > github.com/docker/go-metrics:github.com/docker/go-metrics > > > > > github.com/docker/go-units:github.com/docker/go-units > > > > > github.com/docopt/docopt-go:github.com/docopt/docopt-go > > > > > github.com/dustin/go-humanize:github.com/dustin/go-humanize > > > > > github.com/dustmop/soup:github.com/dustmop/soup > > > > > github.com/eapache/channels:github.com/eapache/channels > > > > > github.com/eapache/queue:github.com/eapache/queue > > > > > github.com/elazarl/goproxy:github.com/elazarl/goproxy > > > > > github.com/emicklei/go-restful:github.com/emicklei/go-restful > > > > > github.com/envoyproxy/go-control-plane:github.com/envoyproxy/go-control-plane > > > > > > > > > > github.com/envoyproxy/protoc-gen-validate:github.com/envoyproxy/protoc-gen-validate > > > > > github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt > > > > > github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser > > > > > github.com/evanphx/json-patch:github.com/evanphx/json-patch > > > > > github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath > > > > > github.com/fanliao/go-promise:github.com/fanliao/go-promise > > > > > github.com/fatih/camelcase:github.com/fatih/camelcase > > > > > github.com/fatih/color:github.com/fatih/color > > > > > github.com/felixge/httpsnoop:github.com/felixge/httpsnoop > > > > > github.com/flannel-io/flannel:github.com/flannel-io/flannel > > > > > github.com/flynn/go-shlex:github.com/flynn/go-shlex > > > > > github.com/fogleman/gg:github.com/fogleman/gg > > > > > github.com/form3tech-oss/jwt-go:github.com/form3tech-oss/jwt-go > > > > > github.com/frankban/quicktest:github.com/frankban/quicktest > > > > > github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify > > > > > github.com/fvbommel/sortorder:github.com/fvbommel/sortorder > > > > > github.com/getsentry/raven-go:github.com/getsentry/raven-go > > > > > github.com/ghodss/yaml:github.com/ghodss/yaml > > > > > github.com/globalsign/mgo:github.com/globalsign/mgo > > > > > github.com/go-bindata/go-bindata:github.com/go-bindata/go-bindata > > > > > github.com/go-errors/errors:github.com/go-errors/errors > > > > > github.com/go-gl/glfw:github.com/go-gl/glfw > > > > > github.com/go-gl/glfw/v3.3/glfw:github.com/go-gl/glfw/v3.3/glfw//v3.3/glfw > > > > > github.com/go-ini/ini:github.com/go-ini/ini > > > > > github.com/go-kit/kit:github.com/go-kit/kit > > > > > github.com/go-kit/log:github.com/go-kit/log > > > > > github.com/go-logfmt/logfmt:github.com/go-logfmt/logfmt > > > > > github.com/go-logr/logr:github.com/go-logr/logr > > > > > github.com/go-logr/zapr:github.com/go-logr/zapr > > > > > github.com/go-openapi/analysis:github.com/go-openapi/analysis > > > > > github.com/go-openapi/errors:github.com/go-openapi/errors > > > > > github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer > > > > > github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference > > > > > github.com/go-openapi/loads:github.com/go-openapi/loads > > > > > github.com/go-openapi/runtime:github.com/go-openapi/runtime > > > > > github.com/go-openapi/spec:github.com/go-openapi/spec > > > > > github.com/go-openapi/strfmt:github.com/go-openapi/strfmt > > > > > github.com/go-openapi/swag:github.com/go-openapi/swag > > > > > github.com/go-openapi/validate:github.com/go-openapi/validate > > > > > github.com/go-ozzo/ozzo-validation:github.com/go-ozzo/ozzo-validation > > > > > github.com/go-sql-driver/mysql:github.com/go-sql-driver/mysql > > > > > github.com/go-stack/stack:github.com/go-stack/stack > > > > > github.com/go-task/slim-sprig:github.com/go-task/slim-sprig > > > > > github.com/go-test/deep:github.com/go-test/deep > > > > > github.com/goccy/go-json:github.com/goccy/go-json > > > > > github.com/godbus/dbus:github.com/godbus/dbus > > > > > github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 > > > > > github.com/gofrs/flock:github.com/gofrs/flock > > > > > github.com/gofrs/uuid:github.com/gofrs/uuid > > > > > github.com/gogo/googleapis:github.com/gogo/googleapis > > > > > github.com/gogo/protobuf:github.com/gogo/protobuf > > > > > github.com/golang/freetype:github.com/golang/freetype > > > > > github.com/golang/glog:github.com/golang/glog > > > > > github.com/golang/groupcache:github.com/golang/groupcache > > > > > github.com/golang/mock:github.com/golang/mock > > > > > github.com/golang/protobuf:github.com/golang/protobuf > > > > > github.com/golang/snappy:github.com/golang/snappy > > > > > github.com/golangplus/bytes:github.com/golangplus/bytes > > > > > github.com/golangplus/fmt:github.com/golangplus/fmt > > > > > github.com/golangplus/testing:github.com/golangplus/testing > > > > > github.com/google/btree:github.com/google/btree > > > > > github.com/google/cadvisor:github.com/google/cadvisor > > > > > github.com/google/go-cmp:github.com/google/go-cmp > > > > > github.com/google/go-containerregistry:github.com/google/go-containerregistry > > > > > github.com/google/gofuzz:github.com/google/gofuzz > > > > > github.com/google/martian:github.com/google/martian > > > > > github.com/google/martian/v3:github.com/google/martian/v3 > > > > > github.com/google/pprof:github.com/google/pprof > > > > > github.com/google/renameio:github.com/google/renameio > > > > > github.com/google/shlex:github.com/google/shlex > > > > > github.com/google/uuid:github.com/google/uuid > > > > > github.com/googleapis/gax-go/v2:github.com/googleapis/gax-go/v2//v2 > > > > > github.com/googleapis/gnostic:github.com/googleapis/gnostic > > > > > github.com/gophercloud/gophercloud:github.com/gophercloud/gophercloud > > > > > github.com/gopherjs/gopherjs:github.com/gopherjs/gopherjs > > > > > github.com/gorilla/mux:github.com/gorilla/mux > > > > > github.com/gorilla/websocket:github.com/gorilla/websocket > > > > > github.com/gregjones/httpcache:github.com/gregjones/httpcache > > > > > github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware > > > > > > > > > > github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus > > > > > > > > > > github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway > > > > > github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2 > > > > > github.com/hashicorp/consul/api:github.com/hashicorp/consul/api//api > > > > > github.com/hashicorp/consul/sdk:github.com/hashicorp/consul/sdk//sdk > > > > > github.com/hashicorp/errwrap:github.com/hashicorp/errwrap > > > > > github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp > > > > > github.com/hashicorp/go-hclog:github.com/hashicorp/go-hclog > > > > > github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix > > > > > github.com/hashicorp/go-msgpack:github.com/hashicorp/go-msgpack > > > > > github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror > > > > > github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp > > > > > github.com/hashicorp/go-rootcerts:github.com/hashicorp/go-rootcerts > > > > > github.com/hashicorp/go-sockaddr:github.com/hashicorp/go-sockaddr > > > > > github.com/hashicorp/go-syslog:github.com/hashicorp/go-syslog > > > > > github.com/hashicorp/go-uuid:github.com/hashicorp/go-uuid > > > > > github.com/hashicorp/go.net:github.com/hashicorp/go.net > > > > > github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru > > > > > github.com/hashicorp/hcl:github.com/hashicorp/hcl > > > > > github.com/hashicorp/logutils:github.com/hashicorp/logutils > > > > > github.com/hashicorp/mdns:github.com/hashicorp/mdns > > > > > github.com/hashicorp/memberlist:github.com/hashicorp/memberlist > > > > > github.com/hashicorp/serf:github.com/hashicorp/serf > > > > > github.com/heketi/heketi:github.com/heketi/heketi > > > > > github.com/heketi/tests:github.com/heketi/tests > > > > > github.com/hpcloud/tail:github.com/hpcloud/tail > > > > > github.com/hugelgupf/socketpair:github.com/hugelgupf/socketpair > > > > > github.com/ianlancetaylor/demangle:github.com/ianlancetaylor/demangle > > > > > github.com/imdario/mergo:github.com/imdario/mergo > > > > > github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap > > > > > github.com/insomniacslk/dhcp:github.com/insomniacslk/dhcp > > > > > github.com/ishidawataru/sctp:github.com/ishidawataru/sctp > > > > > github.com/j-keck/arping:github.com/j-keck/arping > > > > > github.com/jessevdk/go-flags:github.com/jessevdk/go-flags > > > > > github.com/jmespath/go-jmespath:github.com/jmespath/go-jmespath > > > > > github.com/jmespath/go-jmespath/internal/testify:github.com/jmespath/go-jmespath/internal/testify//internal/testify > > > > > github.com/joho/godotenv:github.com/joho/godotenv > > > > > github.com/jonboulle/clockwork:github.com/jonboulle/clockwork > > > > > github.com/josharian/intern:github.com/josharian/intern > > > > > github.com/josharian/native:github.com/josharian/native > > > > > github.com/jpillora/backoff:github.com/jpillora/backoff > > > > > github.com/jsimonetti/rtnetlink:github.com/jsimonetti/rtnetlink > > > > > github.com/json-iterator/go:github.com/json-iterator/go > > > > > github.com/jstemmer/go-junit-report:github.com/jstemmer/go-junit-report > > > > > github.com/jtolds/gls:github.com/jtolds/gls > > > > > github.com/julienschmidt/httprouter:github.com/julienschmidt/httprouter > > > > > github.com/jung-kurt/gofpdf:github.com/jung-kurt/gofpdf > > > > > github.com/k-sone/critbitgo:github.com/k-sone/critbitgo > > > > > github.com/k3s-io/helm-controller:github.com/k3s-io/helm-controller > > > > > github.com/k3s-io/kine:github.com/k3s-io/kine > > > > > github.com/karrick/godirwalk:github.com/karrick/godirwalk > > > > > github.com/kisielk/errcheck:github.com/kisielk/errcheck > > > > > github.com/kisielk/gotool:github.com/kisielk/gotool > > > > > github.com/klauspost/compress:github.com/klauspost/compress > > > > > github.com/klauspost/cpuid:github.com/klauspost/cpuid > > > > > github.com/konsorten/go-windows-terminal-sequences:github.com/konsorten/go-windows-terminal-sequences > > > > > github.com/kr/fs:github.com/kr/fs > > > > > github.com/kr/logfmt:github.com/kr/logfmt > > > > > github.com/kr/pretty:github.com/kr/pretty > > > > > github.com/kr/pty:github.com/kr/pty > > > > > github.com/kr/text:github.com/kr/text > > > > > github.com/kubernetes-sigs/cri-tools:github.com/kubernetes-sigs/cri-tools > > > > > github.com/kylelemons/godebug:github.com/kylelemons/godebug > > > > > github.com/lib/pq:github.com/lib/pq > > > > > github.com/libopenstorage/openstorage:github.com/libopenstorage/openstorage > > > > > github.com/liggitt/tabwriter:github.com/liggitt/tabwriter > > > > > github.com/lithammer/dedent:github.com/lithammer/dedent > > > > > github.com/lpabon/godbc:github.com/lpabon/godbc > > > > > github.com/magiconair/properties:github.com/magiconair/properties > > > > > github.com/mailru/easyjson:github.com/mailru/easyjson > > > > > github.com/mattn/go-colorable:github.com/mattn/go-colorable > > > > > github.com/mattn/go-isatty:github.com/mattn/go-isatty > > > > > github.com/mattn/go-runewidth:github.com/mattn/go-runewidth > > > > > github.com/mattn/go-shellwords:github.com/mattn/go-shellwords > > > > > github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3 > > > > > github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions > > > > > github.com/mdlayher/ethernet:github.com/mdlayher/ethernet > > > > > github.com/mdlayher/ethtool:github.com/mdlayher/ethtool > > > > > github.com/mdlayher/genetlink:github.com/mdlayher/genetlink > > > > > github.com/mdlayher/netlink:github.com/mdlayher/netlink > > > > > github.com/mdlayher/raw:github.com/mdlayher/raw > > > > > github.com/mdlayher/socket:github.com/mdlayher/socket > > > > > github.com/miekg/dns:github.com/miekg/dns > > > > > github.com/miekg/pkcs11:github.com/miekg/pkcs11 > > > > > github.com/mikioh/ipaddr:github.com/mikioh/ipaddr > > > > > github.com/mindprince/gonvml:github.com/mindprince/gonvml > > > > > github.com/minio/md5-simd:github.com/minio/md5-simd > > > > > github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 > > > > > github.com/minio/sha256-simd:github.com/minio/sha256-simd > > > > > github.com/minio/sio:github.com/minio/sio > > > > > github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs > > > > > github.com/mitchellh/cli:github.com/mitchellh/cli > > > > > github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir > > > > > github.com/mitchellh/go-testing-interface:github.com/mitchellh/go-testing-interface > > > > > github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap > > > > > github.com/mitchellh/gox:github.com/mitchellh/gox > > > > > github.com/mitchellh/iochan:github.com/mitchellh/iochan > > > > > github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure > > > > > github.com/moby/ipvs:github.com/moby/ipvs > > > > > github.com/moby/locker:github.com/moby/locker > > > > > github.com/moby/spdystream:github.com/moby/spdystream > > > > > github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo > > > > > github.com/moby/sys/symlink:github.com/moby/sys/mountinfo//symlink > > > > > github.com/moby/term:github.com/moby/term > > > > > github.com/moby/vpnkit:github.com/moby/vpnkit > > > > > github.com/modern-go/concurrent:github.com/modern-go/concurrent > > > > > github.com/modern-go/reflect2:github.com/modern-go/reflect2 > > > > > github.com/mohae/deepcopy:github.com/mohae/deepcopy > > > > > github.com/monochromegane/go-gitignore:github.com/monochromegane/go-gitignore > > > > > github.com/morikuni/aec:github.com/morikuni/aec > > > > > github.com/mrunalp/fileutils:github.com/mrunalp/fileutils > > > > > github.com/munnerz/goautoneg:github.com/munnerz/goautoneg > > > > > github.com/mvdan/xurls:github.com/mvdan/xurls > > > > > github.com/mwitkow/go-conntrack:github.com/mwitkow/go-conntrack > > > > > github.com/mxk/go-flowrate:github.com/mxk/go-flowrate > > > > > github.com/natefinch/lumberjack:github.com/natefinch/lumberjack > > > > > github.com/niemeyer/pretty:github.com/niemeyer/pretty > > > > > github.com/nxadm/tail:github.com/nxadm/tail > > > > > github.com/oklog/ulid:github.com/oklog/ulid > > > > > github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter > > > > > github.com/onsi/ginkgo:github.com/onsi/ginkgo > > > > > github.com/onsi/gomega:github.com/onsi/gomega > > > > > github.com/opencontainers/go-digest:github.com/opencontainers/go-digest > > > > > > > > > > github.com/opencontainers/image-spec:github.com/opencontainers/image-spec > > > > > github.com/opencontainers/runc:github.com/opencontainers/runc > > > > > github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec > > > > > github.com/opencontainers/selinux:github.com/opencontainers/selinux > > > > > github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go > > > > > github.com/osrg/gobgp:github.com/osrg/gobgp > > > > > github.com/otiai10/copy:github.com/otiai10/copy > > > > > github.com/otiai10/curr:github.com/otiai10/curr > > > > > github.com/otiai10/mint:github.com/otiai10/mint > > > > > github.com/pascaldekloe/goe:github.com/pascaldekloe/goe > > > > > github.com/paulmach/orb:github.com/paulmach/orb > > > > > github.com/pborman/uuid:github.com/pborman/uuid > > > > > github.com/pelletier/go-buffruneio:github.com/pelletier/go-buffruneio > > > > > github.com/pelletier/go-toml:github.com/pelletier/go-toml > > > > > github.com/peterbourgon/diskv:github.com/peterbourgon/diskv > > > > > github.com/pierrec/lz4:github.com/pierrec/lz4 > > > > > github.com/pkg/errors:github.com/pkg/errors > > > > > github.com/pkg/sftp:github.com/pkg/sftp > > > > > github.com/pmezard/go-difflib:github.com/pmezard/go-difflib > > > > > github.com/posener/complete:github.com/posener/complete > > > > > github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol > > > > > github.com/prometheus/client_golang:github.com/prometheus/client_golang > > > > > > > > > > github.com/prometheus/client_model:github.com/prometheus/client_model > > > > > github.com/prometheus/common:github.com/prometheus/common > > > > > github.com/prometheus/procfs:github.com/prometheus/procfs > > > > > github.com/prometheus/tsdb:github.com/prometheus/tsdb > > > > > github.com/qri-io/starlib:github.com/qri-io/starlib > > > > > github.com/quobyte/api:github.com/quobyte/api > > > > > github.com/rancher/dynamiclistener:github.com/rancher/dynamiclistener > > > > > github.com/rancher/lasso:github.com/rancher/lasso > > > > > github.com/rancher/remotedialer:github.com/rancher/remotedialer > > > > > github.com/rancher/wharfie:github.com/rancher/wharfie > > > > > github.com/rancher/wrangler:github.com/rancher/wrangler > > > > > github.com/remyoudompheng/bigfft:github.com/remyoudompheng/bigfft > > > > > github.com/robfig/cron/v3:github.com/robfig/cron/v3 > > > > > github.com/rogpeppe/fastuuid:github.com/rogpeppe/fastuuid > > > > > github.com/rogpeppe/go-internal:github.com/rogpeppe/go-internal > > > > > github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit > > > > > github.com/rs/xid:github.com/rs/xid > > > > > github.com/rubiojr/go-vhd:github.com/rubiojr/go-vhd > > > > > github.com/russross/blackfriday:github.com/russross/blackfriday > > > > > github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 > > > > > github.com/ryanuber/columnize:github.com/ryanuber/columnize > > > > > github.com/safchain/ethtool:github.com/safchain/ethtool > > > > > github.com/satori/go.uuid:github.com/satori/go.uuid > > > > > github.com/sean-/seed:github.com/sean-/seed > > > > > github.com/seccomp/libseccomp-golang:github.com/seccomp/libseccomp-golang > > > > > github.com/sergi/go-diff:github.com/sergi/go-diff > > > > > github.com/shurcooL/sanitized_anchor_name:github.com/shurcooL/sanitized_anchor_name > > > > > github.com/sirupsen/logrus:github.com/sirupsen/logrus > > > > > github.com/smartystreets/assertions:github.com/smartystreets/assertions > > > > > github.com/smartystreets/goconvey:github.com/smartystreets/goconvey > > > > > github.com/soheilhy/cmux:github.com/soheilhy/cmux > > > > > github.com/songgao/water:github.com/songgao/water > > > > > github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 > > > > > github.com/spf13/afero:github.com/spf13/afero > > > > > github.com/spf13/cast:github.com/spf13/cast > > > > > github.com/spf13/cobra:github.com/spf13/cobra > > > > > github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman > > > > > github.com/spf13/pflag:github.com/spf13/pflag > > > > > github.com/spf13/viper:github.com/spf13/viper > > > > > github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri > > > > > github.com/stoewer/go-strcase:github.com/stoewer/go-strcase > > > > > github.com/storageos/go-api:github.com/storageos/go-api > > > > > github.com/stretchr/objx:github.com/stretchr/objx > > > > > github.com/stretchr/testify:github.com/stretchr/testify > > > > > github.com/subosito/gotenv:github.com/subosito/gotenv > > > > > github.com/syndtr/gocapability:github.com/syndtr/gocapability > > > > > github.com/tchap/go-patricia:github.com/tchap/go-patricia > > > > > github.com/tencentcloud/tencentcloud-sdk-go:github.com/tencentcloud/tencentcloud-sdk-go > > > > > github.com/tidwall/pretty:github.com/tidwall/pretty > > > > > github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy > > > > > github.com/u-root/u-root:github.com/u-root/u-root > > > > > github.com/ugorji/go:github.com/ugorji/go > > > > > github.com/urfave/cli:github.com/urfave/cli > > > > > github.com/urfave/cli/v2:github.com/urfave/cli/v2 > > > > > github.com/urfave/negroni:github.com/urfave/negroni > > > > > github.com/vbatts/tar-split:github.com/vbatts/tar-split > > > > > github.com/vektah/gqlparser:github.com/vektah/gqlparser > > > > > github.com/vishvananda/netlink:github.com/vishvananda/netlink > > > > > github.com/vishvananda/netns:github.com/vishvananda/netns > > > > > github.com/vmware/govmomi:github.com/vmware/govmomi > > > > > github.com/willf/bitset:github.com/willf/bitset > > > > > github.com/xiang90/probing:github.com/xiang90/probing > > > > > github.com/xlab/treeprint:github.com/xlab/treeprint > > > > > github.com/xordataexchange/crypt:github.com/xordataexchange/crypt > > > > > github.com/yuin/goldmark:github.com/yuin/goldmark > > > > > go.etcd.io/bbolt:go.etcd.io/bbolt go.etcd.io/etcd:go.etcd.io/etcd > > > > > go.etcd.io/etcd/client/pkg/v3:github.com/etcd-io/etcd/client/pkg/v3//client/pkg > > > > > > > > > > go.etcd.io/etcd/client/v2:github.com/etcd-io/etcd/client/v2//client/v2 > > > > > go.etcd.io/etcd/pkg/v3:github.com/etcd-io/etcd/client/pkg/v3//pkg > > > > > go.etcd.io/etcd/raft/v3:github.com/etcd-io/etcd/client/pkg/v3//raft > > > > > go.etcd.io/etcd/api/v3:github.com/k3s-io/etcd/api/v3//api > > > > > go.etcd.io/etcd/client/v3:github.com/k3s-io/etcd/api/v3//client/v3 > > > > > go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/api/v3//etcdutl > > > > > go.etcd.io/etcd/server/v3:github.com/k3s-io/etcd/api/v3//server > > > > > go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 > > > > > go.opencensus.io:go.opencensus.io > > > > > go.opentelemetry.io/contrib:go.opentelemetry.io/contrib > > > > > go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib//instrumentation/google.golang.org/grpc/otelgrpc > > > > > > > > > > go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib//instrumentation/net/http/otelhttp > > > > > go.opentelemetry.io/otel:go.opentelemetry.io/otel > > > > > go.opentelemetry.io/otel/exporters/otlp:go.opentelemetry.io/otel//exporters/otlp > > > > > go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel//metric > > > > > go.opentelemetry.io/otel/oteltest:go.opentelemetry.io/otel//oteltest > > > > > go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel//sdk > > > > > go.opentelemetry.io/otel/sdk/export/metric:go.opentelemetry.io/otel//sdk/export/metric > > > > > > > > > > go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel//sdk/metric > > > > > go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace > > > > > go.opentelemetry.io/proto/otlp:github.com/open-telemetry/opentelemetry-proto-go/otlp//otlp > > > > > go.starlark.net:github.com/google/starlark-go > > > > > go.uber.org/atomic:go.uber.org/atomic > > > > > go.uber.org/goleak:go.uber.org/goleak > > > > > go.uber.org/multierr:go.uber.org/multierr > > > > > go.uber.org/zap:go.uber.org/zap > > > > > golang.org/x/crypto:github.com/golang/crypto > > > > > golang.org/x/exp:github.com/golang/exp > > > > > golang.org/x/image:github.com/golang/image > > > > > golang.org/x/lint:github.com/golang/lint > > > > > golang.org/x/mobile:github.com/golang/mobile > > > > > golang.org/x/mod:github.com/golang/mod > > > > > golang.org/x/net:github.com/golang/net > > > > > golang.org/x/oauth2:github.com/golang/oauth2 > > > > > golang.org/x/sync:github.com/golang/sync > > > > > golang.org/x/sys:github.com/golang/sys > > > > > golang.org/x/term:github.com/golang/term > > > > > golang.org/x/text:github.com/golang/text > > > > > golang.org/x/time:github.com/golang/time > > > > > golang.org/x/tools:github.com/golang/tools > > > > > golang.org/x/xerrors:github.com/golang/xerrors > > > > > golang.zx2c4.com/go118/netip:golang.zx2c4.com/go118/netip > > > > > golang.zx2c4.com/wintun:golang.zx2c4.com/wintun > > > > > golang.zx2c4.com/wireguard:golang.zx2c4.com/wireguard > > > > > golang.zx2c4.com/wireguard/wgctrl:golang.zx2c4.com/wireguard/wgctrl > > > > > gonum.org/v1/gonum:github.com/gonum/gonum > > > > > gonum.org/v1/netlib:github.com/gonum/netlib > > > > > gonum.org/v1/plot:github.com/gonum/plot > > > > > google.golang.org/api:google.golang.org/api > > > > > google.golang.org/appengine:google.golang.org/appengine > > > > > google.golang.org/genproto:google.golang.org/genproto > > > > > google.golang.org/grpc:google.golang.org/grpc > > > > > google.golang.org/grpc/cmd/protoc-gen-go-grpc:google.golang.org/grpc/cmd/protoc-gen-go-grpc > > > > > google.golang.org/protobuf:google.golang.org/protobuf > > > > > gopkg.in/airbrake/gobrake.v2:gopkg.in/airbrake/gobrake.v2 > > > > > gopkg.in/alecthomas/kingpin.v2:gopkg.in/alecthomas/kingpin.v2 > > > > > gopkg.in/check.v1:gopkg.in/check.v1 > > > > > gopkg.in/cheggaaa/pb.v1:gopkg.in/cheggaaa/pb.v1 > > > > > gopkg.in/errgo.v2:gopkg.in/errgo.v2 > > > > > gopkg.in/fsnotify.v1:gopkg.in/fsnotify.v1 > > > > > gopkg.in/gcfg.v1:gopkg.in/gcfg.v1 > > > > > gopkg.in/gemnasium/logrus-airbrake-hook.v2:gopkg.in/gemnasium/logrus-airbrake-hook.v2 > > > > > gopkg.in/inf.v0:gopkg.in/inf.v0 gopkg.in/ini.v1:gopkg.in/ini.v1 > > > > > gopkg.in/natefinch/lumberjack.v2:gopkg.in/natefinch/lumberjack.v2 > > > > > gopkg.in/resty.v1:gopkg.in/resty.v1 > > > > > gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 > > > > > gopkg.in/tomb.v1:gopkg.in/tomb.v1 > > > > > gopkg.in/warnings.v0:gopkg.in/warnings.v0 > > > > > gopkg.in/yaml.v2:gopkg.in/yaml.v2 gopkg.in/yaml.v3:gopkg.in/yaml.v3 > > > > > gotest.tools:gotest.tools > > > > > gotest.tools/v3:github.com/gotestyourself/gotest.tools/v3 > > > > > honnef.co/go/tools:honnef.co/go/tools > > > > > inet.af/tcpproxy:inet.af/tcpproxy > > > > > k8s.io/api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/api > > > > > > > > > > k8s.io/apiextensions-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apiextensions-apiserver > > > > > > > > > > k8s.io/apimachinery:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apimachinery > > > > > > > > > > k8s.io/apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/apiserver > > > > > > > > > > k8s.io/cli-runtime:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cli-runtime > > > > > > > > > > k8s.io/client-go:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/client-go > > > > > > > > > > k8s.io/cloud-provider:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cloud-provider > > > > > > > > > > k8s.io/cluster-bootstrap:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cluster-bootstrap > > > > > > > > > > k8s.io/code-generator:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/code-generator > > > > > > > > > > k8s.io/component-base:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/component-base > > > > > > > > > > k8s.io/component-helpers:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/component-helpers > > > > > > > > > > k8s.io/controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/controller-manager > > > > > > > > > > k8s.io/cri-api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/cri-api > > > > > > > > > > k8s.io/csi-translation-lib:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/csi-translation-lib > > > > > > > > > > k8s.io/kube-aggregator:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-aggregator > > > > > > > > > > k8s.io/kube-controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-controller-manager > > > > > > > > > > k8s.io/kube-proxy:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-proxy > > > > > > > > > > k8s.io/kube-scheduler:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kube-scheduler > > > > > > > > > > k8s.io/kubectl:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kubectl > > > > > > > > > > k8s.io/kubelet:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/kubelet > > > > > > > > > > k8s.io/kubernetes:github.com/k3s-io/kubernetes/staging/src/k8s.io/api > > > > > k8s.io/legacy-cloud-providers:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/legacy-cloud-providers > > > > > > > > > > k8s.io/metrics:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/metrics > > > > > > > > > > k8s.io/mount-utils:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/mount-utils > > > > > > > > > > k8s.io/pod-security-admission:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/pod-security-admission > > > > > > > > > > k8s.io/sample-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/api//staging/src/k8s.io/sample-apiserver > > > > > k8s.io/gengo:k8s.io/gengo k8s.io/klog:k8s.io/klog > > > > > k8s.io/klog/v2:github.com/k3s-io/klog/v2 > > > > > k8s.io/kube-openapi:k8s.io/kube-openapi > > > > > k8s.io/system-validators:k8s.io/system-validators > > > > > k8s.io/utils:k8s.io/utils modernc.org/cc:modernc.org/cc > > > > > modernc.org/golex:modernc.org/golex > > > > > modernc.org/mathutil:modernc.org/mathutil > > > > > modernc.org/strutil:modernc.org/strutil modernc.org/xc:modernc.org/xc > > > > > rsc.io/binaryregexp:rsc.io/binaryregexp rsc.io/pdf:rsc.io/pdf > > > > > rsc.io/quote/v3:github.com/rsc/quote/v3//v3 > > > > > rsc.io/sampler:rsc.io/sampler > > > > > sigs.k8s.io/apiserver-network-proxy/konnectivity-client:github.com/kubernetes-sigs/apiserver-network-proxy/konnectivity-client//konnectivity-client > > > > > sigs.k8s.io/cli-utils:sigs.k8s.io/cli-utils > > > > > sigs.k8s.io/controller-runtime:sigs.k8s.io/controller-runtime > > > > > sigs.k8s.io/kustomize/api:github.com/kubernetes-sigs/kustomize/api//api > > > > > > > > > > sigs.k8s.io/kustomize/cmd/config:github.com/kubernetes-sigs/kustomize/api//cmd/config > > > > > > > > > > sigs.k8s.io/kustomize/kustomize/v4:github.com/kubernetes-sigs/kustomize/api//kustomize > > > > > > > > > > sigs.k8s.io/kustomize/kyaml:github.com/kubernetes-sigs/kustomize/api//kyaml > > > > > > > > > > sigs.k8s.io/structured-merge-diff/v4:github.com/kubernetes-sigs/structured-merge-diff/v4 > > > > > sigs.k8s.io/testing_frameworks:sigs.k8s.io/testing_frameworks > > > > > sigs.k8s.io/yaml:sigs.k8s.io/yaml sigs.k8s.io/json:sigs.k8s.io/json" > > > > > for s in $sites; do > > > > > site_dest=$(echo $s | cut -d: -f1) > > > > > site_source=$(echo $s | cut -d: -f2) > > > > > -- > > > > > 2.35.1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > - Thou shalt not follow the NULL pointer, for chaos and madness await > > > > thee at its end > > > > - "Use the force Harry" - Gandalf, Star Trek II > > > > > > > > > > > > -- > > > - Thou shalt not follow the NULL pointer, for chaos and madness await > > > thee at its end > > > - "Use the force Harry" - Gandalf, Star Trek II > > > > > > > > > > > > > > > -- > > - Thou shalt not follow the NULL pointer, for chaos and madness await > > thee at its end > > - "Use the force Harry" - Gandalf, Star Trek II > > > > > > > > > -- > - Thou shalt not follow the NULL pointer, for chaos and madness await > thee at its end > - "Use the force Harry" - Gandalf, Star Trek II > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7390): https://lists.yoctoproject.org/g/meta-virtualization/message/7390 Mute This Topic: https://lists.yoctoproject.org/mt/91626824/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
