Bumps the gomod-backward-compatible group in /db with 3 updates: [github.com/doyensec/safeurl](https://github.com/doyensec/safeurl), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/sync](https://github.com/golang/sync). Updates `github.com/doyensec/safeurl` from 0.2.3 to 0.2.5 - [Release notes](https://github.com/doyensec/safeurl/releases) - [Commits](https://github.com/doyensec/safeurl/compare/v0.2.3...v0.2.5) Updates `golang.org/x/net` from 0.55.0 to 0.56.0 - [Commits](https://github.com/golang/net/compare/v0.55.0...v0.56.0) Updates `golang.org/x/sync` from 0.20.0 to 0.21.0 - [Commits](https://github.com/golang/sync/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: github.com/doyensec/safeurl dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: golang.org/x/net dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: golang.org/x/sync dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
68 lines
2.7 KiB
Modula-2
68 lines
2.7 KiB
Modula-2
module pocketbase
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/doyensec/safeurl v0.2.5
|
|
github.com/extism/go-sdk v1.7.1
|
|
github.com/go-ap/jsonld v0.0.0-20250905102310-8480b0fe24d9
|
|
github.com/meilisearch/meilisearch-go v0.36.2
|
|
github.com/pocketbase/dbx v1.12.0
|
|
github.com/pocketbase/pocketbase v0.38.0
|
|
github.com/tkrajina/gpxgo v1.4.0
|
|
)
|
|
|
|
require (
|
|
git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/dylibso/observe-sdk/go v0.0.0-20240819160327-2d926c5d788a // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/go-ap/errors v0.0.0-20250905102357-4480b47a00c4 // indirect
|
|
github.com/go-sql-driver/mysql v1.9.3 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/ianlancetaylor/demangle v0.0.0-20240805132620-81f5be970eca // indirect
|
|
github.com/tetratelabs/wabin v0.0.0-20230304001439-f6f874872834 // indirect
|
|
github.com/tetratelabs/wazero v1.9.0 // indirect
|
|
github.com/valyala/fastjson v1.6.10 // indirect
|
|
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
|
github.com/domodwyer/mailyak/v3 v3.6.2 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fatih/color v1.19.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
|
|
github.com/ganigeorgiev/fexpr v0.5.0 // indirect
|
|
github.com/go-ap/activitypub v0.0.0-20250905102448-e9df599e4528
|
|
github.com/go-fed/httpsig v1.1.0
|
|
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.22 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/spf13/cast v1.10.0
|
|
github.com/spf13/cobra v1.10.2
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
github.com/twpayne/go-polyline v1.1.1
|
|
golang.org/x/crypto v0.53.0 // indirect
|
|
golang.org/x/image v0.39.0 // indirect
|
|
golang.org/x/net v0.56.0
|
|
golang.org/x/oauth2 v0.36.0 // indirect
|
|
golang.org/x/sync v0.21.0
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
golang.org/x/text v0.38.0
|
|
modernc.org/libc v1.72.0 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
modernc.org/sqlite v1.50.0 // indirect
|
|
)
|