Skip to content

Commit ab31cd4

Browse files
author
cg33
committed
update to v1.2.15
1 parent 002e1d5 commit ab31cd4

File tree

4 files changed

+101
-0
lines changed

4 files changed

+101
-0
lines changed

admin.db

0 Bytes
Binary file not shown.

bootstrap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package main

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ module github.com/GoAdminGroup/example
33
go 1.13
44

55
require (
6+
github.com/GoAdminGroup/demo v0.0.0-20200804012912-343055b5c399
67
github.com/GoAdminGroup/go-admin v1.2.15
78
github.com/GoAdminGroup/themes v0.0.38
9+
github.com/gavv/httpexpect v2.0.0+incompatible
810
github.com/gin-gonic/gin v1.5.0
911
github.com/gobuffalo/packr/v2 v2.8.0 // indirect
1012
github.com/jinzhu/gorm v1.9.12
1113
github.com/shirou/gopsutil v2.20.3+incompatible // indirect
14+
github.com/valyala/fasthttp v1.15.1 // indirect
1215
)

0 commit comments

Comments
 (0)