aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: f4f3c7801cea6e93b6f3d71fef1ecf202fb9bc10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module git.sixfoisneuf.fr/termsonic

go 1.19

require (
	github.com/BurntSushi/toml v1.2.1
	github.com/delucks/go-subsonic v0.0.0-20220915164742-2744002c4be5
	github.com/faiface/beep v1.1.0
	github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
	github.com/jfbus/httprs v0.0.0-20190827093123-b0af8319bb15
	github.com/rivo/tview v0.0.0-20221128165837-db36428c92d9
)

require (
	github.com/gdamore/encoding v1.0.0 // indirect
	github.com/hajimehoshi/go-mp3 v0.3.0 // indirect
	github.com/hajimehoshi/oto v0.7.1 // indirect
	github.com/icza/bitio v1.0.0 // indirect
	github.com/jfreymuth/oggvorbis v1.0.1 // indirect
	github.com/jfreymuth/vorbis v1.0.0 // indirect
	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
	github.com/mattn/go-runewidth v0.0.13 // indirect
	github.com/mewkiz/flac v1.0.7 // indirect
	github.com/mewkiz/pkg v0.0.0-20190919212034-518ade7978e2 // indirect
	github.com/mitchellh/copystructure v1.0.0 // indirect
	github.com/mitchellh/reflectwalk v1.0.0 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/rivo/uniseg v0.4.2 // indirect
	golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
	golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
	golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
	golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
	golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
	golang.org/x/text v0.3.7 // indirect
)