diff options
Diffstat (limited to 'recipes-containers/k3s/relocation.inc')
-rw-r--r-- | recipes-containers/k3s/relocation.inc | 220 |
1 files changed, 99 insertions, 121 deletions
diff --git a/recipes-containers/k3s/relocation.inc b/recipes-containers/k3s/relocation.inc index 024f2605..c9caaee0 100644 --- a/recipes-containers/k3s/relocation.inc +++ b/recipes-containers/k3s/relocation.inc | |||
@@ -1,32 +1,32 @@ | |||
1 | export sites="k8s.io/utils:k8s.io/utils:force \ | 1 | export sites = "k8s.io/utils:k8s.io/utils:force \ |
2 | cel.dev/expr:cel.dev/expr:force \ | ||
2 | k8s.io/gengo:k8s.io/gengo:force \ | 3 | k8s.io/gengo:k8s.io/gengo:force \ |
3 | go.uber.org/fx:go.uber.org/fx:force \ | 4 | go.uber.org/fx:go.uber.org/fx:force \ |
4 | go.uber.org/zap:go.uber.org/zap:force \ | 5 | go.uber.org/zap:go.uber.org/zap:force \ |
6 | dario.cat/mergo:dario.cat/mergo:force \ | ||
5 | go.uber.org/dig:go.uber.org/dig:force \ | 7 | go.uber.org/dig:go.uber.org/dig:force \ |
6 | go.starlark.net:go.starlark.net:force \ | ||
7 | gopkg.in/inf.v0:gopkg.in/inf.v0:force \ | 8 | gopkg.in/inf.v0:gopkg.in/inf.v0:force \ |
8 | gopkg.in/ini.v1:gopkg.in/ini.v1:force \ | 9 | gopkg.in/ini.v1:gopkg.in/ini.v1:force \ |
10 | go.uber.org/mock:go.uber.org/mock:force \ | ||
11 | golang.org/x/mod:golang.org/x/mod:force \ | ||
9 | golang.org/x/net:golang.org/x/net:force \ | 12 | golang.org/x/net:golang.org/x/net:force \ |
10 | golang.org/x/sys:golang.org/x/sys:force \ | 13 | golang.org/x/sys:golang.org/x/sys:force \ |
11 | gopkg.in/yaml.v2:gopkg.in/yaml.v2:force \ | 14 | gopkg.in/yaml.v2:gopkg.in/yaml.v2:force \ |
12 | inet.af/tcpproxy:inet.af/tcpproxy:force \ | ||
13 | sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \ | 15 | sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \ |
14 | go.etcd.io/bbolt:go.etcd.io/bbolt:force \ | 16 | go.etcd.io/bbolt:go.etcd.io/bbolt:force \ |
15 | go.opencensus.io:go.opencensus.io:force \ | 17 | go.opencensus.io:go.opencensus.io:force \ |
16 | golang.org/x/exp:golang.org/x/exp:force \ | 18 | golang.org/x/exp:golang.org/x/exp:force \ |
17 | golang.org/x/mod:golang.org/x/mod:force \ | ||
18 | gopkg.in/gcfg.v1:gopkg.in/gcfg.v1:force \ | ||
19 | gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ | 19 | gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ |
20 | sigs.k8s.io/json:sigs.k8s.io/json:force \ | 20 | sigs.k8s.io/json:sigs.k8s.io/json:force \ |
21 | github.com/lib/pq:github.com/lib/pq:force \ | 21 | k8s.io/gengo/v2:k8s.io/gengo/v2/v2:force \ |
22 | golang.org/x/sync:golang.org/x/sync:force \ | 22 | golang.org/x/sync:golang.org/x/sync:force \ |
23 | golang.org/x/arch:golang.org/x/arch:force \ | 23 | k8s.io/cri-client:k8s.io/cri-client:force \ |
24 | github.com/rs/xid:github.com/rs/xid:force \ | 24 | github.com/rs/xid:github.com/rs/xid:force \ |
25 | golang.org/x/term:golang.org/x/term:force \ | 25 | golang.org/x/term:golang.org/x/term:force \ |
26 | golang.org/x/text:golang.org/x/text:force \ | 26 | golang.org/x/text:golang.org/x/text:force \ |
27 | golang.org/x/time:golang.org/x/time:force \ | 27 | golang.org/x/time:golang.org/x/time:force \ |
28 | gonum.org/v1/gonum:gonum.org/v1/gonum:force \ | ||
29 | golang.org/x/tools:golang.org/x/tools:force \ | 28 | golang.org/x/tools:golang.org/x/tools:force \ |
29 | gonum.org/v1/gonum:gonum.org/v1/gonum:force \ | ||
30 | golang.org/x/crypto:golang.org/x/crypto:force \ | 30 | golang.org/x/crypto:golang.org/x/crypto:force \ |
31 | golang.org/x/oauth2:golang.org/x/oauth2:force \ | 31 | golang.org/x/oauth2:golang.org/x/oauth2:force \ |
32 | k8s.io/kube-openapi:k8s.io/kube-openapi:force \ | 32 | k8s.io/kube-openapi:k8s.io/kube-openapi:force \ |
@@ -37,36 +37,34 @@ export sites="k8s.io/utils:k8s.io/utils:force \ | |||
37 | github.com/moby/term:github.com/moby/term:force \ | 37 | github.com/moby/term:github.com/moby/term:force \ |
38 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7:force \ | 38 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7:force \ |
39 | go.uber.org/multierr:go.uber.org/multierr:force \ | 39 | go.uber.org/multierr:go.uber.org/multierr:force \ |
40 | gopkg.in/warnings.v0:gopkg.in/warnings.v0:force \ | ||
41 | github.com/pkg/errors:github.com/pkg/errors:force \ | 40 | github.com/pkg/errors:github.com/pkg/errors:force \ |
42 | github.com/urfave/cli:github.com/urfave/cli:force \ | 41 | github.com/urfave/cli:github.com/urfave/cli:force \ |
43 | github.com/docker/cli:github.com/docker/cli:force \ | 42 | github.com/docker/cli:github.com/docker/cli:force \ |
44 | github.com/gofrs/uuid:github.com/gofrs/uuid:force \ | 43 | sigs.k8s.io/knftables:sigs.k8s.io/knftables:force \ |
45 | google.golang.org/api:google.golang.org/api:force \ | ||
46 | github.com/golang/mock:github.com/golang/mock:force \ | ||
47 | github.com/google/uuid:github.com/google/uuid:force \ | 44 | github.com/google/uuid:github.com/google/uuid:force \ |
48 | github.com/gorilla/mux:github.com/gorilla/mux:force \ | 45 | github.com/gorilla/mux:github.com/gorilla/mux:force \ |
49 | github.com/k3s-io/kine:github.com/k3s-io/kine:force \ | 46 | github.com/k3s-io/kine:github.com/k3s-io/kine:force \ |
50 | github.com/onsi/gomega:github.com/onsi/gomega:force \ | 47 | github.com/onsi/gomega:github.com/onsi/gomega:force \ |
51 | github.com/spf13/pflag:github.com/spf13/pflag:force \ | 48 | github.com/spf13/pflag:github.com/spf13/pflag:force \ |
52 | google.golang.org/grpc:google.golang.org/grpc:force \ | 49 | google.golang.org/grpc:google.golang.org/grpc:force \ |
50 | github.com/cilium/ebpf:github.com/cilium/ebpf:force \ | ||
53 | github.com/flynn/noise:github.com/flynn/noise:force \ | 51 | github.com/flynn/noise:github.com/flynn/noise:force \ |
52 | github.com/ghodss/yaml:github.com/ghodss/yaml:force \ | ||
53 | github.com/gofrs/flock:github.com/gofrs/flock:force \ | ||
54 | github.com/huin/goupnp:github.com/huin/goupnp:force \ | 54 | github.com/huin/goupnp:github.com/huin/goupnp:force \ |
55 | github.com/ipfs/go-cid:github.com/ipfs/go-cid:force \ | 55 | github.com/ipfs/go-cid:github.com/ipfs/go-cid:force \ |
56 | github.com/ipfs/go-log:github.com/ipfs/go-log:force \ | 56 | github.com/ipfs/go-log:github.com/ipfs/go-log:force \ |
57 | github.com/spf13/afero:github.com/spf13/afero:force \ | ||
58 | github.com/cilium/ebpf:github.com/cilium/ebpf:force \ | ||
59 | github.com/ghodss/yaml:github.com/ghodss/yaml:force \ | ||
60 | github.com/gofrs/flock:github.com/gofrs/flock:force \ | ||
61 | github.com/moby/locker:github.com/moby/locker:force \ | 57 | github.com/moby/locker:github.com/moby/locker:force \ |
62 | github.com/pierrec/lz4:github.com/pierrec/lz4:force \ | 58 | github.com/pierrec/lz4:github.com/pierrec/lz4:force \ |
59 | github.com/spf13/afero:github.com/spf13/afero:force \ | ||
63 | github.com/spf13/cobra:github.com/spf13/cobra:force \ | 60 | github.com/spf13/cobra:github.com/spf13/cobra:force \ |
64 | k8s.io/kubernetes:github.com/k3s-io/kubernetes:force \ | 61 | k8s.io/kubernetes:github.com/k3s-io/kubernetes:force \ |
65 | github.com/go-logr/logr:github.com/go-logr/logr:force \ | 62 | github.com/go-logr/logr:github.com/go-logr/logr:force \ |
66 | github.com/go-logr/stdr:github.com/go-logr/stdr:force \ | 63 | github.com/go-logr/stdr:github.com/go-logr/stdr:force \ |
67 | github.com/go-test/deep:github.com/go-test/deep:force \ | 64 | github.com/go-test/deep:github.com/go-test/deep:force \ |
68 | github.com/otiai10/copy:github.com/otiai10/copy:force \ | 65 | github.com/otiai10/copy:github.com/otiai10/copy:force \ |
69 | lukechampine.com/blake3:lukechampine.com/blake3:force \ | 66 | github.com/x448/float16:github.com/x448/float16:force \ |
67 | filippo.io/edwards25519:filippo.io/edwards25519:force \ | ||
70 | github.com/Rican7/retry:github.com/Rican7/retry:force \ | 68 | github.com/Rican7/retry:github.com/Rican7/retry:force \ |
71 | github.com/beorn7/perks:github.com/beorn7/perks:force \ | 69 | github.com/beorn7/perks:github.com/beorn7/perks:force \ |
72 | github.com/blang/semver:github.com/blang/semver:force \ | 70 | github.com/blang/semver:github.com/blang/semver:force \ |
@@ -77,158 +75,154 @@ export sites="k8s.io/utils:k8s.io/utils:force \ | |||
77 | github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \ | 75 | github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \ |
78 | github.com/morikuni/aec:github.com/morikuni/aec:force \ | 76 | github.com/morikuni/aec:github.com/morikuni/aec:force \ |
79 | github.com/nats-io/nuid:github.com/nats-io/nuid:force \ | 77 | github.com/nats-io/nuid:github.com/nats-io/nuid:force \ |
78 | lukechampine.com/blake3:lukechampine.com/blake3:force \ | ||
80 | github.com/docker/docker:github.com/docker/docker:force \ | 79 | github.com/docker/docker:github.com/docker/docker:force \ |
80 | github.com/joho/godotenv:github.com/joho/godotenv:force \ | ||
81 | github.com/rancher/lasso:github.com/rancher/lasso:force \ | 81 | github.com/rancher/lasso:github.com/rancher/lasso:force \ |
82 | github.com/gin-gonic/gin:github.com/gin-gonic/gin:force \ | 82 | sigs.k8s.io/cri-tools:github.com/k3s-io/cri-tools:force \ |
83 | github.com/stretchr/objx:github.com/stretchr/objx:force \ | ||
84 | github.com/armon/circbuf:github.com/armon/circbuf:force \ | ||
83 | github.com/goccy/go-json:github.com/goccy/go-json:force \ | 85 | github.com/goccy/go-json:github.com/goccy/go-json:force \ |
86 | github.com/gogo/protobuf:github.com/gogo/protobuf:force \ | ||
84 | github.com/golang/snappy:github.com/golang/snappy:force \ | 87 | github.com/golang/snappy:github.com/golang/snappy:force \ |
88 | github.com/google/cel-go:github.com/google/cel-go:force \ | ||
89 | github.com/google/go-cmp:github.com/google/go-cmp:force \ | ||
90 | github.com/google/gofuzz:github.com/google/gofuzz:force \ | ||
85 | github.com/koron/go-ssdp:github.com/koron/go-ssdp:force \ | 91 | github.com/koron/go-ssdp:github.com/koron/go-ssdp:force \ |
86 | github.com/libp2p/go-nat:github.com/libp2p/go-nat:force \ | 92 | github.com/libp2p/go-nat:github.com/libp2p/go-nat:force \ |
87 | github.com/mikioh/tcpopt:github.com/mikioh/tcpopt:force \ | 93 | github.com/mikioh/tcpopt:github.com/mikioh/tcpopt:force \ |
94 | github.com/nats-io/nkeys:github.com/nats-io/nkeys:force \ | ||
88 | github.com/pbnjay/memory:github.com/pbnjay/memory:force \ | 95 | github.com/pbnjay/memory:github.com/pbnjay/memory:force \ |
89 | github.com/quic-go/qpack:github.com/quic-go/qpack:force \ | 96 | github.com/quic-go/qpack:github.com/quic-go/qpack:force \ |
90 | github.com/armon/circbuf:github.com/armon/circbuf:force \ | ||
91 | github.com/gogo/protobuf:github.com/gogo/protobuf:force \ | ||
92 | github.com/google/cel-go:github.com/google/cel-go:force \ | ||
93 | github.com/google/go-cmp:github.com/google/go-cmp:force \ | ||
94 | github.com/google/gofuzz:github.com/google/gofuzz:force \ | ||
95 | github.com/google/s2a-go:github.com/google/s2a-go:force \ | ||
96 | github.com/imdario/mergo:github.com/imdario/mergo:force \ | ||
97 | github.com/nats-io/nkeys:github.com/nats-io/nkeys:force \ | ||
98 | github.com/soheilhy/cmux:github.com/soheilhy/cmux:force \ | 97 | github.com/soheilhy/cmux:github.com/soheilhy/cmux:force \ |
99 | github.com/tidwall/btree:github.com/tidwall/btree:force \ | 98 | github.com/tidwall/btree:github.com/tidwall/btree:force \ |
100 | github.com/urfave/cli/v2:github.com/urfave/cli/v2:force \ | 99 | github.com/urfave/cli/v2:github.com/urfave/cli/v2:force \ |
101 | go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \ | 100 | go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \ |
102 | github.com/xenitab/spegel:github.com/k3s-io/spegel:force \ | ||
103 | github.com/containerd/zfs:github.com/containerd/zfs:force \ | 101 | github.com/containerd/zfs:github.com/containerd/zfs:force \ |
104 | github.com/ipfs/go-log/v2:github.com/ipfs/go-log/v2:force \ | 102 | github.com/ipfs/go-log/v2:github.com/ipfs/go-log/v2:force \ |
105 | github.com/onsi/ginkgo/v2:github.com/onsi/ginkgo/v2:force \ | 103 | github.com/onsi/ginkgo/v2:github.com/onsi/ginkgo/v2:force \ |
106 | github.com/robfig/cron/v3:github.com/robfig/cron/v3:force \ | 104 | github.com/robfig/cron/v3:github.com/robfig/cron/v3:force \ |
107 | github.com/leodido/go-urn:github.com/leodido/go-urn:force \ | ||
108 | github.com/mikioh/tcpinfo:github.com/mikioh/tcpinfo:force \ | ||
109 | github.com/mr-tron/base58:github.com/mr-tron/base58:force \ | ||
110 | github.com/polydawn/refmt:github.com/polydawn/refmt:force \ | ||
111 | github.com/containerd/log:github.com/containerd/log:force \ | 105 | github.com/containerd/log:github.com/containerd/log:force \ |
112 | github.com/containerd/nri:github.com/containerd/nri:force \ | 106 | github.com/containerd/nri:github.com/containerd/nri:force \ |
113 | github.com/coreos/go-oidc:github.com/coreos/go-oidc:force \ | 107 | github.com/coreos/go-oidc:github.com/coreos/go-oidc:force \ |
114 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5:force \ | 108 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5:force \ |
109 | github.com/mikioh/tcpinfo:github.com/mikioh/tcpinfo:force \ | ||
115 | github.com/minio/md5-simd:github.com/minio/md5-simd:force \ | 110 | github.com/minio/md5-simd:github.com/minio/md5-simd:force \ |
116 | github.com/mohae/deepcopy:github.com/mohae/deepcopy:force \ | 111 | github.com/mohae/deepcopy:github.com/mohae/deepcopy:force \ |
112 | github.com/mr-tron/base58:github.com/mr-tron/base58:force \ | ||
117 | github.com/nats-io/jsm.go:github.com/nats-io/jsm.go:force \ | 113 | github.com/nats-io/jsm.go:github.com/nats-io/jsm.go:force \ |
118 | github.com/nats-io/jwt/v2:github.com/nats-io/jwt/v2:force \ | 114 | github.com/nats-io/jwt/v2:github.com/nats-io/jwt/v2:force \ |
119 | github.com/rubiojr/go-vhd:github.com/rubiojr/go-vhd:force \ | 115 | github.com/polydawn/refmt:github.com/polydawn/refmt:force \ |
120 | github.com/vmware/govmomi:github.com/vmware/govmomi:force \ | ||
121 | github.com/xlab/treeprint:github.com/xlab/treeprint:force \ | 116 | github.com/xlab/treeprint:github.com/xlab/treeprint:force \ |
122 | github.com/xrash/smetrics:github.com/xrash/smetrics:force \ | 117 | github.com/xrash/smetrics:github.com/xrash/smetrics:force \ |
123 | github.com/blang/semver/v4:github.com/blang/semver/v4:force \ | 118 | github.com/blang/semver/v4:github.com/blang/semver/v4:force \ |
124 | github.com/containerd/aufs:github.com/containerd/aufs:force \ | 119 | github.com/containerd/aufs:github.com/containerd/aufs:force \ |
125 | github.com/google/cadvisor:github.com/google/cadvisor:force \ | 120 | github.com/google/cadvisor:github.com/k3s-io/cadvisor:force \ |
121 | github.com/inetaf/tcpproxy:github.com/inetaf/tcpproxy:force \ | ||
126 | github.com/opencontainers/runc:github.com/k3s-io/runc:force \ | 122 | github.com/opencontainers/runc:github.com/k3s-io/runc:force \ |
127 | github.com/rancher/wharfie:github.com/rancher/wharfie:force \ | 123 | github.com/rancher/wharfie:github.com/rancher/wharfie:force \ |
128 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ | 124 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ |
129 | github.com/bytedance/sonic:github.com/bytedance/sonic:force \ | 125 | github.com/spegel-org/spegel:github.com/k3s-io/spegel:force \ |
130 | github.com/elastic/gosigar:github.com/elastic/gosigar:force \ | ||
131 | github.com/gin-contrib/sse:github.com/gin-contrib/sse:force \ | ||
132 | github.com/google/gopacket:github.com/google/gopacket:force \ | ||
133 | github.com/libp2p/go-msgio:github.com/libp2p/go-msgio:force \ | ||
134 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ | ||
135 | github.com/quic-go/quic-go:github.com/quic-go/quic-go:force \ | ||
136 | github.com/containerd/fifo:github.com/containerd/fifo:force \ | 126 | github.com/containerd/fifo:github.com/containerd/fifo:force \ |
137 | github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \ | 127 | github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \ |
138 | github.com/docker/go-units:github.com/docker/go-units:force \ | 128 | github.com/docker/go-units:github.com/docker/go-units:force \ |
129 | github.com/elastic/gosigar:github.com/elastic/gosigar:force \ | ||
139 | github.com/fatih/camelcase:github.com/fatih/camelcase:force \ | 130 | github.com/fatih/camelcase:github.com/fatih/camelcase:force \ |
140 | github.com/go-openapi/swag:github.com/go-openapi/swag:force \ | 131 | github.com/go-openapi/swag:github.com/go-openapi/swag:force \ |
141 | github.com/golang/protobuf:github.com/golang/protobuf:force \ | 132 | github.com/golang/protobuf:github.com/golang/protobuf:force \ |
133 | github.com/google/gopacket:github.com/google/gopacket:force \ | ||
142 | github.com/intel/goresctrl:github.com/intel/goresctrl:force \ | 134 | github.com/intel/goresctrl:github.com/intel/goresctrl:force \ |
143 | github.com/jackc/pgerrcode:github.com/jackc/pgerrcode:force \ | 135 | github.com/jackc/pgerrcode:github.com/jackc/pgerrcode:force \ |
136 | github.com/jackc/puddle/v2:github.com/jackc/puddle/v2:force \ | ||
137 | github.com/libp2p/go-msgio:github.com/libp2p/go-msgio:force \ | ||
144 | github.com/mailru/easyjson:github.com/mailru/easyjson:force \ | 138 | github.com/mailru/easyjson:github.com/mailru/easyjson:force \ |
139 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ | ||
145 | github.com/mdlayher/socket:github.com/mdlayher/socket:force \ | 140 | github.com/mdlayher/socket:github.com/mdlayher/socket:force \ |
146 | github.com/moby/spdystream:github.com/moby/spdystream:force \ | 141 | github.com/moby/spdystream:github.com/moby/spdystream:force \ |
147 | github.com/mxk/go-flowrate:github.com/mxk/go-flowrate:force \ | 142 | github.com/mxk/go-flowrate:github.com/mxk/go-flowrate:force \ |
148 | github.com/nats-io/nats.go:github.com/nats-io/nats.go:force \ | 143 | github.com/nats-io/nats.go:github.com/nats-io/nats.go:force \ |
144 | github.com/quic-go/quic-go:github.com/quic-go/quic-go:force \ | ||
149 | github.com/xiang90/probing:github.com/xiang90/probing:force \ | 145 | github.com/xiang90/probing:github.com/xiang90/probing:force \ |
150 | golang.zx2c4.com/wireguard:golang.zx2c4.com/wireguard:force \ | 146 | golang.zx2c4.com/wireguard:golang.zx2c4.com/wireguard:force \ |
151 | google.golang.org/genproto:google.golang.org/genproto:force \ | 147 | google.golang.org/genproto:google.golang.org/genproto:force \ |
152 | google.golang.org/protobuf:google.golang.org/protobuf:force \ | 148 | google.golang.org/protobuf:google.golang.org/protobuf:force \ |
153 | gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2:force \ | 149 | gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2:force \ |
150 | github.com/moby/sys/user:github.com/moby/sys/user/user:force \ | ||
154 | github.com/json-iterator/go:github.com/json-iterator/go:force \ | 151 | github.com/json-iterator/go:github.com/json-iterator/go:force \ |
155 | github.com/libp2p/go-libp2p:github.com/libp2p/go-libp2p:force \ | 152 | github.com/libp2p/go-libp2p:github.com/libp2p/go-libp2p:force \ |
156 | github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3:force \ | ||
157 | github.com/rancher/wrangler:github.com/rancher/wrangler:force \ | ||
158 | github.com/stretchr/testify:github.com/stretchr/testify:force \ | 153 | github.com/stretchr/testify:github.com/stretchr/testify:force \ |
159 | github.com/jbenet/goprocess:github.com/jbenet/goprocess:force \ | 154 | github.com/buger/jsonparser:github.com/buger/jsonparser:force \ |
160 | github.com/syndtr/goleveldb:github.com/syndtr/goleveldb:force \ | 155 | github.com/Microsoft/hnslib:github.com/Microsoft/hnslib:force \ |
161 | github.com/containerd/ttrpc:github.com/containerd/ttrpc:force \ | 156 | github.com/containerd/ttrpc:github.com/containerd/ttrpc:force \ |
162 | github.com/coreos/go-semver:github.com/coreos/go-semver:force \ | 157 | github.com/coreos/go-semver:github.com/coreos/go-semver:force \ |
163 | github.com/docker/go-events:github.com/docker/go-events:force \ | 158 | github.com/docker/go-events:github.com/docker/go-events:force \ |
164 | github.com/go-errors/errors:github.com/go-errors/errors:force \ | 159 | github.com/go-errors/errors:github.com/go-errors/errors:force \ |
165 | github.com/jackc/pgpassfile:github.com/jackc/pgpassfile:force \ | 160 | github.com/jackc/pgpassfile:github.com/jackc/pgpassfile:force \ |
161 | github.com/jbenet/goprocess:github.com/jbenet/goprocess:force \ | ||
166 | github.com/josharian/intern:github.com/josharian/intern:force \ | 162 | github.com/josharian/intern:github.com/josharian/intern:force \ |
167 | github.com/josharian/native:github.com/josharian/native:force \ | 163 | github.com/josharian/native:github.com/josharian/native:force \ |
168 | github.com/lithammer/dedent:github.com/lithammer/dedent:force \ | 164 | github.com/lithammer/dedent:github.com/lithammer/dedent:force \ |
165 | github.com/mattn/go-sqlite3:github.com/mattn/go-sqlite3:force \ | ||
169 | github.com/mdlayher/netlink:github.com/mdlayher/netlink:force \ | 166 | github.com/mdlayher/netlink:github.com/mdlayher/netlink:force \ |
170 | github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs:force \ | 167 | github.com/mistifyio/go-zfs:github.com/mistifyio/go-zfs:force \ |
168 | github.com/syndtr/goleveldb:github.com/syndtr/goleveldb:force \ | ||
171 | github.com/vbatts/tar-split:github.com/vbatts/tar-split:force \ | 169 | github.com/vbatts/tar-split:github.com/vbatts/tar-split:force \ |
172 | google.golang.org/appengine:google.golang.org/appengine:force \ | ||
173 | sigs.k8s.io/kustomize/api:sigs.k8s.io/kustomize/api/api:force \ | 170 | sigs.k8s.io/kustomize/api:sigs.k8s.io/kustomize/api/api:force \ |
174 | go.etcd.io/etcd/api/v3:github.com/k3s-io/etcd/api/v3/api:force \ | 171 | go.etcd.io/etcd/api/v3:github.com/k3s-io/etcd/api/v3/api:force \ |
175 | go.etcd.io/etcd/pkg/v3:github.com/k3s-io/etcd/pkg/v3/pkg:force \ | 172 | go.etcd.io/etcd/pkg/v3:github.com/k3s-io/etcd/pkg/v3/pkg:force \ |
176 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \ | 173 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \ |
177 | github.com/coreos/go-systemd:github.com/coreos/go-systemd:force \ | ||
178 | github.com/gorilla/websocket:github.com/gorilla/websocket:force \ | 174 | github.com/gorilla/websocket:github.com/gorilla/websocket:force \ |
179 | github.com/minio/minio-go/v7:github.com/minio/minio-go/v7:force \ | 175 | github.com/minio/minio-go/v7:github.com/minio/minio-go/v7:force \ |
176 | github.com/prometheus/common:github.com/prometheus/common:force \ | ||
180 | github.com/yl2chen/cidranger:github.com/yl2chen/cidranger:force \ | 177 | github.com/yl2chen/cidranger:github.com/yl2chen/cidranger:force \ |
181 | github.com/benbjohnson/clock:github.com/benbjohnson/clock:force \ | 178 | github.com/fxamacker/cbor/v2:github.com/fxamacker/cbor/v2:force \ |
182 | github.com/francoispqt/gojay:github.com/francoispqt/gojay:force \ | ||
183 | github.com/ipfs/go-datastore:github.com/ipfs/go-datastore:force \ | ||
184 | github.com/raulk/go-watchdog:github.com/raulk/go-watchdog:force \ | ||
185 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3:force \ | ||
186 | github.com/xenitab/pkg/gin:github.com/xenitab/pkg/gin/gin:force \ | ||
187 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ | 179 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ |
188 | github.com/Azure/go-autorest:github.com/Azure/go-autorest:force \ | ||
189 | github.com/avast/retry-go/v4:github.com/avast/retry-go/v4:force \ | 180 | github.com/avast/retry-go/v4:github.com/avast/retry-go/v4:force \ |
181 | github.com/benbjohnson/clock:github.com/benbjohnson/clock:force \ | ||
190 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ | 182 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ |
191 | github.com/containerd/go-cni:github.com/containerd/go-cni:force \ | 183 | github.com/containerd/go-cni:github.com/containerd/go-cni:force \ |
192 | github.com/docker/go-metrics:github.com/docker/go-metrics:force \ | 184 | github.com/docker/go-metrics:github.com/docker/go-metrics:force \ |
193 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ | 185 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ |
186 | github.com/francoispqt/gojay:github.com/francoispqt/gojay:force \ | ||
194 | github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify:force \ | 187 | github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify:force \ |
195 | github.com/golang-jwt/jwt/v4:github.com/golang-jwt/jwt/v4:force \ | 188 | github.com/golang-jwt/jwt/v4:github.com/golang-jwt/jwt/v4:force \ |
196 | github.com/golang/groupcache:github.com/golang/groupcache:force \ | 189 | github.com/golang/groupcache:github.com/golang/groupcache:force \ |
197 | github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2:force \ | 190 | github.com/hanwen/go-fuse/v2:github.com/hanwen/go-fuse/v2:force \ |
198 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ | 191 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ |
192 | github.com/ipfs/go-datastore:github.com/ipfs/go-datastore:force \ | ||
199 | github.com/karrick/godirwalk:github.com/karrick/godirwalk:force \ | 193 | github.com/karrick/godirwalk:github.com/karrick/godirwalk:force \ |
200 | github.com/liggitt/tabwriter:github.com/liggitt/tabwriter:force \ | 194 | github.com/liggitt/tabwriter:github.com/liggitt/tabwriter:force \ |
201 | github.com/minio/highwayhash:github.com/minio/highwayhash:force \ | 195 | github.com/minio/highwayhash:github.com/minio/highwayhash:force \ |
202 | github.com/minio/sha256-simd:github.com/minio/sha256-simd:force \ | 196 | github.com/minio/sha256-simd:github.com/minio/sha256-simd:force \ |
203 | github.com/mrunalp/fileutils:github.com/mrunalp/fileutils:force \ | ||
204 | github.com/munnerz/goautoneg:github.com/munnerz/goautoneg:force \ | 197 | github.com/munnerz/goautoneg:github.com/munnerz/goautoneg:force \ |
205 | github.com/pelletier/go-toml:github.com/pelletier/go-toml:force \ | 198 | github.com/pelletier/go-toml:github.com/pelletier/go-toml:force \ |
206 | github.com/prometheus/common:github.com/prometheus/common:force \ | ||
207 | github.com/prometheus/procfs:github.com/prometheus/procfs:force \ | 199 | github.com/prometheus/procfs:github.com/prometheus/procfs:force \ |
200 | github.com/raulk/go-watchdog:github.com/raulk/go-watchdog:force \ | ||
201 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3:force \ | ||
208 | github.com/vishvananda/netns:github.com/vishvananda/netns:force \ | 202 | github.com/vishvananda/netns:github.com/vishvananda/netns:force \ |
209 | github.com/coreos/go-iptables:github.com/coreos/go-iptables:force \ | 203 | github.com/coreos/go-iptables:github.com/coreos/go-iptables:force \ |
210 | github.com/flannel-io/flannel:github.com/flannel-io/flannel:force \ | 204 | github.com/flannel-io/flannel:github.com/flannel-io/flannel:force \ |
211 | github.com/ipfs/go-ds-leveldb:github.com/ipfs/go-ds-leveldb:force \ | 205 | github.com/ipfs/go-ds-leveldb:github.com/ipfs/go-ds-leveldb:force \ |
212 | github.com/klauspost/compress:github.com/klauspost/compress:force \ | 206 | github.com/klauspost/compress:github.com/klauspost/compress:force \ |
213 | github.com/chenzhuoyu/base64x:github.com/chenzhuoyu/base64x:force \ | 207 | github.com/antlr4-go/antlr/v4:github.com/antlr4-go/antlr/v4:force \ |
214 | github.com/ipld/go-ipld-prime:github.com/ipld/go-ipld-prime:force \ | 208 | github.com/invopop/jsonschema:github.com/invopop/jsonschema:force \ |
215 | github.com/jackpal/go-nat-pmp:github.com/jackpal/go-nat-pmp:force \ | ||
216 | github.com/libp2p/go-netroute:github.com/libp2p/go-netroute:force \ | ||
217 | github.com/libp2p/go-yamux/v4:github.com/libp2p/go-yamux/v4:force \ | ||
218 | github.com/marten-seemann/tcp:github.com/marten-seemann/tcp:force \ | ||
219 | github.com/ugorji/go/codec:github.com/ugorji/go/codec/codec:force \ | ||
220 | github.com/JeffAshton/win_pdh:github.com/JeffAshton/win_pdh:force \ | 209 | github.com/JeffAshton/win_pdh:github.com/JeffAshton/win_pdh:force \ |
221 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ | 210 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ |
222 | github.com/containerd/cgroups:github.com/containerd/cgroups:force \ | 211 | github.com/containerd/cgroups:github.com/containerd/cgroups:force \ |
223 | github.com/containerd/console:github.com/containerd/console:force \ | 212 | github.com/containerd/console:github.com/containerd/console:force \ |
213 | github.com/containerd/errdefs:github.com/containerd/errdefs:force \ | ||
224 | github.com/containerd/go-runc:github.com/containerd/go-runc:force \ | 214 | github.com/containerd/go-runc:github.com/containerd/go-runc:force \ |
225 | github.com/containerd/typeurl:github.com/containerd/typeurl:force \ | 215 | github.com/containerd/typeurl:github.com/containerd/typeurl:force \ |
226 | github.com/dustin/go-humanize:github.com/dustin/go-humanize:force \ | 216 | github.com/dustin/go-humanize:github.com/dustin/go-humanize:force \ |
227 | github.com/evanphx/json-patch:github.com/evanphx/json-patch:force \ | 217 | github.com/evanphx/json-patch:github.com/evanphx/json-patch:force \ |
228 | github.com/fvbommel/sortorder:github.com/fvbommel/sortorder:force \ | 218 | github.com/go-jose/go-jose/v4:github.com/go-jose/go-jose/v4:force \ |
229 | github.com/go-task/slim-sprig:github.com/go-task/slim-sprig:force \ | 219 | github.com/ipld/go-ipld-prime:github.com/ipld/go-ipld-prime:force \ |
220 | github.com/jackpal/go-nat-pmp:github.com/jackpal/go-nat-pmp:force \ | ||
230 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2:force \ | 221 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2:force \ |
231 | github.com/kylelemons/godebug:github.com/kylelemons/godebug:force \ | 222 | github.com/kylelemons/godebug:github.com/kylelemons/godebug:force \ |
223 | github.com/libp2p/go-netroute:github.com/libp2p/go-netroute:force \ | ||
224 | github.com/libp2p/go-yamux/v4:github.com/libp2p/go-yamux/v4:force \ | ||
225 | github.com/marten-seemann/tcp:github.com/marten-seemann/tcp:force \ | ||
232 | github.com/mdlayher/genetlink:github.com/mdlayher/genetlink:force \ | 226 | github.com/mdlayher/genetlink:github.com/mdlayher/genetlink:force \ |
233 | github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \ | 227 | github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \ |
234 | github.com/peterbourgon/diskv:github.com/peterbourgon/diskv:force \ | 228 | github.com/peterbourgon/diskv:github.com/peterbourgon/diskv:force \ |
@@ -237,14 +231,14 @@ export sites="k8s.io/utils:k8s.io/utils:force \ | |||
237 | github.com/stoewer/go-strcase:github.com/stoewer/go-strcase:force \ | 231 | github.com/stoewer/go-strcase:github.com/stoewer/go-strcase:force \ |
238 | go.etcd.io/etcd/raft/v3:github.com/k3s-io/etcd/raft/v3/raft:force \ | 232 | go.etcd.io/etcd/raft/v3:github.com/k3s-io/etcd/raft/v3/raft:force \ |
239 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ | 233 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ |
234 | github.com/moby/sys/userns:github.com/moby/sys/userns/userns:force \ | ||
240 | github.com/Mirantis/cri-dockerd:github.com/k3s-io/cri-dockerd:force \ | 235 | github.com/Mirantis/cri-dockerd:github.com/k3s-io/cri-dockerd:force \ |
241 | github.com/containerd/containerd:github.com/k3s-io/containerd:force \ | 236 | github.com/containerd/containerd:github.com/k3s-io/containerd:force \ |
242 | github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt:force \ | 237 | github.com/erikdubbelboer/gspt:github.com/erikdubbelboer/gspt:force \ |
243 | github.com/go-sql-driver/mysql:github.com/go-sql-driver/mysql:force \ | 238 | github.com/rancher/permissions:github.com/rancher/permissions:force \ |
239 | github.com/rancher/wrangler/v3:github.com/rancher/wrangler/v3:force \ | ||
244 | github.com/vishvananda/netlink:github.com/vishvananda/netlink:force \ | 240 | github.com/vishvananda/netlink:github.com/vishvananda/netlink:force \ |
245 | github.com/libp2p/go-cidranger:github.com/libp2p/go-cidranger:force \ | 241 | gopkg.in/evanphx/json-patch.v4:gopkg.in/evanphx/json-patch.v4:force \ |
246 | github.com/libp2p/go-reuseport:github.com/libp2p/go-reuseport:force \ | ||
247 | github.com/quic-go/qtls-go1-20:github.com/quic-go/qtls-go1-20:force \ | ||
248 | github.com/MakeNowJust/heredoc:github.com/MakeNowJust/heredoc:force \ | 242 | github.com/MakeNowJust/heredoc:github.com/MakeNowJust/heredoc:force \ |
249 | github.com/NYTimes/gziphandler:github.com/NYTimes/gziphandler:force \ | 243 | github.com/NYTimes/gziphandler:github.com/NYTimes/gziphandler:force \ |
250 | github.com/canonical/go-dqlite:github.com/canonical/go-dqlite:force \ | 244 | github.com/canonical/go-dqlite:github.com/canonical/go-dqlite:force \ |
@@ -255,56 +249,58 @@ export sites="k8s.io/utils:k8s.io/utils:force \ | |||
255 | github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \ | 249 | github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \ |
256 | github.com/docker/distribution:github.com/docker/distribution:force \ | 250 | github.com/docker/distribution:github.com/docker/distribution:force \ |
257 | github.com/emicklei/go-restful:github.com/emicklei/go-restful:force \ | 251 | github.com/emicklei/go-restful:github.com/emicklei/go-restful:force \ |
252 | github.com/go-sql-driver/mysql:github.com/go-sql-driver/mysql:force \ | ||
258 | github.com/gregjones/httpcache:github.com/gregjones/httpcache:force \ | 253 | github.com/gregjones/httpcache:github.com/gregjones/httpcache:force \ |
259 | github.com/jackc/pgservicefile:github.com/jackc/pgservicefile:force \ | 254 | github.com/jackc/pgservicefile:github.com/jackc/pgservicefile:force \ |
260 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \ | 255 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \ |
256 | github.com/libp2p/go-cidranger:github.com/libp2p/go-cidranger:force \ | ||
257 | github.com/libp2p/go-reuseport:github.com/libp2p/go-reuseport:force \ | ||
261 | github.com/mistifyio/go-zfs/v3:github.com/mistifyio/go-zfs/v3:force \ | 258 | github.com/mistifyio/go-zfs/v3:github.com/mistifyio/go-zfs/v3:force \ |
262 | github.com/syndtr/gocapability:github.com/syndtr/gocapability:force \ | 259 | github.com/syndtr/gocapability:github.com/syndtr/gocapability:force \ |
263 | go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel/sdk/sdk:force \ | 260 | go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel/sdk/sdk:force \ |
264 | sigs.k8s.io/kustomize/kyaml:sigs.k8s.io/kustomize/kyaml/kyaml:force \ | 261 | sigs.k8s.io/kustomize/kyaml:sigs.k8s.io/kustomize/kyaml/kyaml:force \ |
265 | github.com/natefinch/lumberjack:github.com/natefinch/lumberjack:force \ | 262 | github.com/natefinch/lumberjack:github.com/natefinch/lumberjack:force \ |
266 | github.com/rancher/remotedialer:github.com/rancher/remotedialer:force \ | 263 | github.com/rancher/remotedialer:github.com/rancher/remotedialer:force \ |
264 | github.com/containerd/platforms:github.com/containerd/platforms:force \ | ||
267 | github.com/davidlazar/go-crypto:github.com/davidlazar/go-crypto:force \ | 265 | github.com/davidlazar/go-crypto:github.com/davidlazar/go-crypto:force \ |
268 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru:force \ | ||
269 | github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2:force \ | ||
270 | github.com/slok/go-http-metrics:github.com/slok/go-http-metrics:force \ | ||
271 | cloud.google.com/go/compute:cloud.google.com/go/compute/compute:force \ | ||
272 | github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser:force \ | 266 | github.com/euank/go-kmsg-parser:github.com/euank/go-kmsg-parser:force \ |
273 | github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath:force \ | 267 | github.com/exponent-io/jsonpath:github.com/exponent-io/jsonpath:force \ |
274 | github.com/googleapis/gax-go/v2:github.com/googleapis/gax-go/v2:force \ | ||
275 | github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ | 268 | github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ |
269 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru:force \ | ||
276 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \ | 270 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \ |
277 | github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ | 271 | github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ |
278 | github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ | 272 | github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ |
273 | github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2:force \ | ||
279 | github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol:force \ | 274 | github.com/pquerna/cachecontrol:github.com/pquerna/cachecontrol:force \ |
280 | github.com/tchap/go-patricia/v2:github.com/tchap/go-patricia/v2:force \ | 275 | github.com/tchap/go-patricia/v2:github.com/tchap/go-patricia/v2:force \ |
281 | github.com/kubernetes-sigs/cri-tools:github.com/k3s-io/cri-tools:force \ | ||
282 | github.com/containerd/cgroups/v3:github.com/containerd/cgroups/v3:force \ | 276 | github.com/containerd/cgroups/v3:github.com/containerd/cgroups/v3:force \ |
277 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22:force \ | ||
283 | github.com/go-bindata/go-bindata:github.com/go-bindata/go-bindata:force \ | 278 | github.com/go-bindata/go-bindata:github.com/go-bindata/go-bindata:force \ |
284 | go.etcd.io/etcd/server/v3:github.com/k3s-io/etcd/server/v3/server:force \ | 279 | go.etcd.io/etcd/server/v3:github.com/k3s-io/etcd/server/v3/server:force \ |
285 | github.com/go-playground/locales:github.com/go-playground/locales:force \ | 280 | github.com/bahlo/generic-list-go:github.com/bahlo/generic-list-go:force \ |
286 | github.com/libp2p/go-buffer-pool:github.com/libp2p/go-buffer-pool:force \ | 281 | github.com/go-task/slim-sprig/v3:github.com/go-task/slim-sprig/v3:force \ |
282 | github.com/wk8/go-ordered-map/v2:github.com/wk8/go-ordered-map/v2:force \ | ||
287 | github.com/containerd/continuity:github.com/containerd/continuity:force \ | 283 | github.com/containerd/continuity:github.com/containerd/continuity:force \ |
288 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ | 284 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ |
289 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22:force \ | ||
290 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2:force \ | 285 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2:force \ |
291 | github.com/docker/go-connections:github.com/docker/go-connections:force \ | 286 | github.com/docker/go-connections:github.com/docker/go-connections:force \ |
292 | github.com/google/gnostic-models:github.com/google/gnostic-models:force \ | 287 | github.com/google/gnostic-models:github.com/google/gnostic-models:force \ |
288 | github.com/libp2p/go-buffer-pool:github.com/libp2p/go-buffer-pool:force \ | ||
293 | github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap:force \ | 289 | github.com/mitchellh/go-wordwrap:github.com/mitchellh/go-wordwrap:force \ |
294 | gopkg.in/natefinch/lumberjack.v2:gopkg.in/natefinch/lumberjack.v2:force \ | 290 | gopkg.in/natefinch/lumberjack.v2:gopkg.in/natefinch/lumberjack.v2:force \ |
295 | go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ | 291 | go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ |
296 | github.com/k3s-io/helm-controller:github.com/k3s-io/helm-controller:force \ | 292 | github.com/k3s-io/helm-controller:github.com/k3s-io/helm-controller:force \ |
297 | github.com/mwitkow/go-http-dialer:github.com/mwitkow/go-http-dialer:force \ | 293 | github.com/mwitkow/go-http-dialer:github.com/mwitkow/go-http-dialer:force \ |
298 | github.com/opencontainers/selinux:github.com/opencontainers/selinux:force \ | 294 | github.com/opencontainers/selinux:github.com/opencontainers/selinux:force \ |
299 | github.com/libp2p/go-flow-metrics:github.com/libp2p/go-flow-metrics:force \ | ||
300 | github.com/multiformats/go-base32:github.com/multiformats/go-base32:force \ | ||
301 | github.com/multiformats/go-base36:github.com/multiformats/go-base36:force \ | ||
302 | github.com/multiformats/go-varint:github.com/multiformats/go-varint:force \ | ||
303 | github.com/Azure/azure-sdk-for-go:github.com/Azure/azure-sdk-for-go:force \ | ||
304 | github.com/asaskevich/govalidator:github.com/asaskevich/govalidator:force \ | 295 | github.com/asaskevich/govalidator:github.com/asaskevich/govalidator:force \ |
296 | github.com/distribution/reference:github.com/distribution/reference:force \ | ||
305 | github.com/emicklei/go-restful/v3:github.com/emicklei/go-restful/v3:force \ | 297 | github.com/emicklei/go-restful/v3:github.com/emicklei/go-restful/v3:force \ |
306 | github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer:force \ | 298 | github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer:force \ |
307 | github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp:force \ | 299 | github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp:force \ |
300 | github.com/libp2p/go-flow-metrics:github.com/libp2p/go-flow-metrics:force \ | ||
301 | github.com/multiformats/go-base32:github.com/multiformats/go-base32:force \ | ||
302 | github.com/multiformats/go-base36:github.com/multiformats/go-base36:force \ | ||
303 | github.com/multiformats/go-varint:github.com/multiformats/go-varint:force \ | ||
308 | github.com/nats-io/nats-server/v2:github.com/nats-io/nats-server/v2:force \ | 304 | github.com/nats-io/nats-server/v2:github.com/nats-io/nats-server/v2:force \ |
309 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \ | 305 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \ |
310 | golang.zx2c4.com/wireguard/wgctrl:golang.zx2c4.com/wireguard/wgctrl:force \ | 306 | golang.zx2c4.com/wireguard/wgctrl:golang.zx2c4.com/wireguard/wgctrl:force \ |
@@ -312,76 +308,66 @@ export sites="k8s.io/utils:k8s.io/utils:force \ | |||
312 | go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/etcdutl/v3/etcdutl:force \ | 308 | go.etcd.io/etcd/etcdutl/v3:github.com/k3s-io/etcd/etcdutl/v3/etcdutl:force \ |
313 | go.etcd.io/etcd/client/v2:github.com/k3s-io/etcd/client/v2/client/v2:force \ | 309 | go.etcd.io/etcd/client/v2:github.com/k3s-io/etcd/client/v2/client/v2:force \ |
314 | github.com/rancher/dynamiclistener:github.com/rancher/dynamiclistener:force \ | 310 | github.com/rancher/dynamiclistener:github.com/rancher/dynamiclistener:force \ |
315 | github.com/gabriel-vasile/mimetype:github.com/gabriel-vasile/mimetype:force \ | ||
316 | github.com/hashicorp/golang-lru/v2:github.com/hashicorp/golang-lru/v2:force \ | ||
317 | github.com/libp2p/go-libp2p-record:github.com/libp2p/go-libp2p-record:force \ | ||
318 | github.com/quic-go/webtransport-go:github.com/quic-go/webtransport-go:force \ | ||
319 | github.com/containernetworking/cni:github.com/containernetworking/cni:force \ | 311 | github.com/containernetworking/cni:github.com/containernetworking/cni:force \ |
320 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ | 312 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ |
313 | github.com/hashicorp/golang-lru/v2:github.com/hashicorp/golang-lru/v2:force \ | ||
314 | github.com/libp2p/go-libp2p-record:github.com/libp2p/go-libp2p-record:force \ | ||
321 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ | 315 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ |
322 | github.com/prometheus/client_model:github.com/prometheus/client_model:force \ | 316 | github.com/prometheus/client_model:github.com/prometheus/client_model:force \ |
317 | github.com/quic-go/webtransport-go:github.com/quic-go/webtransport-go:force \ | ||
323 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2:force \ | 318 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2:force \ |
324 | sigs.k8s.io/kustomize/kustomize/v5:sigs.k8s.io/kustomize/kustomize/v5/kustomize:force \ | ||
325 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ | 319 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ |
320 | github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ | ||
321 | github.com/containerd/errdefs/pkg:github.com/containerd/errdefs/pkg/pkg:force \ | ||
322 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ | ||
326 | github.com/libp2p/go-libp2p-kad-dht:github.com/libp2p/go-libp2p-kad-dht:force \ | 323 | github.com/libp2p/go-libp2p-kad-dht:github.com/libp2p/go-libp2p-kad-dht:force \ |
327 | github.com/libp2p/go-libp2p-kbucket:github.com/libp2p/go-libp2p-kbucket:force \ | 324 | github.com/libp2p/go-libp2p-kbucket:github.com/libp2p/go-libp2p-kbucket:force \ |
328 | github.com/daviddengcn/go-colortext:github.com/daviddengcn/go-colortext:force \ | ||
329 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ | ||
330 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ | 325 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ |
331 | github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ | ||
332 | github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy:force \ | 326 | github.com/tmc/grpc-websocket-proxy:github.com/tmc/grpc-websocket-proxy:force \ |
333 | github.com/xenitab/pkg/channels:github.com/xenitab/pkg/channels/channels:force \ | ||
334 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ | 327 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ |
328 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \ | ||
329 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ | ||
335 | github.com/libp2p/go-libp2p-asn-util:github.com/libp2p/go-libp2p-asn-util:force \ | 330 | github.com/libp2p/go-libp2p-asn-util:github.com/libp2p/go-libp2p-asn-util:force \ |
336 | github.com/multiformats/go-multiaddr:github.com/multiformats/go-multiaddr:force \ | 331 | github.com/multiformats/go-multiaddr:github.com/multiformats/go-multiaddr:force \ |
337 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase:force \ | 332 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase:force \ |
338 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash:force \ | 333 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash:force \ |
339 | github.com/whyrusleeping/go-keyspace:github.com/whyrusleeping/go-keyspace:force \ | ||
340 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \ | ||
341 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ | ||
342 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ | 334 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ |
343 | github.com/seccomp/libseccomp-golang:github.com/seccomp/libseccomp-golang:force \ | ||
344 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri:force \ | 335 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri:force \ |
336 | github.com/whyrusleeping/go-keyspace:github.com/whyrusleeping/go-keyspace:force \ | ||
345 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ | 337 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ |
346 | github.com/cloudnativelabs/kube-router/v2:github.com/k3s-io/kube-router/v2:force \ | 338 | github.com/cloudnativelabs/kube-router/v2:github.com/k3s-io/kube-router/v2:force \ |
347 | github.com/jbenet/go-temp-err-catcher:github.com/jbenet/go-temp-err-catcher:force \ | ||
348 | github.com/multiformats/go-multicodec:github.com/multiformats/go-multicodec:force \ | ||
349 | github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go:force \ | ||
350 | github.com/twitchyliquid64/golang-asm:github.com/twitchyliquid64/golang-asm:force \ | ||
351 | github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin:force \ | 339 | github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin:force \ |
352 | github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp:force \ | 340 | github.com/hashicorp/go-retryablehttp:github.com/hashicorp/go-retryablehttp:force \ |
341 | github.com/jbenet/go-temp-err-catcher:github.com/jbenet/go-temp-err-catcher:force \ | ||
353 | github.com/libopenstorage/openstorage:github.com/libopenstorage/openstorage:force \ | 342 | github.com/libopenstorage/openstorage:github.com/libopenstorage/openstorage:force \ |
343 | github.com/multiformats/go-multicodec:github.com/multiformats/go-multicodec:force \ | ||
344 | github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go:force \ | ||
354 | go.etcd.io/etcd/client/pkg/v3:github.com/k3s-io/etcd/client/pkg/v3/client/pkg:force \ | 345 | go.etcd.io/etcd/client/pkg/v3:github.com/k3s-io/etcd/client/pkg/v3/client/pkg:force \ |
355 | github.com/go-playground/validator/v10:github.com/go-playground/validator/v10:force \ | ||
356 | github.com/multiformats/go-multistream:github.com/multiformats/go-multistream:force \ | ||
357 | github.com/AdamKorcz/go-118-fuzz-build:github.com/AdamKorcz/go-118-fuzz-build:force \ | 346 | github.com/AdamKorcz/go-118-fuzz-build:github.com/AdamKorcz/go-118-fuzz-build:force \ |
358 | github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici:force \ | 347 | github.com/bronze1man/goStrongswanVici:github.com/bronze1man/goStrongswanVici:force \ |
348 | github.com/containerd/containerd/api:github.com/containerd/containerd/api/api:force \ | ||
359 | github.com/containernetworking/plugins:github.com/containernetworking/plugins:force \ | 349 | github.com/containernetworking/plugins:github.com/containernetworking/plugins:force \ |
360 | github.com/google/go-containerregistry:github.com/google/go-containerregistry:force \ | 350 | github.com/google/go-containerregistry:github.com/google/go-containerregistry:force \ |
361 | github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway:force \ | 351 | github.com/grpc-ecosystem/grpc-gateway:github.com/grpc-ecosystem/grpc-gateway:force \ |
362 | github.com/monochromegane/go-gitignore:github.com/monochromegane/go-gitignore:force \ | 352 | github.com/monochromegane/go-gitignore:github.com/monochromegane/go-gitignore:force \ |
353 | github.com/multiformats/go-multistream:github.com/multiformats/go-multistream:force \ | ||
363 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \ | 354 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \ |
364 | github.com/Azure/go-autorest/logger:github.com/Azure/go-autorest/logger/logger:force \ | ||
365 | github.com/opencontainers/runtime-tools:github.com/opencontainers/runtime-tools:force \ | 355 | github.com/opencontainers/runtime-tools:github.com/opencontainers/runtime-tools:force \ |
356 | sigs.k8s.io/kustomize/kustomize/v5:sigs.k8s.io/kustomize/kustomize/v5/kustomize:force \ | ||
357 | tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ | ||
366 | github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter:force \ | 358 | github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter:force \ |
367 | github.com/hashicorp/golang-lru/arc/v2:github.com/hashicorp/golang-lru/arc/v2/arc:force \ | 359 | github.com/hashicorp/golang-lru/arc/v2:github.com/hashicorp/golang-lru/arc/v2/arc:force \ |
368 | github.com/multiformats/go-multiaddr-dns:github.com/multiformats/go-multiaddr-dns:force \ | 360 | github.com/multiformats/go-multiaddr-dns:github.com/multiformats/go-multiaddr-dns:force \ |
369 | github.com/multiformats/go-multiaddr-fmt:github.com/multiformats/go-multiaddr-fmt:force \ | 361 | github.com/multiformats/go-multiaddr-fmt:github.com/multiformats/go-multiaddr-fmt:force \ |
370 | github.com/Azure/go-autorest/tracing:github.com/Azure/go-autorest/tracing/tracing:force \ | ||
371 | github.com/checkpoint-restore/go-criu/v5:github.com/checkpoint-restore/go-criu/v5:force \ | ||
372 | github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \ | 362 | github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \ |
373 | github.com/Azure/go-autorest/autorest:github.com/Azure/go-autorest/autorest/autorest:force \ | ||
374 | github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit:force \ | 363 | github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit:force \ |
375 | k8s.io/api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api/staging/src/k8s.io/api:force \ | 364 | k8s.io/api:github.com/k3s-io/kubernetes/staging/src/k8s.io/api/staging/src/k8s.io/api:force \ |
376 | k8s.io/kms:github.com/k3s-io/kubernetes/staging/src/k8s.io/kms/staging/src/k8s.io/kms:force \ | 365 | k8s.io/kms:github.com/k3s-io/kubernetes/staging/src/k8s.io/kms/staging/src/k8s.io/kms:force \ |
377 | github.com/libp2p/go-libp2p-routing-helpers:github.com/libp2p/go-libp2p-routing-helpers:force \ | ||
378 | github.com/container-storage-interface/spec:github.com/container-storage-interface/spec:force \ | 366 | github.com/container-storage-interface/spec:github.com/container-storage-interface/spec:force \ |
379 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ | 367 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ |
368 | github.com/libp2p/go-libp2p-routing-helpers:github.com/libp2p/go-libp2p-routing-helpers:force \ | ||
380 | github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware:force \ | 369 | github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware:force \ |
381 | github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus:force \ | 370 | github.com/grpc-ecosystem/go-grpc-prometheus:github.com/grpc-ecosystem/go-grpc-prometheus:force \ |
382 | cloud.google.com/go/compute/metadata:cloud.google.com/go/compute/metadata/compute/metadata:force \ | ||
383 | github.com/go-playground/universal-translator:github.com/go-playground/universal-translator:force \ | ||
384 | github.com/Azure/go-autorest/autorest/to:github.com/Azure/go-autorest/autorest/to/autorest/to:force \ | ||
385 | github.com/containerd/fuse-overlayfs-snapshotter:github.com/containerd/fuse-overlayfs-snapshotter:force \ | 371 | github.com/containerd/fuse-overlayfs-snapshotter:github.com/containerd/fuse-overlayfs-snapshotter:force \ |
386 | k8s.io/cri-api:github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api/staging/src/k8s.io/cri-api:force \ | 372 | k8s.io/cri-api:github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api/staging/src/k8s.io/cri-api:force \ |
387 | k8s.io/kubectl:github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl/staging/src/k8s.io/kubectl:force \ | 373 | k8s.io/kubectl:github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl/staging/src/k8s.io/kubectl:force \ |
@@ -390,22 +376,16 @@ export sites="k8s.io/utils:k8s.io/utils:force \ | |||
390 | google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \ | 376 | google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \ |
391 | google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ | 377 | google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ |
392 | github.com/decred/dcrd/dcrec/secp256k1/v4:github.com/decred/dcrd/dcrec/secp256k1/v4/dcrec/secp256k1:force \ | 378 | github.com/decred/dcrd/dcrec/secp256k1/v4:github.com/decred/dcrd/dcrec/secp256k1/v4/dcrec/secp256k1:force \ |
393 | github.com/Azure/go-autorest/autorest/adal:github.com/Azure/go-autorest/autorest/adal/autorest/adal:force \ | ||
394 | github.com/Azure/go-autorest/autorest/date:github.com/Azure/go-autorest/autorest/date/autorest/date:force \ | ||
395 | github.com/GoogleCloudPlatform/k8s-cloud-provider:github.com/GoogleCloudPlatform/k8s-cloud-provider:force \ | ||
396 | github.com/googleapis/enterprise-certificate-proxy:github.com/googleapis/enterprise-certificate-proxy:force \ | ||
397 | github.com/Azure/go-autorest/autorest/mocks:github.com/Azure/go-autorest/autorest/mocks/autorest/mocks:force \ | ||
398 | k8s.io/apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver/staging/src/k8s.io/apiserver:force \ | 379 | k8s.io/apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver/staging/src/k8s.io/apiserver:force \ |
399 | k8s.io/client-go:github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go/staging/src/k8s.io/client-go:force \ | 380 | k8s.io/client-go:github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go/staging/src/k8s.io/client-go:force \ |
400 | github.com/matttproud/golang_protobuf_extensions/v2:github.com/matttproud/golang_protobuf_extensions/v2:force \ | ||
401 | github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter/estargz/estargz:force \ | 381 | github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter/estargz/estargz:force \ |
402 | k8s.io/kube-proxy:github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy/staging/src/k8s.io/kube-proxy:force \ | 382 | k8s.io/kube-proxy:github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy/staging/src/k8s.io/kube-proxy:force \ |
403 | github.com/antlr/antlr4/runtime/Go/antlr/v4:github.com/antlr/antlr4/runtime/Go/antlr/v4/runtime/Go/antlr/v4:force \ | 383 | tags.cncf.io/container-device-interface/specs-go:tags.cncf.io/container-device-interface/specs-go/specs-go:force \ |
404 | k8s.io/cli-runtime:github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime/staging/src/k8s.io/cli-runtime:force \ | 384 | k8s.io/cli-runtime:github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime/staging/src/k8s.io/cli-runtime:force \ |
385 | k8s.io/externaljwt:github.com/k3s-io/kubernetes/staging/src/k8s.io/externaljwt/staging/src/k8s.io/externaljwt:force \ | ||
405 | k8s.io/mount-utils:github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils/staging/src/k8s.io/mount-utils:force \ | 386 | k8s.io/mount-utils:github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils/staging/src/k8s.io/mount-utils:force \ |
406 | k8s.io/apimachinery:github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery/staging/src/k8s.io/apimachinery:force \ | 387 | k8s.io/apimachinery:github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery/staging/src/k8s.io/apimachinery:force \ |
407 | k8s.io/endpointslice:github.com/k3s-io/kubernetes/staging/src/k8s.io/endpointslice/staging/src/k8s.io/endpointslice:force \ | 388 | k8s.io/endpointslice:github.com/k3s-io/kubernetes/staging/src/k8s.io/endpointslice/staging/src/k8s.io/endpointslice:force \ |
408 | github.com/Azure/go-autorest/autorest/validation:github.com/Azure/go-autorest/autorest/validation/autorest/validation:force \ | ||
409 | k8s.io/cloud-provider:github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider/staging/src/k8s.io/cloud-provider:force \ | 389 | k8s.io/cloud-provider:github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider/staging/src/k8s.io/cloud-provider:force \ |
410 | k8s.io/component-base:github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base/staging/src/k8s.io/component-base:force \ | 390 | k8s.io/component-base:github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base/staging/src/k8s.io/component-base:force \ |
411 | k8s.io/code-generator:github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator/staging/src/k8s.io/code-generator:force \ | 391 | k8s.io/code-generator:github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator/staging/src/k8s.io/code-generator:force \ |
@@ -417,15 +397,13 @@ export sites="k8s.io/utils:k8s.io/utils:force \ | |||
417 | k8s.io/controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager/staging/src/k8s.io/controller-manager:force \ | 397 | k8s.io/controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager/staging/src/k8s.io/controller-manager:force \ |
418 | sigs.k8s.io/apiserver-network-proxy/konnectivity-client:sigs.k8s.io/apiserver-network-proxy/konnectivity-client/konnectivity-client:force \ | 398 | sigs.k8s.io/apiserver-network-proxy/konnectivity-client:sigs.k8s.io/apiserver-network-proxy/konnectivity-client/konnectivity-client:force \ |
419 | k8s.io/csi-translation-lib:github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib/staging/src/k8s.io/csi-translation-lib:force \ | 399 | k8s.io/csi-translation-lib:github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib/staging/src/k8s.io/csi-translation-lib:force \ |
420 | github.com/container-orchestrated-devices/container-device-interface:github.com/container-orchestrated-devices/container-device-interface:force \ | ||
421 | go.opentelemetry.io/otel/exporters/otlp/internal/retry:go.opentelemetry.io/otel/exporters/otlp/internal/retry/exporters/otlp/internal/retry:force \ | ||
422 | k8s.io/legacy-cloud-providers:github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers/staging/src/k8s.io/legacy-cloud-providers:force \ | ||
423 | k8s.io/pod-security-admission:github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission/staging/src/k8s.io/pod-security-admission:force \ | 400 | k8s.io/pod-security-admission:github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission/staging/src/k8s.io/pod-security-admission:force \ |
424 | k8s.io/apiextensions-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver/staging/src/k8s.io/apiextensions-apiserver:force \ | 401 | k8s.io/apiextensions-apiserver:github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver/staging/src/k8s.io/apiextensions-apiserver:force \ |
425 | k8s.io/kube-controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager/staging/src/k8s.io/kube-controller-manager:force \ | 402 | k8s.io/kube-controller-manager:github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager/staging/src/k8s.io/kube-controller-manager:force \ |
426 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ | 403 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ |
427 | k8s.io/dynamic-resource-allocation:github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation/staging/src/k8s.io/dynamic-resource-allocation:force \ | 404 | k8s.io/dynamic-resource-allocation:github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation/staging/src/k8s.io/dynamic-resource-allocation:force \ |
428 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/exporters/otlp/otlptrace/otlptracegrpc:force \ | 405 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/exporters/otlp/otlptrace/otlptracegrpc:force \ |
406 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/exporters/otlp/otlptrace/otlptracehttp:force \ | ||
429 | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/instrumentation/google.golang.org/grpc/otelgrpc:force \ | 407 | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/instrumentation/google.golang.org/grpc/otelgrpc:force \ |
430 | go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful:go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful/instrumentation/github.com/emicklei/go-restful/otelrestful:force" | 408 | go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful:go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful/instrumentation/github.com/emicklei/go-restful/otelrestful:force" |
431 | 409 | ||