Files
Laterna/go.mod
T
2025-09-12 12:42:06 +02:00

9 lines
132 B
AMPL

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