1module github.com/sacloud/libsacloud
2
3go 1.12
4
5require (
6	github.com/davecgh/go-spew v1.1.0 // indirect
7	github.com/mattn/go-isatty v0.0.3 // indirect
8	github.com/mattn/go-runewidth v0.0.2
9	github.com/mattn/go-tty v0.0.0-20180219170247-931426f7535a
10	github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed
11	github.com/pmezard/go-difflib v1.0.0 // indirect
12	github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
13	github.com/stretchr/testify v1.2.2
14	github.com/uber-go/atomic v1.3.2 // indirect
15	go.uber.org/atomic v1.3.2 // indirect
16	go.uber.org/ratelimit v0.0.0-20180316092928-c15da0234277
17	golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8
18	golang.org/x/sys v0.0.0-20180622082034-63fc586f45fe // indirect
19)
20