30 lines
1.2 KiB
Modula-2
30 lines
1.2 KiB
Modula-2
module github.com/acaloiaro/di-tui
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
|
|
github.com/faiface/beep v1.0.2
|
|
github.com/gdamore/tcell v1.3.0
|
|
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
|
github.com/hajimehoshi/go-mp3 v0.2.1
|
|
github.com/jfreymuth/pulse v0.0.0-20201014123913-1e525c426c93
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/michiwend/golang-pretty v0.0.0-20141116172505-8ac61812ea3f // indirect
|
|
github.com/michiwend/gomusicbrainz v0.0.0-20181012083520-6c07e13dd396
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/rivo/tview v0.0.0-20200219210816-cd38d7432498
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/sys v0.0.0-20200301204400-5d559ad92b82 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/ini.v1 v1.52.0
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|
|
|
|
replace github.com/jfreymuth/pulse => github.com/acaloiaro/pulse v1.0.1
|