change types and add pending

This commit is contained in:
Henry Dollman
2024-07-14 18:42:36 -04:00
parent 0af3138ef7
commit ef3a24325c
4 changed files with 66 additions and 27 deletions

2
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/labstack/echo/v5 v5.0.0-20230722203903-ec5b858dab61
github.com/pocketbase/dbx v1.10.1
github.com/pocketbase/pocketbase v0.22.16
golang.org/x/crypto v0.24.0
)
require (
@@ -59,7 +60,6 @@ require (
github.com/valyala/fasttemplate v1.2.2 // indirect
go.opencensus.io v0.24.0 // indirect
gocloud.dev v0.37.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect