16 lines
266 B
Modula-2
16 lines
266 B
Modula-2
module vppn
|
|
|
|
go 1.25.1
|
|
|
|
require (
|
|
git.crumpington.com/lib/go v0.9.1
|
|
golang.org/x/crypto v0.42.0
|
|
golang.org/x/sys v0.36.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.32 // indirect
|
|
golang.org/x/net v0.44.0 // indirect
|
|
golang.org/x/text v0.29.0 // indirect
|
|
)
|