Run go mod tidy
This commit is contained in:
parent
47f963ec35
commit
57c166a3ad
2 changed files with 1 additions and 12 deletions
7
go.mod
7
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue