File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.13.3 - 2024-12-19
4+
5+ ** Security**
6+
7+ * Update golang.org/x/net dependency [ GO-2024-3333] ( https://pkg.go.dev/vuln/GO-2024-3333 ) in https://github.com/labstack/echo/pull/2722
8+
9+
310## v4.13.2 - 2024-12-12
411
512** Security**
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ const (
259259
260260const (
261261 // Version of Echo
262- Version = "4.13.2 "
262+ Version = "4.13.3 "
263263 website = "https://echo.labstack.com"
264264 // http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
265265 banner = `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/stretchr/testify v1.10.0
88 github.com/valyala/fasttemplate v1.2.2
99 golang.org/x/crypto v0.31.0
10- golang.org/x/net v0.32 .0
10+ golang.org/x/net v0.33 .0
1111 golang.org/x/time v0.8.0
1212)
1313
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQ
1717github.com/valyala/fasttemplate v1.2.2 /go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ =
1818golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U =
1919golang.org/x/crypto v0.31.0 /go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk =
20- golang.org/x/net v0.32 .0 h1:ZqPmj8Kzc+Y6e0+skZsuACbx+wzMgo5MQsJh9Qd6aYI =
21- golang.org/x/net v0.32 .0 /go.mod h1:CwU0IoeOlnQQWJ6ioyFrfRuomB8GKF6KbYXZVyeXNfs =
20+ golang.org/x/net v0.33 .0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I =
21+ golang.org/x/net v0.33 .0 /go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4 =
2222golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
2323golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
2424golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
You can’t perform that action at this time.
0 commit comments