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-07-16 17:50:44 +03:00
replace github . com / docker / distribution v2 . 7.1 + incompatible = > github . com / docker / distribution v2 . 7.1 - 0.20190205005809 - 0 d3efadf0154 + incompatible
2019-10-04 13:46:17 -07: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-07-16 17:50:44 +03:00
github . com / Microsoft / hcsshim v0 . 8.9 / / indirect
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-07-16 17:50:44 +03:00
github . com / containerd / cgroups v0 . 0.0 - 20200710171044 - 318312 a37340
2020-07-01 20:10:33 -07:00
github . com / containerd / containerd v1 . 3.6
2020-07-16 17:50:44 +03:00
github . com / containerd / continuity v0 . 0.0 - 20200710164510 - efbc4488d8fe / / indirect
2019-01-15 18:46:41 -08:00
github . com / containerd / cri v1 . 11.1
2020-07-16 17:50:44 +03:00
github . com / containerd / go - cni v1 . 0.0
github . com / containerd / ttrpc v1 . 0.1 / / indirect
github . com / containerd / typeurl v1 . 0.1
github . com / containernetworking / cni v0 . 8.0
github . com / containernetworking / plugins v0 . 8.6
2020-04-28 10:27:19 -07:00
github . com / coreos / etcd v3 . 3.18 + incompatible / / 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-05 21:22:29 +00:00
github . com / docker / go - events v0 . 0.0 - 20190806004212 - e31b211e4f1c / / indirect
2019-12-17 16:54:55 +03:00
github . com / dustin / go - humanize v1 . 0.0
2020-03-18 00:00:52 +03:00
github . com / firecracker - microvm / firecracker - go - sdk v0 . 21.0
2020-07-16 17:50:44 +03:00
github . com / fullsailor / pkcs7 v0 . 0.0 - 20190404230743 - d7302db945fa
github . com / gizak / termui / v3 v3 . 1.0
github . com / gogo / googleapis v1 . 4.0 / / indirect
2020-07-01 20:10:33 -07:00
github . com / golang / protobuf v1 . 4.2
2019-05-15 14:54:20 -07:00
github . com / google / uuid v1 . 1.1
2020-07-16 17:50:44 +03:00
github . com / grpc - ecosystem / go - grpc - middleware v1 . 2.0
github . com / hashicorp / go - getter v1 . 4.1
github . com / hashicorp / go - multierror v1 . 1.0
2019-08-02 16:08:24 -05:00
github . com / hugelgupf / socketpair v0 . 0.0 - 20190730060125 - 05 d35a94e714 / / indirect
2020-07-16 17:50:44 +03:00
github . com / insomniacslk / dhcp v0 . 0.0 - 20200711001733 - e1b69ee5fb33
github . com / jsimonetti / rtnetlink v0 . 0.0 - 20200709124027 - 1 aae10735293
2020-04-28 10:27:19 -07:00
github . com / kubernetes - sigs / bootkube v0 . 14.1 - 0.20200501183829 - d8e5fa33347a
2019-08-02 16:08:24 -05:00
github . com / mdlayher / ethernet v0 . 0.0 - 20190606142754 - 0394541 c37b7 / / indirect
2020-04-23 21:12:44 -07:00
github . com / mdlayher / genetlink v1 . 0.0
2020-07-16 17:50:44 +03:00
github . com / mdlayher / netlink v1 . 1.0
github . com / mdlayher / raw v0 . 0.0 - 20191009151244 - 50 f2db8cc065 / / indirect
2019-10-04 13:46:17 -07:00
github . com / opencontainers / image - spec v1 . 0.1 / / indirect
2020-07-01 20:10:33 -07:00
github . com / opencontainers / runc v1 . 0.0 - rc90 / / indirect
github . com / opencontainers / runtime - spec v1 . 0.3 - 0.20200520003142 - 237 cc4f519e2
2020-07-10 16:08:50 +03:00
github . com / particledecay / kconf v1 . 8.0
2019-12-17 19:53:19 +00:00
github . com / pin / tftp v2 . 1.0 + incompatible
2020-07-16 17:50:44 +03:00
github . com / prometheus / procfs v0 . 1.3
2020-07-06 23:50:45 +03:00
github . com / rs / xid v1 . 2.1
2019-04-24 16:44:57 -05:00
github . com / ryanuber / columnize v2 . 1.0 + incompatible
2020-02-04 01:22:30 +03:00
github . com / smira / go - xz v0 . 0.0 - 20150414201226 - 0 c531f070014
2020-07-10 16:08:50 +03:00
github . com / spf13 / cobra v1 . 0.0
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-07-29 23:44:58 +03:00
github . com / talos - systems / bootkube - plugin v0 . 0.0 - 20200729203641 - 12 d463a3e54e
2020-02-18 20:07:01 -08:00
github . com / talos - systems / go - procfs v0 . 0.0 - 20200219015357 - 57 c7311fdd45
2020-02-19 12:12:53 -08:00
github . com / talos - systems / go - smbios v0 . 0.0 - 20200219201045 - 94 b8c4e489ee
2019-12-20 20:02:35 +00:00
github . com / talos - systems / grpc - proxy v0 . 2.0
2019-08-02 16:08:24 -05:00
github . com / u - root / u - root v6 . 0.0 + incompatible / / indirect
2020-07-01 20:10:33 -07:00
github . com / vishvananda / netns v0 . 0.0 - 20200520041808 - 52 d707b772fe / / indirect
2020-07-16 17:50:44 +03:00
github . com / vmware / vmw - guestinfo v0 . 0.0 - 20200218095840 - 687661 b8bd8e
2019-06-24 15:25:32 -07:00
go . etcd . io / etcd v3 . 3.13 + incompatible
2020-07-16 17:50:44 +03:00
golang . org / x / crypto v0 . 0.0 - 20200709230013 - 948 cd5f35899
golang . org / x / net v0 . 0.0 - 20200707034311 - ab3426394381
2020-07-10 16:08:50 +03:00
golang . org / x / sync v0 . 0.0 - 20200625203802 - 6 e8e738ad208
2020-07-01 20:10:33 -07:00
golang . org / x / sys v0 . 0.0 - 20200625212154 - ddb9806d33ae
2020-07-14 09:55:08 -07:00
golang . org / x / text v0 . 3.3
2020-07-16 17:50:44 +03:00
golang . org / x / time v0 . 0.0 - 20200630173020 - 3 af7569d3a1e
golang . org / x / tools v0 . 0.0 - 20200716134326 - a8f9df4c9543 / / indirect
google . golang . org / grpc v1 . 29.0
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
2019-04-29 13:51:32 -07:00
gopkg . in / fsnotify . v1 v1 . 4.7
2020-07-16 17:50:44 +03:00
gopkg . in / yaml . v2 v2 . 3.0
2019-08-14 18:00:25 +00:00
gotest . tools v2 . 2.0 + incompatible
2020-02-13 01:08:14 +03:00
inet . af / tcpproxy v0 . 0.0 - 20200125044825 - b6bb9b5b8252
2020-07-29 07:31:50 -07:00
k8s . io / api v0 . 19.0 - rc . 3
k8s . io / apimachinery v0 . 19.0 - rc . 3
k8s . io / client - go v0 . 19.0 - rc . 3
k8s . io / cri - api v0 . 19.0 - rc . 3
k8s . io / kubelet v0 . 19.0 - rc . 3
2019-08-14 18:00:25 +00:00
)