diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-21 17:59:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 17:59:44 +0000 |
| commit | f13bee597323f3b537e9f4cc62f459dfdf9fb5ed (patch) | |
| tree | 1515e6391e968b4fccf6383e8ef543c3989957a9 | |
| parent | 5bdb7860081da9b9e2e64bb76c5fb9b7cdef59d6 (diff) | |
Bump github.com/DataDog/zstd from 1.5.2 to 1.5.5
Bumps [github.com/DataDog/zstd](https://github.com/DataDog/zstd) from 1.5.2 to 1.5.5.
- [Release notes](https://github.com/DataDog/zstd/releases)
- [Commits](https://github.com/DataDog/zstd/compare/v1.5.2...v1.5.5)
---
updated-dependencies:
- dependency-name: github.com/DataDog/zstd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ module github.com/mimecast/dtail go 1.18 require ( - github.com/DataDog/zstd v1.5.2 + github.com/DataDog/zstd v1.5.5 golang.org/x/crypto v0.7.0 ) @@ -1,5 +1,5 @@ -github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8= -github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= +github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ= +github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A= golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ= |
