summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 7 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 281e5a2..63c7f64 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,13 @@
module github.com/theimpostor/osc
-go 1.20
+go 1.21
+
+toolchain go1.23.0
require (
github.com/gdamore/tcell/v2 v2.7.4
- github.com/jba/slog v0.1.0
+ github.com/jba/slog v0.2.0
github.com/spf13/cobra v1.8.1
- golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
)
require (
@@ -16,7 +17,7 @@ require (
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
- golang.org/x/sys v0.22.0 // indirect
- golang.org/x/term v0.22.0 // indirect
- golang.org/x/text v0.16.0 // indirect
+ golang.org/x/sys v0.24.0 // indirect
+ golang.org/x/term v0.23.0 // indirect
+ golang.org/x/text v0.17.0 // indirect
)