Skip to content

Commit 274cf18

Browse files
dependabot[bot]aramprice
authored andcommitted
Bump github.com/ulikunitz/xz from 0.5.4 to 0.5.8
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.4 to 0.5.8. - [Commits](ulikunitz/xz@v0.5.4...v0.5.8) --- updated-dependencies: - dependency-name: github.com/ulikunitz/xz dependency-version: 0.5.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c33303b commit 274cf18

Some content is hidden

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

46 files changed

+160
-91
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require (
6969
github.com/pierrec/lz4 v2.0.3+incompatible // indirect
7070
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
7171
github.com/smartystreets/goconvey v1.6.4 // indirect
72-
github.com/ulikunitz/xz v0.5.4 // indirect
72+
github.com/ulikunitz/xz v0.5.8 // indirect
7373
github.com/vmware/govmomi v0.18.0 // indirect
7474
go.opencensus.io v0.18.0 // indirect
7575
golang.org/x/sys v0.31.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
214214
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
215215
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
216216
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=
217-
github.com/ulikunitz/xz v0.5.4 h1:zATC2OoZ8H1TZll3FpbX+ikwmadbO699PE06cIkm9oU=
218-
github.com/ulikunitz/xz v0.5.4/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
217+
github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ=
218+
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
219219
github.com/vmware/govmomi v0.18.0 h1:f7QxSmP7meCtoAmiKZogvVbLInT+CZx6Px6K5rYsJZo=
220220
github.com/vmware/govmomi v0.18.0/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59bHWk6aFU=
221221
go.opencensus.io v0.18.0 h1:Mk5rgZcggtbvtAun5aJzAtjKKN/t0R3jJPlWILlv938=

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/README.md

Lines changed: 37 additions & 35 deletions
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: 27 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

0 commit comments

Comments
 (0)