mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 07:40:56 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			576 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			576 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/TeaOSLab/EdgeNode
 | 
						|
 | 
						|
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/dchest/siphash v1.2.1
 | 
						|
	github.com/go-ole/go-ole v1.2.4 // indirect
 | 
						|
	github.com/go-yaml/yaml v2.1.0+incompatible
 | 
						|
	github.com/iwind/TeaGo v0.0.0-20200923021120-f5d76441fe9e
 | 
						|
	github.com/shirou/gopsutil v2.20.7+incompatible
 | 
						|
	golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
 | 
						|
	google.golang.org/grpc v1.32.0
 | 
						|
)
 |