Update the glide lock to newer versions.

This commit is contained in:
David Anderson 2017-12-24 17:19:14 -08:00
parent 18af042ed8
commit bff58e14b3
2 changed files with 24 additions and 21 deletions

41
glide.lock generated
View File

@ -1,67 +1,66 @@
hash: 03601eebacfd9fcac492ebdfbc1b8ecbe7acc5142ab6f1b0f248c9720f166702 hash: 185ae8303fbad004e25832461d1ee4270898513176604c78b50c742c511ec5a6
updated: 2017-06-01T20:04:18.714898525-07:00 updated: 2017-12-24T17:18:37.187557876-08:00
imports: imports:
- name: github.com/fsnotify/fsnotify - name: github.com/fsnotify/fsnotify
version: 4da3e2cfbabc9f751898f250b49f2439785783a1 version: 4da3e2cfbabc9f751898f250b49f2439785783a1
- name: github.com/hashicorp/hcl - name: github.com/hashicorp/hcl
version: 392dba7d905ed5d04a5794ba89f558b27e2ba1ca version: 23c074d0eceb2b8a5bfdbb271ab780cde70f05a8
subpackages: subpackages:
- hcl/ast - hcl/ast
- hcl/parser - hcl/parser
- hcl/token - hcl/printer
- json/parser
- hcl/scanner - hcl/scanner
- hcl/strconv - hcl/strconv
- hcl/token
- json/parser
- json/scanner - json/scanner
- json/token - json/token
- name: github.com/inconshreveable/mousetrap - name: github.com/inconshreveable/mousetrap
version: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75 version: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
- name: github.com/magiconair/properties - name: github.com/magiconair/properties
version: 51463bfca2576e06c62a8504b5c0f06d61312647 version: 49d762b9817ba1c2e9d0c69183c2b4a8b8f1d934
- name: github.com/mitchellh/mapstructure - name: github.com/mitchellh/mapstructure
version: d0303fe809921458f417bcf828397a65db30a7e4 version: 06020f85339e21b2478f756a78e295255ffa4d6a
- name: github.com/pelletier/go-buffruneio
version: c37440a7cf42ac63b919c752ca73a85067e05992
- name: github.com/pelletier/go-toml - name: github.com/pelletier/go-toml
version: 5ccdfb18c776b740aecaf085c4d9a2779199c279 version: 0131db6d737cfbbfb678f8b7d92e55e27ce46224
- name: github.com/spf13/afero - name: github.com/spf13/afero
version: 9be650865eab0c12963d8753212f4f9c66cdcf12 version: 8d919cbe7e2627e417f3e45c3c0e489a5b7e2536
subpackages: subpackages:
- mem - mem
- name: github.com/spf13/cast - name: github.com/spf13/cast
version: acbeb36b902d72a7a4c18e8f3241075e7ab763e4 version: acbeb36b902d72a7a4c18e8f3241075e7ab763e4
- name: github.com/spf13/cobra - name: github.com/spf13/cobra
version: 8d4ce3549a0bf0e3569df3aae7423b7743cd05a9 version: ccaecb155a2177302cb56cae929251a256d0f646
- name: github.com/spf13/jwalterweatherman - name: github.com/spf13/jwalterweatherman
version: 0efa5202c04663c757d84f90f5219c1250baf94f version: 12bd96e66386c1960ab0f74ced1362f66f552f7b
- name: github.com/spf13/pflag - name: github.com/spf13/pflag
version: e57e3eeb33f795204c1ca35f56c44f83227c6e66 version: 4c012f6dcd9546820e378d0bdda4d8fc772cdfea
- name: github.com/spf13/viper - name: github.com/spf13/viper
version: 0967fc9aceab2ce9da34061253ac10fb99bba5b2 version: 1a0c4a370c3e8286b835467d2dfcdaf636c3538b
- name: golang.org/x/crypto - name: golang.org/x/crypto
version: e1a4589e7d3ea14a3352255d04b6f1a418845e5e version: d585fd2cc9195196078f516b69daff6744ef5e84
subpackages: subpackages:
- nacl/secretbox - nacl/secretbox
- poly1305 - poly1305
- salsa20/salsa - salsa20/salsa
- name: golang.org/x/net - name: golang.org/x/net
version: 3da985ce5951d99de868be4385f21ea6c2b22f24 version: d866cfc389cec985d6fda2859936a575a55a3ab6
subpackages: subpackages:
- bpf - bpf
- ipv4
- icmp - icmp
- internal/iana - internal/iana
- internal/socket - internal/socket
- ipv4
- ipv6 - ipv6
- name: golang.org/x/sys - name: golang.org/x/sys
version: b90f89a1e7a9c1f6b918820b3daa7f08488c8594 version: 83801418e1b59fb1880e363299581ee543af32ca
subpackages: subpackages:
- unix - unix
- name: golang.org/x/text - name: golang.org/x/text
version: 4ee4af566555f5fbe026368b75596286a312663a version: eb22672bea55af56d225d4e35405f4d2e9f062a0
subpackages: subpackages:
- transform - transform
- unicode/norm - unicode/norm
- name: gopkg.in/yaml.v2 - name: gopkg.in/yaml.v2
version: cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b version: 287cf08546ab5e7e37d55a84f7ed3fd1db036de5
testImports: [] testImports: []

View File

@ -2,7 +2,11 @@ package: go.universe.tf/netboot
import: import:
- package: github.com/spf13/cobra - package: github.com/spf13/cobra
- package: github.com/spf13/viper - package: github.com/spf13/viper
- package: golang.org/x/crypto
subpackages:
- nacl/secretbox
- package: golang.org/x/net - package: golang.org/x/net
subpackages: subpackages:
- bpf - bpf
- icmp
- ipv4 - ipv4