2022-10-09 15:23:52 +02:00
|
|
|
module gitlab.com/unboundsoftware/schemas
|
|
|
|
|
|
2023-10-27 13:44:06 +00:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
|
|
toolchain go1.21.3
|
2022-10-09 15:23:52 +02:00
|
|
|
|
|
|
|
|
require (
|
2024-03-11 23:52:36 +00:00
|
|
|
github.com/99designs/gqlgen v0.17.45
|
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-02-08 06:24:56 +00:00
|
|
|
github.com/getsentry/sentry-go v0.27.0
|
2024-03-05 02:53:11 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/jmoiron/sqlx v1.3.5
|
2023-04-27 07:09:10 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2024-03-13 14:52:40 +00:00
|
|
|
github.com/pressly/goose/v3 v3.19.2
|
2023-09-30 06:24:42 +00:00
|
|
|
github.com/rs/cors v1.10.1
|
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-01-19 06:25:22 +00:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.11
|
2024-03-20 20:53:24 +00:00
|
|
|
github.com/wundergraph/graphql-go-tools v1.67.2
|
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
|
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
|
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
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/gorilla/websocket v1.5.0 // 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
|
2024-01-30 06:25:08 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2023-05-17 06:24:54 +00:00
|
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 // indirect
|
2023-11-13 06:25:14 +00:00
|
|
|
github.com/sethvargo/go-retry v0.2.4 // indirect
|
2024-02-16 06:24:44 +00:00
|
|
|
github.com/sosodev/duration v1.2.0 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/tidwall/gjson v1.14.3 // indirect
|
|
|
|
|
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-02-16 06:24:44 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.1 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-11-13 06:25:14 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-03-11 23:52:36 +00:00
|
|
|
golang.org/x/mod v0.16.0 // indirect
|
2024-01-23 06:24:48 +00:00
|
|
|
golang.org/x/sync v0.6.0 // indirect
|
2024-03-11 23:52:36 +00:00
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2023-11-13 06:25:14 +00:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2024-03-11 23:52:36 +00:00
|
|
|
golang.org/x/tools v0.19.0 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|