summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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