diff options
| author | Paul Buetow <35781042+pbuetow@users.noreply.github.com> | 2022-06-14 13:17:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-14 13:17:55 +0300 |
| commit | 41db4017cbfe1175b954e0ed8b2f43816c0f66ad (patch) | |
| tree | 743166e29a4799b4b5c6e44d169b672d95676e97 /go.mod | |
| parent | 59418ad51c0555d3e3f919675fcaa9a2f2c56c3f (diff) | |
| parent | 247a9790d31ebd359d912753eb62a095e0a4c57b (diff) | |
Merge pull request #25 from mimecast/dependabot/go_modules/github.com/DataDog/zstd-1.5.2
Bump github.com/DataDog/zstd from 1.5.0 to 1.5.2
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/mimecast/dtail go 1.17 require ( - github.com/DataDog/zstd v1.5.0 + github.com/DataDog/zstd v1.5.2 golang.org/x/crypto v0.0.0-20220214200702-86341886e292 ) |
