feat: update pocketbase to 0.23 #17
Annotations
5 errors and 10 warnings
Run golang/govulncheck-action@v1:
cmd/didimo/didimo.go#L18
no required module provides package github.com/labstack/echo/v5; to add it:
|
Run golang/govulncheck-action@v1:
cmd/didimo/didimo.go#L23
no required module provides package github.com/pocketbase/pocketbase/models; to add it:
|
Run golang/govulncheck-action@v1:
cmd/didimo/didimo.go#L18
could not import github.com/labstack/echo/v5 (invalid package name: "")
|
Run golang/govulncheck-action@v1:
cmd/didimo/didimo.go#L23
could not import github.com/pocketbase/pocketbase/models (invalid package name: "")
|
Run golang/govulncheck-action@v1
Process completed with exit code 1.
|
Run morphy/revive-action:v2:
pocketbase/feature/feature.go#L29
exported type KeypairoomConfig should have comment or be unexported
|
Run morphy/revive-action:v2:
pocketbase/feature/feature.go#L33
exported type DidConfig should have comment or be unexported
|
Run morphy/revive-action:v2:
pocketbase/feature/feature.go#L41
exported function FetchKeypairoomConfig should have comment or be unexported
|
Run morphy/revive-action:v2:
pocketbase/did/did.go#L39
parameter 'req' seems to be unused, consider removing or renaming it as _
|
Run morphy/revive-action:v2:
pocketbase/zencode/zencode.go#L13
comment on exported var KEYPAIROOM_ZENCODE should be of the form "KEYPAIROOM_ZENCODE ..."
|
Run morphy/revive-action:v2:
pocketbase/did/did.go#L39
parameter 'via' seems to be unused, consider removing or renaming it as _
|
Run morphy/revive-action:v2:
pocketbase/feature/feature.go#L56
exported function FetchDidConfig should have comment or be unexported
|
Run morphy/revive-action:v2:
pocketbase/did/did.go#L19
exported type DidAgent should have comment or be unexported
|
Run morphy/revive-action:v2:
pocketbase/zencode/zencode.go#L16
comment on exported var PUBKEYS_REQUEST_SIGNED_ZENCODE should be of the form "PUBKEYS_REQUEST_SIGNED_ZENCODE ..."
|
Run morphy/revive-action:v2:
pocketbase/did/did.go#L19
type name will be used as did.DidAgent by other packages, and that stutters; consider calling this Agent
|
Loading