all repos — homestead @ 6bc79017cd6ab36de91e8164c22a8e3155506f6c

Code for my website

update templ version to match nixpkgs

Alan Pearce
commit

6bc79017cd6ab36de91e8164c22a8e3155506f6c

parent

04408c0b9759a86fdc77d60647c7dedac7ca0e9a

1 file changed, 9 insertions(+), 9 deletions(-)

changed files
M go.modgo.mod
@@ -1,11 +1,11 @@
module go.alanpearce.eu/website -go 1.22.3 +go 1.23 require ( github.com/BurntSushi/toml v1.4.0 - github.com/PuerkitoBio/goquery v1.9.2 - github.com/a-h/templ v0.2.793 + github.com/PuerkitoBio/goquery v1.10.1 + github.com/a-h/templ v0.3.833 github.com/adrg/frontmatter v0.2.0 github.com/alanpearce/certmagic v0.21.5-0.20241130183548-380075cf3bb8 github.com/alanpearce/certmagic-storage-redis v1.5.1
@@ -34,7 +34,7 @@ dario.cat/mergo v1.0.0 // indirect
github.com/Code-Hex/dd v1.1.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/ProtonMail/go-crypto v1.0.0 // indirect - github.com/andybalholm/cascadia v1.3.2 // indirect + github.com/andybalholm/cascadia v1.3.3 // indirect github.com/aymerick/douceur v0.2.0 // indirect github.com/benpate/derp v0.31.0 // indirect github.com/benpate/domain v0.2.2 // indirect
@@ -75,12 +75,12 @@ github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/zeebo/blake3 v0.2.4 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.29.0 // indirect + golang.org/x/crypto v0.31.0 // indirect golang.org/x/mod v0.22.0 // indirect - golang.org/x/net v0.31.0 // indirect - golang.org/x/sync v0.9.0 // indirect - golang.org/x/sys v0.27.0 // indirect - golang.org/x/text v0.20.0 // indirect + golang.org/x/net v0.33.0 // indirect + golang.org/x/sync v0.10.0 // indirect + golang.org/x/sys v0.28.0 // indirect + golang.org/x/text v0.21.0 // indirect golang.org/x/tools v0.27.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect