feat: added all features for seconde release candidate
This commit is contained in:
parent
9c25956711
commit
e65ba85c43
7 changed files with 1947 additions and 850 deletions
|
|
@ -5,6 +5,7 @@ go 1.25.3
|
|||
require (
|
||||
github.com/labstack/echo/v4 v4.13.4
|
||||
golang.org/x/crypto v0.43.0
|
||||
golang.org/x/time v0.11.0
|
||||
modernc.org/sqlite v1.40.0
|
||||
)
|
||||
|
||||
|
|
@ -22,7 +23,6 @@ require (
|
|||
golang.org/x/net v0.45.0 // indirect
|
||||
golang.org/x/sys v0.37.0 // indirect
|
||||
golang.org/x/text v0.30.0 // indirect
|
||||
golang.org/x/time v0.11.0 // indirect
|
||||
modernc.org/libc v1.66.10 // indirect
|
||||
modernc.org/mathutil v1.7.1 // indirect
|
||||
modernc.org/memory v1.11.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue