2026-01-17 22:53:46 +01:00
|
|
|
module gitea.unbound.se/unboundsoftware/schemas
|
2022-10-09 15:23:52 +02:00
|
|
|
|
2025-09-09 14:59:00 +00:00
|
|
|
go 1.25
|
2022-10-09 15:23:52 +02:00
|
|
|
|
|
|
|
|
require (
|
2026-02-19 16:31:43 +00:00
|
|
|
github.com/99designs/gqlgen v0.17.87
|
2025-11-21 10:24:34 +01:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.2
|
2025-05-18 19:53:47 +00:00
|
|
|
github.com/Khan/genqlient v0.8.1
|
2026-02-07 00:41:14 +00:00
|
|
|
github.com/alecthomas/kong v1.14.0
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/apex/log v1.9.0
|
2026-01-19 10:14:02 +00:00
|
|
|
github.com/auth0/go-jwt-middleware/v3 v3.0.0
|
2025-11-20 17:02:19 +01:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-04-23 13:52:27 +00:00
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
2025-10-03 13:59:47 +00:00
|
|
|
github.com/pressly/goose/v3 v3.26.0
|
2024-08-29 13:54:29 +00:00
|
|
|
github.com/rs/cors v1.11.1
|
2025-08-14 13:01:31 +00:00
|
|
|
github.com/sparetimecoders/goamqp v0.3.3
|
2025-08-27 12:00:45 +00:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2026-02-19 13:44:52 +00:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.32
|
2026-02-20 20:07:54 +00:00
|
|
|
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.254
|
2026-02-07 20:32:28 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/amqp v1.9.1
|
|
|
|
|
gitlab.com/unboundsoftware/eventsourced/eventsourced v1.19.4
|
2026-02-18 11:08:55 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/pg v1.18.3
|
2026-02-02 20:48:58 +00:00
|
|
|
go.opentelemetry.io/contrib/bridges/otelslog v0.15.0
|
2026-02-02 19:34:16 +00:00
|
|
|
go.opentelemetry.io/otel v1.40.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.16.0
|
|
|
|
|
go.opentelemetry.io/otel/log v0.16.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk v1.40.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk/log v0.16.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.40.0
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.40.0
|
2026-02-09 17:30:20 +00:00
|
|
|
golang.org/x/crypto v0.48.0
|
2025-11-20 17:02:19 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-10-09 15:23:52 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-02-27 21:54:03 +00:00
|
|
|
github.com/agnivade/levenshtein v1.2.1 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
2025-08-29 20:07:41 +00:00
|
|
|
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
|
2025-05-19 11:54:14 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2026-01-19 10:14:02 +00:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
2025-06-25 07:54:48 +00:00
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
2025-06-13 11:00:52 +02:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2026-02-19 16:31:43 +00:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
2026-01-19 10:14:02 +00:00
|
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
2026-01-13 08:40:58 +01:00
|
|
|
github.com/goccy/go-yaml v1.19.2 // indirect
|
2024-06-13 10:52:53 +00:00
|
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
2026-02-02 19:34:16 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
|
2024-02-16 06:24:44 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2026-01-19 10:14:02 +00:00
|
|
|
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
|
|
|
|
|
github.com/lestrrat-go/dsig v1.0.0 // indirect
|
|
|
|
|
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
|
|
|
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
|
|
|
github.com/lestrrat-go/httprc/v3 v3.0.3 // indirect
|
|
|
|
|
github.com/lestrrat-go/jwx/v3 v3.0.12 // indirect
|
|
|
|
|
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
|
2026-02-18 11:08:55 +00:00
|
|
|
github.com/lib/pq v1.11.2 // indirect
|
2024-02-01 06:25:05 +00:00
|
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
2026-01-19 20:31:45 +01:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-08-23 10:53:53 +00:00
|
|
|
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
|
2026-01-19 10:14:02 +00:00
|
|
|
github.com/segmentio/asm v1.2.1 // indirect
|
2024-09-03 13:53:31 +00:00
|
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
2024-05-18 16:53:40 +00:00
|
|
|
github.com/sosodev/duration v1.3.1 // indirect
|
2025-11-20 17:02:19 +01:00
|
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
2024-06-13 10:52:53 +00:00
|
|
|
github.com/tidwall/gjson v1.17.0 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
|
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
2026-02-19 16:31:43 +00:00
|
|
|
github.com/urfave/cli/v3 v3.6.2 // indirect
|
2026-01-19 10:14:02 +00:00
|
|
|
github.com/valyala/fastjson v1.6.7 // indirect
|
2026-02-20 20:07:54 +00:00
|
|
|
github.com/wundergraph/astjson v1.1.0 // indirect
|
2026-02-06 13:17:32 +00:00
|
|
|
github.com/wundergraph/go-arena v1.1.0 // indirect
|
2025-12-08 17:59:48 +00:00
|
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
2026-02-02 19:34:16 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.40.0 // indirect
|
2025-12-08 17:59:48 +00:00
|
|
|
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
|
2023-11-13 06:25:14 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2026-02-19 16:31:43 +00:00
|
|
|
golang.org/x/mod v0.33.0 // indirect
|
|
|
|
|
golang.org/x/net v0.50.0 // indirect
|
2025-12-08 22:11:32 +00:00
|
|
|
golang.org/x/sync v0.19.0 // indirect
|
2026-02-09 17:30:20 +00:00
|
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
|
|
|
golang.org/x/text v0.34.0 // indirect
|
2026-02-19 16:31:43 +00:00
|
|
|
golang.org/x/tools v0.42.0 // indirect
|
2026-02-02 19:34:16 +00:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
|
|
|
|
|
google.golang.org/grpc v1.78.0 // indirect
|
2025-12-17 07:58:03 +01:00
|
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
)
|