forked from xmdhs/clash2sfa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (19 loc) · 649 Bytes
/
go.mod
File metadata and controls
23 lines (19 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/xmdhs/clash2sfa
go 1.23.0
require (
github.com/Masterminds/semver/v3 v3.3.1
github.com/go-chi/chi/v5 v5.2.1
github.com/samber/lo v1.49.1
github.com/tidwall/gjson v1.18.0
github.com/xmdhs/clash2singbox v0.1.5-0.20250106075318-ca00309ab3ab
)
require filippo.io/intermediates v0.0.0-20250220022955-0ee338e757cb
require (
github.com/google/wire v0.6.0
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/text v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)