wombat/go.mod
2024-06-18 23:01:52 +02:00

13 lines
426 B
Modula-2

module git.fireandbrimst.one/aw/wombat
go 1.14
require (
git.fireandbrimst.one/aw/finstr v0.0.0-20240618203916-03caf453f551
git.fireandbrimst.one/aw/goutil v0.0.0-20230304172414-ed46142b443c
git.fireandbrimst.one/aw/simpleserver v0.0.0-20240618204754-ba16ff26e972
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
)