You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
405 B
Modula-2
18 lines
405 B
Modula-2
module github.com/unlock-music/cli
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/ulikunitz/xz v0.5.10
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
go.uber.org/zap v1.19.1
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
)
|