This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
forked from xjasonlyu/tun2socks
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration: go 1.18 Migration: go 1.18 Migration: go 1.18
- Loading branch information
Showing
13 changed files
with
73 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package observable | ||
|
||
type Iterable <-chan interface{} | ||
type Iterable <-chan any |
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
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,30 +1,30 @@ | ||
module github.com/xjasonlyu/tun2socks/v2 | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/Dreamacro/go-shadowsocks2 v0.1.7 | ||
github.com/go-chi/chi/v5 v5.0.7 | ||
github.com/go-chi/cors v1.2.0 | ||
github.com/go-chi/render v1.0.1 | ||
github.com/google/uuid v1.3.0 | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/stretchr/testify v1.7.0 | ||
go.uber.org/atomic v1.9.0 | ||
go.uber.org/automaxprocs v1.4.0 | ||
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a | ||
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 | ||
golang.zx2c4.com/wireguard v0.0.0-20220202223031-3b95c81cc178 | ||
golang.org/x/sys v0.0.0-20220325203850-36772127a21f | ||
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 | ||
golang.zx2c4.com/wireguard v0.0.0-20220318042302-193cf8d6a5d6 | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
gvisor.dev/gvisor v0.0.0-20220208035940-56a131734b85 | ||
gvisor.dev/gvisor v0.0.0-20220326024801-5d1f3d24cb84 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/google/btree v1.0.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect | ||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect | ||
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect | ||
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect | ||
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect | ||
) |
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