The solution by @prasanthkrishnan :
v0.1.0 of github.com/pluja/pocketbase points to a older commit which does not have 0.23 support. Simple pinning github.com/pluja/pocketbase to latest commit SHA in your go.mod file would solve this issue.
❯ go get github.com/pluja/pocketbase@adc8ee954bd6e2c95e9b969c4595db89f24a2417
Originally posted by @prasanthkrishnan in #14 (comment)
The solution by @prasanthkrishnan :
v0.1.0 of github.com/pluja/pocketbase points to a older commit which does not have 0.23 support. Simple pinning github.com/pluja/pocketbase to latest commit SHA in your go.mod file would solve this issue.
Originally posted by @prasanthkrishnan in #14 (comment)