mirror of
https://github.com/arkorty/Osborne.git
synced 2026-03-18 09:02:31 +00:00
10 lines
146 B
Modula-2
10 lines
146 B
Modula-2
module server
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
)
|