Switch to go modules ()

This commit is contained in:
Cyrill Troxler 2019-03-02 11:03:07 +01:00 committed by GitHub
parent 4995b00f57
commit 577f229ef7
8 changed files with 141 additions and 532 deletions

View file

@ -5,6 +5,4 @@ export MINIO_SECRET_KEY=DSG643HGDS
mkdir -p /tmp/minio
minio server --quiet /tmp/minio &>/dev/null &
sleep 5
cd $GOPATH/src/github.com/ctrox/csi-s3
if [ ! -d ./vendor ]; then dep ensure -vendor-only; fi
go test github.com/ctrox/csi-s3/pkg/s3 -cover