smon/go.mod
2026-08-19 17:53:52 +02:00

18 lines
443 B
Modula-2

module smon
go 1.25.0
require (
git.ahall.se/go/html_template v0.1.1
git.ahall.se/go/wrappederror v1.0.0
github.com/expr-lang/expr v1.16.5
github.com/jackc/pgx/v5 v5.9.1
)
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/text v0.29.0 // indirect
)