prometheus/vendor/github.com
Simon Pasquier 3581377e5d Replace go-bindata with vfsgen (#4430)
Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features.

In particular:

- Reproducible builds (no issue with timestamping).
- Well maintained and relatively popular.
- Integration with go generate.
- Self-contained (no external dependency).

* [WIP] Replace go-bindata by vfsgen

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Add license + remove doc.go

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Generate templates assets

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Use new templates assets

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* split static assets

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Idempotent make assets

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Update vendor/

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* vendor vfsgendev

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Update README.md

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Simplify assets generation

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Fix README.md

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Use generate helper program instead of vfsgen

This avoids installing vfsgendev in the target environment.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Remove unused vfsgen package

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Fix Makefile

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* vendoring shurcooL/vfsgen

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Fix go generate command

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Sync web/ui/assets_vfsdata.go

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 09:03:10 +02:00
..
alecthomas
aws/aws-sdk-go Update aws-sdk-go (#4153) 2018-07-18 05:26:04 +01:00
Azure Update autorest vedoring (#4147) 2018-07-18 05:24:15 +01:00
beorn7/perks
cespare/xxhash
cockroachdb
davecgh/go-spew
dgrijalva/jwt-go
ghodss/yaml
go-ini/ini
go-kit/kit
go-logfmt/logfmt
go-stack/stack
gogo/protobuf Add offset to selectParams (#4226) 2018-07-18 04:58:00 +01:00
golang Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
google Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
googleapis/gnostic Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
gophercloud/gophercloud
gregjones/httpcache Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
grpc-ecosystem/grpc-gateway
hashicorp Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
influxdata/influxdb
influxdb/influxdb
jmespath/go-jmespath
json-iterator/go Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
julienschmidt/httprouter
kr/logfmt
matttproud/golang_protobuf_extensions
miekg/dns Update vendor github.com/miekg/dns@v1.0.4 2018-03-22 07:59:39 +00:00
mitchellh/go-homedir Discovery consul service meta (#4280) 2018-07-18 05:06:56 +01:00
modern-go Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
mwitkow/go-conntrack
oklog
opentracing/opentracing-go
opentracing-contrib/go-stdlib
peterbourgon/diskv Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
petermattis/goid
pkg/errors
pmezard/go-difflib
prometheus vendor: update TSDB 2018-08-07 07:33:39 -04:00
samuel/go-zookeeper
sasha-s/go-deadlock
shurcooL Replace go-bindata with vfsgen (#4430) 2018-08-24 09:03:10 +02:00
stretchr/testify