mumble-discord-bridge/go.mod

14 lines
476 B
Modula-2
Raw Normal View History

2020-10-29 06:21:07 +00:00
module github.com/stieneee/mumble-discord-bridge
go 1.15
require (
github.com/bwmarrin/discordgo v0.23.3-0.20210512035133-7d7206b01bb5
2020-10-29 06:21:07 +00:00
github.com/joho/godotenv v1.3.0
github.com/prometheus/client_golang v1.11.0
github.com/stieneee/gopus v0.0.0-20210424193312-6d10f6090335
github.com/stieneee/gumble v0.0.0-20210424210604-732f48b5e0de
2021-04-20 02:17:09 +00:00
github.com/stieneee/tickerct v0.0.0-20210420020607-d1b092aa40e9
2021-01-09 23:18:31 +00:00
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
2020-10-29 06:21:07 +00:00
)