summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-03-08 17:38:36 +0300
committerValery Piashchynski <[email protected]>2020-03-08 17:38:36 +0300
commit9b9545bcd323403224d03d4d0961d31eedd75d40 (patch)
treeb1e2b6652d9f259dbbd46f3836b31c4e0b941ee0
parentf6d017b3132e915edaafe947c09783b768611fee (diff)
Update BORS
Remove jobs dependency from go.mod
-rw-r--r--bors.toml9
-rw-r--r--go.mod1
2 files changed, 1 insertions, 9 deletions
diff --git a/bors.toml b/bors.toml
index 770677e3..f1eef90f 100644
--- a/bors.toml
+++ b/bors.toml
@@ -1,12 +1,5 @@
status = [
-'CI / Build (PHP 7.1, Go 1.13, OS ubuntu-latest)',
-'CI / Build (PHP 7.1, Go 1.14, OS ubuntu-latest)',
-'CI / Build (PHP 7.2, Go 1.13, OS ubuntu-latest)',
-'CI / Build (PHP 7.2, Go 1.14, OS ubuntu-latest)',
-'CI / Build (PHP 7.3, Go 1.13, OS ubuntu-latest)',
-'CI / Build (PHP 7.3, Go 1.14, OS ubuntu-latest)',
-'CI / Build (PHP 7.4, Go 1.13, OS ubuntu-latest)',
-'CI / Build (PHP 7.4, Go 1.14, OS ubuntu-latest)',
+'CI / Build',
'CI / runner / golangci-lint',
'CI / Build docker image']
diff --git a/go.mod b/go.mod
index fc64d5cd..e5868105 100644
--- a/go.mod
+++ b/go.mod
@@ -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