From 613139e7bef81d3573e7988a47eb6765f3de347a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 23 Oct 2019 23:03:17 -0700 Subject: Enable Go modules (#5835) * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs --- .../smartystreets/goconvey/web/server/executor/contract.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go (limited to 'vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go') diff --git a/vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go b/vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go deleted file mode 100644 index 209dbca5..00000000 --- a/vendor/github.com/smartystreets/goconvey/web/server/executor/contract.go +++ /dev/null @@ -1,12 +0,0 @@ -package executor - -import "github.com/smartystreets/goconvey/web/server/contract" - -type Parser interface { - Parse([]*contract.Package) -} - -type Tester interface { - SetBatchSize(batchSize int) - TestAll(folders []*contract.Package) -} -- cgit v1.2.3