diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-14 21:14:34 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-14 21:14:34 +0530 |
commit | 1b27f32cc21c4f85e475795c1033f4ad2d6cba52 (patch) | |
tree | 5232e717e1f1e3ee7e93658a7b16dd74c500fe3a /go.mod | |
parent | 1872ca726ab9b0105481ba2404b01e7aeb43bbee (diff) | |
download | legit-1b27f32cc21c4f85e475795c1033f4ad2d6cba52.tar.gz legit-1b27f32cc21c4f85e475795c1033f4ad2d6cba52.tar.bz2 legit-1b27f32cc21c4f85e475795c1033f4ad2d6cba52.zip |
routes: multiplex git and web ui
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,12 +18,14 @@ require ( 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 |