cg33 6 лет назад
Родитель
Сommit
9c6ea4a1fc
2 измененных файлов с 3 добавлено и 1 удалено
  1. 1 1
      go.mod
  2. 2 0
      go.sum

+ 1 - 1
go.mod

@@ -4,6 +4,6 @@ go 1.13
 
 require (
 	github.com/GoAdminGroup/go-admin v1.2.3
-	github.com/GoAdminGroup/themes v0.0.24
+	github.com/GoAdminGroup/themes v0.0.25
 	github.com/gin-gonic/gin v1.5.0
 )

+ 2 - 0
go.sum

@@ -59,6 +59,8 @@ github.com/GoAdminGroup/themes v0.0.23 h1:LAHz86BiZOAApVcnAPlvZO2md/VJlwBSCPM2y4
 github.com/GoAdminGroup/themes v0.0.23/go.mod h1:ABCOeBeibfg9DxAsGVa1NzYK9/nIbHT/BuFrCRIKo8A=
 github.com/GoAdminGroup/themes v0.0.24 h1:LRlmdEFhSa+BfN55gNv5BGHqemP4Ezr3c8xyObzF/rM=
 github.com/GoAdminGroup/themes v0.0.24/go.mod h1:ABCOeBeibfg9DxAsGVa1NzYK9/nIbHT/BuFrCRIKo8A=
+github.com/GoAdminGroup/themes v0.0.25 h1:JfKXGeqmnG2zZp/vu7IP9jMBry6OfgneLQGrsaUHlb8=
+github.com/GoAdminGroup/themes v0.0.25/go.mod h1:ABCOeBeibfg9DxAsGVa1NzYK9/nIbHT/BuFrCRIKo8A=
 github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e/go.mod h1:Bdzq+51GR4/0DIhaICZEOm+OHvXGwwB2trKZ8B4Y6eQ=
 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
 github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=