Skip to content

Commit

Permalink
update clash and go-tun2socks
Browse files Browse the repository at this point in the history
go-tun2socks: import upstream udp associate bugfix
clash: general upgrade

Signed-off-by: Syrone Wong <[email protected]>
  • Loading branch information
wongsyrone committed Aug 4, 2020
1 parent 5c2422e commit 68147f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module github.com/trojan-gfw/igniter-go-libs

go 1.14

replace github.com/eycorsican/go-tun2socks => github.com/trojan-gfw/go-tun2socks v1.16.3-0.20200723124135-b160cbbf6122
replace github.com/eycorsican/go-tun2socks => github.com/trojan-gfw/go-tun2socks v1.16.3-0.20200804232829-af8aa23121a6

replace github.com/Dreamacro/clash => github.com/trojan-gfw/clash v0.19.1-0.20200723124356-4d5f0d416061
replace github.com/Dreamacro/clash => github.com/trojan-gfw/clash v0.19.1-0.20200804232142-12a0eba130d6

require (
github.com/Dreamacro/clash v0.0.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/trojan-gfw/clash v0.19.1-0.20200723124356-4d5f0d416061 h1:D164QRxC86MHtiQ5ATKSHJNDxmbwErM/MRJJ7g4fG3c=
github.com/trojan-gfw/clash v0.19.1-0.20200723124356-4d5f0d416061/go.mod h1:6BcAzDQ4lo4hpCKNDvtsXbqn8dCHorXJ75rl9T9HtzI=
github.com/trojan-gfw/go-tun2socks v1.16.3-0.20200723124135-b160cbbf6122 h1:RVOvO4oQjpmeS9vwAFQFI2BjYDOETssgtYLS1R+YOCo=
github.com/trojan-gfw/go-tun2socks v1.16.3-0.20200723124135-b160cbbf6122/go.mod h1:iSiwGqBOvfnMVjb+LVOCNygXUTGJ9gngIMp95x1sI9c=
github.com/trojan-gfw/clash v0.19.1-0.20200804232142-12a0eba130d6 h1:M03M/XAqSykKEIJRGT4dpkLLAM6cD+I20Hq9iheiHQA=
github.com/trojan-gfw/clash v0.19.1-0.20200804232142-12a0eba130d6/go.mod h1:6BcAzDQ4lo4hpCKNDvtsXbqn8dCHorXJ75rl9T9HtzI=
github.com/trojan-gfw/go-tun2socks v1.16.3-0.20200804232829-af8aa23121a6 h1:ZugSWKK0x309tbLi0oYvGU7PpInWMZ35GYPxiQWWnic=
github.com/trojan-gfw/go-tun2socks v1.16.3-0.20200804232829-af8aa23121a6/go.mod h1:iSiwGqBOvfnMVjb+LVOCNygXUTGJ9gngIMp95x1sI9c=
github.com/v2pro/plz v0.0.0-20180227161703-2d49b86ea382 h1:SDwpMM36MwogjPMfRBmFy5koN6QC5NmdrXPxNRQZ6Ek=
github.com/v2pro/plz v0.0.0-20180227161703-2d49b86ea382/go.mod h1:6xoYDIZTeCY25tlsJC/zNlCh84xCKwBSAXwKF32tdIg=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down

0 comments on commit 68147f5

Please sign in to comment.