1
0

refactor: use cavaliergopher/grab to download files

This commit is contained in:
2023-05-13 09:43:06 +00:00
parent 2977b6f7fd
commit 2c2435a7a5
3 changed files with 19 additions and 41 deletions

1
go.mod
View File

@ -11,6 +11,7 @@ replace code.dumpstack.io/tools/out-of-tree/distro => ./distro
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/alecthomas/kong v0.7.1
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/go-git/go-git/v5 v5.6.1
github.com/mattn/go-sqlite3 v1.14.16
github.com/mitchellh/go-homedir v1.1.0