Skip to content

Commit 0ebd775

Browse files
committed
Fix wrong import
1 parent 0e39bac commit 0ebd775

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

routers/routes/install.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ import (
2626
"code.gitea.io/gitea/modules/user"
2727
"code.gitea.io/gitea/modules/util"
2828
"code.gitea.io/gitea/routers"
29-
"gitea.com/go-chi/session"
3029

30+
"gitea.com/go-chi/session"
3131
"github.com/go-chi/chi"
32-
"github.com/unknwon/com"
3332
"github.com/unrolled/render"
3433
"gopkg.in/ini.v1"
3534
)

vendor/modules.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,6 @@ github.com/syndtr/goleveldb/leveldb/storage
736736
github.com/syndtr/goleveldb/leveldb/table
737737
github.com/syndtr/goleveldb/leveldb/util
738738
# github.com/tinylib/msgp v1.1.5
739-
# github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481
740-
## explicit
741-
# github.com/tinylib/msgp v1.1.2
742739
## explicit
743740
github.com/tinylib/msgp/msgp
744741
# github.com/toqueteos/webbrowser v1.2.0

0 commit comments

Comments
 (0)