diff options
author | Joe <rbo@gmx.us> | 2024-02-09 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-09 20:20:20 +0100 |
commit | c57bd4c629eca16d665b116a8b296fc595413c43 (patch) | |
tree | 63cabb012487b158cb861d6c49448db0e8f660c3 /go.mod | |
parent | 2000 sloc (diff) | |
download | hardflip-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.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ) |