summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2025-09-29 21:45:56 +0200
committerStefan Majewsky <majewsky@gmx.net>2025-09-29 21:45:56 +0200
commit24762f09de2aa8cada3f3c63afa313e06ebf47c8 (patch)
tree260b236dbdaa4b21ab55f2ce54003446630dcea5 /go.mod
parent6f4c551a522b94e80ace5657d2b8cdfc267d8ae2 (diff)
downloadgofu-24762f09de2aa8cada3f3c63afa313e06ebf47c8.tar.gz
replace deprecated dependencies with their successors
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 4 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index d61be7a..05f9dd6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,10 @@
module github.com/majewsky/gofu
-go 1.21
+go 1.24.0
require (
- golang.org/x/crypto v0.14.0
- gopkg.in/yaml.v2 v2.4.0
+ go.yaml.in/yaml/v3 v3.0.4
+ golang.org/x/term v0.35.0
)
-require (
- golang.org/x/sys v0.13.0 // indirect
- golang.org/x/term v0.13.0 // indirect
-)
+require golang.org/x/sys v0.36.0 // indirect