update dependencies
1 file changed, 4 insertions(+), 4 deletions(-)
changed files
M go.mod → go.mod
@@ -4,7 +4,7 @@ go 1.24.0 require ( alin.ovh/gomponents v1.6.0 - github.com/alecthomas/chroma/v2 v2.19.0 + github.com/alecthomas/chroma/v2 v2.20.0 github.com/bluekeyes/go-gitdiff v0.8.1 github.com/cyphar/filepath-securejoin v0.4.1 github.com/dimfeld/httptreemux/v5 v5.5.0@@ -13,7 +13,7 @@ github.com/fsnotify/fsnotify v1.9.0 github.com/go-git/go-git/v5 v5.16.2 github.com/microcosm-cc/bluemonday v1.0.27 github.com/russross/blackfriday/v2 v2.1.0 - golang.org/x/sys v0.34.0 + golang.org/x/sys v0.35.0 gopkg.in/yaml.v3 v3.0.1 )@@ -35,7 +35,7 @@ github.com/pjbgf/sha1cd v0.4.0 // indirect github.com/sergi/go-diff v1.4.0 // indirect github.com/skeema/knownhosts v1.3.1 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect - golang.org/x/crypto v0.40.0 // indirect - golang.org/x/net v0.42.0 // indirect + golang.org/x/crypto v0.41.0 // indirect + golang.org/x/net v0.43.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect )