diff options
| author | Bobby <[email protected]> | 2025-03-27 11:19:40 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-03-27 11:19:40 +0530 |
| commit | 3a63a1a8be65f3e50141a3970a9d63d91b191755 (patch) | |
| tree | b4ec62d7c3b1741a7c6e832acd61515092690fe6 /go.mod | |
| parent | b728a3e2b99e7e905485195dbf51cbba8a3b394e (diff) | |
| download | ai-3a63a1a8be65f3e50141a3970a9d63d91b191755.tar.xz ai-3a63a1a8be65f3e50141a3970a9d63d91b191755.zip | |
session handling for discord
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -2,4 +2,13 @@ module ai go 1.24.1 -require github.com/joho/godotenv v1.5.1 +require ( + github.com/bwmarrin/discordgo v0.28.1 + github.com/joho/godotenv v1.5.1 +) + +require ( + 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 +) |
