update dep

This commit is contained in:
Jon Lundy 2018-04-27 15:57:02 -06:00
parent fd17c50053
commit 59af2bc6aa
Signed by untrusted user who does not match committer: xuu
GPG Key ID: 346DF999B2530DAE

31
Gopkg.lock generated
View File

@ -1,6 +1,12 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
name = "github.com/cgilling/dbstats"
packages = ["."]
revision = "c9db8cf218e67da0c12f60591e9ac438d1573a85"
[[projects]] [[projects]]
name = "github.com/docopt/docopt.go" name = "github.com/docopt/docopt.go"
packages = ["."] packages = ["."]
@ -38,6 +44,7 @@
".", ".",
"hcl/ast", "hcl/ast",
"hcl/parser", "hcl/parser",
"hcl/printer",
"hcl/scanner", "hcl/scanner",
"hcl/strconv", "hcl/strconv",
"hcl/token", "hcl/token",
@ -45,7 +52,7 @@
"json/scanner", "json/scanner",
"json/token" "json/token"
] ]
revision = "23c074d0eceb2b8a5bfdbb271ab780cde70f05a8" revision = "ef8a98b0bbce4a65b5aa4c368430a80ddc533168"
[[projects]] [[projects]]
name = "github.com/magiconair/properties" name = "github.com/magiconair/properties"
@ -71,8 +78,8 @@
".", ".",
"mem" "mem"
] ]
revision = "bb8f1927f2a9d3ab41c9340aa034f6b803f4359c" revision = "63644898a8da0bc22138abf860edaf5277b6102e"
version = "v1.0.2" version = "v1.1.0"
[[projects]] [[projects]]
name = "github.com/spf13/cast" name = "github.com/spf13/cast"
@ -89,26 +96,26 @@
[[projects]] [[projects]]
name = "github.com/spf13/pflag" name = "github.com/spf13/pflag"
packages = ["."] packages = ["."]
revision = "e57e3eeb33f795204c1ca35f56c44f83227c6e66" revision = "583c0c0531f06d5278b7d917446061adc344b5cd"
version = "v1.0.0" version = "v1.0.1"
[[projects]] [[projects]]
name = "github.com/spf13/viper" name = "github.com/spf13/viper"
packages = ["."] packages = ["."]
revision = "25b30aa063fc18e48662b86996252eabdcf2f0c7" revision = "b5e8006cbee93ec955a89ab31e0e3ce3204f3736"
version = "v1.0.0" version = "v1.0.2"
[[projects]] [[projects]]
branch = "master" branch = "master"
name = "golang.org/x/net" name = "golang.org/x/net"
packages = ["context"] packages = ["context"]
revision = "24dd3780ca4f75fed9f321890729414a4b5d3f13" revision = "5f9ae10d9af5b1c89ae6904293b14b064d4ada23"
[[projects]] [[projects]]
branch = "master" branch = "master"
name = "golang.org/x/sys" name = "golang.org/x/sys"
packages = ["unix"] packages = ["unix"]
revision = "01acb38716e021ed1fc03a602bdb5838e1358c5e" revision = "cbbc999da32df943dac6cd71eb3ee39e1d7838b9"
[[projects]] [[projects]]
name = "golang.org/x/text" name = "golang.org/x/text"
@ -126,8 +133,8 @@
[[projects]] [[projects]]
name = "gopkg.in/yaml.v2" name = "gopkg.in/yaml.v2"
packages = ["."] packages = ["."]
revision = "7f97868eec74b32b0982dd158a51a446d1da7eb5" revision = "5420a8b6744d3b0345ab293f6fcba19c978f1183"
version = "v2.1.1" version = "v2.2.1"
[[projects]] [[projects]]
branch = "master" branch = "master"
@ -139,7 +146,7 @@
"stats", "stats",
"uuid" "uuid"
] ]
revision = "393ab5d259e06f5a92cefa01b49c94fd66678fbc" revision = "269d338a355c78bd998da6be806d99216b4f19a0"
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"