Skip to content

Commit ab9c30b

Browse files
committed
chore: bump templ runtime to v0.3.1020
1 parent 1e824c7 commit ab9c30b

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/boringsql/pg-storage-visualizer
22

3-
go 1.23.0
3+
go 1.25.0
44

55
require (
6-
github.com/a-h/templ v0.3.960
6+
github.com/a-h/templ v0.3.1020
7+
github.com/boringsql/queries v1.5.0
78
github.com/jackc/pgx/v5 v5.7.2
89
)
910

1011
require (
11-
github.com/boringsql/queries v1.5.0 // indirect
1212
github.com/jackc/pgpassfile v1.0.0 // indirect
1313
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
1414
github.com/jackc/puddle/v2 v2.2.2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/a-h/templ v0.3.960 h1:trshEpGa8clF5cdI39iY4ZrZG8Z/QixyzEyUnA7feTM=
2-
github.com/a-h/templ v0.3.960/go.mod h1:oCZcnKRf5jjsGpf2yELzQfodLphd2mwecwG4Crk5HBo=
1+
github.com/a-h/templ v0.3.1020 h1:ypAT/L5ySWEnZ6Zft/5yfoWXYYkhFNvEFOeeqecg4tw=
2+
github.com/a-h/templ v0.3.1020/go.mod h1:A2DlK61v+K+NRoGnhmYbNYVmtYHcFO5/AisMvBdDxTM=
33
github.com/boringsql/queries v1.5.0 h1:9+xPtC7HGzJeIsQ5QZHB+59QMnO8sWvV6+3D594k/Vk=
44
github.com/boringsql/queries v1.5.0/go.mod h1:zRQzwzZZ8e9o8PZWTKMxPqxTTg8hGvvinwitEBd0FCQ=
55
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

web/templates/mvcc_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/templates/sidebar_templ.go

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)