2020-07-21 11:18:47 +08:00
|
|
|
module github.com/TeaOSLab/EdgeNode
|
|
|
|
|
|
2020-09-13 20:37:40 +08:00
|
|
|
go 1.15
|
|
|
|
|
|
|
|
|
|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
|
2020-07-21 11:18:47 +08:00
|
|
|
|
|
|
|
|
require (
|
2020-09-09 18:53:53 +08:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-09-13 20:37:40 +08:00
|
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
2021-09-29 19:37:07 +08:00
|
|
|
github.com/andybalholm/brotli v1.0.3
|
2020-11-21 22:29:57 +08:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2021-10-01 16:24:17 +08:00
|
|
|
github.com/chai2010/webp v1.1.0
|
2020-10-08 15:06:42 +08:00
|
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
2021-08-21 21:06:48 +08:00
|
|
|
github.com/dop251/goja v0.0.0-20210804101310-32956a348b49
|
2020-09-09 18:53:53 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-07-21 11:18:47 +08:00
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
2021-06-20 19:23:35 +08:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-06-30 20:01:00 +08:00
|
|
|
github.com/iwind/TeaGo v0.0.0-20210628135026-38575a4ab060
|
2021-05-28 14:00:45 +08:00
|
|
|
github.com/iwind/gofcgi v0.0.0-20210528023741-a92711d45f11
|
2021-07-25 17:14:44 +08:00
|
|
|
github.com/iwind/gosock v0.0.0-20210722083328-12b2d66abec3
|
2020-11-09 10:45:44 +08:00
|
|
|
github.com/lionsoul2014/ip2region v2.2.0-release+incompatible
|
2021-07-01 10:39:56 +08:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2021-01-25 16:40:31 +08:00
|
|
|
github.com/mssola/user_agent v0.5.2
|
2021-06-20 19:23:35 +08:00
|
|
|
github.com/shirou/gopsutil v3.21.5+incompatible
|
|
|
|
|
github.com/tklauser/go-sysconf v0.3.6 // indirect
|
2021-10-01 16:24:17 +08:00
|
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
2021-06-20 19:23:35 +08:00
|
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
|
|
|
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
|
|
|
|
|
golang.org/x/text v0.3.6
|
|
|
|
|
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
|
|
|
|
|
google.golang.org/grpc v1.38.0
|
2020-10-08 15:06:42 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
2020-07-21 11:18:47 +08:00
|
|
|
)
|