Fix dependencies

This commit is contained in:
2020-03-01 17:06:34 +01:00
parent fee4454c12
commit 6c9b3f3e5c
921 changed files with 329221 additions and 13 deletions

View File

@@ -0,0 +1,22 @@
language: go
go:
- 1.11.4
install: true
services:
- docker
env:
- GO111MODULE=on
before_script:
- go get gotest.tools/gotestsum
script:
- go mod verify
- go mod tidy
- scripts/checks.sh
- go vet ./...
- gotestsum --format short-verbose ./...