This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dep status | |
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED | |
cloud.google.com/go * v0.12.0 0f0b842 0f0b842 1 | |
github.com/Azure/azure-sdk-for-go ~7.0.1-beta v7.0.1-beta 0984e06 0984e06 2 | |
github.com/Azure/go-autorest ~7.2.2 v7.2.5 92e199e 92e199e 5 | |
github.com/SermoDigital/jose ^1.1.0 1.1 f6df55f f6df55f 4 | |
github.com/Sirupsen/logrus * 5f376aa 1 | |
github.com/akutz/gofig ^0.1.8 v0.1.8 65fa82b 65fa82b 2 | |
github.com/akutz/golf ^0.1.2 v0.1.2 296de56 296de56 2 | |
github.com/akutz/goof ^0.1.1 v0.1.1 72efb19 72efb19 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GOOS ?= darwin | |
GOARCH ?= amd64 | |
OS ?= Darwin | |
ARCH ?= x86_64 | |
MAJOR ?= 0 | |
MINOR ?= 9 | |
PATCH ?= 2 | |
BUILD ?= 867 | |
NOTES ?= | |
DIRTY ?= true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dep ensure -v | |
Root project is "github.com/codedellemc/rexray" | |
110 transitively valid internal packages | |
57 external packages imported from 31 projects | |
(0) ✓ select (root) | |
(1) ? attempt golang.org/x/crypto with 1 pkgs; 1 versions to try | |
(1) try golang.org/x/crypto@master | |
(1) ✓ select golang.org/x/crypto@master w/2 pkgs | |
(2) ? attempt golang.org/x/oauth2 with 2 pkgs; 1 versions to try | |
(2) try golang.org/x/oauth2@master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"package": { | |
"name": "stable", | |
"repo": "rexray", | |
"subject": "emccode" | |
}, | |
"version": { | |
"name": "0.9.2+852+dirty", | |
"desc": "0.9.2+852+dirty.Sha.470eee770061dde9395bd353cb01315dab04d71f", | |
"released": "17-08-04", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
## csi.mk - include to generate csi protobuf & go sources ## | |
## ## | |
## envars: ## | |
## ## | |
## CSI_SPEC_FILE the path to a local spec file used to generate ## | |
## the protobuf ## | |
## ## | |
## if specified then the CSI_GIT_* and other ## | |
## CSI_SPEC_* variables are ignored ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./build.sh -t plugin -d ebs | |
building REX-Ray (this may take a few minutes) | |
Builder.............. docker | |
Version.............. 0.9.1+14+dirty | |
Plug-in.............. Yes | |
REX-Ray.............. local | |
Sending build context to Docker daemon 214.4MB |