mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-26 22:27:56 +02:00
improved packaging
- use version in archive name - "macOS" instead of "Darwin" - include example config in archives - use subdir in archives
This commit is contained in:
parent
d96df4367d
commit
cde9b28c28
5 changed files with 17 additions and 5 deletions
2
go.mod
2
go.mod
|
@ -9,6 +9,7 @@ require (
|
|||
github.com/glebarez/sqlite v1.10.0
|
||||
github.com/go-resty/resty/v2 v2.10.0
|
||||
github.com/jarcoal/httpmock v1.3.1
|
||||
github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0
|
||||
github.com/spf13/cobra v1.8.0
|
||||
github.com/spf13/viper v1.17.0
|
||||
github.com/stretchr/testify v1.8.4
|
||||
|
@ -44,7 +45,6 @@ require (
|
|||
github.com/rivo/uniseg v0.4.4 // indirect
|
||||
github.com/sagikazarmark/locafero v0.3.0 // indirect
|
||||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
||||
github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0 // indirect
|
||||
github.com/sourcegraph/conc v0.3.0 // indirect
|
||||
github.com/spf13/afero v1.10.0 // indirect
|
||||
github.com/spf13/cast v1.5.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue