From 70ae6c7295728a09107f47d85f418011276780fc Mon Sep 17 00:00:00 2001 From: Adnaan Date: Fri, 3 Apr 2026 08:21:46 +0530 Subject: [PATCH] update versions --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 9e39394..1807c60 100644 --- a/go.mod +++ b/go.mod @@ -7,9 +7,9 @@ require ( github.com/chromedp/chromedp v0.14.2 github.com/go-playground/validator/v10 v10.30.1 github.com/gorilla/websocket v1.5.3 - github.com/livetemplate/livetemplate v0.8.13 - github.com/livetemplate/lvt v0.0.0-20260402031847-f267dc4e1614 - github.com/livetemplate/lvt/components v0.0.0-20260402031847-f267dc4e1614 + github.com/livetemplate/livetemplate v0.8.14 + github.com/livetemplate/lvt v0.1.1 + github.com/livetemplate/lvt/components v0.1.1 modernc.org/sqlite v1.43.0 ) diff --git a/go.sum b/go.sum index 1f683a8..f99ccd8 100644 --- a/go.sum +++ b/go.sum @@ -92,12 +92,12 @@ github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80 h1:6Yzfa6GP0rIo/kUL github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80/go.mod h1:imJHygn/1yfhB7XSJJKlFZKl/J+dCPAknuiaGOshXAs= github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ= github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI= -github.com/livetemplate/livetemplate v0.8.13 h1:3i0xOTsk6h4PummqdjISlSVDUpU5leXc7/hwk2DFlqc= -github.com/livetemplate/livetemplate v0.8.13/go.mod h1:GMvZKyPUq8LSGfgD3pftKOHa6v+I+RDYyff2mNjeAYs= -github.com/livetemplate/lvt v0.0.0-20260402031847-f267dc4e1614 h1:qBplgu0fjou8+phELQ2af51yS6Gg8BfWX54Zk9G45e0= -github.com/livetemplate/lvt v0.0.0-20260402031847-f267dc4e1614/go.mod h1:17cFl500ntymD3gx8h+ZODnVnTictHgG8Wmz/By75sU= -github.com/livetemplate/lvt/components v0.0.0-20260402031847-f267dc4e1614 h1:unRurl2UPMy/Znlq5O07tsCvg2xmpkjVo+2nAF+kWrU= -github.com/livetemplate/lvt/components v0.0.0-20260402031847-f267dc4e1614/go.mod h1:G9PElN3LRf8xoRtoxbOAcTkV/4FhrCE/Laczkz5bfL4= +github.com/livetemplate/livetemplate v0.8.14 h1:FLHnp7hRSxjsc9VEoIufJ5DjZEdRuuWxjMzpHyIdgmw= +github.com/livetemplate/livetemplate v0.8.14/go.mod h1:GMvZKyPUq8LSGfgD3pftKOHa6v+I+RDYyff2mNjeAYs= +github.com/livetemplate/lvt v0.1.1 h1:HKpt5gKP4bLbZ74S+fgjZR4wEEPd51dh972w29shTAM= +github.com/livetemplate/lvt v0.1.1/go.mod h1:17cFl500ntymD3gx8h+ZODnVnTictHgG8Wmz/By75sU= +github.com/livetemplate/lvt/components v0.1.1 h1:C8/g3KW5X9kGicaLBRh0vN2Vzr6ddgjM9Po8M4peAtk= +github.com/livetemplate/lvt/components v0.1.1/go.mod h1:G9PElN3LRf8xoRtoxbOAcTkV/4FhrCE/Laczkz5bfL4= github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4= github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I= github.com/magiconair/properties v1.8.10 h1:s31yESBquKXCV9a/ScB3ESkOjUYYv+X0rg8SYxI99mE=