Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
gost
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
gost
Commits
fc971d7f
Commit
fc971d7f
authored
Mar 20, 2021
by
guqing637
Committed by
ginuerzh
Mar 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependency !
parent
8dd4d8d9
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
104 additions
and
41 deletions
+104
-41
go.mod
go.mod
+11
-11
go.sum
go.sum
+93
-30
No files found.
go.mod
View file @
fc971d7f
module github.com/ginuerzh/gost
module github.com/ginuerzh/gost
go 1.1
5
go 1.1
6
require (
require (
git.torproject.org/pluggable-transports/goptlib.git v0.0.0-20180321061416-7d56ec4f381e
git.torproject.org/pluggable-transports/goptlib.git v0.0.0-20180321061416-7d56ec4f381e
git.torproject.org/pluggable-transports/obfs4.git v0.0.0-20181103133120-08f4d470188e
git.torproject.org/pluggable-transports/obfs4.git v0.0.0-20181103133120-08f4d470188e
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect
github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect
github.com/asaskevich/govalidator v0.0.0-202
00907205600-7a23bdc65eef
github.com/asaskevich/govalidator v0.0.0-202
10307081110-f21760c49a8d
github.com/bifurcation/mint v0.0.0-20181105071958-a14404e9a861 // indirect
github.com/bifurcation/mint v0.0.0-20181105071958-a14404e9a861 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/coreos/go-iptables v0.
4.5
// indirect
github.com/coreos/go-iptables v0.
5.0
// indirect
github.com/docker/libcontainer v2.2.1+incompatible
github.com/docker/libcontainer v2.2.1+incompatible
github.com/ginuerzh/gosocks4 v0.0.1
github.com/ginuerzh/gosocks4 v0.0.1
github.com/ginuerzh/gosocks5 v0.2.0
github.com/ginuerzh/gosocks5 v0.2.0
...
@@ -21,24 +21,24 @@ require (
...
@@ -21,24 +21,24 @@ require (
github.com/google/gopacket v1.1.19 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/gorilla/websocket v1.4.2
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/klauspost/compress v1.11.
3
github.com/klauspost/compress v1.11.
12
github.com/klauspost/reedsolomon v1.9.
9
// indirect
github.com/klauspost/reedsolomon v1.9.
12
// indirect
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
github.com/lucas-clemente/quic-go v0.10.0
github.com/lucas-clemente/quic-go v0.10.0
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
github.com/miekg/dns v1.1.
35
github.com/miekg/dns v1.1.
41
github.com/milosgajdos/tenus v0.0.3
github.com/milosgajdos/tenus v0.0.3
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/ryanuber/go-glob v1.0.0
github.com/ryanuber/go-glob v1.0.0
github.com/shadowsocks/go-shadowsocks2 v0.1.
3
github.com/shadowsocks/go-shadowsocks2 v0.1.
4
github.com/shadowsocks/shadowsocks-go v0.0.0-20170121203516-97a5c71f80ba
github.com/shadowsocks/shadowsocks-go v0.0.0-20170121203516-97a5c71f80ba
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
github.com/tjfoc/gmsm v1.
3.2
// indirect
github.com/tjfoc/gmsm v1.
4.0
// indirect
github.com/xtaci/kcp-go v5.4.20+incompatible
github.com/xtaci/kcp-go v5.4.20+incompatible
github.com/xtaci/smux v1.5.15
github.com/xtaci/smux v1.5.15
github.com/xtaci/tcpraw v1.2.25
github.com/xtaci/tcpraw v1.2.25
golang.org/x/crypto v0.0.0-202
00128174031-69ecbb4d6d5d
golang.org/x/crypto v0.0.0-202
10220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20
190923162816-aa69164e4478
golang.org/x/net v0.0.0-20
210226172049-e18ecbb05110
golang.org/x/text v0.3.
4
// indirect
golang.org/x/text v0.3.
5
// indirect
)
)
go.sum
View file @
fc971d7f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment