Skip to content

Instantly share code, notes, and snippets.

@tyrannasaurusbanks
Last active April 21, 2017 12:49
Show Gist options
  • Save tyrannasaurusbanks/b139abcc787aa2a5e20cc8c4926dc022 to your computer and use it in GitHub Desktop.
Save tyrannasaurusbanks/b139abcc787aa2a5e20cc8c4926dc022 to your computer and use it in GitHub Desktop.
diff --git a/glide.lock b/glide.lock
index b55b95f..48bd4d5 100644
--- a/glide.lock
+++ b/glide.lock
@@ -1,8 +1,10 @@
-hash: c867da102c81c3ad5b5b7e9016f1b020fe22311da8f3532b65a0a2832f0b0b3c
-updated: 2017-03-12T18:50:39.127225917+01:00
+hash: 61650b1ec198a8e63d341908512a136ee16a45bd82e46f71945f807ccbee2715
+updated: 2017-04-21T13:30:43.843733482+01:00
imports:
+- name: github.com/aokoli/goutils
+ version: 174f97f737d44ae9a2b687a1a2e2e6cc27c62783
- name: github.com/aws/aws-sdk-go
- version: 819b71cf8430e434c1eee7e7e8b0f2b8870be899
+ version: ccc54a4047c1470fdf5af9badadfd60a8a7f82bf
subpackages:
- aws
- aws/awserr
@@ -29,7 +31,6 @@ imports:
- private/protocol/rest
- private/protocol/restxml
- private/protocol/xml/xmlutil
- - private/waiter
- service/cloudformation
- service/ec2
- service/elb
@@ -38,7 +39,7 @@ imports:
- service/s3
- service/sts
- name: github.com/coreos/coreos-cloudinit
- version: 3c68e2e67d2ea077e2b79383c0ad313770c62ca2
+ version: 5be99bf577f2768193c7fb587ef5a8806c1503cf
subpackages:
- config
- config/validate
@@ -49,15 +50,26 @@ imports:
- name: github.com/coreos/yaml
version: 6b16a5714269b2f70720a45406b1babd947a17ef
- name: github.com/go-ini/ini
- version: 6e4869b434bd001f6983749881c7ead3545887d8
+ version: 2e44421e256d82ebbf3d4d4fcabe8930b905eff3
- name: github.com/inconshreveable/mousetrap
version: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
- name: github.com/jmespath/go-jmespath
- version: bd40a432e4c76585ef6b72d3fd96fb9b6dc7b68d
+ version: 3433f3ea46d9f8019119e7dd41274e112a2359a9
+- name: github.com/Masterminds/semver
+ version: 59c29afe1a994eacb71c833025ca7acf874bb1da
+- name: github.com/Masterminds/sprig
+ version: 23597e5f6ad0e4d590e71314bfd0251a4a3cf849
+- name: github.com/satori/go.uuid
+ version: 879c5887cd475cd7864858769793b2ceb0d44feb
- name: github.com/spf13/cobra
version: 856b96dcb49d6427babe192998a35190a12c2230
- name: github.com/spf13/pflag
version: dabebe21bf790f782ea4c7bbd2efc430de182afd
+- name: golang.org/x/crypto
+ version: 1f22c0103821b9390939b6776727195525381532
+ subpackages:
+ - pbkdf2
+ - scrypt
- name: gopkg.in/yaml.v2
- version: a5b47d31c556af34a302ce5d659e6fea44d90de0
+ version: a83829b6f1293c91addabc89d0571c246397bbf4
testImports: []
diff --git a/glide.yaml b/glide.yaml
index c39b567..233a7b6 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -21,3 +21,5 @@ import:
- semver
- package: github.com/spf13/cobra
- package: gopkg.in/yaml.v2
+- package: github.com/Masterminds/sprig
+ version: ^2.10.0
$ glide get github.com/Masterminds/sprig
[INFO] Preparing to install 1 package.
[INFO] Attempting to get package github.com/Masterminds/sprig
[INFO] --> Gathering release information for github.com/Masterminds/sprig
[INFO] The package github.com/Masterminds/sprig appears to have Semantic Version releases (http://semver.org).
[INFO] The latest release is 2.10.0. You are currently not using a release. Would you like
[INFO] to use this release? Yes (Y) or No (N)
Y
[INFO] The package github.com/Masterminds/sprig appears to use semantic versions (http://semver.org).
[INFO] Would you like to track the latest minor or patch releases (major.minor.patch)?
[INFO] Tracking minor version releases would use '>= 2.10.0, < 3.0.0' ('^2.10.0'). Tracking patch version
[INFO] releases would use '>= 2.10.0, < 2.11.0' ('~2.10.0'). For more information on Glide versions
[INFO] and ranges see https://glide.sh/docs/versions
[INFO] Minor (M), Patch (P), or Skip Ranges (S)?
N
M
[INFO] --> Adding github.com/Masterminds/sprig to your configuration with the version ^2.10.0
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching updates for github.com/Masterminds/sprig.
[INFO] --> Fetching updates for github.com/aws/aws-sdk-go.
[INFO] --> Fetching updates for github.com/coreos/coreos-cloudinit.
[INFO] --> Fetching updates for gopkg.in/yaml.v2.
[INFO] --> Fetching updates for github.com/spf13/cobra.
[INFO] --> Fetching updates for github.com/coreos/go-semver.
[INFO] Resolving imports
[INFO] --> Detected semantic version. Setting version for github.com/aws/aws-sdk-go to v1.8.15.
[INFO] --> Fetching updates for github.com/go-ini/ini.
[INFO] --> Fetching updates for github.com/inconshreveable/mousetrap.
[INFO] --> Fetching updates for github.com/spf13/pflag.
[INFO] --> Detected semantic version. Setting version for github.com/coreos/coreos-cloudinit to v1.13.0.
[INFO] --> Fetching updates for github.com/coreos/yaml.
[INFO] --> Fetching updates for github.com/Masterminds/semver.
[INFO] --> Setting version for github.com/Masterminds/semver to v1.2.2.
[INFO] --> Fetching updates for github.com/aokoli/goutils.
[INFO] --> Fetching updates for github.com/satori/go.uuid.
[INFO] --> Detected semantic version. Setting version for github.com/satori/go.uuid to v1.1.0.
[INFO] --> Fetching updates for golang.org/x/crypto.
[INFO] --> Fetching updates for github.com/jmespath/go-jmespath.
[INFO] Downloading dependencies. Please wait...
[INFO] --> Detected semantic version. Setting version for github.com/Masterminds/sprig to 2.10.0.
[INFO] --> Detected semantic version. Setting version for github.com/coreos/go-semver to v0.2.0.
[INFO] Exporting resolved dependencies...
[INFO] --> Exporting github.com/aws/aws-sdk-go
[INFO] --> Exporting github.com/coreos/coreos-cloudinit
[INFO] --> Exporting github.com/coreos/go-semver
[INFO] --> Exporting github.com/spf13/cobra
[INFO] --> Exporting github.com/inconshreveable/mousetrap
[INFO] --> Exporting github.com/jmespath/go-jmespath
[INFO] --> Exporting github.com/spf13/pflag
[INFO] --> Exporting github.com/satori/go.uuid
[INFO] --> Exporting github.com/Masterminds/sprig
[INFO] --> Exporting github.com/aokoli/goutils
[INFO] --> Exporting github.com/coreos/yaml
[INFO] --> Exporting github.com/Masterminds/semver
[INFO] --> Exporting github.com/go-ini/ini
[INFO] --> Exporting gopkg.in/yaml.v2
[INFO] --> Exporting golang.org/x/crypto
[INFO] Replacing existing vendor dependencies
$ glide --version
glide version 0.12.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment