mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
vendor: update github.com/valyala/gozstd to v1.5.1
This commit is contained in:
parent
146c6e1f72
commit
c9cbf5351c
6 changed files with 15 additions and 7 deletions
2
go.mod
2
go.mod
|
@ -7,7 +7,7 @@ require (
|
|||
github.com/golang/snappy v0.0.1
|
||||
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
||||
github.com/valyala/fastjson v1.4.1
|
||||
github.com/valyala/gozstd v1.5.0
|
||||
github.com/valyala/gozstd v1.5.1
|
||||
github.com/valyala/histogram v1.0.1
|
||||
github.com/valyala/quicktemplate v1.1.1
|
||||
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f
|
||||
|
|
4
go.sum
4
go.sum
|
@ -36,8 +36,8 @@ github.com/valyala/fastjson v1.4.1 h1:hrltpHpIpkaxll8QltMU8c3QZ5+qIiCL8yKqPFJI/y
|
|||
github.com/valyala/fastjson v1.4.1/go.mod h1:nV6MsjxL2IMJQUoHDIrjEI7oLyeqK6aBD7EFWPsvP8o=
|
||||
github.com/valyala/fastrand v1.0.0 h1:LUKT9aKer2dVQNUi3waewTbKV+7H17kvWFNKs2ObdkI=
|
||||
github.com/valyala/fastrand v1.0.0/go.mod h1:HWqCzkrkg6QXT8V2EXWvXCoow7vLwOFN002oeRzjapQ=
|
||||
github.com/valyala/gozstd v1.5.0 h1:OI7Z2e+GkvmmdRFiJeyuByhT/WMTLuRLa43Z2Tjzenw=
|
||||
github.com/valyala/gozstd v1.5.0/go.mod h1:oYOS+oJovjw9ewtrwEYb9+ybolEXd6pHyLMuAWN5zts=
|
||||
github.com/valyala/gozstd v1.5.1 h1:ZLepItgu2g+B2CfVQy6KCV/as8lnJ7ef1KU6DPxQSS0=
|
||||
github.com/valyala/gozstd v1.5.1/go.mod h1:oYOS+oJovjw9ewtrwEYb9+ybolEXd6pHyLMuAWN5zts=
|
||||
github.com/valyala/histogram v1.0.1 h1:FzA7n2Tz/wKRMejgu3PV1vw3htAklTjjuoI6z3d4KDg=
|
||||
github.com/valyala/histogram v1.0.1/go.mod h1:lQy0xA4wUz2+IUnf97SivorsJIp8FxsnRd6x25q7Mto=
|
||||
github.com/valyala/quicktemplate v1.1.1 h1:C58y/wN0FMTi2PR0n3onltemfFabany53j7M6SDDB8k=
|
||||
|
|
10
vendor/github.com/valyala/gozstd/README.md
generated
vendored
10
vendor/github.com/valyala/gozstd/README.md
generated
vendored
|
@ -56,14 +56,18 @@ There is also [StreamDecompress](https://godoc.org/github.com/valyala/gozstd#Str
|
|||
and [Reader](https://godoc.org/github.com/valyala/gozstd#Reader) for stream decompression.
|
||||
|
||||
|
||||
### Who uses gozstd?
|
||||
|
||||
* [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics)
|
||||
|
||||
|
||||
## FAQ
|
||||
|
||||
* Q: _Which go version is supported?_
|
||||
A: `go1.10` and newer. Pull requests for older go versions support
|
||||
are accepted.
|
||||
A: `go1.10` and newer. Pull requests for older go versions are accepted.
|
||||
|
||||
* Q: _Which platforms/architectures are supported?_
|
||||
A: `linux/amd64`, `linux/arm`, `linux/arm64`, `darwin/amd64`, `windows/amd64`. Pull requests for other platforms/architectures support
|
||||
A: `linux/amd64`, `linux/arm`, `linux/arm64`, `darwin/amd64`, `windows/amd64`. Pull requests for other platforms/architectures
|
||||
are accepted.
|
||||
|
||||
* Q: _I don't trust `libzstd*.a` binary files from the repo or these files dont't work on my OS/ARCH. How to rebuild them?_
|
||||
|
|
4
vendor/github.com/valyala/gozstd/doc.go
generated
vendored
Normal file
4
vendor/github.com/valyala/gozstd/doc.go
generated
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Package gozstd is Go wrapper for zstd.
|
||||
//
|
||||
// Gozstd is used in https://github.com/VictoriaMetrics/VictoriaMetrics .
|
||||
package gozstd
|
BIN
vendor/github.com/valyala/gozstd/libzstd_windows_amd64.a
generated
vendored
BIN
vendor/github.com/valyala/gozstd/libzstd_windows_amd64.a
generated
vendored
Binary file not shown.
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
|
@ -12,7 +12,7 @@ github.com/valyala/bytebufferpool
|
|||
github.com/valyala/fastjson/fastfloat
|
||||
# github.com/valyala/fastrand v1.0.0
|
||||
github.com/valyala/fastrand
|
||||
# github.com/valyala/gozstd v1.5.0
|
||||
# github.com/valyala/gozstd v1.5.1
|
||||
github.com/valyala/gozstd
|
||||
# github.com/valyala/histogram v1.0.1
|
||||
github.com/valyala/histogram
|
||||
|
|
Loading…
Reference in a new issue