From 947460b6c7cae410dddeae85a809143086cc9e8e Mon Sep 17 00:00:00 2001 From: cg33 Date: Tue, 29 Oct 2019 23:44:56 +0800 Subject: [PATCH] update for v1.0.6 --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 23e5bc5..a121d79 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/GoAdminGroup/demo go 1.12 require ( - github.com/GoAdminGroup/go-admin v1.0.5 - github.com/GoAdminGroup/themes v0.0.5 + github.com/GoAdminGroup/go-admin v1.0.6 + github.com/GoAdminGroup/themes v0.0.6 github.com/gin-gonic/gin v1.4.0 github.com/go-sql-driver/mysql v1.4.1 // indirect google.golang.org/appengine v1.6.5 // indirect diff --git a/go.sum b/go.sum index 9cdf45a..81143ab 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/360EntSecGroup-Skylar/excelize v1.4.1 h1:l55mJb6rkkaUzOpSsgEeKYtS6/0g github.com/360EntSecGroup-Skylar/excelize v1.4.1/go.mod h1:vnax29X2usfl7HHkBrX5EvSCJcmH3dT9luvxzu8iGAE= github.com/GoAdminGroup/go-admin v1.0.5 h1:RJI04y11JYSLVpbd0M4HnpqlMISOzsr+mkAZOL7hd+4= github.com/GoAdminGroup/go-admin v1.0.5/go.mod h1:3LtNo6OBjJrah6kXs1nB9T3VLf0PsGEBjiZuSq9AOLo= -github.com/GoAdminGroup/themes v0.0.5 h1:2w7BiGJg9pMYCd7hbeCYFGs4cDHKK8PK/ezHcs47Tws= -github.com/GoAdminGroup/themes v0.0.5/go.mod h1:ABCOeBeibfg9DxAsGVa1NzYK9/nIbHT/BuFrCRIKo8A= +github.com/GoAdminGroup/themes v0.0.6 h1:7096uXR77WzU19JONwz1oVEuM7x/PczeVjHq6e3u4ds= +github.com/GoAdminGroup/themes v0.0.6/go.mod h1:ABCOeBeibfg9DxAsGVa1NzYK9/nIbHT/BuFrCRIKo8A= 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= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=