Skip to content
Open
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 @@ -7,7 +7,7 @@ require (
github.com/bogem/id3v2 v1.2.0
github.com/cheggaaa/pb/v3 v3.1.7
github.com/fatih/color v1.18.0
github.com/olekukonko/tablewriter v0.0.5
github.com/olekukonko/tablewriter v1.1.3
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go.mod was updated to github.com/olekukonko/tablewriter v1.1.3, but go.sum in the repo still only contains checksums for v0.0.5. Please run go mod tidy (or go mod download) and commit the resulting go.sum (and any indirect dependency) updates so builds with -mod=readonly don’t fail.

Suggested change
github.com/olekukonko/tablewriter v1.1.3
github.com/olekukonko/tablewriter v0.0.5

Copilot uses AI. Check for mistakes.
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.6
)
Expand Down
Loading