go mod tidy
This commit is contained in:
parent
cd4592d257
commit
2edeff726d
2 changed files with 8 additions and 1 deletions
3
go.mod
3
go.mod
|
@ -2,8 +2,9 @@ module cronyakatsuki/upfast
|
|||
|
||||
go 1.21.5
|
||||
|
||||
require github.com/labstack/echo/v4 v4.11.3
|
||||
|
||||
require (
|
||||
github.com/labstack/echo/v4 v4.11.3 // indirect
|
||||
github.com/labstack/gommon v0.4.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue