blob: 7723c83da4fca5e1605b1eadca0341c63d033c18 (
plain)
1
2
3
4
5
6
7
8
9
10
|
module stevenlr.com/locker
go 1.22.2
require (
github.com/a-h/templ v0.2.648 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
golang.org/x/crypto v0.22.0 // indirect
)
|