From 90c8201519b5bd3532562d87f38aceb3a0ba1fe0 Mon Sep 17 00:00:00 2001 From: maddalax Date: Wed, 25 Sep 2024 11:09:32 -0500 Subject: [PATCH] update --- htmgo-site/go.mod | 3 +-- htmgo-site/go.sum | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htmgo-site/go.mod b/htmgo-site/go.mod index fb4eba5..3864293 100644 --- a/htmgo-site/go.mod +++ b/htmgo-site/go.mod @@ -4,7 +4,6 @@ go 1.23.0 require ( github.com/labstack/echo/v4 v4.12.0 - github.com/mattn/go-sqlite3 v1.14.16 github.com/yuin/goldmark v1.7.4 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc ) @@ -14,7 +13,7 @@ require ( github.com/dlclark/regexp2 v1.7.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/labstack/gommon v0.4.2 // indirect - github.com/maddalax/htmgo/framework v0.0.0-20240925034103-16736e34eb9c // indirect + github.com/maddalax/htmgo/framework v0.0.0-20240925160031-488b415f8850 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect diff --git a/htmgo-site/go.sum b/htmgo-site/go.sum index e31b8d6..7376278 100644 --- a/htmgo-site/go.sum +++ b/htmgo-site/go.sum @@ -28,6 +28,8 @@ github.com/maddalax/htmgo/framework v0.0.0-20240924203546-811f64f4619f h1:UN0jPr github.com/maddalax/htmgo/framework v0.0.0-20240924203546-811f64f4619f/go.mod h1:TA7KCaKhurpXceQrzClJOHqRsUSd5NL64ZngSg+I3oc= github.com/maddalax/htmgo/framework v0.0.0-20240925034103-16736e34eb9c h1:3ubRmGOGUItHhDYIct3B431f+igTBUWqj6gXiAowC4U= github.com/maddalax/htmgo/framework v0.0.0-20240925034103-16736e34eb9c/go.mod h1:TA7KCaKhurpXceQrzClJOHqRsUSd5NL64ZngSg+I3oc= +github.com/maddalax/htmgo/framework v0.0.0-20240925160031-488b415f8850 h1:fHqxuyKXBc5bjfnUXQEuJLbirltD5ni11IhnOTJaXq0= +github.com/maddalax/htmgo/framework v0.0.0-20240925160031-488b415f8850/go.mod h1:TA7KCaKhurpXceQrzClJOHqRsUSd5NL64ZngSg+I3oc= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=