Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion n8n/wrapped/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/michael/stammtisch-wrapped
go 1.25.5

require (
github.com/a-h/templ v0.3.1001
github.com/a-h/templ v0.3.1020
github.com/lib/pq v1.12.3
)
2 changes: 1 addition & 1 deletion n8n/zumba-admin-ui/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/michael/zumba-admin-ui
go 1.25.5

require (
github.com/a-h/templ v0.3.1001
github.com/a-h/templ v0.3.1020
github.com/lib/pq v1.12.3
)

Expand Down