Run go mod tidy

This commit is contained in:
Bjørn Erik Pedersen 2022-05-30 18:18:19 +02:00
parent 47f963ec35
commit 57c166a3ad
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
2 changed files with 1 additions and 12 deletions

7
go.mod
View file

@ -4,13 +4,8 @@ go 1.18
require (
github.com/alecthomas/chroma/v2 v2.0.1
github.com/chaseadamsio/goorgeous v2.0.0+incompatible
github.com/pmezard/go-difflib v1.0.0
github.com/russross/blackfriday v1.6.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
)
require (
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
)
require github.com/dlclark/regexp2 v1.4.0 // indirect