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 (
2021-01-19 15:45:50 +03:00
github . com / AlekSi / pointer v1 . 1.0
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
2021-01-19 15:45:50 +03:00
github . com / coreos / go - systemd v0 . 0.0 - 20190719114852 - fd7a80b32e1f / / indirect
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
2021-01-19 15:45:50 +03:00
github . com / elazarl / goproxy v0 . 0.0 - 20191011121108 - aa519ddbe484 / / indirect
github . com / elazarl / goproxy / ext v0 . 0.0 - 20191011121108 - aa519ddbe484 / / indirect
github . com / emicklei / dot v0 . 15.0
github . com / emicklei / go - restful v2 . 11.1 + incompatible / / indirect
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
2021-01-30 13:19:37 +03:00
github . com / fsnotify / fsnotify v1 . 4.9
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
2021-01-19 15:45:50 +03:00
github . com / grpc - ecosystem / grpc - gateway v1 . 11.3 / / indirect
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-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
2021-01-19 15:45:50 +03:00
github . com / stretchr / testify v1 . 7.0
2019-12-05 21:22:29 +00:00
github . com / syndtr / gocapability v0 . 0.0 - 20180916011248 - d98352740cb2
2021-01-19 15:45:50 +03:00
github . com / talos - systems / crypto v0 . 2.1 - 0.20210125160556 - cf75519cab82
2021-01-27 20:27:44 +03:00
github . com / talos - systems / go - blockdevice v0 . 2.0
2020-09-02 20:14:25 +03:00
github . com / talos - systems / go - loadbalancer v0 . 1.0
2021-01-08 16:46:11 +03:00
github . com / talos - systems / go - procfs v0 . 0.0 - 20210108152626 - 8 cbc42d3dc24
2021-01-12 15:52:24 +03:00
github . com / talos - systems / go - retry v0 . 2.0
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
2021-01-19 15:45:50 +03:00
github . com / talos - systems / net v0 . 2.1 - 0.20210121122956 - 005 a94f8b36b
github . com / talos - systems / os - runtime v0 . 0.0 - 20210126185717 - 734 f1e1cee9e
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
2021-01-19 15:45:50 +03:00
go . uber . org / zap v1 . 14.1 / / indirect
2020-11-26 18:32:11 +03:00
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-31 18:58:59 +03:00
golang . org / x / tools v0 . 0.0 - 20201217163546 - c88dec5c6b05 / / indirect
golang . zx2c4 . com / wireguard / wgctrl v0 . 0.0 - 20200609130330 - bd2cb7843e1b
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
2019-07-21 18:27:15 +00:00
gopkg . in / freddierice / go - losetup . v1 v1 . 0.0 - 20170407175016 - fc9adea44124
2021-01-19 15:45:50 +03:00
gopkg . in / yaml . v3 v3 . 0.0 - 20210107192922 - 496545 a6307b
2020-12-31 18:58:59 +03:00
honnef . co / go / tools v0 . 0.1 - 2020.1 . 6 / / indirect
2021-01-15 19:22:16 +03:00
k8s . io / api v0 . 20.2
k8s . io / apimachinery v0 . 20.2
2021-01-19 15:45:50 +03:00
k8s . io / apiserver v0 . 20.2 / / indirect
2021-01-15 19:22:16 +03:00
k8s . io / client - go v0 . 20.2
k8s . io / cri - api v0 . 20.2
k8s . io / kubelet v0 . 20.2
2019-08-14 18:00:25 +00:00
)