-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 848 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
23
24
25
26
27
module github.com/reonardoleis/overseer
go 1.21.1
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/google/uuid v1.3.1
github.com/joho/godotenv v1.5.1
github.com/jonas747/dca v0.0.0-20210930103944-155f5e5f0cc7
github.com/lib/pq v1.10.9
github.com/pion/rtp v1.8.3
github.com/pion/webrtc/v3 v3.2.23
github.com/sashabaranov/go-openai v1.17.7
github.com/stretchr/testify v1.8.4
github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jonas747/ogg v0.0.0-20161220051205-b4f6f4cf3757 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/sys v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)