2020-10-29 02:21:07 -04:00
|
|
|
module github.com/stieneee/mumble-discord-bridge
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-05-13 01:30:40 -04:00
|
|
|
github.com/bwmarrin/discordgo v0.23.3-0.20210512035133-7d7206b01bb5
|
2020-10-29 02:21:07 -04:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2021-04-24 18:32:54 -04:00
|
|
|
github.com/stieneee/gopus v0.0.0-20210424193312-6d10f6090335
|
|
|
|
github.com/stieneee/gumble v0.0.0-20210424210604-732f48b5e0de
|
2021-04-19 22:17:09 -04:00
|
|
|
github.com/stieneee/tickerct v0.0.0-20210420020607-d1b092aa40e9
|
2021-01-09 18:18:31 -05:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210108172913-0df2131ae363 // indirect
|
2020-10-29 02:21:07 -04:00
|
|
|
)
|