2020-07-21 11:18:47 +08:00
|
|
|
module github.com/TeaOSLab/EdgeNode
|
|
|
|
|
|
2022-07-07 09:21:18 +08:00
|
|
|
go 1.18
|
2020-09-13 20:37:40 +08:00
|
|
|
|
2022-08-07 11:18:16 +08:00
|
|
|
replace (
|
|
|
|
|
github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
|
2022-08-17 12:12:40 +08:00
|
|
|
github.com/fsnotify/fsnotify => github.com/iwind/fsnotify v1.5.2-0.20220817040843-193be2051ff4
|
2023-04-24 21:03:48 +08:00
|
|
|
github.com/google/nftables => github.com/iwind/nftables v0.0.0-20230419014751-9f023a644ad4
|
2022-08-07 11:18:16 +08:00
|
|
|
)
|
2020-07-21 11:18:47 +08:00
|
|
|
|
|
|
|
|
require (
|
2020-09-13 20:37:40 +08:00
|
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.2.7+incompatible
|
|
|
|
|
github.com/andybalholm/brotli v1.0.5
|
|
|
|
|
github.com/aws/aws-sdk-go v1.44.279
|
2021-10-11 14:53:23 +08:00
|
|
|
github.com/biessek/golang-ico v0.0.0-20180326222316-d348d9ea4670
|
2020-11-21 22:29:57 +08:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2020-10-08 15:06:42 +08:00
|
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
2022-03-04 12:30:06 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1
|
2022-04-20 10:22:25 +08:00
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/golang/protobuf v1.5.3
|
2023-04-24 21:03:48 +08:00
|
|
|
github.com/google/nftables v0.1.0
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/huaweicloud/huaweicloud-sdk-go-obs v3.23.4+incompatible
|
|
|
|
|
github.com/iwind/TeaGo v0.0.0-20230630104525-161f0b32996d
|
2021-05-28 14:00:45 +08:00
|
|
|
github.com/iwind/gofcgi v0.0.0-20210528023741-a92711d45f11
|
2022-04-20 10:22:25 +08:00
|
|
|
github.com/iwind/gosock v0.0.0-20211103081026-ee4652210ca4
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/iwind/gowebp v0.0.0-20230615040911-5013dbb9d508
|
2023-04-24 21:03:48 +08:00
|
|
|
github.com/klauspost/compress v1.16.5
|
2021-11-13 21:30:24 +08:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.9
|
2023-04-24 21:03:48 +08:00
|
|
|
github.com/mdlayher/netlink v1.7.1
|
2021-10-16 12:03:05 +08:00
|
|
|
github.com/miekg/dns v1.1.43
|
2023-05-20 11:52:27 +08:00
|
|
|
github.com/mssola/useragent v1.0.0
|
2021-10-12 20:20:06 +08:00
|
|
|
github.com/pires/go-proxyproto v0.6.1
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/qiniu/go-sdk/v7 v7.16.0
|
|
|
|
|
github.com/quic-go/quic-go v0.36.1
|
2022-03-12 19:11:29 +08:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.2
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.41
|
2023-04-24 21:07:42 +08:00
|
|
|
golang.org/x/image v0.7.0
|
2023-07-06 10:28:28 +08:00
|
|
|
golang.org/x/net v0.11.0
|
|
|
|
|
golang.org/x/sys v0.9.0
|
|
|
|
|
golang.org/x/text v0.10.0
|
|
|
|
|
google.golang.org/grpc v1.55.0
|
2022-08-07 11:12:29 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2023-07-06 10:28:28 +08:00
|
|
|
rogchap.com/v8go v0.7.0
|
2020-07-21 11:18:47 +08:00
|
|
|
)
|
2022-07-07 09:21:18 +08:00
|
|
|
|
|
|
|
|
require (
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-08-17 12:12:40 +08:00
|
|
|
github.com/chai2010/webp v1.1.1 // indirect
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/clbanning/mxj v1.8.4 // indirect
|
2022-07-07 09:21:18 +08:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
2023-04-24 21:03:48 +08:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
|
|
|
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect
|
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2023-04-24 21:03:48 +08:00
|
|
|
github.com/josharian/native v1.0.0 // indirect
|
2022-07-07 09:21:18 +08:00
|
|
|
github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // indirect
|
|
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
2023-04-24 21:03:48 +08:00
|
|
|
github.com/mdlayher/socket v0.4.0 // indirect
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
|
|
|
github.com/mozillazg/go-httpheader v0.2.1 // indirect
|
|
|
|
|
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
|
2022-07-07 09:21:18 +08:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
2023-07-06 10:28:28 +08:00
|
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
|
|
|
|
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
|
|
|
|
|
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
|
2022-07-07 09:21:18 +08:00
|
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
|
|
|
github.com/tklauser/numcpus v0.3.0 // indirect
|
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2023-07-06 10:28:28 +08:00
|
|
|
golang.org/x/crypto v0.10.0 // indirect
|
|
|
|
|
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
|
|
|
|
|
golang.org/x/mod v0.11.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
|
|
|
golang.org/x/time v0.3.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.10.0 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
|
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2022-07-07 09:21:18 +08:00
|
|
|
)
|