@@ -3,19 +3,19 @@ module go.temporal.io/server
3
3
go 1.19
4
4
5
5
require (
6
- cloud.google.com/go/storage v1.27 .0
7
- github.com/aws/aws-sdk-go v1.44.108
6
+ cloud.google.com/go/storage v1.28 .0
7
+ github.com/aws/aws-sdk-go v1.44.151
8
8
github.com/blang/semver/v4 v4.0.0
9
9
github.com/brianvoe/gofakeit/v6 v6.19.0
10
10
github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c
11
11
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
12
12
github.com/emirpasic/gods v1.18.1
13
13
github.com/fatih/color v1.13.0
14
14
github.com/go-sql-driver/mysql v1.5.0
15
- github.com/gocql/gocql v1.2.1
15
+ github.com/gocql/gocql v1.3.0
16
16
github.com/gogo/protobuf v1.3.2
17
17
github.com/gogo/status v1.1.1
18
- github.com/golang-jwt/jwt/v4 v4.4.2
18
+ github.com/golang-jwt/jwt/v4 v4.4.3
19
19
github.com/golang/mock v1.6.0
20
20
github.com/google/go-cmp v0.5.9
21
21
github.com/google/uuid v1.3.0
@@ -26,54 +26,54 @@ require (
26
26
github.com/olekukonko/tablewriter v0.0.5
27
27
github.com/olivere/elastic/v7 v7.0.32
28
28
github.com/pborman/uuid v1.2.1
29
- github.com/prometheus/client_golang v1.13 .0
29
+ github.com/prometheus/client_golang v1.14 .0
30
30
github.com/robfig/cron/v3 v3.0.1
31
31
github.com/stretchr/testify v1.8.1
32
32
github.com/temporalio/ringpop-go v0.0.0-20220818230611-30bf23b490b2
33
33
github.com/temporalio/tchannel-go v1.22.1-0.20220818200552-1be8d8cffa5b
34
- github.com/temporalio/tctl-kit v0.0.0-20220927185913-0326664b982c
35
- github.com/uber-go/tally/v4 v4.1.2
34
+ github.com/temporalio/tctl-kit v0.0.0-20221128225502-a682971cf481
35
+ github.com/uber-go/tally/v4 v4.1.3
36
36
github.com/urfave/cli v1.22.10
37
37
github.com/urfave/cli/v2 v2.4.0
38
38
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
39
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.1
40
- go.opentelemetry.io/otel v1.10.0
39
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.4
40
+ go.opentelemetry.io/otel v1.11.1
41
41
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.31.0
42
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0
42
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.1
43
43
go.opentelemetry.io/otel/exporters/prometheus v0.31.0
44
- go.opentelemetry.io/otel/metric v0.32.1
45
- go.opentelemetry.io/otel/sdk v1.10.0
44
+ go.opentelemetry.io/otel/metric v0.33.0
45
+ go.opentelemetry.io/otel/sdk v1.11.1
46
46
go.opentelemetry.io/otel/sdk/metric v0.31.0
47
47
go.temporal.io/api v1.13.1-0.20221110200459-6a3cb21a3415
48
48
go.temporal.io/sdk v1.18.1
49
49
go.temporal.io/version v0.3.0
50
50
go.uber.org/atomic v1.10.0
51
51
go.uber.org/fx v1.18.2
52
52
go.uber.org/multierr v1.8.0
53
- go.uber.org/zap v1.23 .0
54
- golang.org/x/exp v0.0.0-20220929160808-de9c53c655b9
55
- golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
56
- golang.org/x/time v0.0.0-20220922220347-f3bd1da661af
57
- google.golang.org/api v0.102 .0
58
- google.golang.org/grpc v1.50.1
59
- google.golang.org/grpc/examples v0.0.0-20220927194105-36e481079b22
53
+ go.uber.org/zap v1.24 .0
54
+ golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
55
+ golang.org/x/oauth2 v0.2.0
56
+ golang.org/x/time v0.2.0
57
+ google.golang.org/api v0.103 .0
58
+ google.golang.org/grpc v1.51.0
59
+ google.golang.org/grpc/examples v0.0.0-20221201195934-736197138d20
60
60
gopkg.in/square/go-jose.v2 v2.6.0
61
61
gopkg.in/validator.v2 v2.0.1
62
62
gopkg.in/yaml.v3 v3.0.1
63
- modernc.org/sqlite v1.19.1
63
+ modernc.org/sqlite v1.20.0
64
64
)
65
65
66
- require cloud.google.com/go/compute/metadata v0.2.1 // indirect
66
+ require cloud.google.com/go/compute/metadata v0.2.2 // indirect
67
67
68
68
require (
69
- cloud.google.com/go v0.105 .0 // indirect
70
- cloud.google.com/go/compute v1.12.1 // indirect
69
+ cloud.google.com/go v0.107 .0 // indirect
70
+ cloud.google.com/go/compute v1.13.0 // indirect
71
71
cloud.google.com/go/iam v0.7.0 // indirect
72
72
github.com/apache/thrift v0.17.0 // indirect
73
73
github.com/benbjohnson/clock v1.3.0 // indirect
74
74
github.com/beorn7/perks v1.0.1 // indirect
75
75
github.com/bitly/go-hostpool v0.1.0 // indirect
76
- github.com/cenkalti/backoff/v4 v4.1.3 // indirect
76
+ github.com/cenkalti/backoff/v4 v4.2.0 // indirect
77
77
github.com/cespare/xxhash/v2 v2.1.2 // indirect
78
78
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
79
79
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -85,9 +85,9 @@ require (
85
85
github.com/golang/protobuf v1.5.2 // indirect
86
86
github.com/golang/snappy v0.0.4 // indirect
87
87
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
88
- github.com/googleapis/gax-go/v2 v2.6 .0 // indirect
88
+ github.com/googleapis/gax-go/v2 v2.7 .0 // indirect
89
89
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
90
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
90
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.14.0 // indirect
91
91
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
92
92
github.com/jmespath/go-jmespath v0.4.0 // indirect
93
93
github.com/josharian/intern v1.0.0 // indirect
@@ -96,48 +96,48 @@ require (
96
96
github.com/mattn/go-colorable v0.1.13 // indirect
97
97
github.com/mattn/go-isatty v0.0.16 // indirect
98
98
github.com/mattn/go-runewidth v0.0.14 // indirect
99
- github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
99
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
100
100
github.com/opentracing/opentracing-go v1.2.0 // indirect
101
101
github.com/pkg/errors v0.9.1 // indirect
102
102
github.com/pmezard/go-difflib v1.0.0 // indirect
103
- github.com/prometheus/client_model v0.2 .0
103
+ github.com/prometheus/client_model v0.3 .0
104
104
github.com/prometheus/common v0.37.0
105
105
github.com/prometheus/procfs v0.8.0 // indirect
106
106
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
107
107
github.com/remyoudompheng/bigfft v0.0.0-20220927061507-ef77025ab5aa // indirect
108
- github.com/rivo/uniseg v0.4.2 // indirect
108
+ github.com/rivo/uniseg v0.4.3 // indirect
109
109
github.com/robfig/cron v1.2.0 // indirect
110
110
github.com/russross/blackfriday/v2 v2.1.0 // indirect
111
111
github.com/sirupsen/logrus v1.9.0 // indirect
112
112
github.com/stretchr/objx v0.5.0 // indirect
113
113
github.com/twmb/murmur3 v1.1.6 // indirect
114
114
github.com/uber-common/bark v1.3.0 // indirect
115
115
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
116
- go.opencensus.io v0.23 .0 // indirect
117
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
116
+ go.opencensus.io v0.24 .0 // indirect
117
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.1 // indirect
118
118
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.31.0 // indirect
119
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
120
- go.opentelemetry.io/otel/trace v1.10.0
119
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.1 // indirect
120
+ go.opentelemetry.io/otel/trace v1.11.1
121
121
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
122
122
go.uber.org/dig v1.15.0 // indirect
123
- golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
124
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
123
+ golang.org/x/crypto v0.3.0 // indirect
124
+ golang.org/x/mod v0.7.0 // indirect
125
125
golang.org/x/net v0.2.0 // indirect
126
126
golang.org/x/sys v0.2.0 // indirect
127
127
golang.org/x/text v0.4.0 // indirect
128
- golang.org/x/tools v0.1.12 // indirect
128
+ golang.org/x/tools v0.3.0 // indirect
129
129
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
130
130
google.golang.org/appengine v1.6.7 // indirect
131
- google.golang.org/genproto v0.0.0-20221109142239-94d6d90a7d66 // indirect
131
+ google.golang.org/genproto v0.0.0-20221201204527-e3fa12d562f3 // indirect
132
132
google.golang.org/protobuf v1.28.1 // indirect
133
133
gopkg.in/inf.v0 v0.9.1 // indirect
134
134
lukechampine.com/uint128 v1.2.0 // indirect
135
135
modernc.org/cc/v3 v3.40.0 // indirect
136
- modernc.org/ccgo/v3 v3.16.9 // indirect
137
- modernc.org/libc v1.20.0 // indirect
136
+ modernc.org/ccgo/v3 v3.16.13 // indirect
137
+ modernc.org/libc v1.21.5 // indirect
138
138
modernc.org/mathutil v1.5.0 // indirect
139
139
modernc.org/memory v1.4.0 // indirect
140
140
modernc.org/opt v0.1.3 // indirect
141
141
modernc.org/strutil v1.1.3 // indirect
142
- modernc.org/token v1.0.1 // indirect
142
+ modernc.org/token v1.1.0 // indirect
143
143
)
0 commit comments