Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeweb committed Jan 16, 2018
1 parent 472fd8e commit dd46f78
Show file tree
Hide file tree
Showing 45 changed files with 1,274 additions and 127 deletions.
71 changes: 58 additions & 13 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 0 additions & 65 deletions Gopkg.toml
@@ -1,4 +1,3 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
Expand All @@ -21,54 +20,6 @@
# version = "2.4.0"


[[constraint]]
name = "github.com/DATA-DOG/go-sqlmock"
version = "1.2.0"

[[constraint]]
branch = "master"
name = "github.com/auth0/go-jwt-middleware"

[[constraint]]
name = "github.com/clbanning/mxj"
version = "1.6.1"

[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "3.0.0"

[[constraint]]
name = "github.com/fatih/color"
version = "1.5.0"

[[constraint]]
name = "github.com/gorilla/mux"
version = "1.4.0"

[[constraint]]
branch = "master"
name = "github.com/jmoiron/sqlx"

[[constraint]]
branch = "master"
name = "github.com/lib/pq"

[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"

[[constraint]]
branch = "master"
name = "github.com/spf13/viper"

[[constraint]]
name = "github.com/urfave/negroni"
version = "0.2.0"

[[constraint]]
name = "gopkg.in/mattes/migrate.v1"
version = "1.3.2"

[[constraint]]
branch = "master"
name = "github.com/prest/adapters"
Expand All @@ -80,19 +31,3 @@
[[constraint]]
branch = "master"
name = "github.com/prest/config"

[[constraint]]
branch = "master"
name = "github.com/prest/controllers"

[[constraint]]
branch = "master"
name = "github.com/prest/helpers"

[[constraint]]
branch = "master"
name = "github.com/prest/middlewares"

[[constraint]]
branch = "master"
name = "github.com/prest/template"
11 changes: 6 additions & 5 deletions vendor/github.com/mitchellh/mapstructure/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/mitchellh/mapstructure/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 84 additions & 5 deletions vendor/github.com/mitchellh/mapstructure/mapstructure.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions vendor/github.com/mitchellh/mapstructure/mapstructure_bugs_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd46f78

Please sign in to comment.