From 12bc4341738d4b4e1eb2dde82aceae7c6458f6cb Mon Sep 17 00:00:00 2001 From: theimpostor Date: Sun, 17 Nov 2024 12:21:22 -0600 Subject: Upgrade Go version and dependencies to latest stable - Update Go version to 1.23 and refresh indirect dependencies. --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3