diff options
author | Alan Pearce | 2024-11-27 16:39:43 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-27 16:39:43 +0100 |
commit | a7b7b026f6279f9cb9104b41580ebe5264c86c9d (patch) | |
tree | 7f63e3a0424c75fce7c62631f2231cc2a07a16a3 /go.mod | |
parent | 5df438f9b75748e958118e72ae05e0eb2f949c2b (diff) | |
download | website-a7b7b026f6279f9cb9104b41580ebe5264c86c9d.tar.lz website-a7b7b026f6279f9cb9104b41580ebe5264c86c9d.tar.zst website-a7b7b026f6279f9cb9104b41580ebe5264c86c9d.zip |
Update templ
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 5a281f6..9646d0b 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.3 require ( github.com/BurntSushi/toml v1.4.0 github.com/PuerkitoBio/goquery v1.9.2 - github.com/a-h/templ v0.2.778 + github.com/a-h/templ v0.2.793 github.com/adrg/frontmatter v0.2.0 github.com/andybalholm/brotli v1.1.0 github.com/antchfx/xmlquery v1.4.1 |