Skip to content

Commit 78698c4

Browse files
authored
Update go.mod
1 parent fa8e268 commit 78698c4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

go.mod

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ go 1.13
44

55
require (
66
github.com/360EntSecGroup-Skylar/excelize v1.4.1
7-
github.com/GoAdminGroup/html v0.0.1
8-
github.com/GoAdminGroup/themes v0.0.27
9-
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e
7+
github.com/GoAdminGroup/html v0.0.1 // indirect
8+
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
109
github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e
11-
github.com/gin-gonic/gin v1.5.0
1210
github.com/go-sql-driver/mysql v1.5.0
13-
github.com/gogf/gf v1.11.6
1411
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
1512
github.com/lib/pq v1.3.0
1613
github.com/magiconair/properties v1.8.1
@@ -25,6 +22,6 @@ require (
2522
golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
2623
golang.org/x/text v0.3.2
2724
google.golang.org/appengine v1.6.5 // indirect
28-
gopkg.in/ini.v1 v1.51.0
29-
gopkg.in/yaml.v2 v2.2.8
25+
gopkg.in/ini.v1 v1.51.0 // indirect
26+
gopkg.in/yaml.v2 v2.2.8 // indirect
3027
)

0 commit comments

Comments
 (0)