all repos — elgit @ 1b27f32cc21c4f85e475795c1033f4ad2d6cba52

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

routes: multiplex git and web ui

commit

1b27f32cc21c4f85e475795c1033f4ad2d6cba52

parent

1872ca726ab9b0105481ba2404b01e7aeb43bbee

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M go.modgo.mod
@@ -18,12 +18,14 @@ github.com/cloudflare/circl v1.3.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect github.com/go-git/gcfg v1.5.0 // indirect github.com/go-git/go-billy/v5 v5.3.1 // indirect + github.com/gofrs/uuid v4.0.0+incompatible // indirect github.com/imdario/mergo v0.3.13 // 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.2.3 // indirect github.com/sergi/go-diff v1.2.0 // indirect github.com/skeema/knownhosts v1.1.0 // indirect + github.com/sosedoff/gitkit v0.3.0 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect golang.org/x/crypto v0.4.0 // indirect golang.org/x/mod v0.7.0 // indirect