diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2025-09-29 21:45:56 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2025-09-29 21:45:56 +0200 |
| commit | 24762f09de2aa8cada3f3c63afa313e06ebf47c8 (patch) | |
| tree | 260b236dbdaa4b21ab55f2ce54003446630dcea5 /go.mod | |
| parent | 6f4c551a522b94e80ace5657d2b8cdfc267d8ae2 (diff) | |
| download | gofu-24762f09de2aa8cada3f3c63afa313e06ebf47c8.tar.gz | |
replace deprecated dependencies with their successors
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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 |
