2021-04-01 19:46:45 +01:00
|
|
|
module github.com/superseriousbusiness/gotosocial
|
2021-02-27 21:57:50 +00:00
|
|
|
|
2024-05-13 09:05:46 +01:00
|
|
|
go 1.22.2
|
2023-10-23 13:07:31 +01:00
|
|
|
|
2024-05-07 14:52:37 +01:00
|
|
|
replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.9-concurrency-workaround
|
2024-04-05 10:58:28 +01:00
|
|
|
|
2021-03-02 11:46:48 +00:00
|
|
|
require (
|
2024-01-29 15:13:53 +00:00
|
|
|
codeberg.org/gruf/go-bytes v1.0.2
|
2024-06-21 19:36:58 +01:00
|
|
|
codeberg.org/gruf/go-bytesize v1.0.3
|
2023-11-27 13:16:26 +00:00
|
|
|
codeberg.org/gruf/go-byteutil v1.2.0
|
2023-11-30 16:22:34 +00:00
|
|
|
codeberg.org/gruf/go-cache/v3 v3.5.7
|
2023-02-13 18:40:48 +00:00
|
|
|
codeberg.org/gruf/go-debug v1.3.0
|
2024-06-21 19:36:58 +01:00
|
|
|
codeberg.org/gruf/go-errors/v2 v2.3.2
|
2023-02-13 07:43:16 +00:00
|
|
|
codeberg.org/gruf/go-fastcopy v1.1.2
|
2024-07-12 10:39:47 +01:00
|
|
|
codeberg.org/gruf/go-ffmpreg v0.2.2
|
|
|
|
codeberg.org/gruf/go-iotools v0.0.0-20240710125620-934ae9c654cf
|
2023-08-21 07:54:30 +01:00
|
|
|
codeberg.org/gruf/go-kv v1.6.4
|
2024-04-26 13:50:46 +01:00
|
|
|
codeberg.org/gruf/go-list v0.0.0-20240425093752-494db03d641f
|
2022-09-28 18:30:40 +01:00
|
|
|
codeberg.org/gruf/go-logger/v2 v2.2.1
|
2024-05-13 09:05:46 +01:00
|
|
|
codeberg.org/gruf/go-mempool v0.0.0-20240507125005-cef10d64a760
|
2024-07-12 10:39:47 +01:00
|
|
|
codeberg.org/gruf/go-mimetypes v1.2.0
|
2024-06-21 17:35:32 +01:00
|
|
|
codeberg.org/gruf/go-mutexes v1.5.1
|
2023-11-30 16:22:34 +00:00
|
|
|
codeberg.org/gruf/go-runners v1.6.2
|
2023-02-13 18:40:48 +00:00
|
|
|
codeberg.org/gruf/go-sched v1.2.3
|
2024-07-12 10:39:47 +01:00
|
|
|
codeberg.org/gruf/go-storage v0.1.2
|
2024-06-21 16:43:17 +01:00
|
|
|
codeberg.org/gruf/go-structr v0.8.7
|
2023-08-03 10:34:35 +01:00
|
|
|
github.com/DmitriyVTitov/size v1.5.0
|
2024-05-21 14:17:22 +01:00
|
|
|
github.com/KimMachineGun/automemlimit v0.6.1
|
2021-04-01 19:46:45 +01:00
|
|
|
github.com/buckket/go-blurhash v1.1.0
|
2024-07-15 10:14:50 +01:00
|
|
|
github.com/coreos/go-oidc/v3 v3.11.0
|
2022-08-10 13:05:14 +01:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2024-05-13 09:29:54 +01:00
|
|
|
github.com/gin-contrib/cors v1.7.2
|
2024-05-06 09:50:47 +01:00
|
|
|
github.com/gin-contrib/gzip v1.0.1
|
2024-05-13 09:07:17 +01:00
|
|
|
github.com/gin-contrib/sessions v1.0.1
|
2024-05-21 14:17:22 +01:00
|
|
|
github.com/gin-gonic/gin v1.10.0
|
2023-07-21 15:22:13 +01:00
|
|
|
github.com/go-playground/form/v4 v4.2.1
|
2024-05-21 14:17:22 +01:00
|
|
|
github.com/go-swagger/go-swagger v0.31.0
|
2024-06-20 18:06:20 +01:00
|
|
|
github.com/google/go-cmp v0.6.0
|
2024-02-05 09:52:30 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-06-24 10:04:27 +01:00
|
|
|
github.com/gorilla/feeds v1.2.0
|
2024-06-10 08:43:38 +01:00
|
|
|
github.com/gorilla/websocket v1.5.2
|
2024-05-27 10:35:41 +01:00
|
|
|
github.com/jackc/pgx/v5 v5.6.0
|
2024-07-08 08:34:39 +01:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
2024-06-17 09:12:25 +01:00
|
|
|
github.com/miekg/dns v1.1.61
|
2024-07-08 08:59:07 +01:00
|
|
|
github.com/minio/minio-go/v7 v7.0.73
|
2022-05-02 14:05:18 +01:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
2024-07-08 21:03:00 +01:00
|
|
|
github.com/ncruces/go-sqlite3 v0.17.1
|
2021-06-13 17:42:28 +01:00
|
|
|
github.com/oklog/ulid v1.3.1
|
2024-05-21 14:17:22 +01:00
|
|
|
github.com/prometheus/client_golang v1.19.1
|
2024-06-17 09:13:40 +01:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2024-06-03 10:52:54 +01:00
|
|
|
github.com/spf13/viper v1.19.0
|
2024-03-04 15:05:24 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-07-06 14:57:11 +01:00
|
|
|
github.com/superseriousbusiness/activity v1.7.0-gts
|
2024-01-31 14:15:28 +00:00
|
|
|
github.com/superseriousbusiness/httpsig v1.2.0-SSB
|
2023-02-27 15:16:58 +00:00
|
|
|
github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB.0.20230227143000-f4900831d6c8
|
2024-07-15 10:15:31 +01:00
|
|
|
github.com/tdewolff/minify/v2 v2.20.37
|
2024-03-18 09:54:32 +00:00
|
|
|
github.com/technologize/otel-go-contrib v1.1.1
|
2024-07-12 10:39:47 +01:00
|
|
|
github.com/tetratelabs/wazero v1.7.3
|
2023-09-12 14:00:35 +01:00
|
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
2023-05-29 13:54:05 +01:00
|
|
|
github.com/ulule/limiter/v3 v3.11.2
|
2024-04-15 11:01:20 +01:00
|
|
|
github.com/uptrace/bun v1.2.1
|
|
|
|
github.com/uptrace/bun/dialect/pgdialect v1.2.1
|
|
|
|
github.com/uptrace/bun/dialect/sqlitedialect v1.2.1
|
|
|
|
github.com/uptrace/bun/extra/bunotel v1.2.1
|
2021-04-01 19:46:45 +01:00
|
|
|
github.com/wagslane/go-password-validator v0.3.0
|
2024-07-01 12:41:55 +01:00
|
|
|
github.com/yuin/goldmark v1.7.4
|
2024-04-29 10:02:12 +01:00
|
|
|
go.opentelemetry.io/otel v1.26.0
|
2024-04-29 10:18:16 +01:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0
|
2024-03-11 14:34:34 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0
|
|
|
|
go.opentelemetry.io/otel/exporters/prometheus v0.46.0
|
2024-04-29 10:02:12 +01:00
|
|
|
go.opentelemetry.io/otel/metric v1.26.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.26.0
|
2024-03-11 14:34:34 +00:00
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.24.0
|
2024-04-29 10:02:12 +01:00
|
|
|
go.opentelemetry.io/otel/trace v1.26.0
|
2023-07-24 11:13:31 +01:00
|
|
|
go.uber.org/automaxprocs v1.5.3
|
2024-07-08 08:33:11 +01:00
|
|
|
golang.org/x/crypto v0.25.0
|
2024-07-08 08:58:46 +01:00
|
|
|
golang.org/x/net v0.27.0
|
2024-06-17 09:13:14 +01:00
|
|
|
golang.org/x/oauth2 v0.21.0
|
2024-06-07 14:06:43 +01:00
|
|
|
golang.org/x/text v0.16.0
|
2021-12-12 17:00:20 +00:00
|
|
|
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
|
2022-11-15 15:53:19 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-05-27 16:46:15 +01:00
|
|
|
modernc.org/sqlite v0.0.0-00010101000000-000000000000
|
2023-04-19 12:44:20 +01:00
|
|
|
mvdan.cc/xurls/v2 v2.5.0
|
2021-03-02 11:46:48 +00:00
|
|
|
)
|
2021-09-10 13:42:14 +01:00
|
|
|
|
|
|
|
require (
|
2022-10-08 13:00:39 +01:00
|
|
|
codeberg.org/gruf/go-atomics v1.1.0 // indirect
|
2023-02-13 18:40:48 +00:00
|
|
|
codeberg.org/gruf/go-bitutil v1.1.0 // indirect
|
2022-11-28 09:01:53 +00:00
|
|
|
codeberg.org/gruf/go-fastpath/v2 v2.0.0 // indirect
|
2024-06-21 16:43:17 +01:00
|
|
|
codeberg.org/gruf/go-mangler v1.4.0 // indirect
|
2022-11-11 11:18:38 +00:00
|
|
|
codeberg.org/gruf/go-maps v1.0.3 // indirect
|
2024-03-06 17:05:45 +00:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
2024-04-26 10:31:10 +01:00
|
|
|
github.com/Masterminds/semver/v3 v3.2.1 // indirect
|
2024-03-06 17:05:45 +00:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
2021-09-10 13:42:14 +01:00
|
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
2023-11-20 15:43:55 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-05-06 09:50:47 +01:00
|
|
|
github.com/bytedance/sonic v1.11.6 // indirect
|
|
|
|
github.com/bytedance/sonic/loader v0.1.1 // indirect
|
2024-04-11 10:46:18 +01:00
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
2023-11-20 15:43:55 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-04-03 10:16:17 +01:00
|
|
|
github.com/cilium/ebpf v0.9.1 // indirect
|
2024-05-06 09:50:47 +01:00
|
|
|
github.com/cloudwego/base64x v0.1.4 // indirect
|
|
|
|
github.com/cloudwego/iasm v0.2.0 // indirect
|
2023-04-03 10:16:17 +01:00
|
|
|
github.com/containerd/cgroups/v3 v3.0.1 // indirect
|
2023-01-17 20:59:04 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
2024-01-17 14:54:30 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2024-03-06 17:05:45 +00:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2023-02-27 09:21:58 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2024-04-26 10:31:10 +01:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2023-11-06 14:41:31 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-03-11 10:12:06 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
2021-09-10 13:42:14 +01:00
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
2024-01-31 14:15:28 +00:00
|
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
2024-07-08 08:59:07 +01:00
|
|
|
github.com/go-ini/ini v1.67.0 // indirect
|
2024-07-15 10:14:50 +01:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
|
2024-01-15 13:08:07 +00:00
|
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
2023-05-09 18:19:48 +01:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2024-04-26 10:31:10 +01:00
|
|
|
github.com/go-openapi/analysis v0.23.0 // indirect
|
|
|
|
github.com/go-openapi/errors v0.22.0 // indirect
|
|
|
|
github.com/go-openapi/inflect v0.21.0 // indirect
|
|
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
|
|
github.com/go-openapi/jsonreference v0.21.0 // indirect
|
|
|
|
github.com/go-openapi/loads v0.22.0 // indirect
|
|
|
|
github.com/go-openapi/runtime v0.28.0 // indirect
|
|
|
|
github.com/go-openapi/spec v0.21.0 // indirect
|
|
|
|
github.com/go-openapi/strfmt v0.23.0 // indirect
|
|
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
|
|
github.com/go-openapi/validate v0.24.0 // indirect
|
2023-01-30 09:45:34 +00:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
2024-05-06 09:50:47 +01:00
|
|
|
github.com/go-playground/validator/v10 v10.20.0 // indirect
|
2024-07-08 08:59:07 +01:00
|
|
|
github.com/goccy/go-json v0.10.3 // indirect
|
2023-01-17 20:59:04 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.0.4 // indirect
|
2021-09-10 13:42:14 +01:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
2024-03-25 11:00:36 +00:00
|
|
|
github.com/gorilla/context v1.1.2 // indirect
|
2024-07-08 08:34:39 +01:00
|
|
|
github.com/gorilla/css v1.0.1 // indirect
|
2024-04-26 10:31:10 +01: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
|
|
|
|
github.com/gorilla/sessions v1.2.2 // indirect
|
2024-04-29 10:18:16 +01:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
|
2024-03-12 17:21:59 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2021-12-07 12:31:39 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2024-04-26 10:31:10 +01:00
|
|
|
github.com/huandu/xstrings v1.4.0 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
2023-04-10 11:14:21 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2021-09-10 13:42:14 +01:00
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
2023-03-06 09:12:45 +00:00
|
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
2023-11-06 14:44:53 +00:00
|
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
2024-03-06 17:05:45 +00:00
|
|
|
github.com/jessevdk/go-flags v1.5.0 // indirect
|
2021-09-10 13:42:14 +01:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
2024-03-06 17:05:45 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2021-11-27 14:26:58 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2024-07-08 08:59:07 +01:00
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
2024-03-06 17:05:45 +00: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
|
2023-01-23 09:24:00 +00:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2024-03-06 17:05:45 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2024-01-15 13:08:07 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2022-09-28 18:30:40 +01:00
|
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
2024-03-06 17:05:45 +00:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2021-09-10 13:42:14 +01:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-11-27 14:26:58 +00:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2024-03-04 09:42:11 +00:00
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
2024-05-27 16:46:15 +01:00
|
|
|
github.com/ncruces/julianday v1.0.0 // indirect
|
2023-01-17 20:59:04 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.0.2 // indirect
|
2024-01-22 09:35:23 +00:00
|
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
2024-05-06 09:50:47 +01:00
|
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
2022-08-31 11:06:14 +01: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
|
2024-03-11 14:34:34 +00:00
|
|
|
github.com/prometheus/client_model v0.6.0 // indirect
|
2024-05-21 14:17:22 +01:00
|
|
|
github.com/prometheus/common v0.48.0 // indirect
|
2024-01-09 10:30:01 +00:00
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2021-09-10 13:42:14 +01:00
|
|
|
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b // indirect
|
2023-03-06 10:00:53 +00:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2024-04-26 10:31:10 +01:00
|
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
2023-05-29 13:47:11 +01:00
|
|
|
github.com/rs/xid v1.5.0 // indirect
|
2024-01-17 14:54:30 +00:00
|
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
2024-04-26 10:31:10 +01:00
|
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
2023-07-31 09:47:25 +01:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2024-01-17 14:54:30 +00:00
|
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
|
|
github.com/spf13/cast v1.6.0 // indirect
|
2022-05-30 13:41:24 +01:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-01-17 14:54:30 +00:00
|
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
2024-06-17 09:11:08 +01:00
|
|
|
github.com/tdewolff/parse/v2 v2.7.15 // indirect
|
2021-09-10 13:42:14 +01:00
|
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
2024-03-06 17:05:45 +00:00
|
|
|
github.com/toqueteos/webbrowser v1.2.0 // indirect
|
2023-02-25 12:12:40 +00:00
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
2024-03-11 10:12:06 +00:00
|
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
2024-04-15 11:01:20 +01:00
|
|
|
github.com/uptrace/opentelemetry-go-extra/otelsql v0.2.4 // indirect
|
2024-01-15 13:08:07 +00:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
2021-09-10 13:42:14 +01:00
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2024-03-25 11:00:36 +00:00
|
|
|
go.mongodb.org/mongo-driver v1.14.0 // indirect
|
2024-04-29 10:18:16 +01:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
|
2024-01-17 14:54:30 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-05-21 14:17:22 +01:00
|
|
|
golang.org/x/arch v0.8.0 // indirect
|
2024-04-26 10:31:10 +01:00
|
|
|
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
|
2024-07-12 10:39:47 +01:00
|
|
|
golang.org/x/image v0.18.0 // indirect
|
2024-06-17 09:12:25 +01:00
|
|
|
golang.org/x/mod v0.18.0 // indirect
|
2024-05-21 14:17:22 +01:00
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
2024-07-05 11:06:03 +01:00
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
2024-06-17 09:12:25 +01:00
|
|
|
golang.org/x/tools v0.22.0 // indirect
|
2024-06-03 10:52:54 +01:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
|
2024-04-11 10:46:18 +01:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
|
2024-04-29 10:18:16 +01:00
|
|
|
google.golang.org/grpc v1.63.2 // indirect
|
2024-05-21 14:17:22 +01:00
|
|
|
google.golang.org/protobuf v1.34.1 // indirect
|
2022-09-28 18:30:40 +01:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2021-12-07 12:31:39 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2024-03-12 17:21:59 +00:00
|
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
2024-04-17 17:10:51 +01:00
|
|
|
modernc.org/libc v1.49.3 // indirect
|
2023-11-06 14:40:53 +00:00
|
|
|
modernc.org/mathutil v1.6.0 // indirect
|
2024-04-17 17:10:51 +01:00
|
|
|
modernc.org/memory v1.8.0 // indirect
|
2024-03-04 09:42:11 +00:00
|
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
|
|
modernc.org/token v1.1.0 // indirect
|
2021-09-10 13:42:14 +01:00
|
|
|
)
|