From 1b27f32cc21c4f85e475795c1033f4ad2d6cba52 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Wed, 14 Dec 2022 21:14:34 +0530 Subject: routes: multiplex git and web ui --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 17129aa..4ce85ba 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit