aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-06-09 21:09:39 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-06-09 21:09:39 +0200
commit6903a774ecbbd05596adda5e2b5e18d58dd3a8f9 (patch)
treef5d48f52f0da3da8d829436519bc66652bf41c64 /go.mod
parente75d9e371269a4e46bffa6b3dd1fc7d040e82750 (diff)
downloadgofu-6903a774ecbbd05596adda5e2b5e18d58dd3a8f9.tar.gz
bump all dependencies to their latest versions
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 54e7540..b1991df 100644
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,9 @@ module github.com/majewsky/gofu
go 1.25.0
require (
- github.com/yuin/goldmark v1.7.13
+ github.com/yuin/goldmark v1.8.2
go.yaml.in/yaml/v3 v3.0.4
- golang.org/x/term v0.35.0
+ golang.org/x/term v0.44.0
)
-require golang.org/x/sys v0.36.0 // indirect
+require golang.org/x/sys v0.46.0 // indirect