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.
13 lines
350 B
13 lines
350 B
4 years ago
|
module git.nightmare.haus/rudi/chessbot
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/bwmarrin/discordgo v0.22.0
|
||
|
github.com/llgcode/draw2d v0.0.0-20200930101115-bfaf5d914d1e
|
||
|
github.com/notnil/chess v1.2.0
|
||
|
github.com/rogpeppe/misc v0.0.0-20200516092017-43a33a8f4c44
|
||
|
github.com/rudi9719/loggy v0.0.0-20201030144506-35d9b032ab93
|
||
|
samhofi.us/x/keybase/v2 v2.0.6
|
||
|
)
|