Skip to content

Commit d44aa50

Browse files
Danielius1922Daniel Adam
authored andcommitted
Upgrade dependencies
Submodule: github.com/googleapis/googleapis 37b411ab3a7695b19646dbe6cba056aeb328d63f Direct: cloud.google.com/go v0.111.0 github.com/gorilla/handlers v1.5.2 github.com/gorilla/mux v1.8.1 github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 github.com/lestrrat-go/jwx v1.2.27 github.com/pion/dtls/v2 v2.2.8-0.20231201063746-dc751e3b2df9 github.com/plgd-dev/device/v2 v2.2.3-0.20231201123030-848022cce7d7 github.com/plgd-dev/go-coap/v3 v3.3.1-0.20231201115455-b5adef4fb2ee github.com/plgd-dev/hub/v2 v2.14.1-0.20231201134621-229a574f786f google.golang.org/api v0.153.0 google.golang.org/protobuf v1.31.1-0.20231027082548-f4a6c1f6e5c1 Indirect: cloud.google.com/go/iam v1.1.5 cloud.google.com/go/kms v1.15.5 github.com/bufbuild/protocompile v0.7.0 github.com/felixge/httpsnoop v1.0.4 github.com/go-co-op/gocron v1.36.0 github.com/golang-jwt/jwt/v5 v5.2.0 github.com/gorilla/websocket v1.5.1 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 github.com/lestrrat-go/jwx/v2 v2.0.18 github.com/panjf2000/ants/v2 v2.9.0 github.com/ugorji/go/codec v1.2.12 go.mongodb.org/mongo-driver v1.13.1 golang.org/x/crypto v0.16.0 golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb golang.org/x/net v0.19.0 golang.org/x/oauth2 v0.15.0 golang.org/x/sync v0.5.0 golang.org/x/sys v0.15.0 golang.org/x/text v0.14.0 golang.org/x/time v0.5.0 google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f google.golang.org/genproto/googleapis/api v0.0.0-20231127180814-3a041ad873d4 google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4
1 parent ec30b69 commit d44aa50

File tree

3 files changed

+126
-111
lines changed

3 files changed

+126
-111
lines changed

dependency/googleapis

Submodule googleapis updated 214 files

go.mod

Lines changed: 55 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,41 @@ module github.com/plgd-dev/client-application
33
go 1.18
44

55
require (
6-
cloud.google.com/go v0.110.10
6+
cloud.google.com/go v0.111.0
77
github.com/apex/log v1.9.0
88
github.com/favadi/protoc-go-inject-tag v1.4.0
99
github.com/fullstorydev/grpchan v1.1.1
1010
github.com/glendc/go-external-ip v0.1.0
1111
github.com/golang-jwt/jwt/v4 v4.5.0
1212
github.com/google/uuid v1.4.0
1313
github.com/goreleaser/goreleaser v1.9.2
14-
github.com/gorilla/handlers v1.5.1
15-
github.com/gorilla/mux v1.8.0
16-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
14+
github.com/gorilla/handlers v1.5.2
15+
github.com/gorilla/mux v1.8.1
16+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
1717
github.com/jellydator/ttlcache/v3 v3.1.0
1818
github.com/jessevdk/go-flags v1.5.0
19-
github.com/lestrrat-go/jwx v1.2.26
20-
github.com/pion/dtls/v2 v2.2.8-0.20231026152330-9cc3df9c3369
21-
github.com/plgd-dev/device/v2 v2.2.3-0.20231102140441-be15c594982e
22-
github.com/plgd-dev/go-coap/v3 v3.1.6
23-
github.com/plgd-dev/hub/v2 v2.13.1-0.20231103112740-d2a9b071272d
19+
github.com/lestrrat-go/jwx v1.2.27
20+
github.com/pion/dtls/v2 v2.2.8-0.20231201063746-dc751e3b2df9
21+
github.com/plgd-dev/device/v2 v2.2.3-0.20231201123030-848022cce7d7
22+
github.com/plgd-dev/go-coap/v3 v3.3.1-0.20231201115455-b5adef4fb2ee
23+
github.com/plgd-dev/hub/v2 v2.14.1-0.20231201134621-229a574f786f
2424
github.com/plgd-dev/kit/v2 v2.0.0-20211006190727-057b33161b90
2525
github.com/stretchr/testify v1.8.4
2626
go.opentelemetry.io/otel/trace v1.14.0
2727
go.uber.org/atomic v1.11.0
2828
go.uber.org/zap v1.24.0
29-
google.golang.org/api v0.149.0
29+
google.golang.org/api v0.153.0
3030
google.golang.org/grpc v1.58.2
3131
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
32-
google.golang.org/protobuf v1.31.0
32+
google.golang.org/protobuf v1.31.1-0.20231027082548-f4a6c1f6e5c1
3333
gopkg.in/yaml.v3 v3.0.1
3434
)
3535

