about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2024-04-18 11:33:54 +0200
committerAlan Pearce2024-04-18 11:33:54 +0200
commit100034677d2b4c4678c050ab08889b581c889840 (patch)
treef3192ca68bb59b410a8de85fb442e39ff2d73213 /go.mod
parent1ecd1a5fad10bd3b8b5f88198b8331a40e7814cf (diff)
downloadwebsite-100034677d2b4c4678c050ab08889b581c889840.tar.lz
website-100034677d2b4c4678c050ab08889b581c889840.tar.zst
website-100034677d2b4c4678c050ab08889b581c889840.zip
make self-closing tags void
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 4aa3127..912c6e8 100644
--- a/go.mod
+++ b/go.mod
@@ -13,6 +13,7 @@ require (
 	github.com/getsentry/sentry-go v0.27.0
 	github.com/gofiber/contrib/fibersentry v1.0.4
 	github.com/gofiber/fiber/v2 v2.52.4
+	github.com/jf-tech/go-corelib v0.0.1
 	github.com/pkg/errors v0.9.1
 	github.com/shengyanli1982/law v0.1.12
 	github.com/yuin/goldmark v1.7.1