all repos — elgit @ de182443db91ca71508c3466418bcdf1fe09531f

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

deps: add chroma as dependency

Gabriel A. Giovanini
commit

de182443db91ca71508c3466418bcdf1fe09531f

parent

d0c522021ad5e7b85dbfbadfc546676c80d4b99d

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

changed files
M go.modgo.mod
@@ -17,9 +17,11 @@ require (
github.com/Microsoft/go-winio v0.6.1 // indirect github.com/ProtonMail/go-crypto v1.0.0 // indirect github.com/acomagu/bufpipe v1.0.4 // indirect + github.com/alecthomas/chroma/v2 v2.14.0 // indirect github.com/aymerick/douceur v0.2.0 // indirect github.com/cloudflare/circl v1.3.7 // indirect github.com/cyphar/filepath-securejoin v0.2.4 // indirect + github.com/dlclark/regexp2 v1.11.0 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/gorilla/css v1.0.1 // indirect