Skip to content

Commit

Permalink
support Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBaiSg committed May 2, 2019
1 parent d43d83c commit 4441dc6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/shadowsocks/go-shadowsocks2

go 1.12

require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
)

0 comments on commit 4441dc6

Please sign in to comment.