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
459 B
13 lines
459 B
module git.nightmare.haus/rudi/chessbot |
|
|
|
go 1.15 |
|
|
|
require ( |
|
git.nightmare.haus/rudi/chessv2 v0.0.0-20201030161310-809f6e9c5b9b |
|
github.com/ajstarks/svgo v0.0.0-20200725142600-7a3c8b57fecb // indirect |
|
github.com/bwmarrin/discordgo v0.22.0 |
|
github.com/llgcode/draw2d v0.0.0-20200930101115-bfaf5d914d1e |
|
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 |
|
)
|
|
|