go-pkg/go.mod

56 lines
2.1 KiB
Modula-2
Raw Permalink Normal View History

2023-07-12 12:43:25 -06:00
module go.sour.is/pkg
go 1.20
require (
2023-07-12 12:58:45 -06:00
github.com/99designs/gqlgen v0.17.34
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/gorilla/websocket v1.5.0
2023-07-12 12:43:25 -06:00
github.com/matryer/is v1.4.1
2023-07-12 12:58:45 -06:00
github.com/ravilushqa/otelgqlgen v0.13.1
github.com/vektah/gqlparser/v2 v2.5.6
go.opentelemetry.io/otel v1.17.0
2023-07-12 12:43:25 -06:00
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
2023-07-12 12:58:45 -06:00
go.opentelemetry.io/otel/sdk/metric v0.39.0
2023-07-12 12:43:25 -06:00
go.uber.org/multierr v1.11.0
golang.org/x/sync v0.3.0
)
require (
2023-07-12 12:58:45 -06:00
github.com/agnivade/levenshtein v1.1.1 // indirect
2023-07-12 12:43:25 -06:00
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
2023-07-12 12:58:45 -06:00
github.com/hashicorp/golang-lru/v2 v2.0.3 // indirect
2023-07-12 12:43:25 -06:00
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2023-07-12 12:58:45 -06:00
github.com/mitchellh/mapstructure v1.5.0 // indirect
2023-07-12 12:43:25 -06:00
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.0 // indirect
2023-07-12 12:58:45 -06:00
go.opentelemetry.io/contrib v1.16.1 // indirect
2023-07-12 12:43:25 -06:00
)
require (
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
2023-07-12 12:43:25 -06:00
github.com/prometheus/client_golang v1.16.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0 // indirect
go.opentelemetry.io/otel/exporters/prometheus v0.39.0
go.opentelemetry.io/otel/metric v1.17.0
2023-07-12 12:58:45 -06:00
go.opentelemetry.io/otel/sdk v1.16.0
go.opentelemetry.io/otel/trace v1.17.0
2023-07-12 12:43:25 -06:00
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.10.0 // indirect
2023-07-12 12:58:45 -06:00
golang.org/x/text v0.9.0 // indirect
2023-07-12 12:43:25 -06:00
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
2023-07-12 12:43:25 -06:00
)