2022-10-09 15:23:52 +02:00
|
|
|
module gitlab.com/unboundsoftware/schemas
|
|
|
|
|
|
2023-10-27 13:44:06 +00:00
|
|
|
go 1.21
|
|
|
|
|
|
2024-08-06 19:54:43 +00:00
|
|
|
toolchain go1.22.6
|
2022-10-09 15:23:52 +02:00
|
|
|
|
|
|
|
|
require (
|
2024-06-15 10:52:44 +00:00
|
|
|
github.com/99designs/gqlgen v0.17.49
|
2024-03-05 07:53:18 +00:00
|
|
|
github.com/Khan/genqlient v0.7.0
|
2024-03-08 06:53:21 +00:00
|
|
|
github.com/alecthomas/kong v0.9.0
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/apex/log v1.9.0
|
2024-01-23 06:24:48 +00:00
|
|
|
github.com/auth0/go-jwt-middleware/v2 v2.2.1
|
2024-06-12 16:54:43 +00:00
|
|
|
github.com/getsentry/sentry-go v0.28.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
|
2024-06-19 16:54:00 +00:00
|
|
|
github.com/pressly/goose/v3 v3.21.1
|
2024-04-24 13:53:28 +00:00
|
|
|
github.com/rs/cors v1.11.0
|
2024-01-17 06:25:04 +00:00
|
|
|
github.com/sparetimecoders/goamqp v0.3.0
|
2024-03-01 12:53:36 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-06-13 01:54:26 +00:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.16
|
2024-07-10 10:53:00 +00:00
|
|
|
github.com/wundergraph/graphql-go-tools v1.67.4
|
2022-12-17 06:24:18 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/amqp v1.6.4
|
2024-02-02 06:26:51 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/eventsourced v1.14.2
|
2024-03-20 11:53:16 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/pg v1.14.3
|
2022-10-09 15:23:52 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/agnivade/levenshtein v1.1.1 // indirect
|
|
|
|
|
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-05-07 19:52:57 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.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/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-10-05 06:25:33 +00:00
|
|
|
github.com/rabbitmq/amqp091-go v1.9.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
|
2023-11-13 06:25:14 +00:00
|
|
|
github.com/sethvargo/go-retry v0.2.4 // 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-05-07 19:52:57 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.2 // indirect
|
|
|
|
|
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
|
2023-11-13 06:25:14 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-06-15 10:52:44 +00:00
|
|
|
golang.org/x/mod v0.18.0 // indirect
|
|
|
|
|
golang.org/x/net v0.26.0 // indirect
|
2024-04-22 13:53:54 +00:00
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
2024-06-15 10:52:44 +00:00
|
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
|
|
|
golang.org/x/text v0.16.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.22.0 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|