diff options
Diffstat (limited to 'go.mod')
-rw-r--r--[-rwxr-xr-x] | go.mod | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1 +1,7 @@ module github.com/NeonXP/rutina + +go 1.12 + +replace github.com/neonxp/rutina => ./ + +require github.com/neonxp/rutina v0.0.0-00010101000000-000000000000 // indirect |