diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-13 14:14:44 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-13 14:44:05 +0800 |
commit | b42568bf2223423fa0028255b26455b9f0560681 (patch) | |
tree | 8ec3723768c07742098a2c820ac57a916cfbab75 /go.mod | |
parent | Bug fixes (diff) | |
download | maild-b42568bf2223423fa0028255b26455b9f0560681.tar.gz maild-b42568bf2223423fa0028255b26455b9f0560681.tar.zst maild-b42568bf2223423fa0028255b26455b9f0560681.zip |
Update logging code
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.23.4 require ( github.com/jackc/pgx/v5 v5.7.2 - go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250111202249-35d69905e2fc + go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250113062520-2daa71bfa256 ) require ( |