go.mod: github.com/containerd/aufs
Signed-off-by: Samuel Karp <me@samuelkarp.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ go 1.16 | ||||
| require ( | ||||
| 	github.com/Microsoft/go-winio v0.4.17 | ||||
| 	github.com/Microsoft/hcsshim v0.8.16 | ||||
| 	github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97 | ||||
| 	github.com/containerd/aufs v0.0.0-20210416161429-fb0192dcb2c0 | ||||
| 	github.com/containerd/btrfs v0.0.0-20210316141732-918d888fb676 | ||||
| 	github.com/containerd/cgroups v0.0.0-20210114181951-8a68de567b68 | ||||
| 	github.com/containerd/console v1.0.2 | ||||
|   | ||||
							
								
								
									
										2
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.sum
									
									
									
									
									
								
							| @@ -96,6 +96,8 @@ github.com/containerd/aufs v0.0.0-20200908144142-dab0cbea06f4/go.mod h1:nukgQABA | ||||
| github.com/containerd/aufs v0.0.0-20201003224125-76a6863f2989/go.mod h1:AkGGQs9NM2vtYHaUen+NljV0/baGCAPELGm2q9ZXpWU= | ||||
| github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97 h1:eDnTE2gn5fNykNuQdUIhr5XHqLJR52FXCGxhWNHG4FM= | ||||
| github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97/go.mod h1:kL5kd6KM5TzQjR79jljyi4olc1Vrx6XBlcyj3gNv2PU= | ||||
| github.com/containerd/aufs v0.0.0-20210416161429-fb0192dcb2c0 h1:naOo1n+31DqP+0v8OJsrZg32CCLHUlhY6dfnnZBlgtU= | ||||
| github.com/containerd/aufs v0.0.0-20210416161429-fb0192dcb2c0/go.mod h1:kL5kd6KM5TzQjR79jljyi4olc1Vrx6XBlcyj3gNv2PU= | ||||
| github.com/containerd/btrfs v0.0.0-20201111183144-404b9149801e/go.mod h1:jg2QkJcsabfHugurUvvPhS3E08Oxiuh5W/g1ybB4e0E= | ||||
| github.com/containerd/btrfs v0.0.0-20210316141732-918d888fb676 h1:jNaRXAhCLuQ2x3k4nZNxaZN27/BCMhLfVkCEokYPI5Q= | ||||
| github.com/containerd/btrfs v0.0.0-20210316141732-918d888fb676/go.mod h1:zMcX3qkXTAi9GI50+0HOeuV8LU2ryCE/V2vG/ZBiTss= | ||||
|   | ||||
							
								
								
									
										5
									
								
								vendor/github.com/containerd/aufs/plugin/plugin.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								vendor/github.com/containerd/aufs/plugin/plugin.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -31,8 +31,9 @@ type Config struct { | ||||
|  | ||||
| func init() { | ||||
| 	plugin.Register(&plugin.Registration{ | ||||
| 		Type: plugin.SnapshotPlugin, | ||||
| 		ID:   "aufs", | ||||
| 		Type:   plugin.SnapshotPlugin, | ||||
| 		ID:     "aufs", | ||||
| 		Config: &Config{}, | ||||
| 		InitFn: func(ic *plugin.InitContext) (interface{}, error) { | ||||
| 			ic.Meta.Platforms = append(ic.Meta.Platforms, platforms.DefaultSpec()) | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/modules.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/modules.txt
									
									
									
									
										vendored
									
									
								
							| @@ -51,7 +51,7 @@ github.com/cilium/ebpf/asm | ||||
| github.com/cilium/ebpf/internal | ||||
| github.com/cilium/ebpf/internal/btf | ||||
| github.com/cilium/ebpf/internal/unix | ||||
| # github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97 | ||||
| # github.com/containerd/aufs v0.0.0-20210416161429-fb0192dcb2c0 | ||||
| ## explicit | ||||
| github.com/containerd/aufs | ||||
| github.com/containerd/aufs/plugin | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samuel Karp
					Samuel Karp