mumble-discord-bridge/go.mod

17 lines
602 B
Modula-2
Raw Normal View History

2020-10-29 02:21:07 -04:00
module github.com/stieneee/mumble-discord-bridge
go 1.15
require (
2021-04-03 01:32:04 -04:00
github.com/bwmarrin/discordgo v0.23.2
2021-01-09 18:18:31 -05:00
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
2020-10-29 02:21:07 -04:00
github.com/joho/godotenv v1.3.0
2021-04-19 22:07:36 -04:00
github.com/stieneee/tickerct v0.0.0-20210420020607-d1b092aa40e9 // indirect
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
google.golang.org/protobuf v1.25.0 // indirect
2020-10-29 02:21:07 -04:00
layeh.com/gopus v0.0.0-20161224163843-0ebf989153aa
layeh.com/gumble v0.0.0-20200818122324-146f9205029b
)