aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-02-09 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-02-09 20:20:20 +0100
commitc57bd4c629eca16d665b116a8b296fc595413c43 (patch)
tree63cabb012487b158cb861d6c49448db0e8f660c3 /go.mod
parent2000 sloc (diff)
downloadhardflip-c57bd4c629eca16d665b116a8b296fc595413c43.tar.gz
hardflip-c57bd4c629eca16d665b116a8b296fc595413c43.tar.bz2
hardflip-c57bd4c629eca16d665b116a8b296fc595413c43.tar.xz
hardflip-c57bd4c629eca16d665b116a8b296fc595413c43.tar.zst
hardflip-c57bd4c629eca16d665b116a8b296fc595413c43.zip
fine actually
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index bdddbdc..914f74c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,10 @@
module hf
-go 1.21.5
+go 1.22rc2
require (
github.com/gdamore/tcell/v2 v2.7.0
- golang.org/x/term v0.15.0
+ golang.org/x/term v0.17.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -13,6 +13,6 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
- golang.org/x/sys v0.15.0 // indirect
+ golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
)