1
0
mirror of https://github.com/Rudi9719/loggy.git synced 2026-03-22 05:17:26 +00:00

Add go mod/sum

This commit is contained in:
Gregory Rudolph
2020-01-10 07:22:53 -05:00
parent 728a423595
commit f73de92ceb
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module GO/loggy
go 1.13
require samhofi.us/x/keybase v0.0.0-20200103202946-8a5685459a8a

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
samhofi.us/x/keybase v0.0.0-20200103202946-8a5685459a8a h1:jsu19nVCAySxkd0HBUZ9PKXFOMgR494hBfjrdcPLz1o=
samhofi.us/x/keybase v0.0.0-20200103202946-8a5685459a8a/go.mod h1:fcva80IUFyWcHtV4bBSzgKg07K6Rvuvi3GtGCLNGkyE=