mirror of
https://github.com/Floriansylvain/GObot.git
synced 2026-08-19 11:43:16 +02:00
11 lines
296 B
AMPL
11 lines
296 B
AMPL
module github.com/Floriansylvain/GObot
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.28.1 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
|
|
)
|