diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-04-16 21:37:09 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-04-16 21:37:09 +0200 |
commit | f60fadc54421c8e0aedb33e59270d4aa48e842d2 (patch) | |
tree | b15aac242a7f4548ebbe55dd5c4165da2cd3395e /go.mod | |
parent | ba4afeb4ee19c24b393ec21d374bdd752651c1a6 (diff) |
Send messages for randomm chess move
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ require ( github.com/charmbracelet/lipgloss v1.1.0 github.com/golang-jwt/jwt/v5 v5.2.2 github.com/gorilla/mux v1.8.1 + github.com/notnil/chess v1.10.0 github.com/rs/cors v1.11.1 github.com/stretchr/testify v1.10.0 go.uber.org/zap v1.27.0 |