Skip to content

Commit 9e57b29

Browse files
committed
chore: update dependencies
1 parent 791ea5e commit 9e57b29

File tree

40 files changed

+138
-140
lines changed

40 files changed

+138
-140
lines changed

adapter/outbound/anytls.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515
"github.com/metacubex/mihomo/transport/anytls"
1616
"github.com/metacubex/mihomo/transport/vmess"
1717

18-
M "github.com/sagernet/sing/common/metadata"
19-
"github.com/sagernet/sing/common/uot"
18+
M "github.com/metacubex/sing/common/metadata"
19+
"github.com/metacubex/sing/common/uot"
2020
)
2121

2222
type AnyTLS struct {

adapter/outbound/hysteria.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
"github.com/metacubex/quic-go"
2727
"github.com/metacubex/quic-go/congestion"
28-
M "github.com/sagernet/sing/common/metadata"
28+
M "github.com/metacubex/sing/common/metadata"
2929
)
3030

3131
const (

adapter/outbound/hysteria2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/metacubex/quic-go"
2323
"github.com/metacubex/randv2"
2424
"github.com/metacubex/sing-quic/hysteria2"
25-
M "github.com/sagernet/sing/common/metadata"
25+
M "github.com/metacubex/sing/common/metadata"
2626
)
2727

