aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-07 14:21:29 +0000
committerGitHub <noreply@github.com>2025-04-07 14:21:29 +0000
commit0928c3c8307425834921e786e17181702e845eb6 (patch)
tree982729cd1acfe0cbbc343ede267985d2120bd2e1 /web
parent77436207e657af5178df9303273d8c7195aef437 (diff)
downloadanubis-0928c3c8307425834921e786e17181702e845eb6.tar.xz
anubis-0928c3c8307425834921e786e17181702e845eb6.zip
build(deps): bump the gomod group across 1 directory with 2 updates (#233)
* build(deps): bump the gomod group across 1 directory with 2 updates Bumps the gomod group with 2 updates in the / directory: [github.com/a-h/templ](https://github.com/a-h/templ) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/a-h/templ` from 0.3.833 to 0.3.857 - [Release notes](https://github.com/a-h/templ/releases) - [Changelog](https://github.com/a-h/templ/blob/main/.goreleaser.yaml) - [Commits](https://github.com/a-h/templ/compare/v0.3.833...v0.3.857) Updates `golang.org/x/net` from 0.37.0 to 0.38.0 - [Commits](https://github.com/golang/net/compare/v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: github.com/a-h/templ dependency-version: 0.3.857 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com> * run go generate Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web')
-rw-r--r--web/index_templ.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index_templ.go b/web/index_templ.go
index 0dccb2b..27ab6fe 100644
--- a/web/index_templ.go
+++ b/web/index_templ.go
@@ -1,6 +1,6 @@
// Code generated by templ - DO NOT EDIT.
-// templ: version: v0.3.833
+// templ: version: v0.3.857
package web
//lint:file-ignore SA4006 This context is only used if a nested component is present.