mirror of
				https://github.com/bjdgyc/anylink.git
				synced 2025-11-04 11:06:22 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/bjdgyc/anylink
 | 
						|
 | 
						|
go 1.16
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/StackExchange/wmi v1.2.1 // indirect
 | 
						|
	github.com/go-sql-driver/mysql v1.6.0
 | 
						|
	github.com/golang-jwt/jwt/v4 v4.0.0
 | 
						|
	github.com/google/gopacket v1.1.19
 | 
						|
	github.com/gorilla/mux v1.8.0
 | 
						|
	github.com/lib/pq v1.10.2
 | 
						|
	github.com/mattn/go-sqlite3 v1.14.8
 | 
						|
	github.com/pion/dtls/v2 v2.0.9
 | 
						|
	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-20210711020723-a769d52b0f97
 | 
						|
	golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
 | 
						|
	golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
 | 
						|
	xorm.io/xorm v1.2.2
 | 
						|
)
 | 
						|
 | 
						|
replace github.com/pion/dtls/v2 => ../dtls-2.0.9
 |