aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 925cae71debfa19d7b97841a7f7729e18579e18b (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
36
37
module git.sixfoisneuf.fr/termsonic

go 1.19

require (
	github.com/BurntSushi/toml v1.2.1
	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
	github.com/supersonic-app/go-subsonic v0.0.0-20240807143145-e2f3f119a139
)

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.13.0 // indirect
	golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
	golang.org/x/sys v0.5.0 // indirect
	golang.org/x/term v0.5.0 // indirect
	golang.org/x/text v0.13.0 // indirect
)

replace github.com/delucks/go-subsonic v0.0.0-20240806025900-2a743ec36238 => github.com/simsor/go-subsonic v0.0.0-20240915150451-850e2c6376a5