1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-01 12:34:28 +00:00
arikawa/0-examples/voice/go.mod

18 lines
497 B
Modula-2
Raw Normal View History

2022-04-04 00:49:21 +00:00
module github.com/diamondburned/arikawa/v3/0-examples/voice
go 1.17
require (
github.com/diamondburned/arikawa/v3 v3.0.0-rc.6
github.com/diamondburned/oggreader v0.0.0-20201118014549-87df9534b647
)
require (
github.com/gorilla/schema v1.4.1 // indirect
2022-04-04 00:49:21 +00:00
github.com/gorilla/websocket v1.4.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
2022-04-04 00:49:21 +00:00
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
)