34 lines
1.0 KiB
Modula-2
34 lines
1.0 KiB
Modula-2
module kjol
|
|
|
|
go 1.26.3
|
|
|
|
require (
|
|
github.com/DATA-DOG/go-sqlmock v1.5.2
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/caarlos0/env/v11 v11.4.1
|
|
github.com/dop251/goja v0.0.0-20260618133527-c9b2ea77db59
|
|
github.com/evanw/esbuild v0.28.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hhatto/gocloc v0.7.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.12.3
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/minio/highwayhash v1.0.4
|
|
github.com/tdewolff/minify/v2 v2.24.13
|
|
golang.org/x/crypto v0.52.0
|
|
golang.org/x/net v0.55.0
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/dlclark/regexp2/v2 v2.2.1 // indirect
|
|
github.com/go-enry/go-enry/v2 v2.9.6 // indirect
|
|
github.com/go-enry/go-oniguruma v1.2.1 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/tdewolff/parse/v2 v2.8.13 // indirect
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
)
|