Fabian Reinartz
7d441abd7b
vendor: update prometheus org dependencies
9 years ago
Fabian Reinartz
7700cff1ff
vendor: update golang.org/x/sys
9 years ago
Fabian Reinartz
e4e8479716
vendor: add missing liencse/patent notices
9 years ago
Fabian Reinartz
bc506ce959
vendor: update goleveldb dependencies
9 years ago
Fabian Reinartz
e2bc30585f
vendor: update common/expfmt
...
Update the exposition library to drop the JSON format decoding.
9 years ago
Fabian Reinartz
733ed099f5
vendor: update gopkg.in/fsnotify.v1
...
This updates the fsnotify package, which now uses golang.org/x/sys/unix
package. This fixes #1507 .
9 years ago
Ali Reza
5e2b197a00
Update vendoring for github.com/prometheus/common/log
9 years ago
beorn7
8032763db1
Update vendoring of github.com/prometheus/common/...
9 years ago
beorn7
5ae32dce1c
Update vendoring of golang.org/x/net/context/...
...
This should fix problems with hung scrapes.
9 years ago
Steve Durrheimer
399d5c6375
Make version informations consistent between prometheus components
9 years ago
Fabian Reinartz
838c74ee9f
vendor: update govalidator
9 years ago
Seth Miller
79fe798e67
Add vendoring for Azure discovery
9 years ago
Brian Brazil
da5311a35f
Update common dependency to pick up label fix for #1489
9 years ago
beorn7
6946fb2058
Update common/expfmt vendoring
9 years ago
beorn7
cfc15cf103
Update common/model vendoring
9 years ago
Julius Volz
1ae23bf5e9
Handle OPTIONS HTTP requests correctly.
...
Fixes https://github.com/prometheus/prometheus/issues/1346
9 years ago
Tobias Schmidt
122d73858d
Validate URL parameters
9 years ago
Fabian Reinartz
13da34f241
Update common/model vendoring
9 years ago
Tobias Schmidt
364dd36bde
Add missing license files of vendored packages
...
With the total optimized copy command. Assumes all vendored packages are
checked out in $GOPATH.
govendor list +v | awk '{print $2}' | while read dep; do echo $dep |
cut -d/ -f1-3; done | uniq | while read dep; do find
$GOPATH/src/$dep -name LICENSE -o -name NOTICE | grep -v vendor |
sed "s;$GOPATH/src/;;"; done | while read license; do [ -f
vendor/$license ] || cp $GOPATH/src/$license vendor/$license; done
9 years ago
Fabian Reinartz
cadca0aa23
Upgrade common/log vendoring.
...
Fixes #1186
9 years ago
Fabian Reinartz
5635d6bd13
Vendor ctxhttp package
9 years ago
Fabian Reinartz
e0f70ed5ca
Update common/{expfmt,model}
...
Closes #1232
9 years ago
Fabian Reinartz
9107f583aa
Update vendoring
9 years ago
Fabian Reinartz
21a7b94d6c
Upgrade common/log vendoring
9 years ago
Matt Jibson
5ba5a31e12
vendor EC2 dependencies
9 years ago
Fabian Reinartz
e3b6ec9784
Switch to common/log
9 years ago
Fabian Reinartz
398bbf906b
Switch to common/route package
9 years ago
Fabian Reinartz
327152862c
Update expfmt.NewDecoder usage
9 years ago
Fabian Reinartz
1cc3a0a584
Add newline to vendor.js after upstream fix
9 years ago
Fabian Reinartz
4876e92014
Upgrade expfmt vendoring
9 years ago
Julius Volz
eeb1da36ac
Fix InfluxDB write support to work with InfluxDB 0.9.x.
...
Because the InfluxDB client library currently pulls in multiple MBs of
unnecessary dependencies, I have modified and cut up the vendored
version to only pull in the few pieces that are actually needed.
On InfluxDB's side, this dependency issue is tracked in:
https://github.com/influxdb/influxdb/issues/3447
Hopefully, it will be resolved soon.
If a password is needed for InfluxDB, it may be supplied via the
INFLUXDB_PW environment variable.
9 years ago
Fabian Reinartz
9e5b317c0d
Move vendor file to new location
9 years ago
Fabian Reinartz
468d2eb60e
Vendoring via govendor
9 years ago