From cfdff2a9628e8d663ce1682cc3b57669ee4cebc0 Mon Sep 17 00:00:00 2001 From: sunshinekitty Date: Wed, 13 Sep 2017 03:06:01 -0500 Subject: [PATCH] Update for formBinder repo rename Former-commit-id: a996a9fe9f65099f3511beea207ba29f69879f64 --- Gopkg.lock | 2 +- Gopkg.toml | 2 +- context/context.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index bc39bd06..8de5cfea 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -99,7 +99,7 @@ [[projects]] branch = "master" - name = "github.com/iris-contrib/form-binder" + name = "github.com/iris-contrib/formBinder" packages = ["."] revision = "ed52a69d2bfbe92c9e8c5a35cad28da183ededdc" diff --git a/Gopkg.toml b/Gopkg.toml index 33e45d0a..e5a8564e 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -40,7 +40,7 @@ [[constraint]] branch = "master" - name = "github.com/iris-contrib/form-binder" + name = "github.com/iris-contrib/formBinder" [[constraint]] branch = "master" diff --git a/context/context.go b/context/context.go index d8895dae..5bf5a2fc 100644 --- a/context/context.go +++ b/context/context.go @@ -23,7 +23,7 @@ import ( "time" "github.com/fatih/structs" - "github.com/iris-contrib/form-binder" + formbinder "github.com/iris-contrib/formBinder" "github.com/json-iterator/go" "github.com/microcosm-cc/bluemonday" "github.com/russross/blackfriday"