-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feat: use Go v1.16 & new module name of v2ray-core * Chore: use Go v1.16 & remove unnecessary steps * Feat: support Apple Silicon & remove gcflags option * Chore: use v2ray-core v4.35.0 * Update build-release.sh Go 1.15 drops support for 32-bit binaries on macOS, iOS, iPadOS, watchOS, and tvOS (the darwin/386 and darwin/arm ports) Reference URL: https://tip.golang.org/doc/go1.15#darwin Signed-off-by: Teddysun <[email protected]> * Update README.md * Bump v2ray-core to v4.35.1 * Bump v2ray-core to v4.36.2 * Bump v2ray-core to v4.37.1 Signed-off-by: GitHub <[email protected]> * Bump v2ray-core to v4.37.3 * Bump v2ray-core to v4.38.3 Signed-off-by: IceCodeNew <[email protected]> Co-authored-by: loyalsoldier <[email protected]> Co-authored-by: Teddysun <[email protected]>
- Loading branch information
1 parent
997ef6e
commit 7bd24b2
Showing
9 changed files
with
379 additions
and
124 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
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
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
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
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,18 +1,8 @@ | ||
module github.com/shadowsocks/v2ray-plugin | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/golang/mock v1.3.1 // indirect | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/google/go-cmp v0.3.0 // indirect | ||
github.com/miekg/dns v1.1.14 // indirect | ||
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443 // indirect | ||
golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b // indirect | ||
golang.org/x/sys v0.0.0-20190619223125-e40ef342dc56 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
google.golang.org/genproto v0.0.0-20190611190212-a7e196e89fd3 // indirect | ||
v2ray.com/core v4.19.1+incompatible | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/v2fly/v2ray-core/v4 v4.38.3 | ||
) | ||
|
||
replace v2ray.com/core => github.com/v2ray/v2ray-core v4.23.2+incompatible | ||
|
||
go 1.13 |
Oops, something went wrong.