diff options
author | leo <leo@azuminha.com> | 2025-07-01 17:46:39 -0300 |
---|---|---|
committer | leo <leo@azuminha.com> | 2025-07-01 17:46:39 -0300 |
commit | 5fc7e375af36e9fea450714731c6e07d033a041a (patch) | |
tree | 8c612084bc84655720bbdc5e67291b9bd2c5c7d7 /go.mod |
part 2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module main_server.go + +go 1.24.4 + +require github.com/mattn/go-sqlite3 v1.14.28 // indirect |