diff --git a/go.mod b/go.mod index 6d69795..9bdf51d 100644 --- a/go.mod +++ b/go.mod @@ -6,10 +6,10 @@ require ( github.com/anaskhan96/soup v1.2.5 github.com/bogem/id3v2 v1.2.0 github.com/cheggaaa/pb/v3 v3.1.7 - github.com/fatih/color v1.18.0 + github.com/fatih/color v1.19.0 github.com/olekukonko/tablewriter v0.0.5 - github.com/stretchr/testify v1.10.0 - github.com/urfave/cli/v2 v2.27.6 + github.com/stretchr/testify v1.11.1 + github.com/urfave/cli/v2 v2.27.7 ) require (