initialize module

This commit is contained in:
George Tankersley 2018-09-19 23:17:06 +00:00
parent 273de97b00
commit 878b3eb9ce
2 changed files with 5 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/gtank/ctxd
require github.com/pkg/errors v0.8.0

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=