diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..bd324a7 --- /dev/null +++ b/go.mod @@ -0,0 +1,17 @@ +module github.com/Hexawolf/SSProto + +require ( + github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f // indirect + github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/fsnotify/fsnotify v1.4.7 + github.com/go-ole/go-ole v1.2.1 // indirect + github.com/kr/pretty v0.1.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/shirou/gopsutil v2.17.12+incompatible + github.com/stretchr/testify v1.2.2 // indirect + github.com/twstrike/ed448 v0.0.0-20180709001919-35f66737d61d + golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 // indirect + golang.org/x/sys v0.0.0-20181005133103-4497e2df6f9e // indirect + gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect +)