summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authortheimpostor <sahirhoda@gmail.com>2024-11-17 12:21:22 -0600
committertheimpostor <sahirhoda@gmail.com>2024-11-17 12:21:22 -0600
commit12bc4341738d4b4e1eb2dde82aceae7c6458f6cb (patch)
tree8bc4a27589031ef6653934c5f1914c1b95a8edd2 /go.mod
parentd0186f48db37589e0d5f92ec494b49424ae85840 (diff)
Upgrade Go version and dependencies to latest stable
- Update Go version to 1.23 and refresh indirect dependencies.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index a13375c..3d9e9c7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/theimpostor/osc
-go 1.21
+go 1.23
toolchain go1.23.0
@@ -17,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.24.0 // indirect
- golang.org/x/term v0.23.0 // indirect
- golang.org/x/text v0.17.0 // indirect
+ golang.org/x/sys v0.27.0 // indirect
+ golang.org/x/term v0.26.0 // indirect
+ golang.org/x/text v0.20.0 // indirect
)