File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.26.0
44
55replace (
66 github.com/anywherelan/awl => ../../
7- github.com/haxii/socks5 => github.com/anywherelan/socks5 v0.0.0-20260404130029-d414a53712fc
7+ github.com/haxii/socks5 => github.com/anywherelan/socks5 v0.0.0-20260412023451-3f08306d7836
88 github.com/ipfs/go-log/v2 => github.com/anywherelan/go-log/v2 v2.0.3-0.20221101180049-46e3967f6fe5
99 github.com/ncruces/zenity => github.com/pymq/zenity v0.0.0-20230509161854-c117c448544d
1010)
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ github.com/akavel/rsrc v0.10.2/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxk
5656github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
5757github.com/anywherelan/go-log/v2 v2.0.3-0.20221101180049-46e3967f6fe5 h1:uQsw+HnQo6Ru5eFgUdEQYKMwkiYkoNZDQmY2ob1E58Y =
5858github.com/anywherelan/go-log/v2 v2.0.3-0.20221101180049-46e3967f6fe5 /go.mod h1:r8UEDyeHO6bYVcP9R2/HnK2ZSZ5CJp89gubcHLKfRv0 =
59- github.com/anywherelan/socks5 v0.0.0-20260404130029-d414a53712fc h1:icO+nO4NZtJLZS8JnrCpGk8GGaaKNeleuY7WH7qzVik =
60- github.com/anywherelan/socks5 v0.0.0-20260404130029-d414a53712fc /go.mod h1:KpbKhNH2RqojJGPVT9faDXnYWkqzfgpKeehC8xTKaeY =
59+ github.com/anywherelan/socks5 v0.0.0-20260412023451-3f08306d7836 h1:RCZ6EfWrhzILEJ5KcMTElIZS64NQCnyJNpiqoYCWJoA =
60+ github.com/anywherelan/socks5 v0.0.0-20260412023451-3f08306d7836 /go.mod h1:KpbKhNH2RqojJGPVT9faDXnYWkqzfgpKeehC8xTKaeY =
6161github.com/anywherelan/ts-dns v0.0.0-20240721135326-6d6b7b811853 h1:RVKWGnppAfxgD2wphkq+OYDOqqI8zgbymBLl2pxYKzY =
6262github.com/anywherelan/ts-dns v0.0.0-20240721135326-6d6b7b811853 /go.mod h1:ly7HpPle1G3D0jwrr12uolTGWKN3DPgxzBYNR086BLo =
6363github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e /go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/anywherelan/awl
33go 1.26.0
44
55replace (
6- github.com/haxii/socks5 => github.com/anywherelan/socks5 v0.0.0-20260404130029-d414a53712fc
6+ github.com/haxii/socks5 => github.com/anywherelan/socks5 v0.0.0-20260412023451-3f08306d7836
77 github.com/ipfs/go-log/v2 => github.com/anywherelan/go-log/v2 v2.0.3-0.20221101180049-46e3967f6fe5
88)
99
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ github.com/GrigoryKrasnochub/updaterini v0.1.0/go.mod h1:w+8blQZCZzGmJGXqmXbeSOs
4848github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
4949github.com/anywherelan/go-log/v2 v2.0.3-0.20221101180049-46e3967f6fe5 h1:uQsw+HnQo6Ru5eFgUdEQYKMwkiYkoNZDQmY2ob1E58Y =
5050github.com/anywherelan/go-log/v2 v2.0.3-0.20221101180049-46e3967f6fe5 /go.mod h1:r8UEDyeHO6bYVcP9R2/HnK2ZSZ5CJp89gubcHLKfRv0 =
51- github.com/anywherelan/socks5 v0.0.0-20260404130029-d414a53712fc h1:icO+nO4NZtJLZS8JnrCpGk8GGaaKNeleuY7WH7qzVik =
52- github.com/anywherelan/socks5 v0.0.0-20260404130029-d414a53712fc /go.mod h1:KpbKhNH2RqojJGPVT9faDXnYWkqzfgpKeehC8xTKaeY =
51+ github.com/anywherelan/socks5 v0.0.0-20260412023451-3f08306d7836 h1:RCZ6EfWrhzILEJ5KcMTElIZS64NQCnyJNpiqoYCWJoA =
52+ github.com/anywherelan/socks5 v0.0.0-20260412023451-3f08306d7836 /go.mod h1:KpbKhNH2RqojJGPVT9faDXnYWkqzfgpKeehC8xTKaeY =
5353github.com/anywherelan/ts-dns v0.0.0-20240721135326-6d6b7b811853 h1:RVKWGnppAfxgD2wphkq+OYDOqqI8zgbymBLl2pxYKzY =
5454github.com/anywherelan/ts-dns v0.0.0-20240721135326-6d6b7b811853 /go.mod h1:ly7HpPle1G3D0jwrr12uolTGWKN3DPgxzBYNR086BLo =
5555github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e /go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o =
You can’t perform that action at this time.
0 commit comments