Skip to content

Commit

Permalink
Merge pull request shadowsocks#134 from KevinBaiSg/master
Browse files Browse the repository at this point in the history
support Go modules
  • Loading branch information
riobard authored May 3, 2019
2 parents d43d83c + 4441dc6 commit 124e30d
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 124e30d

Please sign in to comment.