From 24762f09de2aa8cada3f3c63afa313e06ebf47c8 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 29 Sep 2025 21:45:56 +0200 Subject: replace deprecated dependencies with their successors --- go.mod | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'go.mod') 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 -- cgit v1.3.1