Update dependencies
This commit is contained in:
parent
70acbd4345
commit
e0cc11d317
2 changed files with 4 additions and 4 deletions
4
Gopkg.lock
generated
4
Gopkg.lock
generated
|
@ -35,7 +35,7 @@
|
||||||
branch = "master"
|
branch = "master"
|
||||||
name = "github.com/mastertinner/adapters"
|
name = "github.com/mastertinner/adapters"
|
||||||
packages = ["logging"]
|
packages = ["logging"]
|
||||||
revision = "599a2137b7d6f9d3c4e0fbc5cbd932fa78eec137"
|
revision = "13192f10bc2b687f23f1aef2d06a7a7c35dd81e9"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "github.com/minio/minio-go"
|
name = "github.com/minio/minio-go"
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
branch = "master"
|
branch = "master"
|
||||||
name = "golang.org/x/sys"
|
name = "golang.org/x/sys"
|
||||||
packages = ["unix","windows"]
|
packages = ["unix","windows"]
|
||||||
revision = "dd9ec17814d5b1de388ebe438ec013d57d8b3779"
|
revision = "b9cf5f96b68d9eaa53d5db5fef235718767f416a"
|
||||||
|
|
||||||
[solve-meta]
|
[solve-meta]
|
||||||
analyzer-name = "dep"
|
analyzer-name = "dep"
|
||||||
|
|
|
@ -20,9 +20,9 @@ A Web GUI written in Go to manage S3 buckets from any provider.
|
||||||
|
|
||||||
1. Run `make build-docker`
|
1. Run `make build-docker`
|
||||||
|
|
||||||
To cross-compile for windows, add the `-e "GOOS=windows" -e "GOARCH=amd64"` flags to the `Makefile` (depending on your system, you might have to adjust `GOARCH`)
|
To cross-compile for windows, add the `-e "GOOS=windows" -e "GOARCH=amd64"` flags to the `Makefile` (depending on your system, you might have to adjust `GOARCH`)
|
||||||
|
|
||||||
To cross-compile for macOS, add the `-e "GOOS=darwin" -e "GOARCH=amd64"` flags to the `Makefile` (depending on your system, you might have to adjust `GOARCH`)
|
To cross-compile for macOS, add the `-e "GOOS=darwin" -e "GOARCH=amd64"` flags to the `Makefile` (depending on your system, you might have to adjust `GOARCH`)
|
||||||
|
|
||||||
## Run on Cloud Foundry
|
## Run on Cloud Foundry
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue