diff --git a/glide.lock b/glide.lock index 3ea4cda..5691ba2 100644 --- a/glide.lock +++ b/glide.lock @@ -1,5 +1,5 @@ -hash: 162159c2260fa3049a9fc3c36bf0ffea650584f01e7fc29b1dbf7748f3c19f2b -updated: 2018-06-26T17:04:25.584458368-05:00 +hash: 47ef668e5719d3069a251fd90986b73b7d64446db3219428b51b0fcdd410e82d +updated: 2018-06-26T18:01:48.903575735-05:00 imports: - name: github.com/agext/levenshtein version: 5f10fee965225ac1eecdc234c09daf5cd9e7f7b6 @@ -63,7 +63,7 @@ imports: - name: github.com/go-ini/ini version: cec2bdc49009247305a260b082a18e802d0fe292 - name: github.com/golang/protobuf - version: e09c5db296004fbe3f74490e84dcd62c3c5ddb1b + version: bbd03ef6da3a115852eaf24c8a1c46aeb39aa175 subpackages: - proto - ptypes @@ -89,7 +89,7 @@ imports: - name: github.com/hashicorp/go-uuid version: 27454136f0364f2d44b1276c552d69105cf8c498 - name: github.com/hashicorp/go-version - version: 23480c0665776210b5fbbac6eaaee40e3e6a96b7 + version: 4fe82ae3040f80a03d04d2cccb5606a626b8e1ee - name: github.com/hashicorp/hcl version: ef8a98b0bbce4a65b5aa4c368430a80ddc533168 subpackages: @@ -148,7 +148,7 @@ imports: - tfdiags - version - name: github.com/hashicorp/yamux - version: 3520598351bb3500a49ae9563f5539666ae0a27c + version: 683f49123a33db61abfb241b7ac5e4af4dc54d55 - name: github.com/jmespath/go-jmespath version: c2b33e8439af944379acbdd9c3a5fe0bc44bd8a5 - name: github.com/mattn/go-colorable @@ -168,7 +168,7 @@ imports: - name: github.com/mitchellh/hashstructure version: 2bca23e0e452137f789efbc8610126fd8b94f73b - name: github.com/mitchellh/mapstructure - version: bb74f1db0675b241733089d5a1faa5dd8b0ef57b + version: a4e142e9c047c904fa2f1e144d9a84e6133024bc - name: github.com/mitchellh/reflectwalk version: 63d60e9d0dbc60cf9164e6510889b0db6683d98c - name: github.com/oklog/run @@ -217,7 +217,7 @@ imports: - cty/json - cty/set - name: golang.org/x/crypto - version: 12892e8c234f4fe6f6803f052061de9057903bb2 + version: 5119cf507ed5294cc409c092980c7497ee5d6fd2 subpackages: - bcrypt - blowfish @@ -229,7 +229,7 @@ imports: - openpgp/packet - openpgp/s2k - name: golang.org/x/net - version: b68f30494add4df6bd8ef5e82803f308e7f7c59c + version: f5dfe339be1d06f81b22525fe34671ee7d2c8904 subpackages: - context - context/ctxhttp @@ -242,22 +242,22 @@ imports: - lex/httplex - trace - name: golang.org/x/oauth2 - version: fdc9e635145ae97e6c2cb777c48305600cf515cb + version: 543e37812f10c46c622c9575afd7ad22f22a12ba subpackages: - internal - name: golang.org/x/sys - version: 378d26f46672a356c46195c28f61bdb4c0a781dd + version: 37707fdb30a5b38865cfb95e5aab41707daec7fd subpackages: - unix - name: golang.org/x/text - version: 5cec4b58c438bd98288aeb248bab2c1840713d21 + version: 4e4a3210bb54bb31f6ab2cdca2edcc0b50c420c1 subpackages: - secure/bidirule - transform - unicode/bidi - unicode/norm - name: google.golang.org/appengine - version: ad39d7fab7c60b2493fdc318c3d2cdb2128f92a4 + version: 5bee14b453b4c71be47ec1781b0fa61c2ea182db subpackages: - internal - internal/base diff --git a/glide.yaml b/glide.yaml index 442ff1d..ecd2e48 100644 --- a/glide.yaml +++ b/glide.yaml @@ -2,5 +2,7 @@ package: github.com/sandwichcloud/terraform-provider-sandwich import: - package: github.com/hashicorp/terraform version: 0.11.7 +- package: github.com/hashicorp/go-uuid + version: 27454136f0364f2d44b1276c552d69105cf8c498 - package: github.com/sandwichcloud/deli-cli version: 0.0.30