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.
9 lines
123 B
Modula-2
9 lines
123 B
Modula-2
4 years ago
|
module github.com/umlock-music/cli
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
go.uber.org/multierr v1.6.0 // indirect
|
||
|
go.uber.org/zap v1.16.0
|
||
|
)
|