mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:50:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			642 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			642 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/TeaOSLab/EdgeAPI
 | 
						|
 | 
						|
go 1.15
 | 
						|
 | 
						|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
 | 
						|
	github.com/go-sql-driver/mysql v1.5.0
 | 
						|
	github.com/go-yaml/yaml v2.1.0+incompatible
 | 
						|
	github.com/golang/protobuf v1.4.2
 | 
						|
	github.com/iwind/TeaGo v0.0.0-20200916035436-dbdbf25f8524
 | 
						|
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
 | 
						|
	github.com/modern-go/reflect2 v1.0.1 // indirect
 | 
						|
	github.com/pkg/sftp v1.12.0
 | 
						|
	golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
 | 
						|
	google.golang.org/grpc v1.32.0
 | 
						|
	google.golang.org/protobuf v1.25.0
 | 
						|
)
 |