diff options
author | joe <rbo@gmx.us> | 2025-08-28 10:51:06 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-28 10:51:06 +0200 |
commit | 1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2 (patch) | |
tree | 868d43d09f4b07d18e7da756bb6466b72654f8b7 /go.mod | |
parent | n option good (diff) | |
download | hardflip-1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2.tar.gz hardflip-1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2.tar.bz2 hardflip-1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2.tar.xz hardflip-1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2.tar.zst hardflip-1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2.zip |
quick fix
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ go 1.25.0 require ( github.com/gdamore/tcell/v2 v2.9.0 - github.com/jessevdk/go-flags v1.6.1 golang.org/x/term v0.34.0 gopkg.in/yaml.v3 v3.0.1 k8s.io/apimachinery v0.33.4 |