diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +module github.com/NeonXP/rutina + +require ( + github.com/neonxp/rutina v0.0.0-20181204214833-c582001e89c0 + github.com/pkg/errors v0.8.1 +) |