summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-12-21 15:47:49 +0100
committerdelthas <delthas@dille.cc>2022-12-21 15:48:58 +0100
commite02f74337ea4fb3d113f44b5615178a976fc5af6 (patch)
treedaf199caf99f58f37f7ccd52ee0333d5c218e473 /go.mod
parentMove /NP code to go-libnp (diff)
Bump go-libnp
This fixes a critical build issue introduced in [1] where go-libnp would fail building on Linux, with: C source files not allowed when not using cgo or SWIG: np_util.c [1]: a8e1b1b416c28985c58f8a5c4a4c8867d0eaf660
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 2c09afc..bc66719 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-20221216233833-93742f416e59
+ github.com/delthas/go-libnp v0.0.0-20221221144027-c473a063cc72
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