Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from foxcpp/go-modules
Browse files Browse the repository at this point in the history
Use Go 1.11 modules
  • Loading branch information
Hexawolf committed Oct 12, 2018
2 parents 54e73d1 + ce107b1 commit 46f9dae
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
)

0 comments on commit 46f9dae

Please sign in to comment.