9b351731d6
Bumps [gitlab.com/unboundsoftware/eventsourced/eventsourced](https://gitlab.com/unboundsoftware/eventsourced/eventsourced) from 1.14.0 to 1.14.2. - [Commits](https://gitlab.com/unboundsoftware/eventsourced/eventsourced/compare/v1.14.0...v1.14.2)
63 lines
2.4 KiB
Modula-2
63 lines
2.4 KiB
Modula-2
module gitlab.com/unboundsoftware/schemas
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.3
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.43
|
|
github.com/Khan/genqlient v0.6.0
|
|
github.com/alecthomas/kong v0.8.1
|
|
github.com/apex/log v1.9.0
|
|
github.com/auth0/go-jwt-middleware/v2 v2.2.1
|
|
github.com/getsentry/sentry-go v0.26.0
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pressly/goose/v3 v3.18.0
|
|
github.com/rs/cors v1.10.1
|
|
github.com/sparetimecoders/goamqp v0.3.0
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/vektah/gqlparser/v2 v2.5.11
|
|
github.com/wundergraph/graphql-go-tools v1.67.1
|
|
gitlab.com/unboundsoftware/eventsourced/amqp v1.6.4
|
|
gitlab.com/unboundsoftware/eventsourced/eventsourced v1.14.2
|
|
gitlab.com/unboundsoftware/eventsourced/pg v1.13.7
|
|
)
|
|
|
|
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/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.3 // indirect
|
|
github.com/jensneuse/byte-template v0.0.0-20200214152254-4f3cf06e5c68 // indirect
|
|
github.com/lib/pq v1.10.9 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rabbitmq/amqp091-go v1.9.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 // indirect
|
|
github.com/sethvargo/go-retry v0.2.4 // indirect
|
|
github.com/sosodev/duration v1.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
|
|
github.com/urfave/cli/v2 v2.25.5 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.15.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|