@@ -31,8 +31,8 @@ require (
31
31
golang.org/x/crypto v0.18.0
32
32
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
33
33
golang.org/x/text v0.14.0
34
- golang.org/x/time v0.3 .0
35
- google.golang.org/api v0.149 .0
34
+ golang.org/x/time v0.5 .0
35
+ google.golang.org/api v0.160 .0
36
36
google.golang.org/protobuf v1.32.0
37
37
)
38
38
@@ -41,8 +41,8 @@ require github.com/alecthomas/participle/v2 v2.1.1
41
41
require github.com/go-errors/errors v1.5.1 // indirect
42
42
43
43
require (
44
- cloud.google.com/go v0.110.8 // indirect
45
- cloud.google.com/go/compute v1.23.1 // indirect
44
+ cloud.google.com/go v0.111.0 // indirect
45
+ cloud.google.com/go/compute v1.23.3 // indirect
46
46
cloud.google.com/go/compute/metadata v0.2.3 // indirect
47
47
github.com/DataDog/zstd v1.5.2 // indirect
48
48
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
@@ -138,27 +138,34 @@ require (
138
138
golang.org/x/sys v0.16.0 // indirect
139
139
golang.org/x/term v0.16.0 // indirect
140
140
golang.org/x/tools v0.16.0 // indirect
141
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
142
- google.golang.org/appengine v1.6.7 // indirect
143
- google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
144
- google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
145
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
146
- google.golang.org/grpc v1.59.0 // indirect
141
+ google.golang.org/appengine v1.6.8 // indirect
142
+ google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect
143
+ google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe // indirect
144
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
145
+ google.golang.org/grpc v1.61.0 // indirect
147
146
gopkg.in/ini.v1 v1.67.0 // indirect
148
147
gopkg.in/yaml.v3 v3.0.1 // indirect
149
148
lukechampine.com/blake3 v1.2.1 // indirect
150
149
rsc.io/tmplfunc v0.0.3 // indirect
151
150
)
152
151
153
152
require (
154
- cloud.google.com/go/kms v1.15.5
153
+ cloud.google.com/go/kms v1.15.6
155
154
github.com/google/tink/go v1.7.0
156
155
)
157
156
158
157
require (
159
- cloud.google.com/go/iam v1.1.3 // indirect
158
+ cloud.google.com/go/iam v1.1.5 // indirect
160
159
github.com/Microsoft/go-winio v0.6.1 // indirect
161
160
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
162
161
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect
162
+ github.com/felixge/httpsnoop v1.0.4 // indirect
163
163
github.com/gballet/go-verkle v0.1.1-0.20231031103413-a67434b50f46 // indirect
164
+ github.com/go-logr/logr v1.4.1 // indirect
165
+ github.com/go-logr/stdr v1.2.2 // indirect
166
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect
167
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
168
+ go.opentelemetry.io/otel v1.22.0 // indirect
169
+ go.opentelemetry.io/otel/metric v1.22.0 // indirect
170
+ go.opentelemetry.io/otel/trace v1.22.0 // indirect
164
171
)
0 commit comments