2022-11-02 15:06:45 +04:00
module github . com / siderolabs / talos
2018-08-29 14:27:28 -07:00
2024-09-06 15:46:52 +04:00
go 1.22 . 7
2019-08-14 18:00:25 +00:00
2020-09-07 23:36:42 +03:00
replace (
2024-07-29 22:03:29 +04:00
/ / see e . g . https : / / github . com / grpc / grpc - go / issues / 6696
cloud . google . com / go = > cloud . google . com / go v0 . 100.2
2023-12-29 20:59:28 +03:00
/ / forked coredns so we don ' t carry caddy and other stuff into the Talos
2024-06-07 20:10:59 +03:00
github . com / coredns / coredns = > github . com / siderolabs / coredns v1 . 11.53
2024-03-04 13:23:20 +04:00
/ / see https : / / github . com / mdlayher / kobject / pull / 5
github . com / mdlayher / kobject = > github . com / smira / kobject v0 . 0.0 - 20240304111826 - 49 c8d4613389
2021-06-21 17:46:37 +00:00
/ / Use nested module .
2022-11-02 15:06:45 +04:00
github . com / siderolabs / talos / pkg / machinery = > . / pkg / machinery
2021-04-27 08:40:01 +00:00
2024-04-01 14:27:31 +03:00
/ / see https : / / github . com / siderolabs / talos / issues / 8514
golang . zx2c4 . com / wireguard = > github . com / siderolabs / wireguard - go v0 . 0.0 - 20240401105714 - 9 c7067e9d4b9
/ / see https : / / github . com / siderolabs / talos / issues / 8514
golang . zx2c4 . com / wireguard / wgctrl = > github . com / siderolabs / wgctrl - go v0 . 0.0 - 20240401105613 - 579 af3342774
2021-03-15 22:06:15 +03:00
/ / forked go - yaml that introduces RawYAML interface , which can be used to populate YAML fields using bytes
/ / which are then encoded as a valid YAML blocks with proper indentiation
2022-05-27 21:05:09 +03:00
gopkg . in / yaml . v3 = > github . com / unix4ever / yaml v0 . 0.0 - 20220527175918 - f17b0f05cf2c
2020-09-07 23:36:42 +03:00
)
2020-08-17 19:12:47 +03:00
2024-10-01 18:56:19 +04:00
// fd-leak related replacements: https://github.com/siderolabs/talos/issues/9412
replace (
/ / https : / / github . com / insomniacslk / dhcp / pull / 550
github . com / insomniacslk / dhcp = > github . com / smira / dhcp v0 . 0.0 - 20241001122726 - 31 e9ef21c016
/ / https : / / github . com / safchain / ethtool / pull / 88
github . com / safchain / ethtool = > github . com / smira / ethtool v0 . 0.0 - 20241001133415 - 4 d519940893f
/ / https : / / github . com / vishvananda / netlink / pull / 1023
github . com / vishvananda / netlink = > github . com / smira / netlink v0 . 0.0 - 20241001134714 - cf141a3c404c
)
2021-11-08 10:45:28 +00:00
// Kubernetes dependencies sharing the same version.
require (
2024-10-25 18:20:10 +04:00
k8s . io / api v0 . 31.2
k8s . io / apimachinery v0 . 31.2
k8s . io / apiserver v0 . 31.2
k8s . io / client - go v0 . 31.2
k8s . io / component - base v0 . 31.2
2024-08-29 20:44:37 +04:00
k8s . io / cri - api v0 . 32.0 - alpha . 0
2024-10-25 18:20:10 +04:00
k8s . io / kube - scheduler v0 . 31.2
k8s . io / kubectl v0 . 31.2
k8s . io / kubelet v0 . 31.2
k8s . io / pod - security - admission v0 . 31.2
2021-11-08 10:45:28 +00:00
)
2018-08-29 14:27:28 -07:00
require (
2024-08-07 20:02:52 +03:00
cloud . google . com / go / compute / metadata v0 . 5.0
github . com / Azure / azure - sdk - for - go / sdk / azcore v1 . 13.0
2024-07-02 14:46:51 +04:00
github . com / Azure / azure - sdk - for - go / sdk / azidentity v1 . 7.0
2024-02-16 14:53:49 +04:00
github . com / Azure / azure - sdk - for - go / sdk / security / keyvault / azcertificates v1 . 1.0
github . com / Azure / azure - sdk - for - go / sdk / security / keyvault / azkeys v1 . 1.0
2024-03-07 15:53:29 +04:00
github . com / alexflint / go - filemutex v1 . 3.0
2024-09-06 15:46:52 +04:00
github . com / aws / aws - sdk - go - v2 / config v1 . 27.33
github . com / aws / aws - sdk - go - v2 / feature / ec2 / imds v1 . 16.13
github . com / aws / aws - sdk - go - v2 / service / kms v1 . 35.7
2024-08-29 20:44:37 +04:00
github . com / aws / smithy - go v1 . 20.4
2024-05-30 10:55:30 +03:00
github . com / beevik / ntp v1 . 4.3
2023-05-18 10:58:17 -04:00
github . com / benbjohnson / clock v1 . 3.5 / / project archived on 2023 - 05 - 18
2023-10-17 17:00:38 +04:00
github . com / blang / semver / v4 v4 . 0.0
2024-04-03 12:07:25 +05:30
github . com / cenkalti / backoff / v4 v4 . 3.0
2024-01-17 20:35:37 +04:00
github . com / containerd / cgroups / v3 v3 . 0.3
2024-08-29 20:44:37 +04:00
github . com / containerd / containerd / api v1 . 8.0 - rc . 3
github . com / containerd / containerd / v2 v2 . 0.0 - rc . 4
2024-05-20 20:41:53 +04:00
github . com / containerd / errdefs v0 . 1.0
2024-06-12 15:55:43 +04:00
github . com / containerd / platforms v0 . 2.1
2024-08-07 20:02:52 +03:00
github . com / containerd / typeurl / v2 v2 . 2.0
github . com / containernetworking / cni v1 . 2.3
2024-07-02 14:46:51 +04:00
github . com / containernetworking / plugins v1 . 5.1
2024-08-07 20:02:52 +03:00
github . com / coredns / coredns v1 . 11.3
2024-08-29 20:44:37 +04:00
github . com / coreos / go - iptables v0 . 8.0
2024-08-07 20:02:52 +03:00
github . com / cosi - project / runtime v0 . 5.5
2024-04-03 12:07:25 +05:30
github . com / distribution / reference v0 . 6.0
2024-08-29 20:44:37 +04:00
github . com / docker / docker v27 . 2.0 + incompatible
2024-01-17 20:35:37 +04:00
github . com / docker / go - connections v0 . 5.0
2023-01-19 21:21:32 +03:00
github . com / dustin / go - humanize v1 . 0.1
2023-06-14 22:35:33 +04:00
github . com / ecks / uefi v0 . 0.0 - 20221116212947 - caef65d070eb
2024-06-05 17:32:03 +04:00
github . com / fatih / color v1 . 17.0
2024-08-07 20:02:52 +03:00
github . com / foxboron / go - uefi v0 . 0.0 - 20240805124652 - e2076f0e58ca
2023-01-23 23:41:58 +05:30
github . com / freddierice / go - losetup / v2 v2 . 0.1
2023-11-03 12:55:23 +04:00
github . com / fsnotify / fsnotify v1 . 7.0
2024-03-07 15:53:29 +04:00
github . com / gdamore / tcell / v2 v2 . 7.4
2022-08-11 15:06:30 +03:00
github . com / gertd / go - pluralize v0 . 2.1
2020-07-16 17:50:44 +03:00
github . com / gizak / termui / v3 v3 . 1.0
2022-03-21 15:19:53 +03:00
github . com / godbus / dbus / v5 v5 . 1.0
2022-05-18 18:50:27 +05:30
github . com / golang / mock v1 . 6.0
2024-09-19 21:23:16 +04:00
github . com / google / cadvisor v0 . 50.0
2024-08-07 20:02:52 +03:00
github . com / google / go - containerregistry v0 . 20.2
2024-06-12 15:55:43 +04:00
github . com / google / go - tpm v0 . 9.1
2024-03-14 16:02:54 +04:00
github . com / google / nftables v0 . 2.0
2024-02-01 16:59:07 +04:00
github . com / google / uuid v1 . 6.0
2023-11-29 15:09:21 +04:00
github . com / gopacket / gopacket v1 . 2.0
2021-10-28 23:50:50 +03:00
github . com / gosuri / uiprogress v0 . 0.1
2024-03-14 16:02:54 +04:00
github . com / grpc - ecosystem / go - grpc - middleware / v2 v2 . 1.0
2022-02-16 18:15:59 +00:00
github . com / hashicorp / go - cleanhttp v0 . 5.2
2023-10-17 17:00:38 +04:00
github . com / hashicorp / go - envparse v0 . 1.0
2024-08-07 20:02:52 +03:00
github . com / hashicorp / go - getter / v2 v2 . 2.3
2021-03-15 15:06:23 +03:00
github . com / hashicorp / go - multierror v1 . 1.1
2024-08-29 20:44:37 +04:00
github . com / hetznercloud / hcloud - go / v2 v2 . 13.1
github . com / insomniacslk / dhcp v0 . 0.0 - 20240829085014 - a3a4c1f04475
2024-02-08 22:34:52 +05:30
github . com / jeromer / syslogparser v1 . 1.0
2024-06-13 17:48:36 +04:00
github . com / jsimonetti / rtnetlink / v2 v2 . 0.2
2022-01-10 16:55:52 +03:00
github . com / jxskiss / base62 v1 . 1.0
2024-10-16 17:06:45 +04:00
github . com / klauspost / compress v1 . 17.11
2024-06-12 15:55:43 +04:00
github . com / klauspost / cpuid / v2 v2 . 2.8
2024-04-02 19:33:33 +04:00
github . com / linode / go - metadata v0 . 2.0
2022-07-21 14:58:41 +02:00
github . com / martinlindhe / base36 v1 . 1.1
2023-11-03 12:55:23 +04:00
github . com / mattn / go - isatty v0 . 0.20
2022-05-16 15:36:33 +03:00
github . com / mdlayher / arp v0 . 0.0 - 20220512170110 - 6706 a2966875
2023-06-22 22:22:33 +05:30
github . com / mdlayher / ethtool v0 . 1.0
2023-05-08 18:32:57 +04:00
github . com / mdlayher / genetlink v1 . 3.2
2024-03-04 13:23:20 +04:00
github . com / mdlayher / kobject v0 . 0.0 - 20200520190114 - 19 ca17470d7d
2023-05-08 18:32:57 +04:00
github . com / mdlayher / netlink v1 . 7.2
github . com / mdlayher / netx v0 . 0.0 - 20230430222610 - 7 e21880baee8
2023-11-16 21:52:31 +04:00
github . com / mdp / qrterminal / v3 v3 . 2.0
2024-08-29 20:44:37 +04:00
github . com / miekg / dns v1 . 1.62
2023-04-25 14:09:23 +04:00
github . com / nberlee / go - netstat v0 . 1.2
2023-07-12 18:41:53 +04:00
github . com / opencontainers / go - digest v1 . 0.0
2024-02-16 14:53:49 +04:00
github . com / opencontainers / image - spec v1 . 1.0
2024-09-06 15:46:52 +04:00
github . com / opencontainers / runc v1 . 2.0 - rc . 3
2024-02-16 14:53:49 +04:00
github . com / opencontainers / runtime - spec v1 . 2.0
2023-12-21 14:40:07 +04:00
github . com / packethost / packngo v0 . 31.0
2024-08-29 20:44:37 +04:00
github . com / pelletier / go - toml / v2 v2 . 2.3
2023-11-29 15:09:21 +04:00
github . com / pin / tftp / v3 v3 . 1.0
2024-08-29 20:44:37 +04:00
github . com / pkg / xattr v0 . 4.10
2024-02-01 16:59:07 +04:00
github . com / pmorjan / kmod v1 . 1.1
2024-06-05 17:32:03 +04:00
github . com / prometheus / procfs v0 . 15.1
2024-08-29 20:44:37 +04:00
github . com / rivo / tview v0 . 0.0 - 20240818110301 - fd649dbf1223
github . com / rs / xid v1 . 6.0
2020-10-20 01:08:16 +03:00
github . com / ryanuber / columnize v2 . 1.2 + incompatible
2022-05-18 18:50:27 +05:30
github . com / ryanuber / go - glob v1 . 0.0
2024-07-02 14:46:51 +04:00
github . com / safchain / ethtool v0 . 4.1
2024-09-06 15:46:52 +04:00
github . com / scaleway / scaleway - sdk - go v1 . 0.0 - beta . 30
2024-10-16 00:48:12 +03:00
github . com / siderolabs / crypto v0 . 5.0
2024-03-13 16:25:57 +04:00
github . com / siderolabs / discovery - api v0 . 1.4
2024-04-23 14:25:40 +03:00
github . com / siderolabs / discovery - client v0 . 1.9
2024-06-05 17:32:03 +04:00
github . com / siderolabs / gen v0 . 5.0
2024-09-06 15:46:52 +04:00
github . com / siderolabs / go - api - signature v0 . 3.6
2023-11-29 15:09:21 +04:00
github . com / siderolabs / go - blockdevice v0 . 4.7
2024-10-04 15:12:48 +04:00
github . com / siderolabs / go - blockdevice / v2 v2 . 0.3
2024-10-16 17:06:45 +04:00
github . com / siderolabs / go - circular v0 . 2.1
2022-11-01 12:06:37 +04:00
github . com / siderolabs / go - cmd v0 . 1.1
2024-03-07 00:13:29 +05:30
github . com / siderolabs / go - copy v0 . 1.0
2024-08-29 20:44:37 +04:00
github . com / siderolabs / go - debug v0 . 4.0
2024-01-12 18:32:15 +04:00
github . com / siderolabs / go - kmsg v0 . 1.4
2022-10-25 15:25:11 +04:00
github . com / siderolabs / go - kubeconfig v0 . 1.0
2024-09-06 15:46:52 +04:00
github . com / siderolabs / go - kubernetes v0 . 2.12
2024-07-02 14:46:51 +04:00
github . com / siderolabs / go - loadbalancer v0 . 3.4
2024-05-30 16:13:57 +04:00
github . com / siderolabs / go - pcidb v0 . 3.0
2022-05-02 02:17:13 +04:00
github . com / siderolabs / go - pointer v1 . 0.0
2023-11-23 10:51:01 +05:30
github . com / siderolabs / go - procfs v0 . 1.2
2023-11-03 12:55:23 +04:00
github . com / siderolabs / go - retry v0 . 3.3
2024-08-23 16:01:34 +04:00
github . com / siderolabs / go - smbios v0 . 3.3
2024-05-20 20:44:43 +04:00
github . com / siderolabs / go - tail v0 . 1.1
2024-08-12 20:54:39 +04:00
github . com / siderolabs / go - talos - support v0 . 1.1
2024-07-09 20:01:13 +03:00
github . com / siderolabs / grpc - proxy v0 . 4.1
2023-06-29 23:54:09 +03:00
github . com / siderolabs / kms - client v0 . 1.0
2022-11-01 12:51:16 +04:00
github . com / siderolabs / net v0 . 4.0
2024-06-11 16:19:04 +04:00
github . com / siderolabs / protoenc v0 . 2.1
2024-10-16 00:48:12 +03:00
github . com / siderolabs / siderolink v0 . 3.11
2024-10-28 15:35:12 +04:00
github . com / siderolabs / talos / pkg / machinery v1 . 8.2
2024-07-02 14:46:51 +04:00
github . com / spf13 / cobra v1 . 8.1
2022-05-10 22:12:09 +03:00
github . com / spf13 / pflag v1 . 0.5
2024-03-07 15:53:29 +04:00
github . com / stretchr / testify v1 . 9.0
github . com / u - root / u - root v0 . 14.0
2024-04-04 14:59:24 +04:00
github . com / ulikunitz / xz v0 . 5.12
2024-08-29 20:44:37 +04:00
github . com / vishvananda / netlink v1 . 3.0
2022-03-21 15:19:53 +03:00
github . com / vmware / vmw - guestinfo v0 . 0.0 - 20220317130741 - 510905 f0efa3
2022-05-16 15:36:33 +03:00
github . com / vultr / metadata v1 . 1.0
2024-09-11 14:14:14 +04:00
go . etcd . io / etcd / api / v3 v3 . 5.16
go . etcd . io / etcd / client / pkg / v3 v3 . 5.16
go . etcd . io / etcd / client / v3 v3 . 5.16
go . etcd . io / etcd / etcdutl / v3 v3 . 5.16
2024-03-07 15:53:29 +04:00
go . uber . org / zap v1 . 27.0
2023-12-21 14:40:07 +04:00
go4 . org / netipx v0 . 0.0 - 20231129151722 - fdeea329fbba
2024-09-06 15:46:52 +04:00
golang . org / x / net v0 . 29.0
golang . org / x / oauth2 v0 . 23.0
2024-08-07 20:02:52 +03:00
golang . org / x / sync v0 . 8.0
2024-09-06 15:46:52 +04:00
golang . org / x / sys v0 . 25.0
golang . org / x / term v0 . 24.0
golang . org / x / text v0 . 18.0
2024-10-16 17:06:45 +04:00
golang . org / x / time v0 . 7.0
2023-05-08 18:32:57 +04:00
golang . zx2c4 . com / wireguard / wgctrl v0 . 0.0 - 20230429144221 - 925 a1e7659e6
2024-10-07 19:14:24 +04:00
google . golang . org / grpc v1 . 66.3
2024-06-12 15:55:43 +04:00
google . golang . org / protobuf v1 . 34.2
2022-06-06 19:02:21 +04:00
gopkg . in / yaml . v3 v3 . 0.1
2024-07-02 14:46:51 +04:00
k8s . io / klog / v2 v2 . 130.1
2024-06-05 17:32:03 +04:00
kernel . org / pub / linux / libs / security / libcap / cap v1 . 2.70
2024-08-07 20:02:52 +03:00
sigs . k8s . io / hydrophone v0 . 6.1 - 0.20240718103601 - b92baf7e0b04
2023-11-03 12:55:23 +04:00
sigs . k8s . io / yaml v1 . 4.0
2019-08-14 18:00:25 +00:00
)
2021-09-13 17:34:15 +03:00
require (
2023-06-14 22:35:33 +04:00
github . com / 0x5 a17ed / itkit v0 . 6.0 / / indirect
2023-10-12 18:14:29 +04:00
github . com / AdaLogics / go - fuzz - headers v0 . 0.0 - 20230811130428 - ced1acdcaa24 / / indirect
github . com / AdamKorcz / go - 118 - fuzz - build v0 . 0.0 - 20230306123547 - 8075 edf89bb0 / / indirect
2024-08-07 20:02:52 +03:00
github . com / Azure / azure - sdk - for - go / sdk / internal v1 . 10.0 / / indirect
2023-11-06 21:23:44 +04:00
github . com / Azure / azure - sdk - for - go / sdk / security / keyvault / internal v1 . 0.0 / / indirect
2024-08-29 20:44:37 +04:00
github . com / Azure / go - ansiterm v0 . 0.0 - 20230124172434 - 306776 ec8161 / / indirect
2024-04-23 14:25:40 +03:00
github . com / AzureAD / microsoft - authentication - library - for - go v1 . 2.2 / / indirect
2022-07-09 02:20:19 +05:30
github . com / MakeNowJust / heredoc v1 . 0.0 / / indirect
2024-05-20 20:41:53 +04:00
github . com / Microsoft / go - winio v0 . 6.2 / / indirect
2024-08-29 20:44:37 +04:00
github . com / Microsoft / hcsshim v0 . 12.6 / / indirect
github . com / ProtonMail / go - crypto v1 . 1.0 - alpha . 5.0 . 20240827111422 - b5837fa4476e / / indirect
2023-10-12 18:14:29 +04:00
github . com / ProtonMail / go - mime v0 . 0.0 - 20230322103455 - 7 d82a3887f2f / / indirect
2024-02-16 14:53:49 +04:00
github . com / ProtonMail / gopenpgp / v2 v2 . 7.5 / / indirect
2024-08-29 20:44:37 +04:00
github . com / adrg / xdg v0 . 5.0 / / indirect
2024-06-11 16:19:04 +04:00
github . com / antlr4 - go / antlr / v4 v4 . 13.0 / / indirect
2023-12-29 20:59:28 +03:00
github . com / apparentlymart / go - cidr v1 . 1.0 / / indirect
2021-09-13 17:34:15 +03:00
github . com / armon / circbuf v0 . 0.0 - 20190214190532 - 5111143 e8da2 / / indirect
2024-09-06 15:46:52 +04:00
github . com / aws / aws - sdk - go - v2 v1 . 30.5 / / indirect
github . com / aws / aws - sdk - go - v2 / credentials v1 . 17.32 / / indirect
github . com / aws / aws - sdk - go - v2 / internal / configsources v1 . 3.17 / / indirect
github . com / aws / aws - sdk - go - v2 / internal / endpoints / v2 v2 . 6.17 / / indirect
2024-08-29 20:44:37 +04:00
github . com / aws / aws - sdk - go - v2 / internal / ini v1 . 8.1 / / indirect
github . com / aws / aws - sdk - go - v2 / service / internal / accept - encoding v1 . 11.4 / / indirect
2024-09-06 15:46:52 +04:00
github . com / aws / aws - sdk - go - v2 / service / internal / presigned - url v1 . 11.19 / / indirect
github . com / aws / aws - sdk - go - v2 / service / sso v1 . 22.7 / / indirect
github . com / aws / aws - sdk - go - v2 / service / ssooidc v1 . 26.7 / / indirect
github . com / aws / aws - sdk - go - v2 / service / sts v1 . 30.7 / / indirect
2021-09-13 17:34:15 +03:00
github . com / beorn7 / perks v1 . 0.1 / / indirect
github . com / bgentry / go - netrc v0 . 0.0 - 20140422174119 - 9 fd32a8b3d3d / / indirect
2024-07-04 23:19:16 +03:00
github . com / cespare / xxhash / v2 v2 . 3.0 / / indirect
2022-07-09 02:20:19 +05:30
github . com / chai2010 / gettext - go v1 . 0.2 / / indirect
2023-11-29 15:09:21 +04:00
github . com / cilium / ebpf v0 . 12.3 / / indirect
2024-07-02 14:46:51 +04:00
github . com / cloudflare / circl v1 . 3.9 / / indirect
2024-05-20 20:41:53 +04:00
github . com / containerd / continuity v0 . 4.3 / / indirect
2023-09-26 22:54:22 +04:00
github . com / containerd / fifo v1 . 1.0 / / indirect
2024-07-02 14:46:51 +04:00
github . com / containerd / go - cni v1 . 1.10 / / indirect
2023-10-17 17:00:38 +04:00
github . com / containerd / log v0 . 1.0 / / indirect
2024-05-20 20:41:53 +04:00
github . com / containerd / plugin v0 . 1.0 / / indirect
2023-07-27 12:50:06 +04:00
github . com / containerd / stargz - snapshotter / estargz v0 . 14.3 / / indirect
2024-08-29 20:44:37 +04:00
github . com / containerd / ttrpc v1 . 2.5 / / indirect
2023-08-03 17:20:49 +03:00
github . com / coreos / go - semver v0 . 3.1 / / indirect
2023-01-19 21:21:32 +03:00
github . com / coreos / go - systemd / v22 v22 . 5.0 / / indirect
2024-05-20 20:41:53 +04:00
github . com / cpuguy83 / go - md2man / v2 v2 . 0.4 / / indirect
2023-12-29 20:59:28 +03:00
github . com / davecgh / go - spew v1 . 1.2 - 0.20180830191138 - d8f796af33cc / / indirect
2024-08-07 20:02:52 +03:00
github . com / docker / cli v27 . 1.1 + incompatible / / indirect
2023-10-17 17:00:38 +04:00
github . com / docker / distribution v2 . 8.3 + incompatible / / indirect
2023-07-27 12:50:06 +04:00
github . com / docker / docker - credential - helpers v0 . 7.0 / / indirect
github . com / docker / go - units v0 . 5.0 / / indirect
2024-04-23 14:25:40 +03:00
github . com / emicklei / dot v1 . 6.2 / / indirect
2024-06-07 23:33:55 +04:00
github . com / emicklei / go - restful / v3 v3 . 11.2 / / indirect
2024-02-01 16:59:07 +04:00
github . com / evanphx / json - patch v5 . 9.0 + incompatible / / indirect
2021-09-13 17:34:15 +03:00
github . com / exponent - io / jsonpath v0 . 0.0 - 20151013193312 - d6023ce2651d / / indirect
2023-12-29 20:59:28 +03:00
github . com / felixge / httpsnoop v1 . 0.4 / / indirect
2024-07-09 16:54:17 +04:00
github . com / fxamacker / cbor / v2 v2 . 7.0 / / indirect
2021-09-13 17:34:15 +03:00
github . com / gdamore / encoding v1 . 0.0 / / indirect
github . com / ghodss / yaml v1 . 0.0 / / indirect
2023-03-21 21:15:02 +05:30
github . com / go - errors / errors v1 . 4.2 / / indirect
2024-06-07 20:10:59 +03:00
github . com / go - logr / logr v1 . 4.2 / / indirect
2022-01-18 22:19:36 +03:00
github . com / go - logr / stdr v1 . 2.2 / / indirect
2024-06-07 23:33:55 +04:00
github . com / go - openapi / jsonpointer v0 . 20.2 / / indirect
github . com / go - openapi / jsonreference v0 . 20.4 / / indirect
github . com / go - openapi / swag v0 . 22.9 / / indirect
2023-11-03 13:19:53 -04:00
github . com / go - resty / resty / v2 v2 . 9.1 / / indirect
2021-09-13 17:34:15 +03:00
github . com / gogo / protobuf v1 . 3.2 / / indirect
2023-07-10 16:48:22 +04:00
github . com / golang - jwt / jwt / v4 v4 . 5.0 / / indirect
2024-04-23 14:25:40 +03:00
github . com / golang - jwt / jwt / v5 v5 . 2.1 / / indirect
2021-09-13 17:34:15 +03:00
github . com / golang / groupcache v0 . 0.0 - 20210331224755 - 41 bb18bfe9da / / indirect
2024-03-13 15:35:44 +04:00
github . com / golang / protobuf v1 . 5.4 / / indirect
2024-04-01 14:27:31 +03:00
github . com / google / btree v1 . 1.2 / / indirect
2024-09-06 15:46:52 +04:00
github . com / google / cel - go v0 . 21.0 / / indirect
2023-07-14 11:59:09 +03:00
github . com / google / gnostic - models v0 . 6.8 / / indirect
2024-07-05 19:21:59 +04:00
github . com / google / go - cmp v0 . 6.0 / / indirect
2022-01-18 22:19:36 +03:00
github . com / google / gofuzz v1 . 2.0 / / indirect
2021-09-13 17:34:15 +03:00
github . com / google / shlex v0 . 0.0 - 20191202100458 - e7afc7fbc510 / / indirect
2024-06-07 23:33:55 +04:00
github . com / gorilla / websocket v1 . 5.1 / / indirect
2021-10-28 23:50:50 +03:00
github . com / gosuri / uilive v0 . 0.4 / / indirect
2021-09-13 17:34:15 +03:00
github . com / gregjones / httpcache v0 . 0.0 - 20180305231024 - 9 cad4c3443a7 / / indirect
2024-08-29 20:44:37 +04:00
github . com / grpc - ecosystem / grpc - gateway / v2 v2 . 22.0 / / indirect
2022-01-18 22:19:36 +03:00
github . com / hashicorp / errwrap v1 . 1.0 / / indirect
2021-09-13 17:34:15 +03:00
github . com / hashicorp / go - safetemp v1 . 0.0 / / indirect
2023-08-03 17:20:49 +03:00
github . com / hashicorp / go - version v1 . 6.0 / / indirect
2023-02-20 22:36:46 +04:00
github . com / hexops / gotextdiff v1 . 0.3 / / indirect
2024-06-07 23:33:55 +04:00
github . com / imdario / mergo v0 . 3.16 / / indirect
2022-12-23 20:30:09 +04:00
github . com / inconshreveable / mousetrap v1 . 1.0 / / indirect
2021-09-13 17:34:15 +03:00
github . com / jonboulle / clockwork v0 . 2.2 / / indirect
github . com / josharian / intern v1 . 0.0 / / indirect
2023-02-28 00:14:59 +03:00
github . com / josharian / native v1 . 1.0 / / indirect
2021-10-21 22:26:29 +03:00
github . com / json - iterator / go v1 . 1.12 / / indirect
2023-11-06 21:23:44 +04:00
github . com / kylelemons / godebug v1 . 1.0 / / indirect
2021-09-13 17:34:15 +03:00
github . com / liggitt / tabwriter v0 . 0.0 - 20181228230101 - 89 fcab3d43de / / indirect
2024-06-07 23:33:55 +04:00
github . com / lmittmann / tint v1 . 0.4 / / indirect
2021-09-13 17:34:15 +03:00
github . com / lucasb - eyer / go - colorful v1 . 2.0 / / indirect
2022-12-23 20:30:09 +04:00
github . com / mailru / easyjson v0 . 7.7 / / indirect
github . com / mattn / go - colorable v0 . 1.13 / / indirect
2023-12-21 14:40:07 +04:00
github . com / mattn / go - runewidth v0 . 0.15 / / indirect
2023-12-29 20:59:28 +03:00
github . com / matttproud / golang_protobuf_extensions v1 . 0.4 / / indirect
2022-02-21 18:02:45 -05:00
github . com / mdlayher / ethernet v0 . 0.0 - 20220221185849 - 529 eae5b6118 / / indirect
2023-05-08 18:32:57 +04:00
github . com / mdlayher / packet v1 . 1.2 / / indirect
2024-04-03 12:07:25 +05:30
github . com / mdlayher / socket v0 . 5.1 / / indirect
2021-09-13 17:34:15 +03:00
github . com / mitchellh / go - homedir v1 . 1.0 / / indirect
2023-02-15 15:25:39 +04:00
github . com / mitchellh / go - testing - interface v1 . 14.1 / / indirect
2023-07-10 16:48:22 +04:00
github . com / mitchellh / go - wordwrap v1 . 0.1 / / indirect
2024-04-03 12:07:25 +05:30
github . com / moby / docker - image - spec v1 . 3.1 / / indirect
2021-09-13 17:34:15 +03:00
github . com / moby / locker v1 . 0.1 / / indirect
2024-07-09 16:54:17 +04:00
github . com / moby / spdystream v0 . 4.0 / / indirect
2024-08-29 20:44:37 +04:00
github . com / moby / sys / mountinfo v0 . 7.2 / / indirect
github . com / moby / sys / sequential v0 . 6.0 / / indirect
github . com / moby / sys / signal v0 . 7.1 / / indirect
github . com / moby / sys / user v0 . 3.0 / / indirect
github . com / moby / sys / userns v0 . 1.0 / / indirect
2024-07-09 16:54:17 +04:00
github . com / moby / term v0 . 5.0 / / indirect
2021-09-13 17:34:15 +03:00
github . com / modern - go / concurrent v0 . 0.0 - 20180306012644 - bacd9c7ef1dd / / indirect
2021-10-21 22:26:29 +03:00
github . com / modern - go / reflect2 v1 . 0.2 / / indirect
2021-09-13 17:34:15 +03:00
github . com / monochromegane / go - gitignore v0 . 0.0 - 20200626010858 - 205 db1a8cc00 / / indirect
2022-03-31 18:04:52 +03:00
github . com / munnerz / goautoneg v0 . 0.0 - 20191010083416 - a7dc8b61c822 / / indirect
2023-11-03 12:43:24 +04:00
github . com / mxk / go - flowrate v0 . 0.0 - 20140419014527 - cca7078d478f / / indirect
2021-09-13 17:34:15 +03:00
github . com / nsf / termbox - go v0 . 0.0 - 20190121233118 - 02980233997 d / / indirect
2024-05-20 20:41:53 +04:00
github . com / opencontainers / runtime - tools v0 . 9.1 - 0.20221107090550 - 2 e043c6bd626 / / indirect
2023-05-17 04:40:15 -04:00
github . com / opencontainers / selinux v1 . 11.0 / / indirect
2023-12-29 20:59:28 +03:00
github . com / opentracing / opentracing - go v1 . 2.0 / / indirect
2021-09-13 17:34:15 +03:00
github . com / peterbourgon / diskv v2 . 0.1 + incompatible / / indirect
2024-07-26 19:21:12 +05:30
github . com / pierrec / lz4 / v4 v4 . 1.18 / / indirect
2024-01-17 20:35:37 +04:00
github . com / pkg / browser v0 . 0.0 - 20240102092130 - 5 ac0b6a4141c / / indirect
2021-09-13 17:34:15 +03:00
github . com / pkg / errors v0 . 9.1 / / indirect
2024-08-29 20:44:37 +04:00
github . com / planetscale / vtprotobuf v0 . 6.1 - 0.20240319094008 - 0393 e58bdf10 / / indirect
2024-06-07 23:33:55 +04:00
github . com / pmezard / go - difflib v1 . 0.1 - 0.20181226105442 - 5 d4384ee4fb2 / / indirect
2024-10-08 14:30:20 +04:00
github . com / prometheus / client_golang v1 . 20.4 / / indirect
2024-05-21 16:22:54 +03:00
github . com / prometheus / client_model v0 . 6.1 / / indirect
2024-07-09 16:54:17 +04:00
github . com / prometheus / common v0 . 55.0 / / indirect
2024-03-07 15:53:29 +04:00
github . com / rivo / uniseg v0 . 4.7 / / indirect
2021-12-20 23:05:32 +03:00
github . com / russross / blackfriday / v2 v2 . 1.0 / / indirect
2023-05-22 16:02:15 -04:00
github . com / siderolabs / tcpproxy v0 . 1.0 / / indirect
2023-10-17 17:00:38 +04:00
github . com / sirupsen / logrus v1 . 9.3 / / indirect
2024-03-08 21:57:26 +03:00
github . com / spf13 / afero v1 . 10.0 / / indirect
2024-06-11 16:19:04 +04:00
github . com / stoewer / go - strcase v1 . 3.0 / / indirect
2024-05-20 20:41:53 +04:00
github . com / syndtr / gocapability v0 . 0.0 - 20200815063812 - 42 c35b437635 / / indirect
2024-03-07 15:53:29 +04:00
github . com / u - root / uio v0 . 0.0 - 20240209044354 - b3d14b93376a / / indirect
2023-07-27 12:50:06 +04:00
github . com / vbatts / tar - split v0 . 11.3 / / indirect
2023-05-17 04:40:15 -04:00
github . com / vishvananda / netns v0 . 0.4 / / indirect
2024-07-09 16:54:17 +04:00
github . com / x448 / float16 v0 . 8.4 / / indirect
2021-09-13 17:34:15 +03:00
github . com / xiang90 / probing v0 . 0.0 - 20190116061207 - 43 a291ad63a2 / / indirect
2023-07-10 16:48:22 +04:00
github . com / xlab / treeprint v1 . 2.0 / / indirect
2024-08-29 20:44:37 +04:00
go . etcd . io / bbolt v1 . 3.11 / / indirect
2024-09-11 14:14:14 +04:00
go . etcd . io / etcd / client / v2 v2 . 305.16 / / indirect
go . etcd . io / etcd / pkg / v3 v3 . 5.16 / / indirect
go . etcd . io / etcd / raft / v3 v3 . 5.16 / / indirect
go . etcd . io / etcd / server / v3 v3 . 5.16 / / indirect
2022-12-23 20:30:09 +04:00
go . opencensus . io v0 . 24.0 / / indirect
2024-10-08 14:30:20 +04:00
go . opentelemetry . io / contrib / instrumentation / google . golang . org / grpc / otelgrpc v0 . 55.0 / / indirect
go . opentelemetry . io / contrib / instrumentation / net / http / otelhttp v0 . 55.0 / / indirect
go . opentelemetry . io / otel v1 . 30.0 / / indirect
go . opentelemetry . io / otel / metric v1 . 30.0 / / indirect
go . opentelemetry . io / otel / trace v1 . 30.0 / / indirect
2023-07-10 16:48:22 +04:00
go . starlark . net v0 . 0.0 - 20230525235612 - a134d8f9ddca / / indirect
go . uber . org / multierr v1 . 11.0 / / indirect
2024-09-06 15:46:52 +04:00
golang . org / x / crypto v0 . 27.0 / / indirect
2024-06-07 20:10:59 +03:00
golang . org / x / exp v0 . 0.0 - 20240506185415 - 9 bf2ced13842 / / indirect
2024-10-08 14:30:20 +04:00
golang . org / x / mod v0 . 21.0 / / indirect
2024-08-07 20:02:52 +03:00
golang . org / x / tools v0 . 24.0 / / indirect
2023-05-08 18:32:57 +04:00
golang . zx2c4 . com / wintun v0 . 0.0 - 20230126152724 - 0 fa3db229ce2 / / indirect
2024-04-01 14:27:31 +03:00
golang . zx2c4 . com / wireguard v0 . 0.0 - 20231211153847 - 12269 c276173 / / indirect
2024-09-06 15:46:52 +04:00
google . golang . org / genproto / googleapis / api v0 . 0.0 - 20240903143218 - 8 af14fe29dc1 / / indirect
google . golang . org / genproto / googleapis / rpc v0 . 0.0 - 20240903143218 - 8 af14fe29dc1 / / indirect
2024-07-09 16:54:17 +04:00
gopkg . in / evanphx / json - patch . v4 v4 . 12.0 / / indirect
2021-09-13 17:34:15 +03:00
gopkg . in / inf . v0 v0 . 9.1 / / indirect
2024-04-02 19:33:33 +04:00
gopkg . in / yaml . v2 v2 . 4.0 / / indirect
2024-10-25 18:20:10 +04:00
k8s . io / cli - runtime v0 . 31.2 / / indirect
2024-08-07 20:02:52 +03:00
k8s . io / kube - openapi v0 . 0.0 - 20240709000822 - 3 c01b740850f / / indirect
2024-07-16 22:05:16 +04:00
k8s . io / utils v0 . 0.0 - 20240711033017 - 18 e509b52bc8 / / indirect
2024-06-05 17:32:03 +04:00
kernel . org / pub / linux / libs / security / libcap / psx v1 . 2.70 / / indirect
2023-11-16 21:52:31 +04:00
rsc . io / qr v0 . 2.0 / / indirect
2022-12-23 20:30:09 +04:00
sigs . k8s . io / json v0 . 0.0 - 20221116044647 - bc3834ca7abd / / indirect
2024-07-09 16:54:17 +04:00
sigs . k8s . io / kustomize / api v0 . 17.2 / / indirect
sigs . k8s . io / kustomize / kyaml v0 . 17.1 / / indirect
2023-11-03 12:43:24 +04:00
sigs . k8s . io / structured - merge - diff / v4 v4 . 4.1 / / indirect
2024-08-29 20:44:37 +04:00
tags . cncf . io / container - device - interface v0 . 8.0 / / indirect
tags . cncf . io / container - device - interface / specs - go v0 . 8.0 / / indirect
2021-09-13 17:34:15 +03:00
)
2024-05-31 19:08:59 +04:00
exclude github . com / containerd / containerd v1 . 7.0