2022-07-07 05:19:05 +08:00
|
|
|
module github.com/pocketbase/pocketbase
|
|
|
|
|
2025-03-06 02:14:27 +08:00
|
|
|
go 1.23.0
|
|
|
|
|
2022-07-07 05:19:05 +08:00
|
|
|
require (
|
|
|
|
github.com/disintegration/imaging v1.6.2
|
2023-08-09 17:58:20 +08:00
|
|
|
github.com/domodwyer/mailyak/v3 v3.6.2
|
2024-10-09 23:47:19 +08:00
|
|
|
github.com/dop251/goja v0.0.0-20241009100908-5f46f2705ca3
|
2024-10-08 21:23:58 +08:00
|
|
|
github.com/dop251/goja_nodejs v0.0.0-20240728170619-29b559befffc
|
2024-11-11 22:04:40 +08:00
|
|
|
github.com/fatih/color v1.18.0
|
2023-12-10 18:13:37 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0
|
2025-01-05 03:53:19 +08:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.8
|
2024-06-03 13:36:28 +08:00
|
|
|
github.com/ganigeorgiev/fexpr v0.4.1
|
2022-07-07 05:19:05 +08:00
|
|
|
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
|
2025-01-05 17:05:26 +08:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2024-12-12 00:52:21 +08:00
|
|
|
github.com/pocketbase/dbx v1.11.0
|
2025-01-04 04:10:50 +08:00
|
|
|
github.com/pocketbase/tygoja v0.0.0-20250103200817-ca580d8c5119
|
2024-12-19 00:08:03 +08:00
|
|
|
github.com/spf13/cast v1.7.1
|
2025-03-06 02:14:27 +08:00
|
|
|
github.com/spf13/cobra v1.9.1
|
|
|
|
golang.org/x/crypto v0.36.0
|
|
|
|
golang.org/x/net v0.36.0
|
|
|
|
golang.org/x/oauth2 v0.28.0
|
|
|
|
golang.org/x/sync v0.12.0
|
2025-03-05 22:54:40 +08:00
|
|
|
modernc.org/sqlite v1.36.0
|
2022-07-07 05:19:05 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2025-03-06 02:14:27 +08:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
2024-10-08 21:23:58 +08:00
|
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
2024-11-21 22:33:40 +08:00
|
|
|
github.com/dop251/base64dec v0.0.0-20231022112746-c6c9f9a96217 // indirect
|
2023-01-27 04:24:39 +08:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2024-10-08 21:23:58 +08:00
|
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
|
|
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
|
2024-01-24 17:18:12 +08:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2022-12-05 19:57:09 +08:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2025-03-06 02:14:27 +08:00
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
2023-10-28 21:38:18 +08:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-02-03 19:07:17 +08:00
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
2023-02-02 04:07:46 +08:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2025-03-06 02:14:27 +08:00
|
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
|
|
|
|
golang.org/x/image v0.25.0 // indirect
|
|
|
|
golang.org/x/mod v0.23.0 // indirect
|
|
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
|
|
golang.org/x/text v0.23.0 // indirect
|
|
|
|
golang.org/x/tools v0.30.0 // indirect
|
2025-02-19 00:17:00 +08:00
|
|
|
modernc.org/libc v1.61.13 // indirect
|
2025-01-01 23:37:01 +08:00
|
|
|
modernc.org/mathutil v1.7.1 // indirect
|
2025-01-17 22:01:49 +08:00
|
|
|
modernc.org/memory v1.8.2 // indirect
|
2022-07-07 05:19:05 +08:00
|
|
|
)
|