mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:50:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/TeaOSLab/EdgeAPI
 | 
						|
 | 
						|
go 1.15
 | 
						|
 | 
						|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
 | 
						|
	github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
 | 
						|
	github.com/aliyun/alibaba-cloud-sdk-go v1.61.1183
 | 
						|
	github.com/andybalholm/brotli v1.0.4
 | 
						|
	github.com/cespare/xxhash/v2 v2.1.1
 | 
						|
	github.com/go-acme/lego/v4 v4.5.2
 | 
						|
	github.com/go-ole/go-ole v1.2.4 // indirect
 | 
						|
	github.com/go-sql-driver/mysql v1.5.0
 | 
						|
	github.com/go-yaml/yaml v2.1.0+incompatible
 | 
						|
	github.com/golang/protobuf v1.5.2
 | 
						|
	github.com/iwind/TeaGo v0.0.0-20210831140440-a2a442471b13
 | 
						|
	github.com/iwind/gosock v0.0.0-20210722083328-12b2d66abec3
 | 
						|
	github.com/json-iterator/go v1.1.11 // indirect
 | 
						|
	github.com/lionsoul2014/ip2region v2.2.0-release+incompatible
 | 
						|
	github.com/mozillazg/go-pinyin v0.18.0
 | 
						|
	github.com/pkg/sftp v1.12.0
 | 
						|
	github.com/shirou/gopsutil v3.21.5+incompatible
 | 
						|
	github.com/tklauser/go-sysconf v0.3.6 // indirect
 | 
						|
	golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
 | 
						|
	golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
 | 
						|
	google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
 | 
						|
	google.golang.org/grpc v1.38.0
 | 
						|
	google.golang.org/protobuf v1.26.0
 | 
						|
)
 |