language:gogo:-1.13.x-1.14.x-tipcache:directories:-$GOPATH/pkg/mod# allow internal package imports, necessary for forked repositoriesgo_import_path:github.com/onsi/ginkgoinstall:-GO111MODULE="off" go get -v -t ./...-GO111MODULE="off" go get golang.org/x/tools/cmd/cover-GO111MODULE="off" go get github.com/onsi/gomega-GO111MODULE="off" go install github.com/onsi/ginkgo/ginkgo-export PATH=$PATH:$HOME/gopath/binscript:-GO111MODULE="on" go mod tidy-diff -u <(echo -n) <(git diff go.mod)-diff -u <(echo -n) <(git diff go.sum)-$HOME/gopath/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --race --trace && go vet