A simple admin ui without any functionalities
Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
@@ -6,7 +6,8 @@ require github.com/gin-gonic/gin v1.8.2
|
||||
|
||||
require (
|
||||
github.com/forgoer/openssl v1.5.0
|
||||
github.com/mattn/go-sqlite3 v1.14.16
|
||||
github.com/gin-contrib/sessions v0.0.5
|
||||
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
||||
github.com/tidwall/gjson v1.14.4
|
||||
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978
|
||||
xorm.io/xorm v1.3.2
|
||||
@@ -14,6 +15,9 @@ require (
|
||||
|
||||
require (
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/gorilla/context v1.1.1 // indirect
|
||||
github.com/gorilla/securecookie v1.1.1 // indirect
|
||||
github.com/gorilla/sessions v1.2.1 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user