-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
22 lines (19 loc) · 737 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/caarlos0/discord-applemusic-rich-presence
go 1.19
require (
github.com/caarlos0/log v0.1.10
github.com/cheshir/ttlcache v1.0.0
github.com/hugolgst/rich-go v0.0.0-20210925091458-d59fb695d9c0
)
require (
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
github.com/charmbracelet/lipgloss v0.6.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.13.0 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)