17 lines
343 B
Modula-2
17 lines
343 B
Modula-2
module sprintpadawan
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/joho/godotenv v1.5.1
|
|
golang.org/x/crypto v0.50.0
|
|
turso.tech/database/tursogo v0.5.3
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.10.0 // indirect
|
|
github.com/tursodatabase/turso-go-platform-libs v0.5.3 // indirect
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
)
|