diff --git a/vendor/github.com/minio/miniobrowser/INSTALLGO.md b/vendor/github.com/minio/miniobrowser/INSTALLGO.md deleted file mode 100644 index 2fb3e6856..000000000 --- a/vendor/github.com/minio/miniobrowser/INSTALLGO.md +++ /dev/null @@ -1,84 +0,0 @@ -## Ubuntu (Kylin) 14.04 -### Build Dependencies -This installation document assumes Ubuntu 14.04+ on x86-64 platform. - -##### Install Git, GCC -```sh -$ sudo apt-get install git build-essential -``` - -##### Install Go 1.5+ - -Download Go 1.5+ from [https://golang.org/dl/](https://golang.org/dl/). - -```sh -$ wget https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz -$ mkdir -p ${HOME}/bin/ -$ mkdir -p ${HOME}/go/ -$ tar -C ${HOME}/bin/ -xzf go1.5.3.linux-amd64.tar.gz -``` -##### Setup GOROOT and GOPATH - -Add the following exports to your ``~/.bashrc``. Environment variable GOROOT specifies the location of your golang binaries -and GOPATH specifies the location of your project workspace. - -```sh -export GOROOT=${HOME}/bin/go -export GOPATH=${HOME}/go -export PATH=$PATH:${HOME}/bin/go/bin:${GOPATH}/bin -``` -##### Source the new enviornment - -```sh -$ source ~/.bashrc -``` - -##### Testing it all - -```sh -$ go env -``` - -## OS X (Yosemite) 10.10 -### Build Dependencies -This installation document assumes OS X Yosemite 10.10+ on x86-64 platform. - -##### Install brew -```sh -$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -``` - -##### Install Git, Python -```sh -$ brew install git python -``` - -##### Install Go 1.5+ - -Install golang binaries using `brew` - -```sh -$ brew install go -$ mkdir -p $HOME/go -``` - -##### Setup GOROOT and GOPATH - -Add the following exports to your ``~/.bash_profile``. Environment variable GOROOT specifies the location of your golang binaries -and GOPATH specifies the location of your project workspace. - -```sh -export GOPATH=${HOME}/go -export GOVERSION=$(brew list go | head -n 1 | cut -d '/' -f 6) -export GOROOT=$(brew --prefix)/Cellar/go/${GOVERSION}/libexec -export PATH=$PATH:${GOPATH}/bin -``` -##### Source the new enviornment -```sh -$ source ~/.bash_profile -``` -##### Testing it all - -```sh -$ go env -``` diff --git a/vendor/github.com/minio/miniobrowser/README.md b/vendor/github.com/minio/miniobrowser/README.md deleted file mode 100644 index b8ce6ff56..000000000 --- a/vendor/github.com/minio/miniobrowser/README.md +++ /dev/null @@ -1,40 +0,0 @@ -# Minio File Browser - -``MinioBrowser`` provides minimal set of UI to manage buckets and objects on ``minio`` server. ``MinioBrowser`` is written in javascript and released under [Apache 2.0 License](./LICENSE). - -## Installation - -```sh -$ git clone https://github.com/minio/MinioBrowser -$ cd MinioBrowser -$ npm install -``` - -### Install `go-bindata` and `go-bindata-assetfs`. - -If you do not have a working Golang environment, please follow [Install Golang](./INSTALLGO.md). - -```sh -$ go get github.com/jteeuwen/go-bindata/... -$ go get github.com/elazarl/go-bindata-assetfs/... -``` - -## For development environment with live reload. - -``` -$ npm run dev -``` - -## Generating Assets. - -### Development version - -```sh -$ npm run build -``` - -### Released version - -```sh -$ npm run release -``` diff --git a/vendor/github.com/minio/miniobrowser/ui-assets.go b/vendor/github.com/minio/miniobrowser/ui-assets.go index 2670cca96..d0676ecab 100644 --- a/vendor/github.com/minio/miniobrowser/ui-assets.go +++ b/vendor/github.com/minio/miniobrowser/ui-assets.go @@ -4,7 +4,7 @@ // production/favicon.ico // production/firefox.png // production/index.html -// production/index_bundle-2016-07-02T09-14-27Z.js +// production/index_bundle-2016-10-15T15-16-16Z.js // production/loader.css // production/logo.svg // production/safari.png @@ -65,7 +65,7 @@ func productionChromePng() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "production/chrome.png", size: 3726, mode: os.FileMode(436), modTime: time.Unix(1467450885, 0)} + info := bindataFileInfo{name: "production/chrome.png", size: 3726, mode: os.FileMode(436), modTime: time.Unix(1476544589, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -82,7 +82,7 @@ func productionFaviconIco() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "production/favicon.ico", size: 1340, mode: os.FileMode(436), modTime: time.Unix(1467450885, 0)} + info := bindataFileInfo{name: "production/favicon.ico", size: 1340, mode: os.FileMode(436), modTime: time.Unix(1476544589, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -99,7 +99,7 @@ func productionFirefoxPng() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "production/firefox.png", size: 4795, mode: os.FileMode(436), modTime: time.Unix(1467450885, 0)} + info := bindataFileInfo{name: "production/firefox.png", size: 4795, mode: os.FileMode(436), modTime: time.Unix(1476544589, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -115,13 +115,12 @@ var _productionIndexHTML = []byte(`
-