mirror of
https://github.com/alda-lang/alda.git
synced 2026-03-03 18:23:36 +01:00
29 lines
1.0 KiB
Modula-2
29 lines
1.0 KiB
Modula-2
module alda.io/client
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.2.9
|
|
github.com/Jeffail/gabs/v2 v2.6.0
|
|
github.com/OpenPeeDeeP/xdg v0.2.0
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/daveyarwood/go-osc v0.0.0-20200229013406-0675d0af5e0b
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/go-test/deep v1.0.1
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/google/uuid v1.1.1
|
|
github.com/jackpal/bencode-go v1.0.0
|
|
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
|
|
github.com/mattn/go-isatty v0.0.8
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
|
github.com/rs/zerolog v1.21.0
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/vbauerster/mpb/v6 v6.0.2
|
|
gitlab.com/gomidi/midi v1.14.1
|
|
)
|