diff options
author | Alexander Kiryukhin <alexander@kiryukhin.su> | 2019-03-27 02:44:38 +0300 |
---|---|---|
committer | Alexander Kiryukhin <alexander@kiryukhin.su> | 2019-03-27 02:44:38 +0300 |
commit | d45d913c9e0d088f339c007f14d2fcaa7b9c8c74 (patch) | |
tree | 486d43d7359b5842f6f34b814764389fa27640d2 /go.mod | |
parent | 11a32ca219905f7c42698b55b6af9920626b7b51 (diff) |
Flexible run policiesv0.3.0
Options refactoring
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 |