forked from shadowsocks/v2ray-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
module github.com/shadowsocks/v2ray-plugin | ||
|
||
require ( | ||
github.com/golang/mock v1.2.0 // indirect | ||
github.com/golang/protobuf v1.2.1-0.20190109072247-347cf4a86c1c | ||
github.com/google/go-cmp v0.2.0 // indirect | ||
github.com/miekg/dns v1.1.3 // indirect | ||
golang.org/x/crypto v0.0.0-20190122013713-64072686203f // indirect | ||
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e // indirect | ||
github.com/miekg/dns v1.1.4 // indirect | ||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect | ||
golang.org/x/sys v0.0.0-20190121090251-770c60269bf0 // indirect | ||
google.golang.org/genproto v0.0.0-20190111180523-db91494dd46c // indirect | ||
google.golang.org/grpc v1.18.0 // indirect | ||
v2ray.com/core v4.13.0+incompatible | ||
v2ray.com/ext v4.13.0+incompatible | ||
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect | ||
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect | ||
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 // indirect | ||
v2ray.com/core v0.0.0-20190210200451-3539ae9c38c3 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters