feat: client can now send messages and the server saves thme in DB

This commit is contained in:
2024-11-02 20:12:18 +02:00
parent 9968402054
commit a637ea9c33
6 changed files with 88 additions and 4 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/charmbracelet/bubbles v0.20.0
github.com/charmbracelet/bubbletea v1.1.1
github.com/charmbracelet/lipgloss v0.13.0
github.com/mattn/go-sqlite3 v1.14.24
github.com/stretchr/testify v1.7.0
github.com/vmihailenco/msgpack/v5 v5.4.1
)