module github.com/dubbogo/gost require ( github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/davecgh/go-spew v1.1.1 github.com/dubbogo/jsonparser v1.0.1 github.com/go-ole/go-ole v1.2.4 // indirect github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect github.com/k0kubun/pp v3.0.1+incompatible github.com/mattn/go-colorable v0.1.7 // indirect github.com/mattn/go-isatty v0.0.12 github.com/pkg/errors v0.9.1 github.com/shirou/gopsutil v3.20.11-0.20201116082039-2fb5da2f2449+incompatible github.com/stretchr/testify v1.6.1 ) go 1.13