Skip to content

Commit

Permalink
Merge pull request containers#1105 from containers/dependabot/go_modu…
Browse files Browse the repository at this point in the history
…les/github.com/valyala/gozstd-1.15.1

build(deps): bump github.com/valyala/gozstd from 1.14.2 to 1.15.1
  • Loading branch information
rhatdan authored Jan 14, 2022
2 parents 3ddd24a + 39fc87d commit 3c0dfaa
Show file tree
Hide file tree
Showing 10 changed files with 189 additions and 146 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
github.com/tchap/go-patricia v2.3.0+incompatible
github.com/ulikunitz/xz v0.5.10
github.com/valyala/gozstd v1.14.2
github.com/valyala/gozstd v1.15.1
github.com/vbatts/tar-split v0.11.2
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,8 @@ github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijb
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/urfave/cli v1.22.2/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/urfave/cli v1.22.4/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/valyala/gozstd v1.14.2 h1:mtK5+UU774dXzuWtCqukhLyVOCM5NClDU3wUDazx90w=
github.com/valyala/gozstd v1.14.2/go.mod h1:y5Ew47GLlP37EkTB+B4s7r6A5rdaeB7ftbl9zoYiIPQ=
github.com/valyala/gozstd v1.15.1 h1:hpmJYWOpNs0rjDOMdbwWZplfNlfh1tOy0v7XiR9+iGQ=
github.com/valyala/gozstd v1.15.1/go.mod h1:y5Ew47GLlP37EkTB+B4s7r6A5rdaeB7ftbl9zoYiIPQ=
github.com/vbatts/tar-split v0.11.2 h1:Via6XqJr0hceW4wff3QRzD5gAk/tatMw/4ZA7cTlIME=
github.com/vbatts/tar-split v0.11.2/go.mod h1:vV3ZuO2yWSVsz+pfFzDG/upWH1JhjOiEaWq6kXyQ3VI=
github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf/go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk=
Expand Down
4 changes: 2 additions & 2 deletions vendor/github.com/valyala/gozstd/Makefile

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

Binary file modified vendor/github.com/valyala/gozstd/libzstd_linux_amd64.a
Binary file not shown.
Binary file modified vendor/github.com/valyala/gozstd/libzstd_linux_arm.a
Binary file not shown.
Binary file modified vendor/github.com/valyala/gozstd/libzstd_linux_arm64.a
Binary file not shown.
Binary file modified vendor/github.com/valyala/gozstd/libzstd_linux_musl_amd64.a
Binary file not shown.
8 changes: 4 additions & 4 deletions vendor/github.com/valyala/gozstd/zdict.h

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

315 changes: 179 additions & 136 deletions vendor/github.com/valyala/gozstd/zstd.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ github.com/ulikunitz/xz
github.com/ulikunitz/xz/internal/hash
github.com/ulikunitz/xz/internal/xlog
github.com/ulikunitz/xz/lzma
# github.com/valyala/gozstd v1.14.2
# github.com/valyala/gozstd v1.15.1
## explicit
github.com/valyala/gozstd
# github.com/vbatts/tar-split v0.11.2
Expand Down

0 comments on commit 3c0dfaa

Please sign in to comment.