Files
sprintpadawan/go.mod
T
2026-04-23 22:33:33 -06:00

10 lines
179 B
Modula-2

module sprintpadawan
go 1.26.1
require (
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-sqlite3 v1.14.42 // indirect
golang.org/x/crypto v0.50.0 // indirect
)