diff options
Diffstat (limited to 'models/user.go')
-rw-r--r-- | models/user.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/models/user.go b/models/user.go index dadda252..13f37f6b 100644 --- a/models/user.go +++ b/models/user.go @@ -30,9 +30,9 @@ import ( api "github.com/gogits/go-gogs-client" "github.com/gogits/gogs/models/errors" - "github.com/gogits/gogs/modules/avatar" - "github.com/gogits/gogs/modules/base" - "github.com/gogits/gogs/modules/setting" + "github.com/gogits/gogs/pkg/avatar" + "github.com/gogits/gogs/pkg/base" + "github.com/gogits/gogs/pkg/setting" ) type UserType int |