We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002e1d5 commit ab31cd4Copy full SHA for ab31cd4
admin.db
0 Bytes
bootstrap.go
@@ -0,0 +1 @@
1
+package main
go.mod
@@ -3,10 +3,13 @@ module github.com/GoAdminGroup/example
3
go 1.13
4
5
require (
6
+ github.com/GoAdminGroup/demo v0.0.0-20200804012912-343055b5c399
7
github.com/GoAdminGroup/go-admin v1.2.15
8
github.com/GoAdminGroup/themes v0.0.38
9
+ github.com/gavv/httpexpect v2.0.0+incompatible
10
github.com/gin-gonic/gin v1.5.0
11
github.com/gobuffalo/packr/v2 v2.8.0 // indirect
12
github.com/jinzhu/gorm v1.9.12
13
github.com/shirou/gopsutil v2.20.3+incompatible // indirect
14
+ github.com/valyala/fasthttp v1.15.1 // indirect
15
)
0 commit comments