Skip to content

Commit

Permalink
Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [github.com/Songmu/goxz](https://github.com/Songmu/goxz) from 0.8.2 to 0.9.1.
- [Release notes](https://github.com/Songmu/goxz/releases)
- [Changelog](https://github.com/Songmu/goxz/blob/main/CHANGELOG.md)
- [Commits](Songmu/goxz@v0.8.2...v0.9.1)

---
updated-dependencies:
- dependency-name: github.com/Songmu/goxz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 23, 2022
1 parent 1861b72 commit 21ebf3d
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 10 deletions.
10 changes: 5 additions & 5 deletions go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/mackerelio/mkr
go 1.17

require (
github.com/Songmu/goxz v0.8.2
github.com/Songmu/goxz v0.9.1
github.com/Songmu/prompter v0.5.1
github.com/Songmu/retry v0.1.0
github.com/Songmu/wrapcommander v0.1.0
Expand All @@ -23,7 +23,7 @@ require (
github.com/urfave/cli v1.22.9
github.com/yudai/gojsondiff v1.0.0
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
gopkg.in/yaml.v2 v2.4.0
)

Expand Down Expand Up @@ -106,7 +106,7 @@ require (
github.com/julz/importas v0.1.0 // indirect
github.com/kisielk/errcheck v1.6.1 // indirect
github.com/kisielk/gotool v1.0.0 // indirect
github.com/klauspost/compress v1.14.2 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/kulti/thelper v0.6.3 // indirect
github.com/kunwardeep/paralleltest v1.0.6 // indirect
Expand All @@ -133,13 +133,13 @@ require (
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
github.com/nishanths/exhaustive v0.8.1 // indirect
github.com/nishanths/predeclared v0.2.2 // indirect
github.com/nwaples/rardecode v1.1.2 // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
github.com/pierrec/lz4 v2.4.0+incompatible // indirect
github.com/pierrec/lz4/v4 v4.1.13 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polyfloyd/go-errorlint v1.0.0 // indirect
github.com/prometheus/client_golang v1.12.1 // indirect
Expand Down

0 comments on commit 21ebf3d

Please sign in to comment.