Files
2026-02-24 20:39:06 +01:00

9 lines
132 B
AMPL

module github.com/siestaw/laterna/server
go 1.24.4
require (
github.com/mattn/go-sqlite3 v1.14.34
golang.org/x/crypto v0.48.0
)