From e0cc11d3176ce6d1353a65271a7e4dabc02fb3ff Mon Sep 17 00:00:00 2001 From: Lena Fuhrimann <6780471+cloudlena@users.noreply.github.com> Date: Mon, 8 Jan 2018 09:44:07 +0100 Subject: [PATCH] Update dependencies --- Gopkg.lock | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 63ad592..6df7411 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -35,7 +35,7 @@ branch = "master" name = "github.com/mastertinner/adapters" packages = ["logging"] - revision = "599a2137b7d6f9d3c4e0fbc5cbd932fa78eec137" + revision = "13192f10bc2b687f23f1aef2d06a7a7c35dd81e9" [[projects]] name = "github.com/minio/minio-go" @@ -83,7 +83,7 @@ branch = "master" name = "golang.org/x/sys" packages = ["unix","windows"] - revision = "dd9ec17814d5b1de388ebe438ec013d57d8b3779" + revision = "b9cf5f96b68d9eaa53d5db5fef235718767f416a" [solve-meta] analyzer-name = "dep" diff --git a/README.md b/README.md index 5be4dad..ab14b9f 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ A Web GUI written in Go to manage S3 buckets from any provider. 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