From 6903a774ecbbd05596adda5e2b5e18d58dd3a8f9 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 9 Jun 2026 21:09:39 +0200 Subject: bump all dependencies to their latest versions --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') 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 -- cgit v1.3.1