2022-10-09 15:23:52 +02:00
|
|
|
module gitlab.com/unboundsoftware/schemas
|
|
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
|
|
require (
|
2023-10-25 06:25:13 +00:00
|
|
|
github.com/99designs/gqlgen v0.17.40
|
2023-05-07 06:24:15 +00:00
|
|
|
github.com/Khan/genqlient v0.6.0
|
2023-10-12 06:24:44 +00:00
|
|
|
github.com/alecthomas/kong v0.8.1
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/apex/log v1.9.0
|
2023-04-27 07:09:10 +02:00
|
|
|
github.com/auth0/go-jwt-middleware/v2 v2.1.0
|
2023-10-05 06:25:20 +00:00
|
|
|
github.com/getsentry/sentry-go v0.25.0
|
2023-04-27 07:09:10 +02:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
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
|
2023-10-11 06:25:00 +00:00
|
|
|
github.com/pressly/goose/v3 v3.15.1
|
2023-09-30 06:24:42 +00:00
|
|
|
github.com/rs/cors v1.10.1
|
2023-10-05 06:25:33 +00:00
|
|
|
github.com/sparetimecoders/goamqp v0.2.0
|
2023-05-31 06:25:01 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-09-20 06:25:12 +00:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.10
|
2023-10-13 06:24:47 +00:00
|
|
|
github.com/wundergraph/graphql-go-tools v1.67.0
|
2022-12-17 06:24:18 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/amqp v1.6.4
|
2023-01-27 07:45:31 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/eventsourced v1.13.0
|
2023-07-08 06:25:19 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/pg v1.12.0
|
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
|
2023-10-05 06:25:33 +00:00
|
|
|
github.com/google/uuid v1.3.1 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2023-06-14 06:25:11 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.3 // 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
|
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
|
2023-05-17 06:24:54 +00:00
|
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 // indirect
|
2023-10-06 06:24:54 +00:00
|
|
|
github.com/sosodev/duration v1.1.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
|
2023-06-14 06:25:11 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.5 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-07-08 06:25:04 +00:00
|
|
|
golang.org/x/mod v0.12.0 // indirect
|
2023-10-11 06:25:00 +00:00
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
|
|
|
golang.org/x/text v0.13.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.13.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
|
|
|
|
|
)
|