module github.com/moby/hyperkit

go 1.14

require (
	github.com/mitchellh/go-ps v1.0.0
	github.com/stretchr/testify v1.6.1
	golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
)
