module k0s.io/k0s go 1.14 // replace github.com/btwiuse/wetty => /home/aaron/wetty // replace github.com/yrpc/yrpc => /home/aaron/yrpc/yrpc require ( github.com/MaxRis/w32 v0.0.0-20180517000239-4f5cfb03fabf // indirect github.com/VojtechVitek/yaml-cli v0.0.5 github.com/abbot/go-http-auth v0.4.0 github.com/alexpantyukhin/go-pattern-match v0.0.0-20200123074003-485d70dbd53b github.com/btwiuse/asciitransport v0.0.0-20200126193701-92ad33490cec github.com/btwiuse/gods v0.0.0-20190414062120-7e7cf0aebbb0 github.com/btwiuse/pretty v0.0.0-20190401073227-519ff4ea1882 github.com/btwiuse/wetty v0.0.28 github.com/containerd/console v0.0.0-20191219165238-8375c3424e4d github.com/denisbrodbeck/machineid v1.0.1 github.com/docker/docker v1.13.1 github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635 // indirect github.com/gdamore/tcell v0.0.0-20170915061752-0a0db94084df github.com/golang/protobuf v1.3.2 github.com/google/uuid v1.1.1 github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect github.com/gorilla/handlers v1.4.2 github.com/gorilla/mux v1.7.3 github.com/gorilla/websocket v1.4.1 github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3 github.com/jtolds/gls v4.2.1+incompatible // indirect github.com/liamg/aminal v0.9.0 github.com/lucasb-eyer/go-colorful v0.0.0-20170223221042-c900de9dbbc7 // indirect github.com/lukesampson/figlet v0.0.0-20190211215653-8a3ef4a6ac42 github.com/mattn/go-isatty v0.0.0-20160806122752-66b8e73f3f5c github.com/mattn/go-runewidth v0.0.0-20170201023540-14207d285c6c github.com/mattn/go-shellwords v1.0.3 github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea github.com/opencontainers/go-digest v1.0.0-rc1 github.com/philpearl/scratchbuild v0.0.0-20180910124120-809ccab2cc6e github.com/pkg/errors v0.8.1 github.com/prometheus/client_golang v1.2.1 github.com/prometheus/common v0.7.0 github.com/prometheus/node_exporter v0.18.1-0.20200101121053-3ddc82c2d8d1 github.com/pupapaik/sysinfo v0.0.0-20190423145051-de6f0de9b519 github.com/riobard/go-shadowsocks2 v0.1.0 github.com/rs/cors v1.7.0 github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/txthinking/brook v0.0.0-20200108130909-e46d71f06441 github.com/yrpc/yrpc v0.0.0-20191230043512-613ecaa6d5b4 golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e golang.org/x/text v0.3.2 // indirect google.golang.org/grpc v1.26.0 gopkg.in/alecthomas/kingpin.v2 v2.2.6 gopkg.in/yaml.v2 v2.2.8 gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71 // indirect k0s.io/conntroll v0.0.2-0.19700101000000-522c57413895 modernc.org/httpfs v1.0.0 nhooyr.io/websocket v1.7.4 )