tests/thirdparty: add github.com/klauspost/compress/huff0 (#422)

Add the `huff0` package from the `github.com/klauspost/compress` module
to the third-party test suite.

https://github.com/klauspost/compress/tree/v1.17.5/huff0/_generate

Upgrade the version of `github.com/klauspost/compress` under test to
`v1.17.5`.

Closes #421
This commit is contained in:
Michael McLoughlin
2024-01-26 21:29:34 -05:00
committed by GitHub
parent 35f8322d68
commit 63eff7ea42
2 changed files with 50 additions and 3 deletions

View File

@@ -233,8 +233,20 @@
"stars": 4332
},
"default_branch": "master",
"version": "2f236383d7c2faa8ef7e354ccecb926a5b47a24d",
"version": "v1.17.5",
"packages": [
{
"pkg": "huff0",
"module": "_generate/go.mod",
"generate": [
{
"dir": "_generate",
"commands": [
"go generate -v -x"
]
}
]
},
{
"pkg": "s2",
"module": "_generate/go.mod",