1
0
mirror of https://github.com/Lusitaniae/apache_exporter.git synced 2025-08-08 07:02:07 +03:00

Update the vendor directory

This commit is contained in:
Rajat Vig
2019-07-02 11:27:52 -07:00
parent e9bb4acb0b
commit a0fcdb1087
311 changed files with 95450 additions and 18117 deletions

1
vendor/github.com/sirupsen/logrus/.gitignore generated vendored Normal file
View File

@@ -0,0 +1 @@
logrus

15
vendor/github.com/sirupsen/logrus/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,15 @@
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- tip
env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
install:
- go get github.com/stretchr/testify/assert
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
- go get golang.org/x/sys/unix
- go get golang.org/x/sys/windows
script:
- go test -race -v ./...