mirror of
https://github.com/zhaarey/apple-music-alac-atmos-downloader.git
synced 2026-01-15 14:22:53 -03:00
fix: Add survey dependency and update go.sum
This commit is contained in:
2
go.mod
2
go.mod
@@ -14,7 +14,6 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
|
||||
github.com/PuerkitoBio/goquery v1.10.1 // indirect
|
||||
github.com/STARRY-S/zip v0.2.1 // indirect
|
||||
github.com/andybalholm/brotli v1.1.1 // indirect
|
||||
@@ -98,6 +97,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/AlecAivazis/survey/v2 v2.3.7
|
||||
github.com/beevik/etree v1.3.0
|
||||
github.com/fatih/color v1.18.0
|
||||
github.com/olekukonko/tablewriter v0.0.5
|
||||
|
||||
Reference in New Issue
Block a user