Skip to content

Commit 65ecc0e

Browse files
Merge pull request #185 from ditatompel/dependabot/go_modules/github.com/a-h/templ-0.3.898
Merge pull request #185 This merge action was created automatically. Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
2 parents 31e49fb + 48d7ccb commit 65ecc0e

File tree

13 files changed

+440
-415
lines changed

13 files changed

+440
-415
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: 1.23.x
2424

2525
- name: Setup templ
26-
run: go install github.com/a-h/templ/cmd/templ@v0.3.857
26+
run: go install github.com/a-h/templ/cmd/templ@v0.3.898
2727

2828
- name: Prepare assets
2929
run: make prepare

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: 1.23.x
2626

2727
- name: Setup templ
28-
run: go install github.com/a-h/templ/cmd/templ@v0.3.857
28+
run: go install github.com/a-h/templ/cmd/templ@v0.3.898
2929

3030
# Need to build the UI here before build the server binary with go-release-action
3131
- name: Prepare assets

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: 1.23.x
2525

2626
- name: Setup templ
27-
run: go install github.com/a-h/templ/cmd/templ@v0.3.857
27+
run: go install github.com/a-h/templ/cmd/templ@v0.3.898
2828

2929
- name: Cache Go modules
3030
uses: actions/cache@v3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ To build the executable binaries, you need:
2929

3030
- Go >= 1.23
3131
- Bun >= 1.1.26
32-
- [a-h/templ][templ-repo] v0.3.857
32+
- [a-h/templ][templ-repo] v0.3.898
3333

3434
> **Note**:
3535
>
3636
> - If you want to contribute to the code, please use exact templ version
37-
> (v0.3.857).
37+
> (v0.3.898).
3838
3939
### Server & Prober requirements
4040

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.24.1
66

77
require (
8-
github.com/a-h/templ v0.3.857
8+
github.com/a-h/templ v0.3.898
99
github.com/go-sql-driver/mysql v1.9.2
1010
github.com/gofiber/fiber/v2 v2.52.8
1111
github.com/google/go-querystring v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
22
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
3-
github.com/a-h/templ v0.3.857 h1:6EqcJuGZW4OL+2iZ3MD+NnIcG7nGkaQeF2Zq5kf9ZGg=
4-
github.com/a-h/templ v0.3.857/go.mod h1:qhrhAkRFubE7khxLZHsBFHfX+gWwVNKbzKeF9GlPV4M=
3+
github.com/a-h/templ v0.3.898 h1:g9oxL/dmM6tvwRe2egJS8hBDQTncokbMoOFk1oJMX7s=
4+
github.com/a-h/templ v0.3.898/go.mod h1:oLBbZVQ6//Q6zpvSMPTuBK0F3qOtBdFBcGRspcT+VNQ=
55
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
66
github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
77
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=

internal/handler/views/add_node_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.

internal/handler/views/home_templ.go

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

internal/handler/views/layout_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.

internal/handler/views/partial_datatable_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.

0 commit comments

Comments
 (0)