mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-08 12:36:58 +01:00
11 lines
221 B
Modula-2
11 lines
221 B
Modula-2
module github.com/Superredstone/spotiflac-cli
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/pquerna/otp v1.5.0
|
|
github.com/urfave/cli/v3 v3.6.2
|
|
)
|
|
|
|
require github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|