github.com/yaling888/clash@v1.53.0/go.mod (about) 1 module github.com/yaling888/clash 2 3 go 1.22 4 5 require ( 6 github.com/cilium/ebpf v0.14.0 7 github.com/dlclark/regexp2 v1.11.0 8 github.com/expr-lang/expr v1.16.3 9 github.com/go-chi/chi/v5 v5.0.12 10 github.com/go-chi/cors v1.2.1 11 github.com/go-chi/render v1.0.3 12 github.com/gorilla/websocket v1.5.1 13 github.com/insomniacslk/dhcp v0.0.0-20240227161007-c728f5dd21c8 14 github.com/miekg/dns v1.1.58 15 github.com/oschwald/geoip2-golang v1.9.0 16 github.com/phuslu/log v1.0.89 17 github.com/quic-go/quic-go v0.42.0 18 github.com/samber/lo v1.39.0 19 github.com/stretchr/testify v1.9.0 20 github.com/vishvananda/netlink v1.2.1-beta.2.0.20240403135643-19057e85f569 21 go.etcd.io/bbolt v1.3.9 22 go.starlark.net v0.0.0-20240329153429-e6e8e7ce1b7a 23 go.uber.org/atomic v1.11.0 24 go.uber.org/automaxprocs v1.5.3 25 golang.org/x/crypto v0.21.0 26 golang.org/x/net v0.23.0 27 golang.org/x/sync v0.6.0 28 golang.org/x/sys v0.18.0 29 golang.org/x/text v0.14.0 30 golang.org/x/time v0.5.0 31 golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 32 golang.zx2c4.com/wireguard/windows v0.5.4-0.20230123132234-dcc0eb72a04b 33 google.golang.org/protobuf v1.33.0 34 gopkg.in/yaml.v3 v3.0.1 35 gvisor.dev/gvisor v0.0.0-20240403010941-979aae3d2c21 36 ) 37 38 require ( 39 github.com/ajg/form v1.5.1 // indirect 40 github.com/davecgh/go-spew v1.1.1 // indirect 41 github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect 42 github.com/google/btree v1.1.2 // indirect 43 github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect 44 github.com/josharian/native v1.1.0 // indirect 45 github.com/onsi/ginkgo/v2 v2.9.5 // indirect 46 github.com/oschwald/maxminddb-golang v1.11.0 // indirect 47 github.com/pierrec/lz4/v4 v4.1.14 // indirect 48 github.com/pmezard/go-difflib v1.0.0 // indirect 49 github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect 50 github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect 51 go.uber.org/mock v0.4.0 // indirect 52 golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect 53 golang.org/x/mod v0.14.0 // indirect 54 golang.org/x/tools v0.17.0 // indirect 55 golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect 56 )