This commit is contained in:
2021-05-27 10:52:24 +08:00
parent ae93d82716
commit dd76247728
7 changed files with 154 additions and 51 deletions

8
go.mod
View File

@@ -3,8 +3,8 @@ module wiki
go 1.16
require (
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.7.2
github.com/unknwon/i18n v0.0.0-20210321134014-0ebbf2df1c44
golang.org/x/text v0.3.3
github.com/fsnotify/fsnotify v1.6.0
github.com/gin-gonic/gin v1.9.1
github.com/unknwon/i18n v0.0.0-20210904045753-ff3a8617e361
golang.org/x/text v0.9.0
)