tidy deps
This commit is contained in:
parent
63775d57e0
commit
e4ba48fe0b
2 changed files with 3 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -3,14 +3,14 @@ module gemini_site
|
|||
go 1.25.0
|
||||
|
||||
require (
|
||||
git.sr.ht/~kota/goldmark-gemtext v0.3.3
|
||||
git.travisshears.com/travisshears/gemlog-cli v1.1.0
|
||||
github.com/kulak/gemini v1.2.2
|
||||
github.com/mattn/go-sqlite3 v1.14.32
|
||||
github.com/yuin/goldmark v1.7.13
|
||||
)
|
||||
|
||||
require (
|
||||
git.sr.ht/~kota/fuckery v0.2.0 // indirect
|
||||
git.sr.ht/~kota/goldmark-gemtext v0.3.3 // indirect
|
||||
git.sr.ht/~kota/goldmark-wiki v0.0.0-20211119234413-891f759dc3aa // indirect
|
||||
github.com/yuin/goldmark v1.7.13 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue