cheekylist/go.mod
2025-07-22 00:00:34 +02:00

8 lines
108 B
Modula-2

module gocheck
go 1.24.0
require (
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.28
)