mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:43:03 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/TeaOSLab/EdgeAPI
 | 
						|
 | 
						|
go 1.15
 | 
						|
 | 
						|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
 | 
						|
 | 
						|
replace github.com/TeaOSLab/EdgePlus => ../EdgePlus
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
 | 
						|
	github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
 | 
						|
	github.com/TeaOSLab/EdgePlus v0.0.0-00010101000000-000000000000
 | 
						|
	github.com/aliyun/alibaba-cloud-sdk-go v1.61.641
 | 
						|
	github.com/cespare/xxhash/v2 v2.1.1
 | 
						|
	github.com/go-acme/lego/v4 v4.1.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-20210628135026-38575a4ab060
 | 
						|
	github.com/iwind/gosock v0.0.0-20210722083328-12b2d66abec3
 | 
						|
	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-20200820211705-5c72a883971a
 | 
						|
	golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
 | 
						|
	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
 | 
						|
)
 |