2022-10-09 15:23:52 +02:00
|
|
|
module gitlab.com/unboundsoftware/schemas
|
|
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
|
|
require (
|
2023-05-06 06:24:35 +00:00
|
|
|
github.com/99designs/gqlgen v0.17.31
|
2023-05-07 06:24:15 +00:00
|
|
|
github.com/Khan/genqlient v0.6.0
|
2022-12-16 13:33:19 +00:00
|
|
|
github.com/alecthomas/kong v0.7.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-05-08 18:55:53 +00:00
|
|
|
github.com/getsentry/sentry-go v0.21.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-05-08 18:57:33 +00:00
|
|
|
github.com/pressly/goose/v3 v3.11.2
|
2023-04-14 06:24:35 +00:00
|
|
|
github.com/rs/cors v1.9.0
|
2022-12-16 16:02:16 +01:00
|
|
|
github.com/sparetimecoders/goamqp v0.1.3
|
2023-02-26 06:24:35 +00:00
|
|
|
github.com/stretchr/testify v1.8.2
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.1
|
|
|
|
|
github.com/wundergraph/graphql-go-tools v1.57.2-0.20221005155749-a4fdba38990b
|
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-04-21 06:24:51 +00:00
|
|
|
gitlab.com/unboundsoftware/eventsourced/pg v1.11.2
|
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
|
|
|
|
|
github.com/golang/mock v1.4.4 // indirect
|
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2023-03-01 06:24:31 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/kr/text v0.2.0 // 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
|
|
|
|
|
github.com/qri-io/jsonpointer v0.1.1 // indirect
|
|
|
|
|
github.com/qri-io/jsonschema v0.2.1 // indirect
|
2022-12-16 16:02:16 +01:00
|
|
|
github.com/rabbitmq/amqp091-go v1.5.0 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
|
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-03-01 06:24:31 +00:00
|
|
|
github.com/urfave/cli/v2 v2.24.4 // indirect
|
2022-10-09 15:23:52 +02:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-05-05 06:24:26 +00:00
|
|
|
golang.org/x/mod v0.10.0 // indirect
|
2023-05-07 06:24:15 +00:00
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
2023-05-05 06:24:26 +00:00
|
|
|
golang.org/x/text v0.9.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.8.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
|
|
|
|
|
)
|