aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..d1241d5
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
1module git.sixfoisneuf.fr/simon/termsonic
2
3go 1.19
4
5require (
6 github.com/delucks/go-subsonic v0.0.0-20220915164742-2744002c4be5 // indirect
7 github.com/gdamore/encoding v1.0.0 // indirect
8 github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 // indirect
9 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
10 github.com/mattn/go-runewidth v0.0.13 // indirect
11 github.com/rivo/tview v0.0.0-20221128165837-db36428c92d9 // indirect
12 github.com/rivo/uniseg v0.4.2 // indirect
13 golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
14 golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
15 golang.org/x/text v0.3.7 // indirect
16)