mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 10:01:20 +02:00
Update Glide dependencies.
This commit is contained in:
parent
33769d2ec3
commit
80ce588fdd
34
glide.lock
generated
34
glide.lock
generated
@ -1,10 +1,10 @@
|
|||||||
hash: 03601eebacfd9fcac492ebdfbc1b8ecbe7acc5142ab6f1b0f248c9720f166702
|
hash: 03601eebacfd9fcac492ebdfbc1b8ecbe7acc5142ab6f1b0f248c9720f166702
|
||||||
updated: 2017-01-05T00:57:07.115032102-08:00
|
updated: 2017-02-22T16:07:46.637926162-08:00
|
||||||
imports:
|
imports:
|
||||||
- name: github.com/fsnotify/fsnotify
|
- name: github.com/fsnotify/fsnotify
|
||||||
version: fd9ec7deca8bf46ecd2a795baaacf2b3a9be1197
|
version: a904159b9206978bb6d53fcc7a769e5cd726c737
|
||||||
- name: github.com/hashicorp/hcl
|
- name: github.com/hashicorp/hcl
|
||||||
version: 80e628d796135357b3d2e33a985c666b9f35eee1
|
version: 630949a3c5fa3c613328e1b8256052cbc2327c9b
|
||||||
subpackages:
|
subpackages:
|
||||||
- hcl/ast
|
- hcl/ast
|
||||||
- hcl/parser
|
- hcl/parser
|
||||||
@ -17,35 +17,35 @@ imports:
|
|||||||
- 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: 9c47895dc1ce54302908ab8a43385d1f5df2c11c
|
version: b3b15ef068fd0b17ddf408a23669f20811d194d2
|
||||||
- name: github.com/mitchellh/mapstructure
|
- name: github.com/mitchellh/mapstructure
|
||||||
version: bfdb1a85537d60bc7e954e600c250219ea497417
|
version: db1efb556f84b25a0a13a04aad883943538ad2e0
|
||||||
- name: github.com/pelletier/go-buffruneio
|
- name: github.com/pelletier/go-buffruneio
|
||||||
version: df1e16fde7fc330a0ca68167c23bf7ed6ac31d6d
|
version: df1e16fde7fc330a0ca68167c23bf7ed6ac31d6d
|
||||||
- name: github.com/pelletier/go-toml
|
- name: github.com/pelletier/go-toml
|
||||||
version: 439fbba1f887c286024370cb4f281ba815c4c7d7
|
version: 22139eb5469018e7374b3e7ef653de37ffb44f72
|
||||||
- name: github.com/spf13/afero
|
- name: github.com/spf13/afero
|
||||||
version: 90dd71edc4d0a8b3511dc12ea15d617d03be09e0
|
version: 9be650865eab0c12963d8753212f4f9c66cdcf12
|
||||||
subpackages:
|
subpackages:
|
||||||
- mem
|
- mem
|
||||||
- name: github.com/spf13/cast
|
- name: github.com/spf13/cast
|
||||||
version: 56a7ecbeb18dde53c6db4bd96b541fd9741b8d44
|
version: f820543c3592e283e311a60d2a600a664e39f6f7
|
||||||
- name: github.com/spf13/cobra
|
- name: github.com/spf13/cobra
|
||||||
version: 1dd5ff2e11b6dca62fdcb275eb804b94607d8b06
|
version: ee4055870c2d5f7ce112642377e32c9929c3bbaf
|
||||||
- name: github.com/spf13/jwalterweatherman
|
- name: github.com/spf13/jwalterweatherman
|
||||||
version: ef70f054fd0b4438ec4be55f2680b2a0f705675b
|
version: fa7ca7e836cf3a8bb4ebf799f472c12d7e903d66
|
||||||
- name: github.com/spf13/pflag
|
- name: github.com/spf13/pflag
|
||||||
version: 25f8b5b07aece3207895bf19f7ab517eb3b22a40
|
version: 9ff6c6923cfffbcd502984b8e0c80539a94968b7
|
||||||
- name: github.com/spf13/viper
|
- name: github.com/spf13/viper
|
||||||
version: 5ed0fc31f7f453625df314d8e66b9791e8d13003
|
version: 7538d73b4eb9511d85a9f1dfef202eeb8ac260f4
|
||||||
- name: golang.org/x/crypto
|
- name: golang.org/x/crypto
|
||||||
version: 5b4074c2c416448b5d06e287167144493aabda43
|
version: 453249f01cfeb54c3d549ddb75ff152ca243f9d8
|
||||||
subpackages:
|
subpackages:
|
||||||
- nacl/secretbox
|
- nacl/secretbox
|
||||||
- poly1305
|
- poly1305
|
||||||
- salsa20/salsa
|
- salsa20/salsa
|
||||||
- name: golang.org/x/net
|
- name: golang.org/x/net
|
||||||
version: 69d4b8aa71caaaa75c3dfc11211d1be495abec7c
|
version: 6b27048ae5e6ad1ef927e72e437531493de612fe
|
||||||
subpackages:
|
subpackages:
|
||||||
- bpf
|
- bpf
|
||||||
- ipv4
|
- ipv4
|
||||||
@ -54,14 +54,14 @@ imports:
|
|||||||
- internal/netreflect
|
- internal/netreflect
|
||||||
- ipv6
|
- ipv6
|
||||||
- name: golang.org/x/sys
|
- name: golang.org/x/sys
|
||||||
version: d75a52659825e75fff6158388dddc6a5b04f9ba5
|
version: 075e574b89e4c2d22f2286a7e2b919519c6f3547
|
||||||
subpackages:
|
subpackages:
|
||||||
- unix
|
- unix
|
||||||
- name: golang.org/x/text
|
- name: golang.org/x/text
|
||||||
version: fd889fe3a20f4878f5f47672fd3ca5b86db005e2
|
version: 767daa157b4d460bba02409ff856ddeeb8e76ab7
|
||||||
subpackages:
|
subpackages:
|
||||||
- transform
|
- transform
|
||||||
- unicode/norm
|
- unicode/norm
|
||||||
- name: gopkg.in/yaml.v2
|
- name: gopkg.in/yaml.v2
|
||||||
version: a5b47d31c556af34a302ce5d659e6fea44d90de0
|
version: a3f3340b5840cee44f372bddb5880fcbc419b46a
|
||||||
testImports: []
|
testImports: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user