mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			678 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			678 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/TeaOSLab/EdgeAdmin
 | 
						|
 | 
						|
go 1.15
 | 
						|
 | 
						|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
 | 
						|
	github.com/go-redis/redis v6.15.8+incompatible // indirect
 | 
						|
	github.com/go-yaml/yaml v2.1.0+incompatible
 | 
						|
	github.com/golang/protobuf v1.4.2 // indirect
 | 
						|
	github.com/iwind/TeaGo v0.0.0-20200910072805-729cffe36729
 | 
						|
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
 | 
						|
	github.com/modern-go/reflect2 v1.0.1 // indirect
 | 
						|
	github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
 | 
						|
	google.golang.org/grpc v1.32.0
 | 
						|
	google.golang.org/protobuf v1.25.0 // indirect
 | 
						|
)
 |