|
1 | 1 | module goa.design/pulse
|
2 | 2 |
|
3 |
| -go 1.22.0 |
| 3 | +go 1.22.7 |
4 | 4 |
|
5 |
| -toolchain go1.22.2 |
| 5 | +toolchain go1.23.1 |
6 | 6 |
|
7 | 7 | require (
|
8 |
| - github.com/gorilla/websocket v1.5.1 |
| 8 | + github.com/crossnokaye/internal-services v0.0.0-20241002164525-1737842b8588 |
| 9 | + github.com/google/uuid v1.6.0 |
| 10 | + github.com/gorilla/websocket v1.5.3 |
9 | 11 | github.com/oklog/ulid/v2 v2.1.0
|
10 |
| - github.com/redis/go-redis/v9 v9.5.1 |
| 12 | + github.com/redis/go-redis/v9 v9.6.1 |
11 | 13 | github.com/stretchr/testify v1.9.0
|
12 |
| - go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.52.0 |
13 |
| - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 |
14 |
| - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.27.0 |
15 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 |
16 |
| - goa.design/clue v1.0.4 |
17 |
| - goa.design/goa/v3 v3.16.2 |
| 14 | + go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 |
| 15 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 |
| 16 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 |
| 17 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 |
| 18 | + goa.design/clue v1.0.6 |
| 19 | + goa.design/goa/v3 v3.18.2 |
18 | 20 | goa.design/model v1.9.8
|
19 |
| - google.golang.org/grpc v1.64.0 |
| 21 | + google.golang.org/grpc v1.65.0 |
20 | 22 | )
|
21 | 23 |
|
22 | 24 | require (
|
23 |
| - github.com/aws/smithy-go v1.20.2 // indirect |
| 25 | + github.com/aws/smithy-go v1.20.3 // indirect |
24 | 26 | github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
25 | 27 | github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
26 | 28 | github.com/davecgh/go-spew v1.1.1 // indirect
|
27 | 29 | github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
28 | 30 | github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect
|
29 | 31 | github.com/felixge/httpsnoop v1.0.4 // indirect
|
30 |
| - github.com/go-chi/chi/v5 v5.0.12 // indirect |
| 32 | + github.com/go-chi/chi/v5 v5.1.0 // indirect |
31 | 33 | github.com/go-logfmt/logfmt v0.6.0 // indirect
|
32 | 34 | github.com/go-logr/logr v1.4.2 // indirect
|
33 | 35 | github.com/go-logr/stdr v1.2.2 // indirect
|
34 |
| - github.com/google/uuid v1.6.0 // indirect |
35 | 36 | github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
|
36 | 37 | github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect
|
37 | 38 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
38 |
| - github.com/sergi/go-diff v1.3.1 // indirect |
39 |
| - go.opentelemetry.io/otel v1.27.0 // indirect |
40 |
| - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.27.0 // indirect |
41 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 // indirect |
42 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 // indirect |
43 |
| - go.opentelemetry.io/otel/metric v1.27.0 // indirect |
44 |
| - go.opentelemetry.io/otel/sdk v1.27.0 // indirect |
45 |
| - go.opentelemetry.io/otel/sdk/metric v1.27.0 // indirect |
46 |
| - go.opentelemetry.io/otel/trace v1.27.0 // indirect |
47 |
| - go.opentelemetry.io/proto/otlp v1.2.0 // indirect |
48 |
| - golang.org/x/mod v0.17.0 // indirect |
49 |
| - golang.org/x/net v0.25.0 // indirect |
| 39 | + github.com/puzpuzpuz/xsync/v3 v3.4.0 // indirect |
| 40 | + go.opentelemetry.io/otel v1.28.0 // indirect |
| 41 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 // indirect |
| 42 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect |
| 43 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect |
| 44 | + go.opentelemetry.io/otel/metric v1.28.0 // indirect |
| 45 | + go.opentelemetry.io/otel/sdk v1.28.0 // indirect |
| 46 | + go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect |
| 47 | + go.opentelemetry.io/otel/trace v1.28.0 // indirect |
| 48 | + go.opentelemetry.io/proto/otlp v1.3.1 // indirect |
| 49 | + golang.org/x/mod v0.19.0 // indirect |
| 50 | + golang.org/x/net v0.27.0 // indirect |
50 | 51 | golang.org/x/sync v0.7.0 // indirect
|
51 |
| - golang.org/x/sys v0.20.0 // indirect |
52 |
| - golang.org/x/term v0.20.0 // indirect |
53 |
| - golang.org/x/text v0.15.0 // indirect |
54 |
| - golang.org/x/tools v0.21.0 // indirect |
55 |
| - google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect |
56 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect |
57 |
| - google.golang.org/protobuf v1.34.1 // indirect |
| 52 | + golang.org/x/sys v0.22.0 // indirect |
| 53 | + golang.org/x/term v0.22.0 // indirect |
| 54 | + golang.org/x/text v0.16.0 // indirect |
| 55 | + golang.org/x/tools v0.23.0 // indirect |
| 56 | + google.golang.org/genproto/googleapis/api v0.0.0-20240709173604-40e1e62336c5 // indirect |
| 57 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect |
| 58 | + google.golang.org/protobuf v1.34.2 // indirect |
58 | 59 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
59 | 60 | )
|
0 commit comments