diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-01 20:20:00 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-01 20:20:00 +0200 |
commit | d0e0c1eb99303e1000140d4b98c610077278dc42 (patch) | |
tree | 30f9bc8dba73df5a6bdf2fc20041120881fe4e57 /go.mod | |
parent | e3705f35c642e578625ce4574d189fa0b0869403 (diff) | |
download | cerrado-d0e0c1eb99303e1000140d4b98c610077278dc42.tar.gz cerrado-d0e0c1eb99303e1000140d4b98c610077278dc42.tar.bz2 cerrado-d0e0c1eb99303e1000140d4b98c610077278dc42.zip |
ref: Remove mux
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ require ( github.com/go-git/go-git/v5 v5.12.0 github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2 github.com/google/go-cmp v0.6.0 - github.com/gorilla/mux v1.8.1 github.com/valyala/quicktemplate v1.7.0 golang.org/x/sync v0.7.0 ) |