29 lines
889 B
Modula-2
29 lines
889 B
Modula-2
module vivaplusdl
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.0
|
|
|
|
require (
|
|
gitea.seeseepuff.be/seeseemelk/mysqlite v0.4.0
|
|
github.com/playwright-community/playwright-go v0.4902.0
|
|
)
|
|
|
|
require (
|
|
github.com/deckarep/golang-set/v2 v2.7.0 // indirect
|
|
github.com/donseba/go-htmx v1.12.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
modernc.org/libc v1.55.3 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.8.0 // indirect
|
|
modernc.org/sqlite v1.33.1 // indirect
|
|
zombiezen.com/go/sqlite v1.4.0 // indirect
|
|
)
|