Select Git revision
This project manages its dependencies using Go Modules.
Learn more
go.mod 408 B
module random.chars.jp/git/bridgething
go 1.17
require (
github.com/bwmarrin/discordgo v0.23.2
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/pelletier/go-toml/v2 v2.0.0-beta.3
)
require (
github.com/gorilla/websocket v1.4.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 // indirect
)