Skip to content

Commit

Permalink
tidy plus
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jan 18, 2024
1 parent 5bebd28 commit ff4c5d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitattributes

This file was deleted.

4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ golift.io/starr v1.0.0 h1:IDSaSL+ZYxdLT/Lg//dg/iwZ39LHO3D5CmbLCOgSXbI=
golift.io/starr v1.0.0/go.mod h1:xnUwp4vK62bDvozW9QHUYc08m6kjwaZnGw3Db65fQHw=
golift.io/version v0.0.2 h1:i0gXRuSDHKs4O0sVDUg4+vNIuOxYoXhaxspftu2FRTE=
golift.io/version v0.0.2/go.mod h1:76aHNz8/Pm7CbuxIsDi97jABL5Zui3f2uZxDm4vB6hU=
golift.io/xtractr v0.2.3-0.20231212122517-824f96efe4d8 h1:4BRc3tGHmCzQtD9qKAZcPpJ1kn/QOt4mrezv4QFOIiw=
golift.io/xtractr v0.2.3-0.20231212122517-824f96efe4d8/go.mod h1:1kQhdZ5fbJ1CmifS20RJ7imv0sqpqSeWWnJ06FHUG7U=
golift.io/xtractr v0.2.3-0.20240118083145-be8544c18974 h1:KJkw5mGmmDvAUFPrOAGpQuzXYB4+Tk3WSSlfbkrZM9c=
golift.io/xtractr v0.2.3-0.20240118083145-be8544c18974/go.mod h1:B608A7mLGU3gYciK+GichEUROa/Lp5NNrdmTPBb//o0=
google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M=
google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg=
Expand Down
2 changes: 1 addition & 1 deletion pkg/unpackerr/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (status ExtractStatus) Desc() string {
"Deleting",
"Delete Failed",
"Deleted",
"extractednothing",
"Nothing Extracted",
}[status]
}

Expand Down

0 comments on commit ff4c5d6

Please sign in to comment.