mirror of
https://github.com/prometheus/prometheus.git
synced 2026-03-16 23:52:18 -04:00
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
|
||
|---|---|---|
| .. | ||
| aws/aws-sdk-go | ||
| beorn7/perks/quantile | ||
| golang | ||
| hashicorp/consul | ||
| influxdb/influxdb | ||
| julienschmidt/httprouter | ||
| matttproud/golang_protobuf_extensions | ||
| miekg/dns | ||
| prometheus | ||
| samuel/go-zookeeper | ||
| Sirupsen/logrus | ||
| syndtr/goleveldb | ||
| vaughan0/go-ini | ||