2025-04-26 15:34:10 +02:00
|
|
|
module code.superseriousbusiness.org/gotosocial
|
2021-02-27 22:57:50 +01:00
|
|
|
|
2026-03-19 16:37:32 +01:00
|
|
|
go 1.25.0
|
2025-02-26 21:10:13 +01:00
|
|
|
|
2024-11-11 16:38:19 +00:00
|
|
|
// Replace modernc/sqlite with our version that fixes the concurrency INTERRUPT issue
|
2026-06-24 17:56:35 +02:00
|
|
|
replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.53.0-concurrency-workaround
|
2026-01-12 16:45:45 +01:00
|
|
|
|
|
|
|
|
// Replace gin with our own fork of v1.11.0 with yet-to-be-released array binding fix
|
|
|
|
|
replace github.com/gin-gonic/gin => codeberg.org/superseriousbusiness/gin v1.11.0-array-binding-fix-2
|
2024-04-05 10:58:28 +01:00
|
|
|
|
2021-03-02 12:46:48 +01:00
|
|
|
require (
|
2026-01-29 17:21:14 +01:00
|
|
|
code.superseriousbusiness.org/activity v1.19.0
|
2026-06-24 17:56:35 +02:00
|
|
|
code.superseriousbusiness.org/exif-terminator v0.11.4
|
2026-06-25 06:39:45 +02:00
|
|
|
code.superseriousbusiness.org/gopkg v0.0.0-20260623123713-4ead213a2d22
|
2025-10-14 15:34:01 +02:00
|
|
|
code.superseriousbusiness.org/httpsig v1.5.0
|
2025-08-12 16:04:30 +02:00
|
|
|
code.superseriousbusiness.org/oauth2/v4 v4.5.4-0.20250812115401-3961e46a7384
|
2025-08-21 16:41:50 +02:00
|
|
|
codeberg.org/gruf/go-bytesize v1.0.4
|
2024-09-26 19:50:08 +00:00
|
|
|
codeberg.org/gruf/go-byteutil v1.3.0
|
2025-10-17 17:36:24 +02:00
|
|
|
codeberg.org/gruf/go-cache/v3 v3.6.2
|
2026-06-25 06:39:45 +02:00
|
|
|
codeberg.org/gruf/go-caller v0.0.0-20260615202027-bc5a6ff3cb31
|
2023-02-13 18:40:48 +00:00
|
|
|
codeberg.org/gruf/go-debug v1.3.0
|
2025-12-11 23:31:49 +01:00
|
|
|
codeberg.org/gruf/go-errors/v2 v2.3.4
|
2026-06-25 06:39:45 +02:00
|
|
|
codeberg.org/gruf/go-fastcopy v1.2.1
|
2025-11-10 12:36:59 +01:00
|
|
|
codeberg.org/gruf/go-fastpath/v2 v2.0.1
|
2026-06-05 00:31:09 +02:00
|
|
|
codeberg.org/gruf/go-ffmpreg v0.6.20
|
2024-07-12 09:39:47 +00:00
|
|
|
codeberg.org/gruf/go-iotools v0.0.0-20240710125620-934ae9c654cf
|
2026-02-11 14:14:35 +01:00
|
|
|
codeberg.org/gruf/go-kv/v2 v2.0.10
|
2024-04-26 13:50:46 +01:00
|
|
|
codeberg.org/gruf/go-list v0.0.0-20240425093752-494db03d641f
|
2026-05-15 14:52:28 +02:00
|
|
|
codeberg.org/gruf/go-longdur v0.1.3
|
2025-12-08 01:56:01 +01:00
|
|
|
codeberg.org/gruf/go-mempool v0.0.0-20251205182607-a05549c9a993
|
2025-11-12 12:50:33 +01:00
|
|
|
codeberg.org/gruf/go-mmap v0.0.0-20251111184116-345a42dab154
|
2026-02-11 14:14:35 +01:00
|
|
|
codeberg.org/gruf/go-mutexes v1.5.9
|
2025-10-17 17:36:24 +02:00
|
|
|
codeberg.org/gruf/go-runners v1.7.0
|
2026-05-10 00:00:54 +02:00
|
|
|
codeberg.org/gruf/go-sched v1.3.1
|
2025-05-06 15:51:45 +00:00
|
|
|
codeberg.org/gruf/go-split v1.2.0
|
2025-12-08 01:56:01 +01:00
|
|
|
codeberg.org/gruf/go-storage v0.6.0
|
2026-02-11 14:14:35 +01:00
|
|
|
codeberg.org/gruf/go-structr v0.9.16
|
2023-08-03 10:34:35 +01:00
|
|
|
github.com/DmitriyVTitov/size v1.5.0
|
2025-11-03 13:55:04 +01:00
|
|
|
github.com/KimMachineGun/automemlimit v0.7.5
|
2025-01-27 11:08:13 +00:00
|
|
|
github.com/SherClockHolmes/webpush-go v1.4.0
|
2021-04-01 20:46:45 +02:00
|
|
|
github.com/buckket/go-blurhash v1.1.0
|
2026-06-24 17:56:35 +02:00
|
|
|
github.com/coreos/go-oidc/v3 v3.19.0
|
2026-04-04 14:41:22 +02:00
|
|
|
github.com/gin-contrib/cors v1.7.7
|
|
|
|
|
github.com/gin-contrib/gzip v1.2.6
|
|
|
|
|
github.com/gin-contrib/sessions v1.1.0
|
2026-03-19 16:37:32 +01:00
|
|
|
github.com/gin-gonic/gin v1.12.0
|
2025-10-13 16:49:53 +02:00
|
|
|
github.com/go-playground/form/v4 v4.3.0
|
2026-03-19 16:37:32 +01:00
|
|
|
github.com/go-swagger/go-swagger v0.33.2
|
2025-02-25 12:48:22 +01:00
|
|
|
github.com/google/go-cmp v0.7.0
|
2024-02-05 09:52:30 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-06-24 09:04:27 +00:00
|
|
|
github.com/gorilla/feeds v1.2.0
|
2024-11-25 11:50:03 +01:00
|
|
|
github.com/gorilla/websocket v1.5.3
|
2026-05-15 14:52:28 +02:00
|
|
|
github.com/hashicorp/cronexpr v1.1.3
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/jackc/pgx/v5 v5.10.0
|
2026-03-19 16:37:32 +01:00
|
|
|
github.com/k3a/html2text v1.4.0
|
2026-05-21 00:48:41 +02:00
|
|
|
github.com/klauspost/compress v1.18.6
|
2024-07-08 07:34:39 +00:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
2026-02-05 14:07:26 +01:00
|
|
|
github.com/miekg/dns v1.1.72
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/minio/minio-go/v7 v7.2.0
|
2022-05-02 14:05:18 +01:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
2026-06-16 17:10:17 +02:00
|
|
|
github.com/ncruces/go-sqlite3 v0.35.1
|
2026-04-24 13:58:29 +02:00
|
|
|
github.com/oklog/ulid/v2 v2.1.1
|
2025-05-22 16:27:55 +02:00
|
|
|
github.com/pquerna/otp v1.5.0
|
2026-02-28 20:08:48 +01:00
|
|
|
github.com/prometheus/client_golang v1.23.2
|
2025-01-23 16:47:30 -08:00
|
|
|
github.com/rivo/uniseg v0.4.7
|
2025-09-09 16:12:29 +02:00
|
|
|
github.com/spf13/cast v1.10.0
|
2025-12-05 15:26:42 +01:00
|
|
|
github.com/spf13/cobra v1.10.2
|
2025-09-04 15:29:27 +02:00
|
|
|
github.com/spf13/pflag v1.0.10
|
2025-09-09 16:12:29 +02:00
|
|
|
github.com/spf13/viper v1.21.0
|
2025-09-04 15:29:27 +02:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2026-04-27 13:42:33 +02:00
|
|
|
github.com/tdewolff/minify/v2 v2.24.13
|
2025-02-11 13:16:14 +01:00
|
|
|
github.com/temoto/robotstxt v1.1.2
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/tetratelabs/wazero v1.12.0
|
2025-08-21 16:41:50 +02:00
|
|
|
github.com/tomnomnom/linkheader v0.0.0-20250811210735-e5fe3b51442e
|
2023-05-29 13:54:05 +01:00
|
|
|
github.com/ulule/limiter/v3 v3.11.2
|
2026-03-15 00:55:13 +01:00
|
|
|
github.com/uptrace/bun v1.2.18
|
|
|
|
|
github.com/uptrace/bun/dialect/pgdialect v1.2.18
|
|
|
|
|
github.com/uptrace/bun/dialect/sqlitedialect v1.2.18
|
|
|
|
|
github.com/uptrace/bun/extra/bunotel v1.2.18
|
2021-09-10 14:42:14 +02:00
|
|
|
github.com/wagslane/go-password-validator v0.3.0
|
2026-04-04 14:41:22 +02:00
|
|
|
github.com/yuin/goldmark v1.8.2
|
2026-06-05 00:31:09 +02:00
|
|
|
go.opentelemetry.io/contrib/exporters/autoexport v0.69.0
|
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/runtime v0.69.0
|
|
|
|
|
go.opentelemetry.io/otel v1.44.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/prometheus v0.66.0
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.44.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk v1.44.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.44.0
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.44.0
|
2024-09-30 12:58:44 +02:00
|
|
|
go.uber.org/automaxprocs v1.6.0
|
2026-06-12 22:07:06 +02:00
|
|
|
golang.org/x/crypto v0.53.0
|
2026-06-24 17:56:35 +02:00
|
|
|
golang.org/x/image v0.43.0
|
2026-06-12 22:07:06 +02:00
|
|
|
golang.org/x/net v0.56.0
|
2026-03-19 16:37:32 +01:00
|
|
|
golang.org/x/oauth2 v0.36.0
|
2026-06-12 22:07:06 +02:00
|
|
|
golang.org/x/sys v0.46.0
|
|
|
|
|
golang.org/x/text v0.38.0
|
2021-12-12 18:00:20 +01:00
|
|
|
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
|
2022-11-15 16:53:19 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2026-06-24 17:56:35 +02:00
|
|
|
modernc.org/sqlite v1.53.0
|
2025-01-14 13:11:20 +00:00
|
|
|
mvdan.cc/xurls/v2 v2.6.0
|
2021-09-10 14:42:14 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-04-25 15:15:36 +02:00
|
|
|
code.superseriousbusiness.org/go-jpeg-image-structure/v2 v2.3.0 // indirect
|
|
|
|
|
code.superseriousbusiness.org/go-png-image-structure/v2 v2.3.0 // indirect
|
2025-07-29 09:23:20 +02:00
|
|
|
codeberg.org/gruf/go-kv v1.6.5 // indirect
|
2026-02-11 14:14:35 +01:00
|
|
|
codeberg.org/gruf/go-mangler/v2 v2.0.9 // indirect
|
2024-09-27 10:26:50 +00:00
|
|
|
codeberg.org/gruf/go-maps v1.0.4 // indirect
|
2026-02-11 14:14:35 +01:00
|
|
|
codeberg.org/gruf/go-xunsafe v0.0.0-20260211121553-1c99e9364fee // indirect
|
2025-11-03 13:55:04 +01:00
|
|
|
dario.cat/mergo v1.0.2 // indirect
|
2024-03-06 09:05:45 -08:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/Masterminds/semver/v3 v3.5.0 // indirect
|
2025-11-03 13:55:04 +01:00
|
|
|
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
|
2021-09-10 14:42:14 +02:00
|
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
2023-11-20 17:43:55 +02:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2025-04-07 16:14:41 +02:00
|
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
2025-10-13 16:49:53 +02:00
|
|
|
github.com/bytedance/gopkg v0.1.3 // indirect
|
2026-04-04 14:41:22 +02:00
|
|
|
github.com/bytedance/sonic v1.15.0 // indirect
|
|
|
|
|
github.com/bytedance/sonic/loader v0.5.0 // indirect
|
2025-09-04 15:29:27 +02:00
|
|
|
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
|
2024-08-19 10:13:46 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2025-10-13 16:49:53 +02:00
|
|
|
github.com/cloudwego/base64x v0.1.6 // indirect
|
2024-01-17 14:54:30 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2026-02-28 20:08:48 +01:00
|
|
|
github.com/dsoprea/go-exif/v3 v3.0.1 // indirect
|
2024-08-02 11:46:41 +00:00
|
|
|
github.com/dsoprea/go-iptc v0.0.0-20200609062250-162ae6b44feb // indirect
|
|
|
|
|
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
|
|
|
|
|
github.com/dsoprea/go-photoshop-info-format v0.0.0-20200609050348-3db9b63b202c // indirect
|
2026-02-28 20:08:48 +01:00
|
|
|
github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect
|
2023-02-27 10:21:58 +01:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2024-04-26 11:31:10 +02:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.10.1 // indirect
|
2026-04-04 14:41:22 +02:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
|
2025-06-30 15:19:09 +02:00
|
|
|
github.com/gin-contrib/sse v1.1.0 // indirect
|
2026-02-28 20:08:48 +01:00
|
|
|
github.com/go-errors/errors v1.4.2 // indirect
|
2026-04-10 20:39:14 +02:00
|
|
|
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
|
2025-06-30 15:19:09 +02:00
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
2023-05-09 19:19:48 +02:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/go-openapi/analysis v0.25.0 // indirect
|
2026-03-19 16:37:32 +01:00
|
|
|
github.com/go-openapi/errors v0.22.7 // indirect
|
|
|
|
|
github.com/go-openapi/inflect v0.21.5 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/go-openapi/jsonpointer v0.23.1 // indirect
|
2026-03-19 16:37:32 +01:00
|
|
|
github.com/go-openapi/jsonreference v0.21.5 // indirect
|
|
|
|
|
github.com/go-openapi/loads v0.23.3 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/go-openapi/runtime v0.32.2 // indirect
|
|
|
|
|
github.com/go-openapi/runtime/server-middleware v0.32.1 // indirect
|
2026-03-19 16:37:32 +01:00
|
|
|
github.com/go-openapi/spec v0.22.4 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/go-openapi/strfmt v0.26.2 // indirect
|
|
|
|
|
github.com/go-openapi/swag v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/cmdutils v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/conv v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/fileutils v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/jsonname v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/jsonutils v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/loading v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/mangling v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/netutils v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/stringutils v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/typeutils v0.26.0 // indirect
|
|
|
|
|
github.com/go-openapi/swag/yamlutils v0.26.0 // indirect
|
2026-03-19 16:37:32 +01:00
|
|
|
github.com/go-openapi/validate v0.25.2 // indirect
|
2023-01-30 10:45:34 +01:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
2026-04-04 14:41:22 +02:00
|
|
|
github.com/go-playground/validator/v10 v10.30.1 // indirect
|
2026-03-19 16:37:32 +01:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
|
2025-02-17 11:42:50 +00:00
|
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
2026-04-04 14:41:22 +02:00
|
|
|
github.com/goccy/go-yaml v1.19.2 // indirect
|
2026-03-19 16:37:32 +01:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
2026-02-28 20:08:48 +01:00
|
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
|
2024-03-25 11:00:36 +00:00
|
|
|
github.com/gorilla/context v1.1.2 // indirect
|
2024-07-08 07:34:39 +00:00
|
|
|
github.com/gorilla/css v1.0.1 // indirect
|
2024-04-26 11:31:10 +02:00
|
|
|
github.com/gorilla/handlers v1.5.2 // indirect
|
2024-03-25 11:00:36 +00:00
|
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
2025-04-22 12:35:14 +02:00
|
|
|
github.com/gorilla/sessions v1.4.0 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
|
2025-11-03 13:55:04 +01:00
|
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
2023-04-10 12:14:21 +02:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2021-09-10 14:42:14 +02:00
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
2024-09-16 09:26:41 +02:00
|
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
|
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
2025-11-03 13:55:04 +01:00
|
|
|
github.com/jessevdk/go-flags v1.6.1 // indirect
|
2021-09-10 14:42:14 +02:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
2021-11-27 15:26:58 +01:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2025-10-13 16:49:53 +02:00
|
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
2025-11-05 21:58:38 +01:00
|
|
|
github.com/klauspost/crc32 v1.3.0 // indirect
|
2024-03-06 09:05:45 -08:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2024-03-11 10:12:06 +00:00
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
2024-01-15 14:08:07 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2026-01-17 23:06:10 +01:00
|
|
|
github.com/minio/crc64nvme v1.1.1 // indirect
|
2022-09-28 18:30:40 +01:00
|
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
2024-03-06 09:05:45 -08:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2021-04-01 20:46:45 +02:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-11-27 15:26:58 +01:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2024-08-19 10:13:46 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2026-06-12 22:07:06 +02:00
|
|
|
github.com/ncruces/go-sqlite3-wasm/v3 v3.1.35302 // indirect
|
2026-01-17 23:06:10 +01:00
|
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
2024-05-27 15:46:15 +00:00
|
|
|
github.com/ncruces/julianday v1.0.0 // indirect
|
2024-01-22 09:35:23 +00:00
|
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
|
2025-07-22 18:00:27 +02:00
|
|
|
github.com/philhofer/fwd v1.2.0 // indirect
|
2022-08-31 12:06:14 +02:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-01-17 14:54:30 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2025-05-26 16:13:55 +02:00
|
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
2026-02-05 14:07:26 +01:00
|
|
|
github.com/prometheus/common v0.67.5 // indirect
|
2025-12-09 16:37:11 +01:00
|
|
|
github.com/prometheus/otlptranslator v1.0.0 // indirect
|
2026-03-19 16:37:32 +01:00
|
|
|
github.com/prometheus/procfs v0.20.1 // indirect
|
2025-03-03 10:42:05 +00:00
|
|
|
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
|
2021-05-15 11:58:11 +02:00
|
|
|
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b // indirect
|
2026-04-04 14:41:22 +02:00
|
|
|
github.com/quic-go/qpack v0.6.0 // indirect
|
|
|
|
|
github.com/quic-go/quic-go v0.59.0 // indirect
|
2023-03-06 11:00:53 +01:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2025-11-03 13:55:04 +01:00
|
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
2024-09-02 13:08:54 +02:00
|
|
|
github.com/rs/xid v1.6.0 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
github.com/sagikazarmark/locafero v0.12.0 // indirect
|
2025-11-03 13:55:04 +01:00
|
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
2025-09-09 16:12:29 +02:00
|
|
|
github.com/spf13/afero v1.15.0 // indirect
|
2024-01-17 14:54:30 +00:00
|
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
2026-04-27 13:42:33 +02:00
|
|
|
github.com/tdewolff/parse/v2 v2.8.12 // indirect
|
2026-01-17 23:06:10 +01:00
|
|
|
github.com/tinylib/msgp v1.6.1 // indirect
|
2021-09-10 14:42:14 +02:00
|
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
2025-11-03 13:55:04 +01:00
|
|
|
github.com/toqueteos/webbrowser v1.2.1 // indirect
|
2023-02-25 13:12:40 +01:00
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
2026-04-04 14:41:22 +02:00
|
|
|
github.com/ugorji/go/codec v1.3.1 // indirect
|
2024-11-08 13:51:23 +00:00
|
|
|
github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2 // indirect
|
2024-01-15 14:08:07 +01:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
2021-09-10 14:42:14 +02:00
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2026-04-27 13:42:33 +02:00
|
|
|
github.com/zeebo/xxh3 v1.1.0 // indirect
|
2025-11-20 16:20:15 +01:00
|
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
go.opentelemetry.io/contrib/bridges/prometheus v0.69.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.20.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.20.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.20.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.44.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.44.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/log v0.20.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/sdk/log v0.20.0 // indirect
|
2026-04-10 20:39:14 +02:00
|
|
|
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
|
2026-04-04 14:41:22 +02:00
|
|
|
go.yaml.in/yaml/v2 v2.4.4 // indirect
|
2025-09-09 16:12:29 +02:00
|
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
2026-04-04 14:41:22 +02:00
|
|
|
golang.org/x/arch v0.23.0 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
golang.org/x/mod v0.36.0 // indirect
|
2026-06-12 22:07:06 +02:00
|
|
|
golang.org/x/sync v0.21.0 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
golang.org/x/tools v0.45.0 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
|
|
|
|
|
google.golang.org/grpc v1.81.1 // indirect
|
2026-02-05 14:07:26 +01:00
|
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
2026-06-05 00:31:09 +02:00
|
|
|
gopkg.in/ini.v1 v1.67.2 // indirect
|
2021-12-07 13:31:39 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2026-06-24 17:56:35 +02:00
|
|
|
modernc.org/libc v1.73.4 // indirect
|
2025-02-14 16:54:10 +00:00
|
|
|
modernc.org/mathutil v1.7.1 // indirect
|
2025-05-22 16:27:55 +02:00
|
|
|
modernc.org/memory v1.11.0 // indirect
|
2021-03-02 12:46:48 +01:00
|
|
|
)
|