2022-10-09 15:23:52 +02:00
|
|
|
module gitlab.com/unboundsoftware/schemas
|
|
|
|
|
|
2025-09-09 14:59:00 +00:00
|
|
|
go 1.25
|
2022-10-09 15:23:52 +02:00
|
|
|
|
|
|
|
|
require (
|
2025-11-10 23:10:38 +00:00
|
|
|
github.com/99designs/gqlgen v0.17.83
|
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
|
2025-11-13 22:59:09 +00:00
|
|
|
github.com/alecthomas/kong v1.13.0
|
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
|
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
|
2023-04-27 07:09:10 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
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
|
2025-10-30 01:59:20 +00:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.31
|
2025-11-17 08:58:02 +00:00
|
|
|
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.238
|
2025-09-11 09:58:15 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/amqp v1.9.0
|
2025-09-18 09:58:42 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/eventsourced v1.19.3
|
2025-04-01 12:54:52 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/pg v1.17.0
|
2025-09-01 08:58:01 +00:00
|
|
|
go.opentelemetry.io/contrib/bridges/otelslog v0.13.0
|
2025-08-29 20:07:41 +00:00
|
|
|
go.opentelemetry.io/otel v1.38.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0
|
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.14.0
|
|
|
|
|
go.opentelemetry.io/otel/log v0.14.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk v1.38.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk/log v0.14.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.38.0
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.38.0
|
2025-11-20 22:11:17 +01:00
|
|
|
golang.org/x/crypto v0.43.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
|
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-06-13 10:52:53 +00:00
|
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
2025-08-29 20:07:41 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // 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
|
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
|
2025-11-10 23:10:38 +00:00
|
|
|
github.com/urfave/cli/v3 v3.6.0 // indirect
|
2025-02-28 13:10:07 +01:00
|
|
|
github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083 // indirect
|
2025-06-13 11:00:52 +02:00
|
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
2025-08-29 20:07:41 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.38.0 // indirect
|
|
|
|
|
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
|
2023-11-13 06:25:14 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2025-10-20 14:58:41 +00:00
|
|
|
golang.org/x/mod v0.29.0 // indirect
|
|
|
|
|
golang.org/x/net v0.46.0 // indirect
|
2025-09-15 07:19:10 +02:00
|
|
|
golang.org/x/sync v0.17.0 // indirect
|
2025-10-20 14:58:41 +00:00
|
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
|
|
|
golang.org/x/text v0.30.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.38.0 // indirect
|
2025-08-29 20:07:41 +00:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
|
|
|
|
|
google.golang.org/grpc v1.75.0 // indirect
|
2025-11-07 01:59:53 +00:00
|
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
)
|