diff options
author | Alexander Kiryukhin <a.kiryukhin@corp.mail.ru> | 2019-01-11 17:24:00 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@corp.mail.ru> | 2019-01-11 17:24:00 +0300 |
commit | 35314abd1405e8d063ecd3e250c019b6937e5cc1 (patch) | |
tree | f78a0b56425a06904ae820d89b3c38a0d2399de4 /go.mod | |
parent | a4e62510cf1c06831c9c6e4c3a21ff986ebad14c (diff) |
Remove unessesary requirements
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,6 +1 @@ module github.com/NeonXP/rutina - -require ( - github.com/neonxp/rutina v0.0.0-20181204214833-c582001e89c0 - github.com/pkg/errors v0.8.1 -) |