Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 #456

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/mackerelio/mkr
go 1.17

require (
github.com/Songmu/goxz v0.8.1
github.com/Songmu/goxz v0.8.2
github.com/Songmu/prompter v0.5.0
github.com/Songmu/retry v0.1.0
github.com/Songmu/wrapcommander v0.1.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAE
github.com/OpenPeeDeeP/depguard v1.1.0 h1:pjK9nLPS1FwQYGGpPxoMYpe7qACHOhAWQMQzV71i49o=
github.com/OpenPeeDeeP/depguard v1.1.0/go.mod h1:JtAMzWkmFEzDPyAd+W0NHl1lvpQKTvT9jnRVsohBKpc=
github.com/Songmu/gocredits v0.2.0/go.mod h1:JBywHzwOmBMF9uidu1EgS3mwVNqZCKOPLPrFd1h7qQo=
github.com/Songmu/goxz v0.8.1 h1:fAm7S8cc2AzJR8XQewvGf7iX6BC5IfCoWsJVvRtD0R0=
github.com/Songmu/goxz v0.8.1/go.mod h1:DGBZ5oQ8EE1I1jI6P8NpkvyuZiSFP3Yq61f/YdmL4lA=
github.com/Songmu/goxz v0.8.2 h1:ih8T0NvRMbfXjptIy5FdlPDMOsxdqJnrCcYEFchfwAA=
github.com/Songmu/goxz v0.8.2/go.mod h1:DGBZ5oQ8EE1I1jI6P8NpkvyuZiSFP3Yq61f/YdmL4lA=
github.com/Songmu/prompter v0.5.0 h1:uf60xlFItY5nW+rlLJ2XIUfaUReo4gUEeftuUeHpio8=
github.com/Songmu/prompter v0.5.0/go.mod h1:S4Eg25l60kPlnfB2ttFVpvBKYw7RKJexzB3gzpAansY=
github.com/Songmu/retry v0.1.0 h1:hPA5xybQsksLR/ry/+t/7cFajPW+dqjmjhzZhioBILA=
Expand Down