Update dep file

This commit is contained in:
Jannis Mattheis 2018-02-10 23:16:13 +01:00 committed by Jannis Mattheis
parent dffe12418b
commit bd612e520b
1 changed files with 32 additions and 2 deletions

34
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]]
name = "github.com/BurntSushi/toml"
packages = ["."]
revision = "b26d9c308763d68093482582cea63d69be07a0f0"
version = "v0.3.0"
[[projects]] [[projects]]
branch = "master" branch = "master"
name = "github.com/bouk/monkey" name = "github.com/bouk/monkey"
@ -54,11 +60,19 @@
revision = "ea4d1f681babbce9545c9c5f3d5194a789c89f5b" revision = "ea4d1f681babbce9545c9c5f3d5194a789c89f5b"
version = "v1.2.0" version = "v1.2.0"
[[projects]]
branch = "master"
name = "github.com/jinzhu/configor"
packages = ["."]
revision = "6ecfe629230f24c2e92c7894c6ab21b83b757a39"
[[projects]] [[projects]]
name = "github.com/jinzhu/gorm" name = "github.com/jinzhu/gorm"
packages = [ packages = [
".", ".",
"dialects/mysql" "dialects/mysql",
"dialects/postgres",
"dialects/sqlite"
] ]
revision = "5174cc5c242a728b435ea2be8a2f7f998e15429b" revision = "5174cc5c242a728b435ea2be8a2f7f998e15429b"
version = "v1.0" version = "v1.0"
@ -75,12 +89,28 @@
revision = "f7279a603edee96fe7764d3de9c6ff8cf9970994" revision = "f7279a603edee96fe7764d3de9c6ff8cf9970994"
version = "1.0.4" version = "1.0.4"
[[projects]]
branch = "master"
name = "github.com/lib/pq"
packages = [
".",
"hstore",
"oid"
]
revision = "88edab0803230a3898347e77b474f8c1820a1f20"
[[projects]] [[projects]]
name = "github.com/mattn/go-isatty" name = "github.com/mattn/go-isatty"
packages = ["."] packages = ["."]
revision = "0360b2af4f38e8d38c7fce2a9f4e702702d73a39" revision = "0360b2af4f38e8d38c7fce2a9f4e702702d73a39"
version = "v0.0.3" version = "v0.0.3"
[[projects]]
name = "github.com/mattn/go-sqlite3"
packages = ["."]
revision = "6c771bb9887719704b210e87e934f08be014bdb1"
version = "v1.6.0"
[[projects]] [[projects]]
name = "github.com/pmezard/go-difflib" name = "github.com/pmezard/go-difflib"
packages = ["difflib"] packages = ["difflib"]
@ -140,6 +170,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "cf284f7d2d5ff9e0373bc7d0362c4be6c639aceb2d9c41ad0ed0bb8782348d9a" inputs-digest = "c389abe1371113a3e8bf6c4f682903966f02a2a49bd6797a86b2045a1d54fd49"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1