You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
470 B
18 lines
470 B
module git.nightmare.haus/rudi/disgord-thanos |
|
|
|
go 1.21 |
|
|
|
require ( |
|
github.com/bwmarrin/discordgo v0.27.1 |
|
github.com/gorilla/mux v1.8.0 |
|
github.com/gorilla/sessions v1.2.1 |
|
github.com/rudi9719/loggy v0.0.0-20201031035735-9438c484de9a |
|
) |
|
|
|
require ( |
|
github.com/gorilla/securecookie v1.1.1 // indirect |
|
github.com/gorilla/websocket v1.5.0 // indirect |
|
golang.org/x/crypto v0.13.0 // indirect |
|
golang.org/x/sys v0.12.0 // indirect |
|
samhofi.us/x/keybase v1.0.0 // indirect |
|
)
|
|
|