-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade pocketbase version to 1.23.3
- Loading branch information
Showing
12 changed files
with
1,512 additions
and
248 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,84 @@ | ||
module pocketbase | ||
|
||
go 1.22.5 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/labstack/echo/v5 v5.0.0-20230722203903-ec5b858dab61 | ||
github.com/pocketbase/pocketbase v0.22.26 | ||
) | ||
toolchain go1.23.3 | ||
|
||
require github.com/pocketbase/pocketbase v0.23.0 | ||
|
||
require ( | ||
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.32.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.27.31 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.32.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.28.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.46 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.20 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.40 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.24 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.24 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 // indirect | ||
github.com/aws/smithy-go v1.22.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.24 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.68.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.24.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.33.1 // indirect | ||
github.com/aws/smithy-go v1.22.1 // indirect | ||
github.com/disintegration/imaging v1.6.2 // indirect | ||
github.com/dlclark/regexp2 v1.11.4 // indirect | ||
github.com/domodwyer/mailyak/v3 v3.6.2 // indirect | ||
github.com/dop251/goja v0.0.0-20241009100908-5f46f2705ca3 // indirect | ||
github.com/dop251/base64dec v0.0.0-20231022112746-c6c9f9a96217 // indirect | ||
github.com/dop251/goja v0.0.0-20241024094426-79f3a7efcdbd // indirect | ||
github.com/dop251/goja_nodejs v0.0.0-20240728170619-29b559befffc // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.5 // indirect | ||
github.com/fatih/color v1.18.0 // indirect | ||
github.com/fsnotify/fsnotify v1.8.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.7 // indirect | ||
github.com/ganigeorgiev/fexpr v0.4.1 // indirect | ||
github.com/go-ozzo/ozzo-validation/v4 v4.3.0 // indirect | ||
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect | ||
github.com/google/pprof v0.0.0-20241122213907-cbe949e5a41b // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.13.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.14.0 // indirect | ||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.22 // indirect | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
github.com/ncruces/go-strftime v0.1.9 // indirect | ||
github.com/pocketbase/dbx v1.10.1 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | ||
github.com/spf13/cast v1.7.0 // indirect | ||
github.com/spf13/cobra v1.8.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasttemplate v1.2.2 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
gocloud.dev v0.39.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/image v0.19.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/oauth2 v0.22.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/term v0.25.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/time v0.6.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect | ||
google.golang.org/api v0.194.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect | ||
google.golang.org/grpc v1.65.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
modernc.org/gc/v3 v3.0.0-20240801135723-a856999a2e4a // indirect | ||
modernc.org/libc v1.55.3 // indirect | ||
gocloud.dev v0.40.0 // indirect | ||
golang.org/x/crypto v0.29.0 // indirect | ||
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect | ||
golang.org/x/image v0.22.0 // indirect | ||
golang.org/x/net v0.31.0 // indirect | ||
golang.org/x/oauth2 v0.24.0 // indirect | ||
golang.org/x/sync v0.9.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/term v0.26.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect | ||
google.golang.org/api v0.209.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect | ||
google.golang.org/grpc v1.68.0 // indirect | ||
google.golang.org/protobuf v1.35.2 // indirect | ||
modernc.org/gc/v3 v3.0.0-20241004144649-1aea3fae8852 // indirect | ||
modernc.org/libc v1.61.2 // indirect | ||
modernc.org/mathutil v1.6.0 // indirect | ||
modernc.org/memory v1.8.0 // indirect | ||
modernc.org/sqlite v1.32.0 // indirect | ||
modernc.org/sqlite v1.34.1 // indirect | ||
modernc.org/strutil v1.2.0 // indirect | ||
modernc.org/token v1.1.0 // indirect | ||
) |
Oops, something went wrong.