aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-22 11:06:51 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-22 11:06:51 +0800
commitef241a869e997104fc63ebe77de3e19c6fa0be08 (patch)
tree164d45b391780a8634c6d10a248af311cdc4755a /go.mod
parentHandle error when doing NICK/USER (diff)
downloadforge-ef241a869e997104fc63ebe77de3e19c6fa0be08.tar.gz
forge-ef241a869e997104fc63ebe77de3e19c6fa0be08.tar.zst
forge-ef241a869e997104fc63ebe77de3e19c6fa0be08.zip
Log incoming and outgoing messages
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index dc0981c..44e4470 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,7 @@ require (
github.com/tdewolff/minify/v2 v2.22.3
github.com/yuin/goldmark v1.7.8
go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250321131425-dda3538a9cd4
- go.lindenii.runxiyu.org/lindenii-irc v0.0.0-20250322024138-aabae52169ec
+ go.lindenii.runxiyu.org/lindenii-irc v0.0.0-20250322030600-1e47f911f1fa
golang.org/x/crypto v0.36.0
)