2019-04-03 18:29:21 -07:00
module github . com / talos - systems / talos
2018-08-29 14:27:28 -07:00
2019-10-04 13:46:17 -07:00
go 1.13
2019-08-14 18:00:25 +00:00
2020-09-07 23:36:42 +03:00
replace (
github . com / Azure / go - autorest v10 . 8.1 + incompatible = > github . com / Azure / go - autorest / autorest v0 . 9.1
github . com / docker / distribution v2 . 7.1 + incompatible = > github . com / docker / distribution v2 . 7.1 - 0.20190205005809 - 0 d3efadf0154 + incompatible
github . com / talos - systems / talos / pkg / machinery = > . / pkg / machinery
)
2020-08-17 19:12:47 +03:00
2018-08-29 14:27:28 -07:00
require (
2020-02-07 23:39:13 +03:00
github . com / BurntSushi / toml v0 . 3.1
2020-12-01 16:06:25 +03:00
github . com / Microsoft / hcsshim v0 . 8.10 / / indirect
github . com / Microsoft / hcsshim / test v0 . 0.0 - 20201124231931 - de74fe8b94ae / / indirect
2020-07-16 17:50:44 +03:00
github . com / armon / circbuf v0 . 0.0 - 20190214190532 - 5111143 e8da2
2020-05-26 00:21:11 +03:00
github . com / beevik / ntp v0 . 3.0
2020-12-01 16:06:25 +03:00
github . com / containerd / cgroups v0 . 0.0 - 20201119153540 - 4 cbc285b3327
github . com / containerd / containerd v1 . 4.3
2020-10-20 01:08:16 +03:00
github . com / containerd / continuity v0 . 0.0 - 20200928162600 - f2cc35102c2a / / indirect
2020-12-01 16:06:25 +03:00
github . com / containerd / cri v1 . 19.0
2020-10-20 01:08:16 +03:00
github . com / containerd / go - cni v1 . 0.1
github . com / containerd / ttrpc v1 . 0.2 / / indirect
2020-07-16 17:50:44 +03:00
github . com / containerd / typeurl v1 . 0.1
github . com / containernetworking / cni v0 . 8.0
2020-10-20 01:08:16 +03:00
github . com / containernetworking / plugins v0 . 8.7
2020-10-30 01:08:05 +03:00
github . com / coreos / go - iptables v0 . 4.5
2019-08-14 18:00:25 +00:00
github . com / docker / distribution v2 . 7.1 + incompatible
2019-04-28 12:06:03 -07:00
github . com / docker / docker v1 . 13.1
2019-04-29 11:51:39 -07:00
github . com / docker / go - connections v0 . 4.0
2019-12-17 16:54:55 +03:00
github . com / dustin / go - humanize v1 . 0.0
2020-12-01 16:06:25 +03:00
github . com / fatih / color v1 . 10.0
github . com / firecracker - microvm / firecracker - go - sdk v0 . 22.0
2020-07-16 17:50:44 +03:00
github . com / fullsailor / pkcs7 v0 . 0.0 - 20190404230743 - d7302db945fa
2020-11-11 15:01:18 +03:00
github . com / gdamore / tcell / v2 v2 . 0.1 - 0.20201017141208 - acf90d56d591
2020-07-16 17:50:44 +03:00
github . com / gizak / termui / v3 v3 . 1.0
github . com / gogo / googleapis v1 . 4.0 / / indirect
2020-10-20 01:08:16 +03:00
github . com / golang / protobuf v1 . 4.3
2020-10-05 20:35:41 +03:00
github . com / google / uuid v1 . 1.2
2020-10-20 01:08:16 +03:00
github . com / grpc - ecosystem / go - grpc - middleware v1 . 2.2
2020-12-01 16:06:25 +03:00
github . com / hashicorp / go - getter v1 . 5.1
2020-07-16 17:50:44 +03:00
github . com / hashicorp / go - multierror v1 . 1.0
2020-12-01 16:06:25 +03:00
github . com / insomniacslk / dhcp v0 . 0.0 - 20201112113307 - 4 de412bc85d8
github . com / jsimonetti / rtnetlink v0 . 0.0 - 20201125080424 - 8 bebea019a6c
2020-08-18 00:03:20 +03:00
github . com / kubernetes - sigs / bootkube v0 . 14.1 - 0.20200817205730 - 0 b4482256ca1
2020-10-20 01:08:16 +03:00
github . com / mattn / go - isatty v0 . 0.12
2020-04-23 21:12:44 -07:00
github . com / mdlayher / genetlink v1 . 0.0
2020-10-20 01:08:16 +03:00
github . com / mdlayher / netlink v1 . 1.1
2019-10-04 13:46:17 -07:00
github . com / opencontainers / image - spec v1 . 0.1 / / indirect
2020-09-04 08:58:16 -07:00
github . com / opencontainers / runc v1 . 0.0 - rc92 / / indirect
github . com / opencontainers / runtime - spec v1 . 0.3 - 0.20200728170252 - 4 d89ac9fbff6
2019-12-17 19:53:19 +00:00
github . com / pin / tftp v2 . 1.0 + incompatible
2020-10-20 01:08:16 +03:00
github . com / prometheus / procfs v0 . 2.0
2020-12-01 16:06:25 +03:00
github . com / rivo / tview v0 . 0.0 - 20201118063654 - f007e9ad3893
2020-07-06 23:50:45 +03:00
github . com / rs / xid v1 . 2.1
2020-10-20 01:08:16 +03:00
github . com / ryanuber / columnize v2 . 1.2 + incompatible
2020-12-01 16:06:25 +03:00
github . com / smira / go - xz v0 . 0.0 - 20201019130106 - 9921 ed7a9935
2020-10-20 01:08:16 +03:00
github . com / spf13 / cobra v1 . 1.1
2020-07-16 17:50:44 +03:00
github . com / stretchr / testify v1 . 6.1
2019-12-05 21:22:29 +00:00
github . com / syndtr / gocapability v0 . 0.0 - 20180916011248 - d98352740cb2
2020-11-23 18:13:17 +03:00
github . com / talos - systems / bootkube - plugin v0 . 0.0 - 20201123195241 - c59f3fa21116
2020-12-03 14:50:26 +03:00
github . com / talos - systems / crypto v0 . 2.1 - 0.20201203131813 - e0dd56ac4745
2020-12-18 20:49:38 +03:00
github . com / talos - systems / go - blockdevice v0 . 1.1 - 0.20201218174450 - f2728a581972
2020-09-02 20:14:25 +03:00
github . com / talos - systems / go - loadbalancer v0 . 1.0
2020-12-24 15:19:41 +03:00
github . com / talos - systems / go - procfs v0 . 0.0 - 20201224133103 - 24 d06a955782
2020-11-13 23:37:02 +03:00
github . com / talos - systems / go - retry v0 . 1.1 - 0.20201113203059 - 8 c63d290a688
2020-10-20 01:08:16 +03:00
github . com / talos - systems / go - smbios v0 . 0.0 - 20200807005123 - 80196199691 e
2019-12-20 20:02:35 +00:00
github . com / talos - systems / grpc - proxy v0 . 2.0
2020-09-17 19:15:12 -04:00
github . com / talos - systems / net v0 . 2.0
2020-08-19 21:52:45 +03:00
github . com / talos - systems / talos / pkg / machinery v0 . 0.0 - 20200818212414 - 6 a7cc0264819
2020-12-18 17:19:14 +03:00
github . com / u - root / u - root v7 . 0.0 + incompatible
2020-10-20 01:08:16 +03:00
github . com / vishvananda / netns v0 . 0.0 - 20200728191858 - db3c7e526aae / / indirect
2020-09-07 23:36:42 +03:00
github . com / vmware - tanzu / sonobuoy v0 . 19.0
2020-07-16 17:50:44 +03:00
github . com / vmware / vmw - guestinfo v0 . 0.0 - 20200218095840 - 687661 b8bd8e
2020-11-26 18:32:11 +03:00
go . etcd . io / etcd v0 . 5.0 - alpha . 5.0 . 20201125193152 - 8 a03d2e9614b
golang . org / x / crypto v0 . 0.0 - 20201124201722 - c8d3bf9c5392 / / indirect
2020-11-10 17:16:40 +03:00
golang . org / x / net v0 . 0.0 - 20201110031124 - 69 a78807bb2b
2020-12-01 16:06:25 +03:00
golang . org / x / sync v0 . 0.0 - 20201020160332 - 67 f06af15bc9
golang . org / x / sys v0 . 0.0 - 20201130171929 - 760 e229fe7c5
golang . org / x / term v0 . 0.0 - 20201126162022 - 7 de9c90e9dd1
2020-07-16 17:50:44 +03:00
golang . org / x / time v0 . 0.0 - 20200630173020 - 3 af7569d3a1e
2020-12-01 16:06:25 +03:00
golang . org / x / tools v0 . 0.0 - 20201201064407 - fd09bd90d85c / / indirect
2020-10-20 01:08:16 +03:00
google . golang . org / grpc v1 . 29.1
2020-07-03 00:43:59 +03:00
google . golang . org / protobuf v1 . 25.0
2020-12-01 16:06:25 +03:00
gopkg . in / check . v1 v1 . 0.0 - 20200902074654 - 038 fdea0a05b / / indirect
2019-07-21 18:27:15 +00:00
gopkg . in / freddierice / go - losetup . v1 v1 . 0.0 - 20170407175016 - fc9adea44124
2019-04-29 13:51:32 -07:00
gopkg . in / fsnotify . v1 v1 . 4.7
2020-07-29 14:29:15 -07:00
gopkg . in / yaml . v3 v3 . 0.0 - 20200615113413 - eeeca48fe776
2020-12-21 16:18:58 +03:00
k8s . io / api v0 . 20.1
k8s . io / apimachinery v0 . 20.1
k8s . io / apiserver v0 . 20.1
k8s . io / client - go v0 . 20.1
k8s . io / cri - api v0 . 20.1
k8s . io / kubelet v0 . 20.1
2019-08-14 18:00:25 +00:00
)