summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index a939270..bbe4040 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,9 @@ go 1.20
require (
github.com/gdamore/tcell/v2 v2.6.0
- github.com/jba/slog v0.0.0-20230720141417-43400bf08a38
+ github.com/jba/slog v0.1.0
github.com/spf13/cobra v1.7.0
- golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
+ golang.org/x/exp v0.0.0-20230905200255-921286631fa9
)
require (
@@ -16,7 +16,7 @@ require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
- golang.org/x/sys v0.10.0 // indirect
- golang.org/x/term v0.10.0 // indirect
- golang.org/x/text v0.11.0 // indirect
+ golang.org/x/sys v0.12.0 // indirect
+ golang.org/x/term v0.12.0 // indirect
+ golang.org/x/text v0.13.0 // indirect
)