Skip to content

Commit

Permalink
go.mod: github.com/containerd/zfs v0.0.0-20210313052028-2233970b74b1
Browse files Browse the repository at this point in the history
full diff: containerd/zfs@11e8f17...2233970

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Mar 13, 2021
1 parent f0b6bcb commit 24a8b46
Show file tree
Hide file tree
Showing 8 changed files with 700 additions and 63 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/containerd/nri v0.0.0-20201007170849-eb1350a75164
github.com/containerd/ttrpc v1.0.2
github.com/containerd/typeurl v1.0.1
github.com/containerd/zfs v0.0.0-20210301145711-11e8f1707f62
github.com/containerd/zfs v0.0.0-20210313052028-2233970b74b1
github.com/containernetworking/plugins v0.8.6
github.com/coreos/go-systemd/v22 v22.1.0
github.com/davecgh/go-spew v1.1.1
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ github.com/containerd/typeurl v0.0.0-20190911142611-5eb25027c9fd/go.mod h1:GeKYz
github.com/containerd/typeurl v1.0.1 h1:PvuK4E3D5S5q6IqsPDCy928FhP0LUIGcmZ/Yhgp5Djw=
github.com/containerd/typeurl v1.0.1/go.mod h1:TB1hUtrpaiO88KEK56ijojHS1+NeF0izUACaJW2mdXg=
github.com/containerd/zfs v0.0.0-20200918131355-0a33824f23a2/go.mod h1:8IgZOBdv8fAgXddBT4dBXJPtxyRsejFIpXoklgxgEjw=
github.com/containerd/zfs v0.0.0-20210301145711-11e8f1707f62 h1:23/cjN8hC/M4XTic01J0A944GPXrcngolbnOEcwLRMQ=
github.com/containerd/zfs v0.0.0-20210301145711-11e8f1707f62/go.mod h1:A9zfAbMlQwE+/is6hi0Xw8ktpL+6glmqZYtevJgaB8Y=
github.com/containerd/zfs v0.0.0-20210313052028-2233970b74b1 h1:RXGur75r5OFQE6ig9LfQbMYTLzTtI1yxRo+vmvvrZu0=
github.com/containerd/zfs v0.0.0-20210313052028-2233970b74b1/go.mod h1:m+m51S1DvAP6r3FcmYCp54bQ34pyOwTieQDNRIRHsFY=
github.com/containernetworking/cni v0.7.1/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY=
github.com/containernetworking/cni v0.8.0 h1:BT9lpgGoH4jw3lFC7Odz2prU5ruiYKcgAjMCbgybcKI=
github.com/containernetworking/cni v0.8.0/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY=
Expand Down
26 changes: 0 additions & 26 deletions vendor/github.com/containerd/zfs/.travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions vendor/github.com/containerd/zfs/codecov.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 2 additions & 12 deletions vendor/github.com/containerd/zfs/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

703 changes: 687 additions & 16 deletions vendor/github.com/containerd/zfs/go.sum

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions vendor/github.com/containerd/zfs/zfs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ github.com/containerd/ttrpc/plugin
# github.com/containerd/typeurl v1.0.1
## explicit
github.com/containerd/typeurl
# github.com/containerd/zfs v0.0.0-20210301145711-11e8f1707f62
# github.com/containerd/zfs v0.0.0-20210313052028-2233970b74b1
## explicit
github.com/containerd/zfs
github.com/containerd/zfs/plugin
Expand Down

0 comments on commit 24a8b46

Please sign in to comment.