1
0
mirror of https://github.com/taigrr/wtf synced 2026-04-01 03:08:50 -07:00

Vendoring dependencies

This commit is contained in:
Chris Cummer
2019-07-15 09:06:49 -07:00
parent 122ea31e45
commit 2b19ccea1c
1980 changed files with 805966 additions and 0 deletions

10
vendor/github.com/alecthomas/chroma/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,10 @@
sudo: false
language: go
script:
- go test -v ./...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.10.2
- ./bin/golangci-lint run
- git clean -fdx .
after_success:
go get github.com/goreleaser/goreleaser && goreleaser