mirror of
https://github.com/kataras/iris.git
synced 2026-01-04 18:57:03 +00:00
obey the vote of @1370 (77-111 at this point) - add import suffix on iris repository
We have to do the same on iris-contrib/examples, iris-contrib/middleware and e.t.c. Former-commit-id: 0860688158f374bc137bc934b81b26dcd0e10964
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package hero
|
||||
|
||||
import (
|
||||
"github.com/kataras/iris/hero/di"
|
||||
"github.com/kataras/iris/v12/hero/di"
|
||||
|
||||
"github.com/kataras/golog"
|
||||
"github.com/kataras/iris/context"
|
||||
"github.com/kataras/iris/v12/context"
|
||||
)
|
||||
|
||||
// def is the default hero value which can be used for dependencies share.
|
||||
|
||||
Reference in New Issue
Block a user