90a74b5703
schemas / vulnerabilities (pull_request) Successful in 2m21s
schemas / check-release (pull_request) Successful in 4m25s
schemas / check (pull_request) Successful in 7m0s
pre-commit / pre-commit (pull_request) Successful in 12m23s
schemas / build (pull_request) Successful in 6m29s
schemas / deploy-prod (pull_request) Has been skipped
92 lines
3.9 KiB
Modula-2
92 lines
3.9 KiB
Modula-2
module gitea.unbound.se/unboundsoftware/schemas
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.87
|
|
github.com/DATA-DOG/go-sqlmock v1.5.2
|
|
github.com/Khan/genqlient v0.8.1
|
|
github.com/alecthomas/kong v1.14.0
|
|
github.com/apex/log v1.9.0
|
|
github.com/auth0/go-jwt-middleware/v3 v3.0.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/pressly/goose/v3 v3.27.0
|
|
github.com/rs/cors v1.11.1
|
|
github.com/sparetimecoders/goamqp v0.3.3
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/vektah/gqlparser/v2 v2.5.32
|
|
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.257
|
|
gitlab.com/unboundsoftware/eventsourced/amqp v1.9.1
|
|
gitlab.com/unboundsoftware/eventsourced/eventsourced v1.19.4
|
|
gitlab.com/unboundsoftware/eventsourced/pg v1.18.4
|
|
go.opentelemetry.io/contrib/bridges/otelslog v0.16.0
|
|
go.opentelemetry.io/otel v1.41.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.16.0
|
|
go.opentelemetry.io/otel/log v0.17.0
|
|
go.opentelemetry.io/otel/sdk v1.40.0
|
|
go.opentelemetry.io/otel/sdk/log v0.16.0
|
|
go.opentelemetry.io/otel/sdk/metric v1.40.0
|
|
go.opentelemetry.io/otel/trace v1.41.0
|
|
golang.org/x/crypto v0.48.0
|
|
golang.org/x/sync v0.19.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.2.1 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/goccy/go-yaml v1.19.2 // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
|
|
github.com/lestrrat-go/dsig v1.0.0 // indirect
|
|
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
github.com/lestrrat-go/httprc/v3 v3.0.3 // indirect
|
|
github.com/lestrrat-go/jwx/v3 v3.0.12 // indirect
|
|
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
|
|
github.com/lib/pq v1.11.2 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
|
|
github.com/segmentio/asm v1.2.1 // indirect
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
github.com/sosodev/duration v1.3.1 // indirect
|
|
github.com/stretchr/objx v0.5.2 // 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/v3 v3.6.2 // indirect
|
|
github.com/valyala/fastjson v1.6.7 // indirect
|
|
github.com/wundergraph/astjson v1.1.0 // indirect
|
|
github.com/wundergraph/go-arena v1.1.0 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.41.0 // indirect
|
|
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/mod v0.33.0 // indirect
|
|
golang.org/x/net v0.51.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
golang.org/x/tools v0.42.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260217215200-42d3e9bedb6d // indirect
|
|
google.golang.org/grpc v1.79.1 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
)
|