2022-06-30 13:27:56 +00:00
|
|
|
module github.com/sagernet/sing-box
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/database64128/tfo-go v1.0.4
|
2022-07-03 03:28:15 +00:00
|
|
|
github.com/goccy/go-json v0.9.8
|
2022-06-30 13:27:56 +00:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2022-07-06 04:39:44 +00:00
|
|
|
github.com/oschwald/maxminddb-golang v1.9.0
|
2022-07-09 02:06:01 +00:00
|
|
|
github.com/sagernet/sing v0.0.0-20220709022704-8843420c7814
|
2022-07-01 11:34:02 +00:00
|
|
|
github.com/sagernet/sing-shadowsocks v0.0.0-20220701084835-2208da1d8649
|
2022-06-30 13:27:56 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/spf13/cobra v1.5.0
|
2022-07-06 04:39:44 +00:00
|
|
|
github.com/stretchr/testify v1.8.0
|
|
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
2022-07-08 04:58:43 +00:00
|
|
|
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60
|
2022-06-30 13:27:56 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-07-02 14:55:10 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-06-30 13:27:56 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
2022-07-06 04:39:44 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2022-07-02 14:55:10 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-06-30 13:27:56 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
|
2022-07-06 04:39:44 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-06-30 13:27:56 +00:00
|
|
|
lukechampine.com/blake3 v1.1.7 // indirect
|
|
|
|
)
|