Skip to content

Commit

Permalink
Merge pull request shadowsocks#136 from KevinBaiSg/master
Browse files Browse the repository at this point in the history
Update go.mod, add 'replace' directive at go.mod file
  • Loading branch information
riobard authored May 10, 2019
2 parents d0e237c + 36204b7 commit 81a9cfb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
)

replace (
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 => github.com/golang/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 => github.com/golang/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 => github.com/golang/net v0.0.0-20190404232315-eb5bcb51f2a3
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a => github.com/golang/sys v0.0.0-20190215142949-d0b11bdaac8a
golang.org/x/sys v0.0.0-20190412213103-97732733099d => github.com/golang/sys v0.0.0-20190412213103-97732733099d
golang.org/x/text v0.3.0 => github.com/golang/text v0.3.0
)

0 comments on commit 81a9cfb

Please sign in to comment.