2828
func init() {

adapter/outbound/shadowsocks.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import (
2020
v2rayObfs "github.com/metacubex/mihomo/transport/v2ray-plugin"
2121

2222
shadowsocks "github.com/metacubex/sing-shadowsocks2"
23-
"github.com/sagernet/sing/common/bufio"
24-
M "github.com/sagernet/sing/common/metadata"
25-
"github.com/sagernet/sing/common/uot"
23+
"github.com/metacubex/sing/common/bufio"
24+
M "github.com/metacubex/sing/common/metadata"
25+
"github.com/metacubex/sing/common/uot"
2626
)
2727

2828
type ShadowSocks struct {

adapter/outbound/singmux.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import (
1111
C "github.com/metacubex/mihomo/constant"
1212
"github.com/metacubex/mihomo/log"
1313

14-
mux "github.com/sagernet/sing-mux"
15-
E "github.com/sagernet/sing/common/exceptions"
16-
M "github.com/sagernet/sing/common/metadata"
14+
mux "github.com/metacubex/sing-mux"
15+
E "github.com/metacubex/sing/common/exceptions"
16+
M "github.com/metacubex/sing/common/metadata"
1717
)
1818

1919
type SingMux struct {

adapter/outbound/tuic.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import (
2020

2121
"github.com/gofrs/uuid/v5"
2222
"github.com/metacubex/quic-go"
23-
M "github.com/sagernet/sing/common/metadata"
24-
"github.com/sagernet/sing/common/uot"
23+
M "github.com/metacubex/sing/common/metadata"
24+
"github.com/metacubex/sing/common/uot"
2525
)
2626

2727
type Tuic struct {

adapter/outbound/vless.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727

2828
vmessSing "github.com/metacubex/sing-vmess"
2929
"github.com/metacubex/sing-vmess/packetaddr"
30-
M "github.com/sagernet/sing/common/metadata"
30+
M "github.com/metacubex/sing/common/metadata"
3131
)
3232

3333
const (

adapter/outbound/vmess.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
vmess "github.com/metacubex/sing-vmess"
2727
"github.com/metacubex/sing-vmess/packetaddr"
28-
M "github.com/sagernet/sing/common/metadata"
28+
M "github.com/metacubex/sing/common/metadata"
2929
)
3030

3131
var ErrUDPRemoteAddrMismatch = errors.New("udp packet dropped due to mismatched remote address")

adapter/outbound/wireguard.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ import (
2626
wireguard "github.com/metacubex/sing-wireguard"
2727
"github.com/metacubex/wireguard-go/device"
2828

29-
"github.com/sagernet/sing/common/debug"
30-
E "github.com/sagernet/sing/common/exceptions"
31-
M "github.com/sagernet/sing/common/metadata"
29+
"github.com/metacubex/sing/common/debug"
30+
E "github.com/metacubex/sing/common/exceptions"
31+
M "github.com/metacubex/sing/common/metadata"
3232
)
3333

3434
type wireguardGoDevice interface {

common/buf/sing.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package buf
22

33
import (
4-
"github.com/sagernet/sing/common"
5-
"github.com/sagernet/sing/common/buf"
4+
"github.com/metacubex/sing/common"
5+
"github.com/metacubex/sing/common/buf"
66
)
77

88
const BufferSize = buf.BufferSize

common/net/deadline/conn.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77

88
"github.com/metacubex/mihomo/common/atomic"
99

10-
"github.com/sagernet/sing/common/buf"
11-
"github.com/sagernet/sing/common/bufio"
12-
"github.com/sagernet/sing/common/network"
10+
"github.com/metacubex/sing/common/buf"
11+
"github.com/metacubex/sing/common/bufio"
12+
"github.com/metacubex/sing/common/network"
1313
)
1414

1515
type connReadResult struct {

common/net/deadline/packet_sing.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66

77
"github.com/metacubex/mihomo/common/net/packet"
88

9-
"github.com/sagernet/sing/common/buf"
10-
"github.com/sagernet/sing/common/bufio"
11-
M "github.com/sagernet/sing/common/metadata"
12-
N "github.com/sagernet/sing/common/network"
9+
"github.com/metacubex/sing/common/buf"
10+
"github.com/metacubex/sing/common/bufio"
11+
M "github.com/metacubex/sing/common/metadata"
12+
N "github.com/metacubex/sing/common/network"
1313
)
1414

1515
type SingPacketConn struct {

common/net/deadline/pipe_sing.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"sync"
88
"time"
99

10-
"github.com/sagernet/sing/common/buf"
11-
N "github.com/sagernet/sing/common/network"
10+
"github.com/metacubex/sing/common/buf"
11+
N "github.com/metacubex/sing/common/network"
1212
)
1313

1414
type pipeAddr struct{}

common/net/packet/packet_sing.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ package packet
33
import (
44
"net"
55

6-
"github.com/sagernet/sing/common/buf"
7-
"github.com/sagernet/sing/common/bufio"
8-
M "github.com/sagernet/sing/common/metadata"
9-
N "github.com/sagernet/sing/common/network"
6+
"github.com/metacubex/sing/common/buf"
7+
"github.com/metacubex/sing/common/bufio"
8+
M "github.com/metacubex/sing/common/metadata"
9+
N "github.com/metacubex/sing/common/network"
1010
)
1111

1212
type SingPacketConn = N.NetPacketConn

common/net/packet/ref_sing.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package packet
33
import (
44
"runtime"
55

6-
"github.com/sagernet/sing/common/buf"
7-
M "github.com/sagernet/sing/common/metadata"
8-
N "github.com/sagernet/sing/common/network"
6+
"github.com/metacubex/sing/common/buf"
7+
M "github.com/metacubex/sing/common/metadata"
8+
N "github.com/metacubex/sing/common/network"
99
)
1010

1111
type refSingPacketConn struct {

common/net/packet/thread_sing.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package packet
22

33
import (
4-
"github.com/sagernet/sing/common/buf"
5-
M "github.com/sagernet/sing/common/metadata"
6-
N "github.com/sagernet/sing/common/network"
4+
"github.com/metacubex/sing/common/buf"
5+
M "github.com/metacubex/sing/common/metadata"
6+
N "github.com/metacubex/sing/common/network"
77
)
88

99
type threadSafeSingPacketConn struct {

common/net/sing.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77

88
"github.com/metacubex/mihomo/common/net/deadline"
99

10-
"github.com/sagernet/sing/common"
11-
"github.com/sagernet/sing/common/bufio"
12-
"github.com/sagernet/sing/common/network"
10+
"github.com/metacubex/sing/common"
11+
"github.com/metacubex/sing/common/bufio"
12+
"github.com/metacubex/sing/common/network"
1313
)
1414

1515
var NewExtendedConn = bufio.NewExtendedConn

common/pool/sing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package pool
22

3-
import "github.com/sagernet/sing/common/buf"
3+
import "github.com/metacubex/sing/common/buf"
44

55
func init() {
66
buf.DefaultAllocator = defaultAllocator

component/proxydialer/sing.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66

77
C "github.com/metacubex/mihomo/constant"
88

9-
M "github.com/sagernet/sing/common/metadata"
10-
N "github.com/sagernet/sing/common/network"
9+
M "github.com/metacubex/sing/common/metadata"
10+
N "github.com/metacubex/sing/common/network"
1111
)
1212

1313
type SingDialer interface {

component/proxydialer/slowdown_sing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"net"
66

77
"github.com/metacubex/mihomo/component/slowdown"
8-
M "github.com/sagernet/sing/common/metadata"
8+
M "github.com/metacubex/sing/common/metadata"
99
)
1010

1111
type SlowDownSingDialer struct {

component/resource/fetcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
types "github.com/metacubex/mihomo/constant/provider"
1212
"github.com/metacubex/mihomo/log"
1313

14-
"github.com/sagernet/fswatch"
14+
"github.com/metacubex/fswatch"
1515
"github.com/samber/lo"
1616
)
1717

go.mod

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,30 @@ require (
2121
github.com/metacubex/bart v0.19.0
2222
github.com/metacubex/bbolt v0.0.0-20240822011022-aed6d4850399
2323
github.com/metacubex/chacha v0.1.2
24+
github.com/metacubex/fswatch v0.1.1
2425
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759
2526
github.com/metacubex/quic-go v0.51.1-0.20250423035655-e3948b36ce14
2627
github.com/metacubex/randv2 v0.2.0
27-
github.com/metacubex/sing-quic v0.0.0-20250423042228-20af53d3de7e
28-
github.com/metacubex/sing-shadowsocks v0.2.8
29-
github.com/metacubex/sing-shadowsocks2 v0.2.2
30-
github.com/metacubex/sing-shadowtls v0.0.0-20250412122235-0e9005731a63
31-
github.com/metacubex/sing-tun v0.4.6-0.20250412144348-c426cb167db5
32-
github.com/metacubex/sing-vmess v0.1.14-0.20250228002636-abc39e113b82
33-
github.com/metacubex/sing-wireguard v0.0.0-20241126021510-0827d417b589
28+
github.com/metacubex/sing v0.5.2
29+
github.com/metacubex/sing-mux v0.3.2
30+
github.com/metacubex/sing-quic v0.0.0-20250503063219-9663baa38af1
31+
github.com/metacubex/sing-shadowsocks v0.2.9
32+
github.com/metacubex/sing-shadowsocks2 v0.2.3
33+
github.com/metacubex/sing-shadowtls v0.0.0-20250503063515-5d9f966d17a2
34+
github.com/metacubex/sing-tun v0.4.6-0.20250503065609-efb9f0beb6f6
35+
github.com/metacubex/sing-vmess v0.2.1
36+
github.com/metacubex/sing-wireguard v0.0.0-20250503063753-2dc62acc626f
37+
github.com/metacubex/smux v0.0.0-20250503055512-501391591dee
3438
github.com/metacubex/tfo-go v0.0.0-20241231083714-66613d49c422
35-
github.com/metacubex/utls v1.7.0-alpha.1
39+
github.com/metacubex/utls v1.7.0-alpha.2
3640
github.com/metacubex/wireguard-go v0.0.0-20240922131502-c182e7471181
3741
github.com/miekg/dns v1.1.63 // lastest version compatible with golang1.20
3842
github.com/mroth/weightedrand/v2 v2.1.0
3943
github.com/openacid/low v0.1.21
4044
github.com/oschwald/maxminddb-golang v1.12.0 // lastest version compatible with golang1.20
4145
github.com/puzpuzpuz/xsync/v3 v3.5.1
4246
github.com/sagernet/cors v1.2.1
43-
github.com/sagernet/fswatch v0.1.1
4447
github.com/sagernet/netlink v0.0.0-20240612041022-b9a21c07ac6a
45-
github.com/sagernet/sing v0.5.2
46-
github.com/sagernet/sing-mux v0.2.1
47-
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7
4848
github.com/samber/lo v1.50.0
4949
github.com/shirou/gopsutil/v4 v4.25.1 // lastest version compatible with golang1.20
5050
github.com/sirupsen/logrus v1.9.3
@@ -57,27 +57,27 @@ require (
5757
golang.org/x/crypto v0.33.0 // lastest version compatible with golang1.20
5858
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // lastest version compatible with golang1.20
5959
golang.org/x/net v0.35.0 // lastest version compatible with golang1.20
60-
golang.org/x/sync v0.11.0
60+
golang.org/x/sync v0.11.0 // lastest version compatible with golang1.20
6161
golang.org/x/sys v0.30.0 // lastest version compatible with golang1.20
6262
google.golang.org/protobuf v1.34.2 // lastest version compatible with golang1.20
6363
gopkg.in/yaml.v3 v3.0.1
6464
lukechampine.com/blake3 v1.3.0 // lastest version compatible with golang1.20
6565
)
6666

6767
require (
68-
github.com/RyuaNerin/go-krypto v1.2.4 // indirect
68+
github.com/RyuaNerin/go-krypto v1.3.0 // indirect
6969
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
7070
github.com/ajg/form v1.5.1 // indirect
7171
github.com/andybalholm/brotli v1.0.6 // indirect
7272
github.com/buger/jsonparser v1.1.1 // indirect
7373
github.com/cloudflare/circl v1.3.7 // indirect
7474
github.com/davecgh/go-spew v1.1.1 // indirect
7575
github.com/ebitengine/purego v0.8.2 // indirect
76-
github.com/ericlagergren/aegis v0.0.0-20230312195928-b4ce538b56f9 // indirect
76+
github.com/ericlagergren/aegis v0.0.0-20250325060835-cd0defd64358 // indirect
7777
github.com/ericlagergren/polyval v0.0.0-20220411101811-e25bc10ba391 // indirect
7878
github.com/ericlagergren/siv v0.0.0-20220507050439-0b757b3aa5f1 // indirect
7979
github.com/ericlagergren/subtle v0.0.0-20220507045147-890d697da010 // indirect
80-
github.com/fsnotify/fsnotify v1.7.0 // indirect
80+
github.com/fsnotify/fsnotify v1.9.0 // indirect
8181
github.com/gaukas/godicttls v0.0.4 // indirect
8282
github.com/go-ole/go-ole v1.3.0 // indirect
8383
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
@@ -92,13 +92,13 @@ require (
9292
github.com/mailru/easyjson v0.7.7 // indirect
9393
github.com/mdlayher/socket v0.4.1 // indirect
9494
github.com/metacubex/gvisor v0.0.0-20250324165734-5857f47bd43b // indirect
95+
github.com/metacubex/nftables v0.0.0-20250503052935-30a69ab87793 // indirect
9596
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 // indirect
9697
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
9798
github.com/pierrec/lz4/v4 v4.1.14 // indirect
9899
github.com/pmezard/go-difflib v1.0.0 // indirect
99100
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
100101
github.com/quic-go/qpack v0.4.0 // indirect
101-
github.com/sagernet/nftables v0.3.0-beta.4 // indirect
102102
github.com/sina-ghaderi/poly1305 v0.0.0-20220724002748-c5926b03988b // indirect
103103
github.com/sina-ghaderi/rabaead v0.0.0-20220730151906-ab6e06b96e8c // indirect
104104
github.com/sina-ghaderi/rabbitio v0.0.0-20220730151941-9ce26f4f872e // indirect
@@ -115,5 +115,3 @@ require (
115115
golang.org/x/time v0.7.0 // indirect
116116
golang.org/x/tools v0.24.0 // indirect
117117
)
118-
119-
replace github.com/sagernet/sing => github.com/metacubex/sing v0.0.0-20250228041610-d94509dc612a

0 commit comments

Comments
 (0)