diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |