File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6565| | _/ / ___ ___
6666| ___ \ / _ \ / _ \
6767| | _/ /| __/| __/
68- \_ ___/ \_ __| \_ __| v2.0.3
68+ \_ ___/ \_ __| \_ __| v2.0.4
6969
70- ├── Beego : 2.0.3
70+ ├── Beego : 2.0.4
7171├── GoVersion : go1.14.1
7272├── GOOS : darwin
7373├── GOARCH : amd64
@@ -90,8 +90,8 @@ $ bee version -o json
9090 " GOPATH" : " /home/beeuser/.go" ,
9191 " GOROOT" : " /usr/local/Cellar/go/1.14.1/libexec" ,
9292 " Compiler" : " gc" ,
93- " BeeVersion" : " 2.0.3 " ,
94- " BeegoVersion" : " 2.0.3 " ,
93+ " BeeVersion" : " 2.0.4 " ,
94+ " BeegoVersion" : " 2.0.4 " ,
9595 " Published" : " 2020-09-13"
9696}
9797```
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727const confVer = 0
2828
2929const (
30- Version = "2.0.3 "
30+ Version = "2.0.4 "
3131 GitRemotePath = "github.com/beego/bee/v2"
3232)
3333
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/beego/bee/v2
33go 1.18
44
55require (
6- github.com/beego/beego/v2 v2.0.3
6+ github.com/beego/beego/v2 v2.0.4
77 github.com/davecgh/go-spew v1.1.1
88 github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
99 github.com/fsnotify/fsnotify v1.4.9
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk5
4343github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e /go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o =
4444github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da /go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY =
4545github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
46- github.com/beego/beego/v2 v2.0.3 h1:vLrjDsn3JcxvIUqduDs4i0BdWuu5v7YN2FRKQcTWIDI =
47- github.com/beego/beego/v2 v2.0.3 /go.mod h1:svcOCy6uDaGYHwcO3nppzKwFigeXm8WHkZfgnvemYNM =
46+ github.com/beego/beego/v2 v2.0.4 h1:1NjpVkcqYVdKE06VJTQUVzsgZqFcaj0MqjHna57bWsA =
47+ github.com/beego/beego/v2 v2.0.4 /go.mod h1:21YTlo+jRYqrM/dLC0knzmo9C25x0pqddoKqy8kxev8 =
4848github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 /go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q =
4949github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
5050github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
You can’t perform that action at this time.
0 commit comments