Skip to content

Commit

Permalink
Fix pocketbase version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamelevich committed Jan 18, 2023
1 parent 89f58f7 commit eef900b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This plugin implements [Telegram WebApp Auth](https://core.telegram.org/bots/web
### Requirements

- Go 1.18+
- [Pocketbase](https://github.com/pocketbase/pocketbase) 0.11.3+
- [Pocketbase](https://github.com/pocketbase/pocketbase) 0.12+

### Installation

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/labstack/echo/v5 v5.0.0-20220201181537-ed2888cfa198
github.com/pocketbase/dbx v1.8.0
github.com/pocketbase/pocketbase v0.11.3
github.com/pocketbase/pocketbase v0.11.3-0.20230117210510-15583ba71886
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1558,8 +1558,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pocketbase/dbx v1.8.0 h1:kjf3mgmmE12t8IG48kJOeIyBmRi0A1sl6Hsezv4PoiA=
github.com/pocketbase/dbx v1.8.0/go.mod h1:xXRCIAKTHMgUCyCKZm55pUOdvFziJjQfXaWKhu2vhMs=
github.com/pocketbase/pocketbase v0.11.3 h1:LmbO8Xc4X+z6peqFgx+tzeiEhNlucfQVE3H6+c9nClM=
github.com/pocketbase/pocketbase v0.11.3/go.mod h1:h1ag5dNYQLk/5n+/r7tpYGEkjDU3vrh/vdYOfeDt/KM=
github.com/pocketbase/pocketbase v0.11.3-0.20230117210510-15583ba71886 h1:WynKyFVbmWJiuyhvuX4GSsk27lquZCVgp86Fg1juA44=
github.com/pocketbase/pocketbase v0.11.3-0.20230117210510-15583ba71886/go.mod h1:RRrVPb677R6b0yapPnQN9bWNZnblUdTn4JNt1ddt6sA=
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA=
Expand Down

0 comments on commit eef900b

Please sign in to comment.