diff options
author | 2024-05-20 19:16:37 +0300 | |
---|---|---|
committer | 2024-05-20 19:16:37 +0300 | |
commit | 18e725e2fdd8ce15f3b9846cb554b78eb859652c (patch) | |
tree | efff4f2a499ab5e12f1c2351fc33f716799fe854 /go.mod | |
parent | arches/leaf-packages: fix for included arches (diff) | |
download | soko-18e725e2fdd8ce15f3b9846cb554b78eb859652c.tar.gz soko-18e725e2fdd8ce15f3b9846cb554b78eb859652c.tar.bz2 soko-18e725e2fdd8ce15f3b9846cb554b78eb859652c.zip |
update templ
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.22 require ( github.com/99designs/gqlgen v0.17.45 - github.com/a-h/templ v0.2.663 + github.com/a-h/templ v0.2.697 github.com/go-git/go-git/v5 v5.12.0 github.com/go-pg/pg v8.0.7+incompatible github.com/go-pg/pg/v10 v10.12.0 |