From a288d9f8af8b14fb64fa0192042a70f29b20792d Mon Sep 17 00:00:00 2001 From: navigaid Date: Fri, 8 Mar 2024 17:57:48 +0000 Subject: [PATCH] make gazelle --- cmd/go.mod | 34 +-------- go_repos.bzl | 180 ++------------------------------------------- pkg/cli/go.mod | 33 +-------- pkg/client/go.mod | 2 - pkg/hub/go.mod | 2 - pkg/plugin/go.mod | 2 - third_party/go.mod | 2 - 7 files changed, 8 insertions(+), 247 deletions(-) diff --git a/cmd/go.mod b/cmd/go.mod index 10ca97456..dbbad2bef 100644 --- a/cmd/go.mod +++ b/cmd/go.mod @@ -18,32 +18,26 @@ require ( github.com/abbot/go-http-auth v0.4.0 // indirect github.com/abiosoft/ishell v2.0.0+incompatible // indirect github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect - github.com/alecthomas/kingpin/v2 v2.4.0 // indirect - github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect github.com/alexpantyukhin/go-pattern-match v0.0.0-20230301210247-d84479c117d7 // indirect github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2 // indirect - github.com/beevik/ntp v1.3.0 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/blang/semver/v4 v4.0.0 // indirect github.com/btwiuse/gods v0.0.1 // indirect github.com/btwiuse/multicall v0.0.4 // indirect github.com/btwiuse/pretty v0.2.1 // indirect + github.com/btwiuse/rng v0.0.0 // indirect github.com/btwiuse/sse v0.0.1 // indirect github.com/btwiuse/version v0.0.0 // indirect github.com/btwiuse/wetty v0.0.36 // indirect github.com/cenkalti/backoff/v4 v4.2.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/containerd/console v1.0.4 // indirect - github.com/coreos/go-systemd/v22 v22.5.0 // indirect github.com/creack/pty v1.1.21 // indirect github.com/creativeprojects/go-selfupdate v1.1.3 // indirect github.com/davidmz/go-pageant v1.0.2 // indirect github.com/denisbrodbeck/machineid v1.0.1 // indirect - github.com/dennwc/btrfs v0.0.0-20230312211831-a1f570bd01a1 // indirect - github.com/dennwc/ioctl v1.0.0 // indirect github.com/docker/docker v25.0.1+incompatible // indirect github.com/ebi-yade/altsvc-go v0.1.1 // indirect - github.com/ema/qdisc v1.0.0 // indirect github.com/emicklei/go-restful/v3 v3.11.0 // indirect github.com/fatih/color v1.13.0 // indirect github.com/felixge/httpsnoop v1.0.3 // indirect @@ -52,15 +46,11 @@ require ( github.com/gdamore/tcell v1.4.0 // indirect github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect github.com/go-fed/httpsig v1.1.0 // indirect - github.com/go-kit/log v0.2.1 // indirect - github.com/go-logfmt/logfmt v0.5.1 // indirect github.com/go-logr/logr v1.3.0 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect - github.com/godbus/dbus/v5 v5.1.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/protobuf v1.5.3 // indirect - github.com/google/go-cmp v0.6.0 // indirect github.com/google/go-github/v30 v30.1.0 // indirect github.com/google/go-querystring v1.1.0 // indirect github.com/google/gofuzz v1.2.0 // indirect @@ -71,32 +61,20 @@ require ( github.com/gorilla/websocket v1.5.1 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect - github.com/hashicorp/go-envparse v0.1.0 // indirect github.com/hashicorp/go-retryablehttp v0.7.4 // indirect github.com/hashicorp/go-version v1.6.0 // indirect - github.com/hodgesds/perf-utils v0.7.0 // indirect - github.com/illumos/go-kstat v0.0.0-20210513183136-173c9b0a9973 // indirect - github.com/josharian/native v1.1.0 // indirect github.com/jpillora/ansi v1.0.2 // indirect github.com/jpillora/go-echo-server v0.5.0 // indirect github.com/jpillora/requestlog v1.0.0 // indirect github.com/jpillora/sizestr v1.0.0 // indirect - github.com/jsimonetti/rtnetlink v1.3.5 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/kataras/basicauth v0.0.3 // indirect github.com/lucasb-eyer/go-colorful v1.0.3 // indirect - github.com/lufia/iostat v1.2.1 // indirect github.com/lukesampson/figlet v0.0.0-20190211215653-8a3ef4a6ac42 // indirect github.com/mattn/go-colorable v0.1.9 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect github.com/mattn/go-shellwords v1.0.12 // indirect - github.com/mattn/go-xmlrpc v0.0.3 // indirect - github.com/mdlayher/ethtool v0.1.0 // indirect - github.com/mdlayher/genetlink v1.3.2 // indirect - github.com/mdlayher/netlink v1.7.2 // indirect - github.com/mdlayher/socket v0.4.1 // indirect - github.com/mdlayher/wifi v0.1.0 // indirect github.com/miekg/dns v1.1.58 // indirect github.com/mjwhitta/errors v1.0.2 // indirect github.com/mjwhitta/hilighter v1.11.7 // indirect @@ -108,20 +86,16 @@ require ( github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/onsi/ginkgo/v2 v2.13.0 // indirect - github.com/opencontainers/selinux v1.11.0 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/prometheus-community/go-runit v0.1.0 // indirect github.com/prometheus/client_golang v1.18.0 // indirect github.com/prometheus/client_model v0.5.0 // indirect github.com/prometheus/common v0.46.0 // indirect - github.com/prometheus/node_exporter v1.7.0 // indirect github.com/prometheus/procfs v0.12.0 // indirect github.com/quic-go/qpack v0.4.0 // indirect github.com/quic-go/quic-go v0.41.0 // indirect github.com/quic-go/webtransport-go v0.6.0 // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/rs/cors v1.10.1 // indirect - github.com/safchain/ethtool v0.3.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect github.com/ulikunitz/xz v0.5.11 // indirect @@ -130,7 +104,6 @@ require ( github.com/webteleport/webteleport v0.3.8 // indirect github.com/webteleport/wtf v0.0.8 // indirect github.com/xanzy/go-gitlab v0.95.2 // indirect - github.com/xhit/go-str2duration/v2 v2.1.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect go.opentelemetry.io/otel v1.19.0 // indirect go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect @@ -140,7 +113,6 @@ require ( go.opentelemetry.io/otel/trace v1.19.0 // indirect go.opentelemetry.io/proto/otlp v1.0.0 // indirect go.uber.org/mock v0.3.0 // indirect - go.uber.org/multierr v1.11.0 // indirect golang.org/x/crypto v0.19.0 // indirect golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect golang.org/x/mod v0.15.0 // indirect @@ -160,23 +132,19 @@ require ( gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - howett.net/plist v1.0.0 // indirect k0s.io/pkg/agent v0.1.15 // indirect k0s.io/pkg/apiserver v0.1.15 // indirect k0s.io/pkg/asciitransport v0.1.15 // indirect k0s.io/pkg/client v0.1.15 // indirect k0s.io/pkg/dial v0.1.15 // indirect k0s.io/pkg/distro v0.1.15 // indirect - k0s.io/pkg/exporter v0.1.14 // indirect k0s.io/pkg/fzf v0.1.15 // indirect k0s.io/pkg/manager v0.1.15 // indirect k0s.io/pkg/middleware v0.1.15 // indirect - k0s.io/pkg/rng v0.1.14 // indirect k0s.io/pkg/simple v0.1.15 // indirect k0s.io/pkg/tunnel v0.1.15 // indirect k0s.io/pkg/ui v0.1.15 // indirect k0s.io/pkg/utils v0.1.15 // indirect - k0s.io/pkg/uuid v0.1.14 // indirect k0s.io/pkg/wrap v0.1.15 // indirect k8s.io/api v0.29.1 // indirect k8s.io/apimachinery v0.29.1 // indirect diff --git a/go_repos.bzl b/go_repos.bzl index 7d517cde7..eae3a159d 100644 --- a/go_repos.bzl +++ b/go_repos.bzl @@ -729,14 +729,6 @@ def go_repositories(): sum = "h1:ZNv7On9kyUzm7fvRZumSyy/IUiSC7AzL0I1jKKtwooA=", version = "v0.0.0-20180326062324-cfa1a18b161f", ) - go_repository( - name = "com_github_beevik_ntp", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/beevik/ntp", - sum = "h1:/w5VhpW5BGKS37vFm1p9oVk/t4HnnkKZAZIubHM6F7Q=", - version = "v1.3.0", - ) go_repository( name = "com_github_benbjohnson_clock", build_file_generation = "on", @@ -1913,22 +1905,6 @@ def go_repositories(): sum = "h1:geKr9qtkB876mXguW2X6TU4ZynleN6ezuMSRhl4D7AQ=", version = "v1.0.1", ) - go_repository( - name = "com_github_dennwc_btrfs", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/dennwc/btrfs", - sum = "h1:ue4Es4Xzz255hWQ7NAWzZxuXG+YOV7URzzusLLSe0zU=", - version = "v0.0.0-20230312211831-a1f570bd01a1", - ) - go_repository( - name = "com_github_dennwc_ioctl", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/dennwc/ioctl", - sum = "h1:DsWAAjIxRqNcLn9x6mwfuf2pet3iB7aK90K4tF16rLg=", - version = "v1.0.0", - ) go_repository( name = "com_github_denverdino_aliyungo", build_file_generation = "on", @@ -2257,14 +2233,6 @@ def go_repositories(): sum = "h1:KIlOlxdoQf9JWKl5lMAJ28SY2URB0XTRDn2TckyzAZg=", version = "v1.3.0", ) - go_repository( - name = "com_github_ema_qdisc", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/ema/qdisc", - sum = "h1:EHLG08FVRbWLg8uRICa3xzC9Zm0m7HyMHfXobWFnXYg=", - version = "v1.0.0", - ) go_repository( name = "com_github_emicklei_go_restful", build_file_generation = "on", @@ -3937,14 +3905,6 @@ def go_repositories(): sum = "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=", version = "v0.5.2", ) - go_repository( - name = "com_github_hashicorp_go_envparse", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/hashicorp/go-envparse", - sum = "h1:bE++6bhIsNCPLvgDZkYqo3nA+/PFI51pkrHdmPSDFPY=", - version = "v0.1.0", - ) go_repository( name = "com_github_hashicorp_go_hclog", build_file_generation = "on", @@ -4185,14 +4145,6 @@ def go_repositories(): sum = "h1:b5rjCoWHc7eqmAS4/qyk21ZsHyb6Mxv/jykxvNTkU4M=", version = "v0.0.0-20180604194846-3520598351bb", ) - go_repository( - name = "com_github_hodgesds_perf_utils", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/hodgesds/perf-utils", - sum = "h1:7KlHGMuig4FRH5fNw68PV6xLmgTe7jKs9hgAcEAbioU=", - version = "v0.7.0", - ) go_repository( name = "com_github_holiman_bloomfilter_v2", build_file_generation = "on", @@ -4273,14 +4225,6 @@ def go_repositories(): sum = "h1:MZf03xP9WdakyXhOWuAD5uPK3wHh96wCsqe3hCMKh8E=", version = "v0.0.0-20190504054126-0bbf12d6d7df", ) - go_repository( - name = "com_github_illumos_go_kstat", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/illumos/go-kstat", - sum = "h1:hk4LPqXIY/c9XzRbe7dA6qQxaT6Axcbny0L/G5a4owQ=", - version = "v0.0.0-20210513183136-173c9b0a9973", - ) go_repository( name = "com_github_imdario_mergo", build_file_generation = "on", @@ -4673,14 +4617,6 @@ def go_repositories(): sum = "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=", version = "v1.0.0", ) - go_repository( - name = "com_github_josharian_native", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/josharian/native", - sum = "h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtLA=", - version = "v1.1.0", - ) go_repository( name = "com_github_jpillora_ansi", build_file_generation = "on", @@ -4782,8 +4718,8 @@ def go_repositories(): build_file_generation = "on", build_file_proto_mode = "disable", importpath = "github.com/jsimonetti/rtnetlink", - sum = "h1:hVlNQNRlLDGZz31gBPicsG7Q53rnlsz1l1Ix/9XlpVA=", - version = "v1.3.5", + sum = "h1:7cpGGTQO6+OuYQWkueqeXuErSjs1NZtpALpv1x7Mq4g=", + version = "v0.0.0-20201110080708-d2c240429e6c", ) go_repository( name = "com_github_json_iterator_go", @@ -5249,14 +5185,6 @@ def go_repositories(): sum = "h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac=", version = "v1.0.3", ) - go_repository( - name = "com_github_lufia_iostat", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/lufia/iostat", - sum = "h1:tnCdZBIglgxD47RyD55kfWQcJMGzO+1QBziSQfesf2k=", - version = "v1.2.1", - ) go_repository( name = "com_github_lukesampson_figlet", build_file_generation = "on", @@ -5561,14 +5489,6 @@ def go_repositories(): sum = "h1:8TGB3DFRNl06DB1Q6zBX+I7FDoCUZY2fmMS9WGUIIpw=", version = "v0.0.0-20180219170247-931426f7535a", ) - go_repository( - name = "com_github_mattn_go_xmlrpc", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/mattn/go-xmlrpc", - sum = "h1:Y6WEMLEsqs3RviBrAa1/7qmbGB7DVD3brZIbqMbQdGY=", - version = "v0.0.3", - ) go_repository( name = "com_github_mattn_go_zglob", build_file_generation = "on", @@ -5617,29 +5537,13 @@ def go_repositories(): sum = "h1:lez6TS6aAau+8wXUP3G9I3TGlmPFEq2CTxBaRqY6AGE=", version = "v0.0.0-20190606142754-0394541c37b7", ) - go_repository( - name = "com_github_mdlayher_ethtool", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/mdlayher/ethtool", - sum = "h1:XAWHsmKhyPOo42qq/yTPb0eFBGUKKTR1rE0dVrWVQ0Y=", - version = "v0.1.0", - ) - go_repository( - name = "com_github_mdlayher_genetlink", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/mdlayher/genetlink", - sum = "h1:KdrNKe+CTu+IbZnm/GVUMXSqBBLqcGpRDa0xkQy56gw=", - version = "v1.3.2", - ) go_repository( name = "com_github_mdlayher_netlink", build_file_generation = "on", build_file_proto_mode = "disable", importpath = "github.com/mdlayher/netlink", - sum = "h1:/UtM3ofJap7Vl4QWCPDGXY8d3GIY2UGSDbK+QWmY8/g=", - version = "v1.7.2", + sum = "h1:VqG+Voq9V4uZ+04vjIrcSCWDpf91B1xxbP4QBUmUJE8=", + version = "v1.1.1", ) go_repository( name = "com_github_mdlayher_raw", @@ -5649,22 +5553,6 @@ def go_repositories(): sum = "h1:aFkJ6lx4FPip+S+Uw4aTegFMct9shDvP+79PsSxpm3w=", version = "v0.0.0-20191009151244-50f2db8cc065", ) - go_repository( - name = "com_github_mdlayher_socket", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/mdlayher/socket", - sum = "h1:eM9y2/jlbs1M615oshPQOHZzj6R6wMT7bX5NPiQvn2U=", - version = "v0.4.1", - ) - go_repository( - name = "com_github_mdlayher_wifi", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/mdlayher/wifi", - sum = "h1:y8wYRUXwok5CtUZOXT3egghYesX0O79E3ALl+SIDm9Q=", - version = "v0.1.0", - ) go_repository( name = "com_github_mesos_mesos_go", build_file_generation = "on", @@ -6897,30 +6785,6 @@ def go_repositories(): sum = "h1:doXzt5ybi1HBKpsZOL0sSkaNHJJqkyfEWZGGqqScV0Y=", version = "v0.46.0", ) - go_repository( - name = "com_github_prometheus_community_go_runit", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/prometheus-community/go-runit", - sum = "h1:uTWEj/Fn2RoLdfg/etSqwzgYNOYPrARx1BHUN052tGA=", - version = "v0.1.0", - ) - go_repository( - name = "com_github_prometheus_exporter_toolkit", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/prometheus/exporter-toolkit", - sum = "h1:yOAzZTi4M22ZzVxD+fhy1URTuNRj/36uQJJ5S8IPza8=", - version = "v0.10.0", - ) - go_repository( - name = "com_github_prometheus_node_exporter", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/prometheus/node_exporter", - sum = "h1:7MVpSdfWrThNo0SlldhUyAVFZ7LWbC9+QJRzB4QmkE8=", - version = "v1.7.0", - ) go_repository( name = "com_github_prometheus_procfs", build_file_generation = "on", @@ -7230,8 +7094,8 @@ def go_repositories(): build_file_generation = "on", build_file_proto_mode = "disable", importpath = "github.com/safchain/ethtool", - sum = "h1:gimQJpsI6sc1yIqP/y8GYgiXn/NjgvpM0RNoWLVVmP0=", - version = "v0.3.0", + sum = "h1:ZFfeKAhIQiiOrQaI3/znw0gOmYpO28Tcu1YaqMa/jtQ=", + version = "v0.0.0-20210803160452-9aa261dae9b1", ) go_repository( name = "com_github_samfoo_ansi", @@ -7593,14 +7457,6 @@ def go_repositories(): sum = "h1:JtcyT0rk/9PKOdnKQzuDR+FSjh7SGtJwpgVpfZBRKlQ=", version = "v0.0.0-20170829043945-18c3829fa133", ) - go_repository( - name = "com_github_siebenmann_go_kstat", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "github.com/siebenmann/go-kstat", - sum = "h1:GfSdC6wKfTGcgCS7BtzF5694Amne1pGCSTY252WhlEY=", - version = "v0.0.0-20210513183136-173c9b0a9973", - ) go_repository( name = "com_github_sirupsen_logrus", build_file_generation = "on", @@ -10217,30 +10073,6 @@ def go_repositories(): sum = "h1:cZhhbV8+DE0Y1kotwhr1a3RC3kFO7AtuZ4GLr3qKSc8=", version = "v1.0.2", ) - go_repository( - name = "io_k0s_pkg_exporter", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "k0s.io/pkg/exporter", - sum = "h1:FkFkWE3shJH1E7LyJzF6iB3q6EZhaSzweSk5sNM35e4=", - version = "v0.1.14", - ) - go_repository( - name = "io_k0s_pkg_rng", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "k0s.io/pkg/rng", - sum = "h1:2disumB4v7Q4vcqXSwpE2MGlYjcpONMD4WTLDHdG8ts=", - version = "v0.1.14", - ) - go_repository( - name = "io_k0s_pkg_uuid", - build_file_generation = "on", - build_file_proto_mode = "disable", - importpath = "k0s.io/pkg/uuid", - sum = "h1:unV4fUB8Gc6+tuyrIfcmZCUO8QrbzVNMfWuIhoQLoCs=", - version = "v0.1.14", - ) go_repository( name = "io_k8s_api", build_file_generation = "on", diff --git a/pkg/cli/go.mod b/pkg/cli/go.mod index f67040085..f100b5d0b 100644 --- a/pkg/cli/go.mod +++ b/pkg/cli/go.mod @@ -30,16 +30,14 @@ require ( github.com/abbot/go-http-auth v0.4.0 // indirect github.com/abiosoft/ishell v2.0.0+incompatible // indirect github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect - github.com/alecthomas/kingpin/v2 v2.4.0 // indirect - github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect github.com/alexpantyukhin/go-pattern-match v0.0.0-20230301210247-d84479c117d7 // indirect github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2 // indirect - github.com/beevik/ntp v1.3.0 // indirect github.com/benbjohnson/clock v1.1.0 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/blang/semver/v4 v4.0.0 // indirect github.com/btwiuse/gods v0.0.1 // indirect github.com/btwiuse/pretty v0.2.1 // indirect + github.com/btwiuse/rng v0.0.0 // indirect github.com/btwiuse/sse v0.0.1 // indirect github.com/btwiuse/wetty v0.0.36 // indirect github.com/cenkalti/backoff/v4 v4.2.1 // indirect @@ -47,18 +45,14 @@ require ( github.com/chai2010/gettext-go v1.0.2 // indirect github.com/chzyer/logex v1.2.1 // indirect github.com/containerd/console v1.0.4 // indirect - github.com/coreos/go-systemd/v22 v22.5.0 // indirect github.com/creack/pty v1.1.21 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/daviddengcn/go-colortext v1.0.0 // indirect github.com/davidmz/go-pageant v1.0.2 // indirect github.com/denisbrodbeck/machineid v1.0.1 // indirect - github.com/dennwc/btrfs v0.0.0-20230312211831-a1f570bd01a1 // indirect - github.com/dennwc/ioctl v1.0.0 // indirect github.com/distribution/reference v0.5.0 // indirect github.com/docker/docker v25.0.1+incompatible // indirect github.com/ebi-yade/altsvc-go v0.1.1 // indirect - github.com/ema/qdisc v1.0.0 // indirect github.com/emicklei/go-restful/v3 v3.11.0 // indirect github.com/evanphx/json-patch v4.12.0+incompatible // indirect github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect @@ -72,15 +66,12 @@ require ( github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect github.com/go-errors/errors v1.4.2 // indirect github.com/go-fed/httpsig v1.1.0 // indirect - github.com/go-kit/log v0.2.1 // indirect - github.com/go-logfmt/logfmt v0.5.1 // indirect github.com/go-logr/logr v1.3.0 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/go-openapi/jsonpointer v0.19.6 // indirect github.com/go-openapi/jsonreference v0.20.2 // indirect github.com/go-openapi/swag v0.22.3 // indirect github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect - github.com/godbus/dbus/v5 v5.1.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/google/btree v1.0.1 // indirect @@ -98,39 +89,27 @@ require ( github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect - github.com/hashicorp/go-envparse v0.1.0 // indirect github.com/hashicorp/go-hclog v0.16.2 // indirect github.com/hashicorp/go-retryablehttp v0.7.4 // indirect github.com/hashicorp/go-version v1.6.0 // indirect - github.com/hodgesds/perf-utils v0.7.0 // indirect - github.com/illumos/go-kstat v0.0.0-20210513183136-173c9b0a9973 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jonboulle/clockwork v0.2.2 // indirect github.com/josharian/intern v1.0.0 // indirect - github.com/josharian/native v1.1.0 // indirect github.com/jpillora/ansi v1.0.2 // indirect github.com/jpillora/go-echo-server v0.5.0 // indirect github.com/jpillora/requestlog v1.0.0 // indirect github.com/jpillora/sizestr v1.0.0 // indirect - github.com/jsimonetti/rtnetlink v1.3.5 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/kataras/basicauth v0.0.3 // indirect github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect github.com/lithammer/dedent v1.1.0 // indirect github.com/lucasb-eyer/go-colorful v1.0.3 // indirect - github.com/lufia/iostat v1.2.1 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/mattn/go-colorable v0.1.9 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect github.com/mattn/go-shellwords v1.0.12 // indirect - github.com/mattn/go-xmlrpc v0.0.3 // indirect - github.com/mdlayher/ethtool v0.1.0 // indirect - github.com/mdlayher/genetlink v1.3.2 // indirect - github.com/mdlayher/netlink v1.7.2 // indirect - github.com/mdlayher/socket v0.4.1 // indirect - github.com/mdlayher/wifi v0.1.0 // indirect github.com/miekg/dns v1.1.58 // indirect github.com/mitchellh/go-wordwrap v1.0.1 // indirect github.com/mjwhitta/errors v1.0.2 // indirect @@ -148,14 +127,11 @@ require ( github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect github.com/onsi/ginkgo/v2 v2.13.0 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect - github.com/opencontainers/selinux v1.11.0 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/prometheus-community/go-runit v0.1.0 // indirect github.com/prometheus/client_golang v1.18.0 // indirect github.com/prometheus/client_model v0.5.0 // indirect github.com/prometheus/common v0.46.0 // indirect - github.com/prometheus/node_exporter v1.7.0 // indirect github.com/prometheus/procfs v0.12.0 // indirect github.com/quic-go/qpack v0.4.0 // indirect github.com/quic-go/quic-go v0.41.0 // indirect @@ -163,7 +139,6 @@ require ( github.com/rivo/uniseg v0.2.0 // indirect github.com/rs/cors v1.10.1 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect - github.com/safchain/ethtool v0.3.0 // indirect github.com/sergi/go-diff v1.2.0 // indirect github.com/spf13/cobra v1.7.0 // indirect github.com/spf13/pflag v1.0.5 // indirect @@ -172,7 +147,6 @@ require ( github.com/webteleport/auth v0.0.6 // indirect github.com/webteleport/webteleport v0.3.8 // indirect github.com/xanzy/go-gitlab v0.95.2 // indirect - github.com/xhit/go-str2duration/v2 v2.1.0 // indirect github.com/xlab/treeprint v1.2.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect go.opentelemetry.io/otel v1.19.0 // indirect @@ -184,7 +158,6 @@ require ( go.opentelemetry.io/proto/otlp v1.0.0 // indirect go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect go.uber.org/mock v0.3.0 // indirect - go.uber.org/multierr v1.11.0 // indirect golang.org/x/crypto v0.19.0 // indirect golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect golang.org/x/mod v0.15.0 // indirect @@ -204,17 +177,13 @@ require ( gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - howett.net/plist v1.0.0 // indirect k0s.io/pkg/asciitransport v0.1.15 // indirect k0s.io/pkg/dial v0.1.15 // indirect k0s.io/pkg/distro v0.1.15 // indirect - k0s.io/pkg/exporter v0.1.14 // indirect k0s.io/pkg/fzf v0.1.15 // indirect k0s.io/pkg/manager v0.1.15 // indirect k0s.io/pkg/middleware v0.1.15 // indirect - k0s.io/pkg/rng v0.1.14 // indirect k0s.io/pkg/ui v0.1.15 // indirect - k0s.io/pkg/uuid v0.1.14 // indirect k0s.io/pkg/wrap v0.1.15 // indirect k8s.io/api v0.29.1 // indirect k8s.io/apiserver v0.29.1 // indirect diff --git a/pkg/client/go.mod b/pkg/client/go.mod index 8cd27c8cc..3a8105ec5 100644 --- a/pkg/client/go.mod +++ b/pkg/client/go.mod @@ -55,8 +55,6 @@ require ( golang.org/x/text v0.14.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect k0s.io/pkg/distro v0.1.15 // indirect - k0s.io/pkg/rng v0.1.14 // indirect - k0s.io/pkg/uuid v0.1.14 // indirect k0s.io/pkg/wrap v0.1.15 // indirect k8s.io/apimachinery v0.29.1 // indirect nhooyr.io/websocket v1.8.10 // indirect diff --git a/pkg/hub/go.mod b/pkg/hub/go.mod index 694f09d99..e45c8af45 100644 --- a/pkg/hub/go.mod +++ b/pkg/hub/go.mod @@ -67,7 +67,5 @@ require ( k0s.io/pkg/asciitransport v0.1.15 // indirect k0s.io/pkg/dial v0.1.15 // indirect k0s.io/pkg/distro v0.1.15 // indirect - k0s.io/pkg/rng v0.1.14 // indirect - k0s.io/pkg/uuid v0.1.14 // indirect k8s.io/apimachinery v0.29.1 // indirect ) diff --git a/pkg/plugin/go.mod b/pkg/plugin/go.mod index 743a0c7ff..3e6e01a6c 100644 --- a/pkg/plugin/go.mod +++ b/pkg/plugin/go.mod @@ -42,8 +42,6 @@ require ( k0s.io/pkg/dial v0.1.15 // indirect k0s.io/pkg/distro v0.1.15 // indirect k0s.io/pkg/middleware v0.1.15 // indirect - k0s.io/pkg/rng v0.1.14 // indirect - k0s.io/pkg/uuid v0.1.14 // indirect k0s.io/pkg/wrap v0.1.15 // indirect k8s.io/apimachinery v0.29.1 // indirect nhooyr.io/websocket v1.8.10 // indirect diff --git a/third_party/go.mod b/third_party/go.mod index 9d2292695..17cfdc9b4 100644 --- a/third_party/go.mod +++ b/third_party/go.mod @@ -69,10 +69,8 @@ require ( k0s.io/pkg/asciitransport v0.1.15 k0s.io/pkg/middleware v0.1.15 k0s.io/pkg/plugin v0.1.15 - k0s.io/pkg/rng v0.1.14 // indirect k0s.io/pkg/tunnel v0.1.15 k0s.io/pkg/utils v0.1.15 - k0s.io/pkg/uuid v0.1.14 // indirect k8s.io/api v0.29.1 k8s.io/apimachinery v0.29.1 k8s.io/client-go v0.29.1