2022-06-30 13:27:56 +00:00
|
|
|
module github.com/sagernet/sing-box
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
2022-07-14 12:30:57 +00:00
|
|
|
github.com/database64128/tfo-go v1.1.0
|
2022-07-23 11:01:41 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.5.4
|
2022-07-19 14:16:49 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
|
|
github.com/go-chi/cors v1.2.1
|
|
|
|
github.com/go-chi/render v1.0.1
|
2022-07-17 01:17:39 +00:00
|
|
|
github.com/goccy/go-json v0.9.10
|
2022-07-19 14:16:49 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
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-25 14:02:39 +00:00
|
|
|
github.com/sagernet/sing v0.0.0-20220725141316-c15de13f4f68
|
2022-07-24 05:44:44 +00:00
|
|
|
github.com/sagernet/sing-dns v0.0.0-20220724053927-eb8d0d542175
|
2022-07-17 07:11:26 +00:00
|
|
|
github.com/sagernet/sing-shadowsocks v0.0.0-20220717063942-45a2ad9cd41f
|
2022-07-25 22:56:13 +00:00
|
|
|
github.com/sagernet/sing-tun v0.0.0-20220725225208-3b0c717db3f5
|
2022-07-19 14:16:49 +00:00
|
|
|
github.com/sagernet/sing-vmess v0.0.0-20220718031323-07c377156e4a
|
2022-06-30 13:27:56 +00:00
|
|
|
github.com/spf13/cobra v1.5.0
|
2022-07-06 04:39:44 +00:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-07-19 14:16:49 +00:00
|
|
|
go.uber.org/atomic v1.9.0
|
2022-07-24 05:44:44 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
|
|
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
|
|
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
|
2022-06-30 13:27:56 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-07-18 04:32:31 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect; indirectg
|
2022-07-19 14:16:49 +00:00
|
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
2022-07-09 11:18:37 +00:00
|
|
|
github.com/google/btree v1.0.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
|
2022-07-13 11:01:20 +00:00
|
|
|
github.com/vishvananda/netlink v1.1.0 // indirect
|
2022-07-09 11:18:37 +00:00
|
|
|
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // 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-07-11 10:44:59 +00:00
|
|
|
gvisor.dev/gvisor v0.0.0-20220711011657-cecae2f4234d // indirect
|
2022-06-30 13:27:56 +00:00
|
|
|
lukechampine.com/blake3 v1.1.7 // indirect
|
|
|
|
)
|