mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 15:25:19 +00:00 
			
		
		
		
	- update github.com/containerd/cgroups to v1.1.0 - update github.com/containerd/ttrpc to v1.2.1 Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			228 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			228 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// Package btf handles data encoded according to the BPF Type Format.
 | 
						|
//
 | 
						|
// The canonical documentation lives in the Linux kernel repository and is
 | 
						|
// available at https://www.kernel.org/doc/html/latest/bpf/btf.html
 | 
						|
package btf
 |