1
0

Update module prometheus/client_golang to v1

This commit is contained in:
kolaente
2020-04-12 22:06:24 +02:00
parent d28f005552
commit 9559a68416
110 changed files with 26570 additions and 1172 deletions

8
vendor/github.com/cespare/xxhash/v2/.travis.yml generated vendored Normal file
View File

@ -0,0 +1,8 @@
language: go
go:
- "1.x"
- master
env:
- TAGS=""
- TAGS="-tags purego"
script: go test $TAGS -v ./...