mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-18 17:48:00 +08:00
chore: update beego/v2 to latest commit
- dont't use v2.0.1, there has bugs in this version - update latest version using go get
This commit is contained in:
2
go.mod
2
go.mod
@@ -5,7 +5,7 @@ go 1.12
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.4.1
|
||||
github.com/andybalholm/cascadia v1.2.0 // indirect
|
||||
github.com/beego/beego/v2 v2.0.1
|
||||
github.com/beego/beego/v2 v2.0.2-0.20210322114547-10ea897525a5 // indirect
|
||||
github.com/boombuler/barcode v1.0.0
|
||||
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
|
||||
github.com/howeyc/fsnotify v0.9.0
|
||||
|
Reference in New Issue
Block a user