Skip to content

Commit fd48b25

Browse files
Bump github.com/ulikunitz/xz from 0.5.5 to 0.5.8
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.5 to 0.5.8. - [Release notes](https://github.com/ulikunitz/xz/releases) - [Commits](ulikunitz/xz@v0.5.5...v0.5.8) --- updated-dependencies: - dependency-name: github.com/ulikunitz/xz dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14db8aa commit fd48b25

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+113
-49
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/posener/complete v1.2.1 // indirect
5656
github.com/sirupsen/logrus v1.3.0 // indirect
5757
github.com/spf13/afero v1.2.2 // indirect
58-
github.com/ulikunitz/xz v0.5.5 // indirect
58+
github.com/ulikunitz/xz v0.5.8 // indirect
5959
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect
6060
github.com/zclconf/go-cty v1.1.0 // indirect
6161
github.com/zclconf/go-cty-yaml v1.0.1 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0
173173
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
174174
github.com/ucloud/ucloud-sdk-go v0.21.19 h1:WqD38oLDYxWS3s92DBKR99X3bKktuveTdSigcBynDT4=
175175
github.com/ucloud/ucloud-sdk-go v0.21.19/go.mod h1:dyLmFHmUfgb4RZKYQP9IArlvQ2pxzFthfhwxRzOEPIw=
176-
github.com/ulikunitz/xz v0.5.5 h1:pFrO0lVpTBXLpYw+pnLj6TbvHuyjXMfjGeCwSqCVwok=
177176
github.com/ulikunitz/xz v0.5.5/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
177+
github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ=
178+
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
178179
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
179180
github.com/vmihailenco/msgpack v4.0.1+incompatible h1:RMF1enSPeKTlXrXdOcqjFUElywVZjjC6pqse21bKbEU=
180181
github.com/vmihailenco/msgpack v4.0.1+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=

vendor/github.com/ulikunitz/xz/LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ulikunitz/xz/TODO.md

Lines changed: 18 additions & 0 deletions

vendor/github.com/ulikunitz/xz/bits.go

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ulikunitz/xz/crc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ulikunitz/xz/format.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
96 Bytes
Binary file not shown.

vendor/github.com/ulikunitz/xz/internal/hash/cyclic_poly.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ulikunitz/xz/internal/hash/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)