summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-12-17 00:40:16 +0100
committerdelthas <delthas@dille.cc>2022-12-17 00:41:39 +0100
commita8e1b1b416c28985c58f8a5c4a4c8867d0eaf660 (patch)
tree89ce2c5b818d758008a1bd61dd478c980e192233 /go.mod
parentPrevent possible deadlock in the typing system (diff)
Move /NP code to go-libnp
This enables /NP to work on Windows. See: https://github.com/delthas/go-libnp
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 8cfff1b..2c09afc 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,9 @@ go 1.16
require (
git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
- github.com/delthas/go-localeinfo v0.0.0-20221115102303-5a7785a1acc1
+ github.com/delthas/go-libnp v0.0.0-20221216233833-93742f416e59
+ github.com/delthas/go-localeinfo v0.0.0-20221116001557-686a1e185118
github.com/gdamore/tcell/v2 v2.5.4-0.20221017224006-ede1dd5ee680
- github.com/godbus/dbus/v5 v5.1.0
github.com/mattn/go-runewidth v0.0.14
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211