diff options
author | Valery Piashchynski <[email protected]> | 2020-03-08 17:38:36 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-08 17:38:36 +0300 |
commit | 9b9545bcd323403224d03d4d0961d31eedd75d40 (patch) | |
tree | b1e2b6652d9f259dbbd46f3836b31c4e0b941ee0 /go.mod | |
parent | f6d017b3132e915edaafe947c09783b768611fee (diff) |
Update BORS
Remove jobs dependency from go.mod
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ require ( github.com/spf13/cobra v0.0.6 github.com/spf13/viper v1.6.2 github.com/spiral/goridge v2.1.4+incompatible - github.com/spiral/jobs/v2 v2.1.2 github.com/stretchr/testify v1.5.1 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a github.com/yookoala/gofast v0.4.0 |