all repos — elgit @ 9324ade5acb56fd46a6933ee588bc5fd09bd2c6f

fork of legit: web frontend for git, written in go

update dependencies

Alan Pearce
commit

9324ade5acb56fd46a6933ee588bc5fd09bd2c6f

parent

effa6151ae97398a7adcbf0b74f04ba5f800be42

1 file changed, 10 insertions(+), 9 deletions(-)

changed files
M go.modgo.mod
@@ -3,16 +3,16 @@
go 1.24.0 require ( - alin.ovh/gomponents v1.6.0 + alin.ovh/gomponents v1.8.0 github.com/bluekeyes/go-gitdiff v0.8.1 - github.com/cyphar/filepath-securejoin v0.4.1 + github.com/cyphar/filepath-securejoin v0.6.0 github.com/dimfeld/httptreemux/v5 v5.5.0 github.com/dustin/go-humanize v1.0.1 github.com/fsnotify/fsnotify v1.9.0 - github.com/go-git/go-git/v5 v5.16.2 + github.com/go-git/go-git/v5 v5.16.3 github.com/microcosm-cc/bluemonday v1.0.27 github.com/russross/blackfriday/v2 v2.1.0 - golang.org/x/sys v0.35.0 + golang.org/x/sys v0.38.0 gopkg.in/yaml.v3 v3.0.1 )
@@ -28,12 +28,13 @@ github.com/go-git/go-billy/v5 v5.6.2 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect github.com/gorilla/css v1.0.1 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect - github.com/kevinburke/ssh_config v1.2.0 // indirect - github.com/pjbgf/sha1cd v0.4.0 // indirect + github.com/kevinburke/ssh_config v1.4.0 // indirect + github.com/klauspost/cpuid/v2 v2.3.0 // indirect + github.com/pjbgf/sha1cd v0.5.0 // indirect github.com/sergi/go-diff v1.4.0 // indirect - github.com/skeema/knownhosts v1.3.1 // indirect + github.com/skeema/knownhosts v1.3.2 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect - golang.org/x/crypto v0.41.0 // indirect - golang.org/x/net v0.43.0 // indirect + golang.org/x/crypto v0.44.0 // indirect + golang.org/x/net v0.47.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect )