Krasi Georgiev
5bda3a8ded
Check for unused vendored packages ( #3892 )
...
* add check for unused vendor packages
* cleanup unused vendor packages
* run unused check before the tests
2018-03-02 10:20:45 +00:00
Tom Wilkie
2dda5775e3
Initial port of remote storage to v2.
2017-07-12 12:27:57 +01:00
Fabian Reinartz
dc15a6f6ea
vendor: add and update proto/grpc vendoring
2017-07-06 14:38:20 +02:00
Fabian Reinartz
37deb21c45
vendor: remove unused dependency and last ref to fabxc/tsdb
2017-04-27 10:23:34 +02:00
Fabian Reinartz
9304179ef7
Merge branch 'master' into dev-2.0
2017-03-02 08:16:58 +01:00
Tom Wilkie
1ab893c6ec
Limit 'discarding sample' logs to 1 every 10s ( #2446 )
...
* Limit 'discarding sample' logs to 1 every 10s
* Include the vendored library
* Review feedback
2017-02-23 19:20:39 +01:00
Fabian Reinartz
f6dae7a5ba
vendor: add fabx/tsdb
2017-02-07 03:42:02 -08:00
Fabian Reinartz
313ab48b45
vendor: drop unused dependencies
2016-12-22 23:20:34 +01:00
Erdem Agaoglu
2260079c12
Vendor x/net/netutil
2016-12-06 12:52:29 +03:00
beorn7
5b16d6bd6e
Merge branch 'release-1.2'
2016-10-31 00:06:23 +01:00
beorn7
9c60dce1de
vendoring: Update vendor/golang.org/x/sys/unix/ vendoring
...
No immediate need here, but after adding the windows vendoring, we
have different commits vendored from the same repository. To avoid
confusion, this commit brings them in line.
2016-10-28 15:36:41 +02:00
beorn7
0cc51a5c5d
vendoring: Vendor packages not vendored so far
2016-10-28 15:34:39 +02:00
beorn7
997864a1f4
Update context vendoring
...
Most fixes here are mostly http2, but since I'm suspecting a bug in
the context package, I thought we better go with the current version
to rule out bugs already fixed.
2016-10-28 15:19:33 +02:00
Fabian Reinartz
7c439a9060
kubernetes: use and vendor 1.5 client
2016-10-17 10:32:10 +02:00
Ingo Gottwald
fefcd6eef2
Add deps for google cloud support
2016-09-16 08:51:58 +02:00
Tom Wilkie
e0989fde89
Remove grpc vendoring.
2016-09-15 23:15:56 +01:00
Julius Volz
d8ce6e5849
Update vendoring.
2016-08-30 17:19:18 +02:00
Brian Brazil
72475cfa84
Update vendoring
2016-08-30 17:19:18 +02:00
Fabian Reinartz
7700cff1ff
vendor: update golang.org/x/sys
2016-07-04 11:07:02 +02:00
Fabian Reinartz
e4e8479716
vendor: add missing liencse/patent notices
2016-07-04 11:06:26 +02:00
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 .
2016-06-08 11:59:16 +02:00
beorn7
5ae32dce1c
Update vendoring of golang.org/x/net/context/...
...
This should fix problems with hung scrapes.
2016-05-19 01:12:47 +02:00
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
2016-01-21 14:44:58 -05:00
Fabian Reinartz
5635d6bd13
Vendor ctxhttp package
2015-12-10 16:32:04 +01:00
Fabian Reinartz
468d2eb60e
Vendoring via govendor
2015-09-15 15:37:12 +02:00