mirror of https://github.com/bjdgyc/anylink.git
108 lines
4.5 KiB
Modula-2
108 lines
4.5 KiB
Modula-2
module github.com/bjdgyc/anylink
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/arl/statsviz v0.6.0
|
|
github.com/deckarep/golang-set v1.8.0
|
|
github.com/go-acme/lego/v4 v4.15.0
|
|
github.com/go-co-op/gocron v1.37.0
|
|
github.com/go-ldap/ldap v3.0.3+incompatible
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/gocarina/gocsv v0.0.0-20231116093920-b87c2d0e983a
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/ivpusic/grpool v1.0.0
|
|
github.com/lanrenwo/lzsgo v0.0.2
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/orcaman/concurrent-map v1.0.0
|
|
github.com/pion/dtls/v2 v2.2.10
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pires/go-proxyproto v0.7.0
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/spf13/cast v1.6.0
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/spf13/viper v1.18.2
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/xhit/go-simple-mail/v2 v2.16.0
|
|
github.com/xlzd/gotp v0.1.0
|
|
github.com/xuri/excelize/v2 v2.8.0
|
|
go.uber.org/atomic v1.11.0
|
|
golang.org/x/crypto v0.19.0
|
|
golang.org/x/net v0.21.0
|
|
golang.org/x/text v0.14.0
|
|
golang.org/x/time v0.5.0
|
|
layeh.com/radius v0.0.0-20231213012653-1006025d24f8
|
|
xorm.io/xorm v1.3.8
|
|
)
|
|
|
|
require (
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.62.680 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
github.com/cloudflare/cloudflare-go v0.88.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
|
|
github.com/go-test/deep v1.1.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/miekg/dns v1.1.58 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
|
|
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
|
|
github.com/pion/transport/v2 v2.2.4 // indirect
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.860 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.860 // indirect
|
|
github.com/toorop/go-dkim v0.0.0-20240103092955-90b7d1423f92 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
|
|
golang.org/x/mod v0.15.0 // indirect
|
|
golang.org/x/tools v0.18.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/coreos/go-iptables v0.7.0
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.13 // indirect
|
|
github.com/tklauser/numcpus v0.7.0 // indirect
|
|
github.com/xuri/efp v0.0.0-20231025114914-d1ff6096ae53 // indirect
|
|
github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
xorm.io/builder v0.3.13 // indirect
|
|
)
|