add go.mod and go.sum

This commit is contained in:
Hedy Li 2021-04-20 08:46:53 +00:00
parent 24b7902582
commit 83d17d1609
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module git.sr.ht/~hedy/gelim
go 1.16
require git.sr.ht/~sircmpwn/scdoc v0.0.0-20210416001520-c7cb8bec38ab

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
git.sr.ht/~sircmpwn/scdoc v0.0.0-20210416001520-c7cb8bec38ab h1:c7lUEEzs1LE5fIGODo8E1QAeoZxusEGph6288dQ1QCw=
git.sr.ht/~sircmpwn/scdoc v0.0.0-20210416001520-c7cb8bec38ab/go.mod h1:CY/TCsr92WPheoQjZ+H3pDn9uNJFO/16Tu0BVtRRgIw=