annotate go.mod @ 54:4d411cdd68c1 draft

Updated manual page and added a Makefile
author novaburst
date Fri, 07 Jan 2022 23:20:51 +0000
parents 0adadd497d23
children c6785950280e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
47
0adadd497d23 Forked project
prologic
parents: 46
diff changeset
1 module git.mills.io/prologic/zs
43
9c8d908163a9 add go.mod and go.sum
sergii.zaitsev
parents:
diff changeset
2
46
afb3280aaf28 Fix deps
prologic
parents: 44
diff changeset
3 go 1.17
43
9c8d908163a9 add go.mod and go.sum
sergii.zaitsev
parents:
diff changeset
4
9c8d908163a9 add go.mod and go.sum
sergii.zaitsev
parents:
diff changeset
5 require (
46
afb3280aaf28 Fix deps
prologic
parents: 44
diff changeset
6 github.com/russross/blackfriday/v2 v2.1.0
afb3280aaf28 Fix deps
prologic
parents: 44
diff changeset
7 gopkg.in/yaml.v2 v2.4.0
43
9c8d908163a9 add go.mod and go.sum
sergii.zaitsev
parents:
diff changeset
8 )