summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-12-22 17:15:30 +0100
committerdelthas <delthas@dille.cc>2022-12-22 17:15:52 +0100
commit3ec341833671fcc89cab062cdb714fc81cf8b441 (patch)
treec8eb8bf2a4c5196489151ee2771ef8206a3c411e /go.mod
parentFix failing on addresses with a literal IP address without URLs (diff)
np: Bump libnp & be more verbose with errors
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 bc66719..2ce6a89 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.16
require (
git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
- github.com/delthas/go-libnp v0.0.0-20221221144027-c473a063cc72
+ github.com/delthas/go-libnp v0.0.0-20221222161248-0e45ece1f878
github.com/delthas/go-localeinfo v0.0.0-20221116001557-686a1e185118
github.com/gdamore/tcell/v2 v2.5.4-0.20221017224006-ede1dd5ee680
github.com/mattn/go-runewidth v0.0.14