mirror of https://github.com/bjdgyc/anylink.git
37 lines
1.4 KiB
Modula-2
37 lines
1.4 KiB
Modula-2
module github.com/bjdgyc/anylink
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/go-ldap/ldap v3.0.3+incompatible
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gocarina/gocsv v0.0.0-20220712153207-8b2118da4570
|
|
github.com/golang-jwt/jwt/v4 v4.0.0
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/ivpusic/grpool v1.0.0
|
|
github.com/lib/pq v1.10.2
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
github.com/orcaman/concurrent-map v1.0.0
|
|
github.com/pion/dtls/v2 v2.1.5
|
|
github.com/pion/logging v0.2.2
|
|
github.com/shirou/gopsutil v3.21.7+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/cobra v1.2.1
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tklauser/go-sysconf v0.3.7 // indirect
|
|
github.com/xhit/go-simple-mail/v2 v2.10.0
|
|
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
layeh.com/radius v0.0.0-20210819152912-ad72663a72ab
|
|
xorm.io/xorm v1.2.2
|
|
)
|