all repos — elgit @ 0f28b715aa4e7061b79d496e578a30beded7ed46

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

prune go.mod

Alan Pearce
commit

0f28b715aa4e7061b79d496e578a30beded7ed46

parent

878a52408ce37668d57284a344102e810b44b63e

3 files changed, 0 insertions(+), 6 deletions(-)

changed files
M go.modgo.mod
@@ -6,7 +6,6 @@ require (
alin.ovh/gomponents v1.8.0 github.com/bluekeyes/go-gitdiff v0.8.1 github.com/cyphar/filepath-securejoin v0.6.0 - github.com/dimfeld/httptreemux/v5 v5.5.0 github.com/dustin/go-humanize v1.0.1 github.com/fsnotify/fsnotify v1.9.0 github.com/go-git/go-git/v5 v5.16.3
M go.sumgo.sum
@@ -26,8 +26,6 @@ github.com/cyphar/filepath-securejoin v0.6.0/go.mod h1:A8hd4EnAeyujCJRrICiOWqjS1AX0a9kM5XL+NwKoYSc=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dimfeld/httptreemux/v5 v5.5.0 h1:p8jkiMrCuZ0CmhwYLcbNbl7DDo21fozhKHQ2PccwOFQ= -github.com/dimfeld/httptreemux/v5 v5.5.0/go.mod h1:QeEylH57C0v3VO0tkKraVz9oD3Uu93CKPnTLbsidvSw= github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o=
M nix/gomod2nix.tomlnix/gomod2nix.toml
@@ -28,9 +28,6 @@ hash = "sha256-Dc69V12eIFnJoUNmwg6VKXHfAMijbAeEVSDe8AiOaLo="
[mod."github.com/cyphar/filepath-securejoin"] version = "v0.6.0" hash = "sha256-HDDqEvKjsOb/SKKQWqBRiF7mzLDUAsVgnVLcIdY4Hsc=" - [mod."github.com/dimfeld/httptreemux/v5"] - version = "v5.5.0" - hash = "sha256-jlIAxbGCSBefloquqvMJG1KDAsSA28HYCrkmlzMABws=" [mod."github.com/dustin/go-humanize"] version = "v1.0.1" hash = "sha256-yuvxYYngpfVkUg9yAmG99IUVmADTQA0tMbBXe0Fq0Mc="