Skip to content

Commit a22c43f

Browse files
committed
go.mod: github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97
full diff: containerd/aufs@ffdde14...20793ff Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent f6f8617 commit a22c43f

8 files changed

Lines changed: 29 additions & 27 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/BurntSushi/toml v0.3.1
77
github.com/Microsoft/go-winio v0.4.17-0.20210211115548-6eac466e5fa3
88
github.com/Microsoft/hcsshim v0.8.15
9-
github.com/containerd/aufs v0.0.0-20210313051948-ffdde1490233
9+
github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97
1010
github.com/containerd/btrfs v0.0.0-20210316141732-918d888fb676
1111
github.com/containerd/cgroups v0.0.0-20210114181951-8a68de567b68
1212
github.com/containerd/console v1.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ github.com/cilium/ebpf v0.2.0/go.mod h1:To2CFviqOWL/M0gIMsvSMlqe7em/l1ALkX1PyjrX
9292
github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8=
9393
github.com/containerd/aufs v0.0.0-20200908144142-dab0cbea06f4/go.mod h1:nukgQABAEopAHvB6j7cnP5zJ+/3aVcE7hCYqvIwAHyE=
9494
github.com/containerd/aufs v0.0.0-20201003224125-76a6863f2989/go.mod h1:AkGGQs9NM2vtYHaUen+NljV0/baGCAPELGm2q9ZXpWU=
95-
github.com/containerd/aufs v0.0.0-20210313051948-ffdde1490233 h1:WG1C8QfdnqC5+CM2FLg4WoVQdNMfMXMnXWc2tHzGZnY=
96-
github.com/containerd/aufs v0.0.0-20210313051948-ffdde1490233/go.mod h1:kL5kd6KM5TzQjR79jljyi4olc1Vrx6XBlcyj3gNv2PU=
95+
github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97 h1:eDnTE2gn5fNykNuQdUIhr5XHqLJR52FXCGxhWNHG4FM=
96+
github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97/go.mod h1:kL5kd6KM5TzQjR79jljyi4olc1Vrx6XBlcyj3gNv2PU=
9797
github.com/containerd/btrfs v0.0.0-20201111183144-404b9149801e/go.mod h1:jg2QkJcsabfHugurUvvPhS3E08Oxiuh5W/g1ybB4e0E=
9898
github.com/containerd/btrfs v0.0.0-20210316141732-918d888fb676 h1:jNaRXAhCLuQ2x3k4nZNxaZN27/BCMhLfVkCEokYPI5Q=
9999
github.com/containerd/btrfs v0.0.0-20210316141732-918d888fb676/go.mod h1:zMcX3qkXTAi9GI50+0HOeuV8LU2ryCE/V2vG/ZBiTss=

vendor/github.com/containerd/aufs/.golangci.yml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/aufs/.travis.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

vendor/github.com/containerd/aufs/README.md

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/aufs/aufs.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/aufs/plugin/plugin.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ github.com/cilium/ebpf/asm
5353
github.com/cilium/ebpf/internal
5454
github.com/cilium/ebpf/internal/btf
5555
github.com/cilium/ebpf/internal/unix
56-
# github.com/containerd/aufs v0.0.0-20210313051948-ffdde1490233
56+
# github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97
5757
## explicit
5858
github.com/containerd/aufs
5959
github.com/containerd/aufs/plugin

0 commit comments

Comments
 (0)