mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			308 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			308 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/moby/ipvs
 | 
						|
 | 
						|
go 1.13
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/pkg/errors v0.9.1 // indirect
 | 
						|
	github.com/sirupsen/logrus v1.4.2
 | 
						|
	github.com/vishvananda/netlink v1.1.0
 | 
						|
	github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
 | 
						|
	golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
 | 
						|
	gotest.tools/v3 v3.0.2
 | 
						|
)
 |