Upgrade Buffalo (#789)

* Upgrade buffalo

* Switch to go modules everywhere

* Fixes from buffalo fix

* Add missing modules from module list

* Update vendored modules in /vendor

* Stop using vendor directory for tests

* Check go.mod and go.sum files on verify

* Upgrade Buffalo from v0.13.0 to v0.13.1

* Fix test for new Buffalo

Allow for new Buffalo code

* Add test for endpoint with trailing slash
This commit is contained in:
Henry Jenkins
2018-10-24 00:49:32 +01:00
committed by Aaron Schlesinger
parent ccf59405cf
commit d26b99d41c
806 changed files with 60461 additions and 13564 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ export GO111MODULE=on
# Run the unit tests with the race detector and code coverage enabled
set -xeuo pipefail
go test -mod=vendor -race -coverprofile cover.out -covermode atomic ./...
go test -mod=readonly -race -coverprofile cover.out -covermode atomic ./...