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:
roberChen
2021-03-24 20:16:11 +08:00
parent b8881dffcd
commit 9884afc030
2 changed files with 7 additions and 1 deletions

2
go.mod
View File

@@ -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