-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 1.1 KB
/
go.mod
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
module github.com/gravestench/chillcast
go 1.21.3
require (
github.com/TwiN/go-away v1.6.12
github.com/faiface/beep v1.1.0
github.com/gempir/go-twitch-irc/v2 v2.8.1
github.com/gravestench/servicemesh v0.0.0-20231219013204-1da0a4a7b028
github.com/hegedustibor/htgo-tts v0.0.0-20230402053941-cd8d1a158135
golang.org/x/oauth2 v0.15.0
k8s.io/utils v0.0.0-20231127182322-b307cd553661
)
require (
github.com/ebitengine/purego v0.5.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gravestench/eventemitter v0.0.0-20230922020814-8ccd81f6aaf9 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/hajimehoshi/oto v1.0.1 // indirect
github.com/hajimehoshi/oto/v2 v2.4.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp/shiny v0.0.0-20231214170342-aacd6d4b4611 // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)