Files
Laterna/go.mod
T
2025-07-11 08:30:53 +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.28
golang.org/x/crypto v0.40.0
)