mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
37 lines
1.4 KiB
Modula-2
37 lines
1.4 KiB
Modula-2
module github.com/sagernet/sing
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.15.1
|
|
github.com/openacid/low v0.1.21
|
|
github.com/oschwald/geoip2-golang v1.7.0
|
|
github.com/sagernet/uot v0.0.0-20220403125237-bf82029ad617
|
|
github.com/samber/lo v1.11.0
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20201222105146-bc6005554a0c
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/ulikunitz/xz v0.5.10
|
|
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e
|
|
github.com/v2fly/v2ray-core/v5 v5.0.3
|
|
golang.org/x/crypto v0.0.0-20220408190544-5352b0902921
|
|
golang.org/x/net v0.0.0-20220407224826-aac1ed45d8e3
|
|
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
|
|
google.golang.org/protobuf v1.28.0
|
|
lukechampine.com/blake3 v1.1.7
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.9.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|