2022-10-09 15:23:52 +02:00
|
|
|
module gitlab.com/unboundsoftware/schemas
|
|
|
|
|
|
2025-06-13 11:00:52 +02:00
|
|
|
go 1.24.4
|
2022-10-09 15:23:52 +02:00
|
|
|
|
|
|
|
|
require (
|
2025-07-28 12:21:43 +02:00
|
|
|
github.com/99designs/gqlgen v0.17.78
|
2025-05-18 19:53:47 +00:00
|
|
|
github.com/Khan/genqlient v0.8.1
|
2025-07-21 03:57:31 +00:00
|
|
|
github.com/alecthomas/kong v1.12.1
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/apex/log v1.9.0
|
2025-03-05 10:53:54 +00:00
|
|
|
github.com/auth0/go-jwt-middleware/v2 v2.3.0
|
2025-07-30 13:57:26 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.3.0
|
2024-04-23 13:52:27 +00:00
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
2023-04-27 07:09:10 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2025-08-24 21:58:33 +00:00
|
|
|
github.com/pressly/goose/v3 v3.25.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-24 16:59:02 +00:00
|
|
|
github.com/stretchr/testify v1.11.0
|
2025-06-28 23:55:22 +00:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.30
|
2025-08-22 09:58:39 +00:00
|
|
|
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.221
|
2025-04-11 09:56:34 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/amqp v1.8.1
|
2025-04-01 12:54:52 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/eventsourced v1.19.2
|
|
|
|
|
gitlab.com/unboundsoftware/eventsourced/pg v1.17.0
|
2025-06-25 20:02:41 +00:00
|
|
|
go.opentelemetry.io/contrib/bridges/otelslog v0.12.0
|
2025-06-25 07:54:48 +00:00
|
|
|
go.opentelemetry.io/otel v1.37.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.13.0
|
|
|
|
|
go.opentelemetry.io/otel/log v0.13.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk v1.37.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk/log v0.13.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.37.0
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.37.0
|
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-06-13 11:00:52 +02:00
|
|
|
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
|
2025-05-19 11:54:14 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2025-06-16 14:55:10 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // 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
|
2025-07-28 12:21:43 +02:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
2024-02-02 06:26:51 +00:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-06-13 10:52:53 +00:00
|
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
2025-06-25 07:54:48 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
|
2024-02-16 06:24:44 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2023-05-08 18:57:33 +00:00
|
|
|
github.com/lib/pq v1.10.9 // indirect
|
2024-02-01 06:25:05 +00:00
|
|
|
github.com/mfridman/interpolate v0.0.2 // 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
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // 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
|
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
|
2025-06-16 14:55:10 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.7 // indirect
|
2025-02-28 13:10:07 +01:00
|
|
|
github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083 // indirect
|
2024-09-13 16:53:19 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
2025-06-13 11:00:52 +02:00
|
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
2025-06-25 07:54:48 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.37.0 // indirect
|
|
|
|
|
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
|
2023-11-13 06:25:14 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2025-07-28 12:21:43 +02:00
|
|
|
golang.org/x/mod v0.26.0 // indirect
|
|
|
|
|
golang.org/x/net v0.42.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
|
|
|
golang.org/x/text v0.27.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.35.0 // indirect
|
2025-06-25 07:54:48 +00:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
|
|
|
|
|
google.golang.org/grpc v1.73.0 // indirect
|
2025-06-13 11:00:52 +02:00
|
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|