wombat/go.mod

13 lines
414 B
Modula-2
Raw Normal View History

2019-01-01 19:41:03 +01:00
module git.gutmet.org/wombat.git
2020-10-11 13:35:13 +02:00
go 1.14
2019-01-01 19:41:03 +01:00
require (
2021-06-13 13:16:50 +02:00
git.gutmet.org/finstr.git v0.0.0-20210613105921-78d255a0ad9c // indirect
git.gutmet.org/goutil.git v0.0.0-20201108182825-c19893df11f9
2020-10-11 13:35:13 +02:00
git.gutmet.org/simpleserver.git v0.0.0-20201011112611-555b83d5de53
github.com/pmezard/go-difflib v1.0.0 // indirect
2019-01-01 19:41:03 +01:00
github.com/russross/blackfriday/v2 v2.0.1
2020-10-11 13:36:07 +02:00
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2019-01-01 19:41:03 +01:00
)