2022-10-09 15:23:52 +02:00
|
|
|
module gitlab.com/unboundsoftware/schemas
|
|
|
|
|
|
2024-09-13 16:53:19 +00:00
|
|
|
go 1.22.5
|
2023-10-27 13:44:06 +00:00
|
|
|
|
2025-01-16 20:56:07 +00:00
|
|
|
toolchain go1.23.5
|
2022-10-09 15:23:52 +02:00
|
|
|
|
|
|
|
|
require (
|
2025-01-28 14:57:10 +00:00
|
|
|
github.com/99designs/gqlgen v0.17.64
|
2024-03-05 07:53:18 +00:00
|
|
|
github.com/Khan/genqlient v0.7.0
|
2025-01-30 02:56:20 +00:00
|
|
|
github.com/alecthomas/kong v1.7.0
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/apex/log v1.9.0
|
2024-08-23 19:53:12 +00:00
|
|
|
github.com/auth0/go-jwt-middleware/v2 v2.2.2
|
2025-01-02 16:56:30 +00:00
|
|
|
github.com/getsentry/sentry-go v0.31.1
|
2024-03-05 02:53:11 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
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-01-10 09:07:01 +00:00
|
|
|
github.com/pressly/goose/v3 v3.24.1
|
2024-08-29 13:54:29 +00:00
|
|
|
github.com/rs/cors v1.11.1
|
2024-08-23 10:53:53 +00:00
|
|
|
github.com/sparetimecoders/goamqp v0.3.1
|
2024-11-23 11:55:41 +00:00
|
|
|
github.com/stretchr/testify v1.10.0
|
2025-01-28 14:57:10 +00:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.22
|
2024-07-10 10:53:00 +00:00
|
|
|
github.com/wundergraph/graphql-go-tools v1.67.4
|
2024-11-27 14:55:25 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/amqp v1.7.0
|
2024-11-27 11:55:48 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/eventsourced v1.16.0
|
2024-11-27 14:55:28 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/pg v1.15.0
|
2022-10-09 15:23:52 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2024-11-26 14:54:52 +00:00
|
|
|
github.com/agnivade/levenshtein v1.2.0 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
2024-06-13 10:52:53 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2024-11-10 14:29:58 +01:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-11-10 14:29:58 +01:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // 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
|
2024-02-16 06:24:44 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2023-05-08 18:58:10 +00:00
|
|
|
github.com/jensneuse/byte-template v0.0.0-20200214152254-4f3cf06e5c68 // 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-06-13 10:52:53 +00:00
|
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.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
|
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
|
2024-11-10 14:29:58 +01:00
|
|
|
github.com/urfave/cli/v2 v2.27.5 // indirect
|
2024-09-13 16:53:19 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
2023-11-13 06:25:14 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-09-13 16:53:19 +00:00
|
|
|
golang.org/x/mod v0.20.0 // indirect
|
2024-12-19 16:55:17 +00:00
|
|
|
golang.org/x/net v0.33.0 // indirect
|
2024-12-12 17:56:23 +00:00
|
|
|
golang.org/x/sync v0.10.0 // indirect
|
2025-01-28 14:57:10 +00:00
|
|
|
golang.org/x/sys v0.29.0 // indirect
|
2024-12-12 17:56:23 +00:00
|
|
|
golang.org/x/text v0.21.0 // indirect
|
2024-09-13 16:53:19 +00:00
|
|
|
golang.org/x/tools v0.24.0 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|