mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 05:00:24 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			504 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			504 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/TeaOSLab/EdgeCommon
 | 
						|
 | 
						|
go 1.21
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/iwind/TeaGo v0.0.0-20230623080147-cd1e53b4915f
 | 
						|
	golang.org/x/net v0.24.0
 | 
						|
	google.golang.org/grpc v1.62.0
 | 
						|
	google.golang.org/protobuf v1.33.0
 | 
						|
	gopkg.in/yaml.v3 v3.0.1
 | 
						|
)
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/golang/protobuf v1.5.3 // indirect
 | 
						|
	github.com/kr/text v0.2.0 // indirect
 | 
						|
	golang.org/x/sys v0.19.0 // indirect
 | 
						|
	golang.org/x/text v0.14.0 // indirect
 | 
						|
	google.golang.org/genproto/googleapis/rpc v0.0.0-20240228224816-df926f6c8641 // indirect
 | 
						|
)
 |