diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-21 07:58:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 07:58:32 +0000 |
commit | 5aef11026a850bb99d8394dba17810bf05d727bc (patch) | |
tree | 43fbdf4e912923c744cfc81865f051c6783c373e /vendor/github.com/golang/snappy/AUTHORS | |
parent | 9ef298e78438b2b8654bf87db157b4090b5e0523 (diff) | |
download | podman-5aef11026a850bb99d8394dba17810bf05d727bc.tar.gz podman-5aef11026a850bb99d8394dba17810bf05d727bc.tar.bz2 podman-5aef11026a850bb99d8394dba17810bf05d727bc.zip |
Bump github.com/containers/storage from 1.29.0 to 1.30.0
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.29.0...v1.30.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/golang/snappy/AUTHORS')
-rw-r--r-- | vendor/github.com/golang/snappy/AUTHORS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/golang/snappy/AUTHORS b/vendor/github.com/golang/snappy/AUTHORS new file mode 100644 index 000000000..203e84eba --- /dev/null +++ b/vendor/github.com/golang/snappy/AUTHORS @@ -0,0 +1,17 @@ +# This is the official list of Snappy-Go authors for copyright purposes. +# This file is distinct from the CONTRIBUTORS files. +# See the latter for an explanation. + +# Names should be added to this file as +# Name or Organization <email address> +# The email address is not required for organizations. + +# Please keep the list sorted. + +Amazon.com, Inc +Damian Gryski <dgryski@gmail.com> +Google Inc. +Jan Mercl <0xjnml@gmail.com> +Klaus Post <klauspost@gmail.com> +Rodolfo Carvalho <rhcarvalho@gmail.com> +Sebastien Binet <seb.binet@gmail.com> |