Skip to content

Commit 5fdde22

Browse files
Merge pull request #7180 from TheThingsNetwork/dependabot/go_modules/safe-8c1cbfc8d9
dev: bump the safe group across 1 directory with 17 updates
2 parents afb8f16 + c2b518b commit 5fdde22

File tree

4 files changed

+137
-135
lines changed

4 files changed

+137
-135
lines changed

go.mod

+23-23
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/TheThingsIndustries/protoc-gen-go-flags v1.2.0
1313
github.com/TheThingsIndustries/protoc-gen-go-json v1.6.0
1414
github.com/TheThingsNetwork/go-cayenne-lib v1.2.0
15-
github.com/aws/aws-sdk-go v1.54.7
15+
github.com/aws/aws-sdk-go v1.54.16
1616
github.com/blang/semver v3.5.1+incompatible
1717
github.com/blevesearch/bleve v1.0.14
1818
github.com/bluele/gcache v0.0.2
@@ -30,7 +30,7 @@ require (
3030
github.com/gorilla/csrf v1.7.2
3131
github.com/gorilla/handlers v1.5.2
3232
github.com/gorilla/mux v1.8.1
33-
github.com/gorilla/schema v1.4.0
33+
github.com/gorilla/schema v1.4.1
3434
github.com/gorilla/securecookie v1.1.2
3535
github.com/gorilla/websocket v1.5.3
3636
github.com/gotnospirit/messageformat v0.0.0-20221001023931-dfe49f1eb092
@@ -54,7 +54,7 @@ require (
5454
github.com/mileusna/useragent v1.3.4
5555
github.com/mitchellh/mapstructure v1.5.0
5656
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
57-
github.com/nats-io/nats-server/v2 v2.10.16
57+
github.com/nats-io/nats-server/v2 v2.10.17
5858
github.com/nats-io/nats.go v1.36.0
5959
github.com/oklog/ulid/v2 v2.1.0
6060
github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
@@ -74,15 +74,15 @@ require (
7474
github.com/uptrace/bun/dialect/pgdialect v1.2.1
7575
github.com/uptrace/bun/driver/pgdriver v1.2.1
7676
github.com/vmihailenco/msgpack/v5 v5.4.1
77-
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.52.0
78-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0
79-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0
80-
go.opentelemetry.io/otel v1.27.0
81-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0
82-
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.27.0
83-
go.opentelemetry.io/otel/metric v1.27.0
84-
go.opentelemetry.io/otel/sdk v1.27.0
85-
go.opentelemetry.io/otel/trace v1.27.0
77+
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.53.0
78+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0
79+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0
80+
go.opentelemetry.io/otel v1.28.0
81+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
82+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0
83+
go.opentelemetry.io/otel/metric v1.28.0
84+
go.opentelemetry.io/otel/sdk v1.28.0
85+
go.opentelemetry.io/otel/trace v1.28.0
8686
go.packetbroker.org/api/iam v1.8.2
8787
go.packetbroker.org/api/iam/v2 v2.9.1
8888
go.packetbroker.org/api/mapping/v2 v2.3.2
@@ -94,15 +94,15 @@ require (
9494
go.uber.org/zap v1.27.0
9595
gocloud.dev v0.37.0
9696
gocloud.dev/pubsub/natspubsub v0.37.0
97-
golang.org/x/crypto v0.24.0
97+
golang.org/x/crypto v0.25.0
9898
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
99-
golang.org/x/net v0.26.0
99+
golang.org/x/net v0.27.0
100100
golang.org/x/oauth2 v0.21.0
101101
golang.org/x/sync v0.7.0
102102
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7
103-
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5
104-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240520151616-dc85e6b867a5
105-
google.golang.org/grpc v1.64.0
103+
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094
104+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
105+
google.golang.org/grpc v1.65.0
106106
google.golang.org/protobuf v1.34.2
107107
gopkg.in/mail.v2 v2.3.1
108108
gopkg.in/square/go-jose.v2 v2.6.0
@@ -158,7 +158,7 @@ require (
158158
github.com/blevesearch/zap/v14 v14.0.5 // indirect
159159
github.com/blevesearch/zap/v15 v15.0.3 // indirect
160160
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
161-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
161+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
162162
github.com/cilium/ebpf v0.9.1 // indirect
163163
github.com/containerd/cgroups/v3 v3.0.1 // indirect
164164
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
@@ -170,7 +170,7 @@ require (
170170
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
171171
github.com/fsnotify/fsnotify v1.7.0 // indirect
172172
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 // indirect
173-
github.com/go-logr/logr v1.4.1 // indirect
173+
github.com/go-logr/logr v1.4.2 // indirect
174174
github.com/go-logr/stdr v1.2.2 // indirect
175175
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
176176
github.com/godbus/dbus/v5 v5.0.4 // indirect
@@ -240,12 +240,12 @@ require (
240240
github.com/willf/bitset v1.1.10 // indirect
241241
go.etcd.io/bbolt v1.3.8 // indirect
242242
go.opencensus.io v0.24.0 // indirect
243-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 // indirect
244-
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
243+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
244+
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
245245
go.uber.org/multierr v1.11.0 // indirect
246246
golang.org/x/image v0.14.0 // indirect
247-
golang.org/x/sys v0.21.0 // indirect
248-
golang.org/x/term v0.21.0 // indirect
247+
golang.org/x/sys v0.22.0 // indirect
248+
golang.org/x/term v0.22.0 // indirect
249249
golang.org/x/text v0.16.0 // indirect
250250
golang.org/x/time v0.5.0 // indirect
251251
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect

0 commit comments

Comments
 (0)