mirror of
https://github.com/kaaninchen/Laterna.git
synced 2026-09-17 19:12:48 +00:00
9 lines
132 B
AMPL
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
|
|
)
|