Remove unessesary requirements

This commit is contained in:
Alexander Kiryukhin 2019-01-11 17:24:00 +03:00
parent a4e62510cf
commit 35314abd14
2 changed files with 0 additions and 9 deletions

5
go.mod
View file

@ -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
)

4
go.sum
View file

@ -1,4 +0,0 @@
github.com/neonxp/rutina v0.0.0-20181204214833-c582001e89c0 h1:AyPAQ9ebiG/k20WXojUg0rIqodaaw1KFYk4QJpHYIm4=
github.com/neonxp/rutina v0.0.0-20181204214833-c582001e89c0/go.mod h1:QJOHIcMI4Lh4Nyyi0v119KZllW1S5KxJyy/zg5KQXno=
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=