all repos — elgit @ 6d39fbcc003d698b7e4e311f4896622e31550118

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

css: update default font and colors

Anirudh Oppiliappan
commit

6d39fbcc003d698b7e4e311f4896622e31550118

parent

e108c4e924105ef88e73f0fe45069454b66ccd12

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M go.modgo.mod
@@ -24,6 +24,7 @@ github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/emirpasic/gods v1.18.1 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.5.0 // indirect + github.com/google/go-cmp v0.6.0 // indirect github.com/gorilla/css v1.0.1 // indirect github.com/imdario/mergo v0.3.16 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -33,9 +34,7 @@ github.com/sergi/go-diff v1.3.1 // indirect
github.com/skeema/knownhosts v1.3.0 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect golang.org/x/crypto v0.28.0 // indirect - golang.org/x/mod v0.21.0 // indirect golang.org/x/net v0.30.0 // indirect - golang.org/x/tools v0.26.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect )