diff --git a/controller.go b/controller.go index 94722c5f..72ba323b 100644 --- a/controller.go +++ b/controller.go @@ -28,8 +28,8 @@ import ( "strconv" "strings" - "github.com/mvpmvh/beego/context" - "github.com/mvpmvh/beego/session" + "github.com/astaxie/beego/context" + "github.com/astaxie/beego/session" ) //commonly used mime-types diff --git a/controller_test.go b/controller_test.go index 8077e6aa..15938cdc 100644 --- a/controller_test.go +++ b/controller_test.go @@ -16,7 +16,7 @@ package beego import ( "fmt" - "github.com/mvpmvh/beego/context" + "github.com/astaxie/beego/context" ) func ExampleGetInt() {