0
0
Fork 0

add missing go module files

This commit is contained in:
Gibheer 2021-09-27 21:18:26 +02:00
parent e0742b35d2
commit d89d164d48
2 changed files with 12 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module git.zero-knowledge.org/gibheer/zero-blog
go 1.16
require (
github.com/pelletier/go-toml v1.9.4
github.com/yuin/goldmark v1.4.1
)

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/pelletier/go-toml v1.9.4 h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM=
github.com/pelletier/go-toml v1.9.4/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/yuin/goldmark v1.4.1 h1:/vn0k+RBvwlxEmP5E7SZMqNxPhfMVFEJiykr15/0XKM=
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=