File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/cetteup/playerpath
22
3- go 1.24 .0
3+ go 1.25 .0
44
55toolchain go1.25.7
66
77require (
88 github.com/Masterminds/squirrel v1.5.4
99 github.com/go-sql-driver/mysql v1.9.3
1010 github.com/labstack/echo/v4 v4.15.0
11+ github.com/labstack/echo/v5 v5.0.3
1112 github.com/rs/zerolog v1.34.0
1213 gopkg.in/yaml.v3 v3.0.1
1314)
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1212github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1313github.com/labstack/echo/v4 v4.15.0 h1:hoRTKWcnR5STXZFe9BmYun9AMTNeSbjHi2vtDuADJ24 =
1414github.com/labstack/echo/v4 v4.15.0 /go.mod h1:xmw1clThob0BSVRX1CRQkGQ/vjwcpOMjQZSZa9fKA/c =
15+ github.com/labstack/echo/v5 v5.0.3 /go.mod h1:SyvlSdObGjRXeQfCCXW/sybkZdOOQZBmpKF0bvALaeo =
1516github.com/labstack/gommon v0.4.2 h1:F8qTUNXgG1+6WQmqoUWnz8WiEU60mXVVw0P4ht1WRA0 =
1617github.com/labstack/gommon v0.4.2 /go.mod h1:QlUFxVM+SNXhDL/Z7YhocGIBYOiwB0mXm1+1bAPHPyU =
1718github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw =
You can’t perform that action at this time.
0 commit comments