59 lines
2.2 KiB
Modula-2
59 lines
2.2 KiB
Modula-2
module gitlab.com/unboundsoftware/schemas
|
|
|
|
go 1.23.8
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.73
|
|
github.com/Khan/genqlient v0.8.0
|
|
github.com/alecthomas/kong v1.10.0
|
|
github.com/apex/log v1.9.0
|
|
github.com/auth0/go-jwt-middleware/v2 v2.3.0
|
|
github.com/getsentry/sentry-go v0.32.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pressly/goose/v3 v3.24.2
|
|
github.com/rs/cors v1.11.1
|
|
github.com/sparetimecoders/goamqp v0.3.2
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/vektah/gqlparser/v2 v2.5.26
|
|
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.178
|
|
gitlab.com/unboundsoftware/eventsourced/amqp v1.8.1
|
|
gitlab.com/unboundsoftware/eventsourced/eventsourced v1.19.2
|
|
gitlab.com/unboundsoftware/eventsourced/pg v1.17.0
|
|
)
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.2.1 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/lib/pq v1.10.9 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
github.com/sosodev/duration v1.3.1 // indirect
|
|
github.com/tidwall/gjson v1.17.0 // 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.27.6 // indirect
|
|
github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
golang.org/x/tools v0.32.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|