diff options
author | Valery Piashchynski <[email protected]> | 2020-03-08 16:27:33 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-08 16:27:33 +0300 |
commit | bcaa85eba41c0c723c6330f7cdb52cab11b049d7 (patch) | |
tree | 4e94845c976b1c3c6a0b3d83edddb4e54760599a /go.mod | |
parent | eae742dff18b89084d1754918015d9c69e626ed3 (diff) |
Remove jobs imports
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,6 +6,7 @@ require ( github.com/NYTimes/gziphandler v1.1.1 github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 github.com/dustin/go-humanize v1.0.0 + github.com/mattn/go-colorable v0.1.6 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b github.com/olekukonko/tablewriter v0.0.4 github.com/pkg/errors v0.9.1 @@ -15,8 +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 v1.1.4 // indirect - 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 |