3636
require (
3737
cloud.google.com/go/compute v1.23.3 // indirect
3838
cloud.google.com/go/compute/metadata v0.2.3 // indirect
39-
cloud.google.com/go/iam v1.1.3 // indirect
40-
cloud.google.com/go/kms v1.15.3 // indirect
39+
cloud.google.com/go/iam v1.1.5 // indirect
40+
cloud.google.com/go/kms v1.15.5 // indirect
4141
cloud.google.com/go/storage v1.30.1 // indirect
4242
code.gitea.io/sdk/gitea v0.15.1 // indirect
4343
github.com/AlekSi/pointer v1.2.0 // indirect
@@ -78,7 +78,7 @@ require (
7878
github.com/aws/aws-sdk-go-v2/service/sts v1.7.0 // indirect
7979
github.com/aws/smithy-go v1.8.0 // indirect
8080
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
81-
github.com/bufbuild/protocompile v0.6.0 // indirect
81+
github.com/bufbuild/protocompile v0.7.0 // indirect
8282
github.com/caarlos0/ctrlc v1.0.0 // indirect
8383
github.com/caarlos0/env/v6 v6.9.2 // indirect
8484
github.com/caarlos0/go-reddit/v3 v3.0.1 // indirect
@@ -95,10 +95,10 @@ require (
9595
github.com/dsnet/golib/memfile v1.0.0 // indirect
9696
github.com/emirpasic/gods v1.12.0 // indirect
9797
github.com/fatih/color v1.13.0 // indirect
98-
github.com/felixge/httpsnoop v1.0.3 // indirect
98+
github.com/felixge/httpsnoop v1.0.4 // indirect
9999
github.com/fsnotify/fsnotify v1.7.0 // indirect
100100
github.com/fxamacker/cbor/v2 v2.5.0 // indirect
101-
github.com/go-co-op/gocron v1.35.3 // indirect
101+
github.com/go-co-op/gocron v1.36.0 // indirect
102102
github.com/go-git/gcfg v1.5.0 // indirect
103103
github.com/go-git/go-billy/v5 v5.3.1 // indirect
104104
github.com/go-git/go-git/v5 v5.4.2 // indirect
@@ -107,8 +107,7 @@ require (
107107
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
108108
github.com/gobwas/glob v0.2.3 // indirect
109109
github.com/goccy/go-json v0.10.2 // indirect
110-
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
111-
github.com/golang/glog v1.1.2 // indirect
110+
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
112111
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
113112
github.com/golang/protobuf v1.5.3 // indirect
114113
github.com/golang/snappy v0.0.4 // indirect
@@ -123,9 +122,9 @@ require (
123122
github.com/goreleaser/chglog v0.1.2 // indirect
124123
github.com/goreleaser/fileglob v1.3.0 // indirect
125124
github.com/goreleaser/nfpm/v2 v2.15.1 // indirect
126-
github.com/gorilla/websocket v1.5.0 // indirect
125+
github.com/gorilla/websocket v1.5.1 // indirect
127126
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
128-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.2 // indirect
127+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 // indirect
129128
github.com/hashicorp/errwrap v1.1.0 // indirect
130129
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
131130
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -150,7 +149,7 @@ require (
150149
github.com/lestrrat-go/httpcc v1.0.1 // indirect
151150
github.com/lestrrat-go/httprc v1.0.4 // indirect
152151
github.com/lestrrat-go/iter v1.0.2 // indirect
153-
github.com/lestrrat-go/jwx/v2 v2.0.16 // indirect
152+
github.com/lestrrat-go/jwx/v2 v2.0.18 // indirect
154153
github.com/lestrrat-go/option v1.0.1 // indirect
155154
github.com/mattn/go-colorable v0.1.9 // indirect
156155
github.com/mattn/go-ieproxy v0.0.1 // indirect
@@ -168,7 +167,7 @@ require (
168167
github.com/nats-io/nats.go v1.31.0 // indirect
169168
github.com/nats-io/nkeys v0.4.6 // indirect
170169
github.com/nats-io/nuid v1.0.1 // indirect
171-
github.com/panjf2000/ants/v2 v2.8.2 // indirect
170+
github.com/panjf2000/ants/v2 v2.9.0 // indirect
172171
github.com/pion/logging v0.2.2 // indirect
173172
github.com/pion/transport/v3 v3.0.1 // indirect
174173
github.com/pkg/errors v0.9.1 // indirect
@@ -186,7 +185,7 @@ require (
186185
github.com/tidwall/match v1.1.1 // indirect
187186
github.com/tidwall/pretty v1.2.1 // indirect
188187
github.com/tidwall/sjson v1.2.5 // indirect
189-
github.com/ugorji/go/codec v1.2.11 // indirect
188+
github.com/ugorji/go/codec v1.2.12 // indirect
190189
github.com/ulikunitz/xz v0.5.10 // indirect
191190
github.com/vincent-petithory/dataurl v1.0.0 // indirect
192191
github.com/x448/float16 v0.8.4 // indirect
@@ -196,7 +195,7 @@ require (
196195
github.com/xdg-go/scram v1.1.2 // indirect
197196
github.com/xdg-go/stringprep v1.0.4 // indirect
198197
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
199-
go.mongodb.org/mongo-driver v1.12.1 // indirect
198+
go.mongodb.org/mongo-driver v1.13.1 // indirect
200199
go.opencensus.io v0.24.0 // indirect
201200
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.40.0 // indirect
202201
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0 // indirect
@@ -210,55 +209,65 @@ require (
210209
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
211210
go.uber.org/multierr v1.9.0 // indirect
212211
gocloud.dev v0.24.0 // indirect
213-
golang.org/x/crypto v0.14.0 // indirect
214-
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
215-
golang.org/x/net v0.17.0 // indirect
216-
golang.org/x/oauth2 v0.13.0 // indirect
217-
golang.org/x/sync v0.4.0 // indirect
218-
golang.org/x/sys v0.13.0 // indirect
219-
golang.org/x/text v0.13.0 // indirect
220-
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
212+
golang.org/x/crypto v0.16.0 // indirect
213+
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
214+
golang.org/x/net v0.19.0 // indirect
215+
golang.org/x/oauth2 v0.15.0 // indirect
216+
golang.org/x/sync v0.5.0 // indirect
217+
golang.org/x/sys v0.15.0 // indirect
218+
golang.org/x/text v0.14.0 // indirect
219+
golang.org/x/time v0.5.0 // indirect
221220
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
222221
google.golang.org/appengine v1.6.8 // indirect
223-
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
224-
google.golang.org/genproto/googleapis/api v0.0.0-20231030173426-d783a09b4405 // indirect
225-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
222+
google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f // indirect
223+
google.golang.org/genproto/googleapis/api v0.0.0-20231127180814-3a041ad873d4 // indirect
224+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
226225
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
227226
gopkg.in/mail.v2 v2.3.1 // indirect
228227
gopkg.in/warnings.v0 v0.1.2 // indirect
229228
gopkg.in/yaml.v2 v2.4.0 // indirect
230229
)
231230

232231
exclude (
233-
// note github.com/klauspost/compress must be kept at v1.16.7 as long as golang1.18 is supported
232+
// note github.com/klauspost/compress must be kept at v1.16.0 as long as golang1.18 is supported
234233
github.com/klauspost/compress v1.17.0
235234
github.com/klauspost/compress v1.17.1
236235
github.com/klauspost/compress v1.17.2
236+
github.com/klauspost/compress v1.17.3
237+
github.com/klauspost/compress v1.17.4
237238
// note: opentelemetry must be kept at v1.14.0 as long as golang1.18 is supported
238239
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.41.0
239240
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.41.1
240241
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.42.0
241242
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.43.0
242243
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.44.0
243244
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.45.0
245+
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.46.0
246+
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.46.1
244247
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.41.0
245248
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.41.1
246249
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
247250
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.43.0
248251
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.44.0
249252
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0
253+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0
254+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
250255
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.41.0
251256
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.41.1
252257
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
253258
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.43.0
254259
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
255260
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
261+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.0
262+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
256263
go.opentelemetry.io/otel v1.15.0
257264
go.opentelemetry.io/otel v1.15.1
258265
go.opentelemetry.io/otel v1.16.0
259266
go.opentelemetry.io/otel v1.17.0
260267
go.opentelemetry.io/otel v1.18.0
261268
go.opentelemetry.io/otel v1.19.0
269+
go.opentelemetry.io/otel v1.20.0
270+
go.opentelemetry.io/otel v1.21.0
262271
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.15.0
263272
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.15.1
264273
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0
@@ -269,30 +278,40 @@ exclude (
269278
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.17.0
270279
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.18.0
271280
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
281+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0
282+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0
272283
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.15.0
273284
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.15.1
274285
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
275286
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.17.0
276287
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.18.0
277288
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
289+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0
290+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
278291
go.opentelemetry.io/otel/metric v0.38.0
279292
go.opentelemetry.io/otel/metric v0.38.1
280293
go.opentelemetry.io/otel/metric v1.16.0
281294
go.opentelemetry.io/otel/metric v1.17.0
282295
go.opentelemetry.io/otel/metric v1.18.0
283296
go.opentelemetry.io/otel/metric v1.19.0
297+
go.opentelemetry.io/otel/metric v1.20.0
298+
go.opentelemetry.io/otel/metric v1.21.0
284299
go.opentelemetry.io/otel/sdk v1.15.0
285300
go.opentelemetry.io/otel/sdk v1.15.1
286301
go.opentelemetry.io/otel/sdk v1.16.0
287302
go.opentelemetry.io/otel/sdk v1.17.0
288303
go.opentelemetry.io/otel/sdk v1.18.0
289304
go.opentelemetry.io/otel/sdk v1.19.0
305+
go.opentelemetry.io/otel/sdk v1.20.0
306+
go.opentelemetry.io/otel/sdk v1.21.0
290307
go.opentelemetry.io/otel/trace v1.15.0
291308
go.opentelemetry.io/otel/trace v1.15.1
292309
go.opentelemetry.io/otel/trace v1.16.0
293310
go.opentelemetry.io/otel/trace v1.17.0
294311
go.opentelemetry.io/otel/trace v1.18.0
295312
go.opentelemetry.io/otel/trace v1.19.0
313+
go.opentelemetry.io/otel/trace v1.20.0
314+
go.opentelemetry.io/otel/trace v1.21.0
296315
// note: go.uber.org/multierr must be kept at v1.9.0 as long as golang1.18 is supported
297316
go.uber.org/multierr v1.10.0
298317
go.uber.org/multierr v1.11.0

0 commit comments

Comments
 (0)