-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade dependencies #262
Upgrade dependencies #262
Conversation
Warning Review failedThe pull request is closed. WalkthroughThe updates encompass various files and workflows, focusing primarily on upgrading GitHub Action versions and dependencies. Notable changes include the upgrade of Changes
Sequence Diagram(s)Diagrams omitted as the changes primarily involve updates to versions and dependencies, with no impact on control flow or new features. Poem
Tip AI model upgrade
|
d06becd
to
24d25cd
Compare
docker/build-push-action: v5 -> v6 goreleaser/goreleaser-action: v5 -> v6
Submodule: github.com/googleapis/googleapis c23223d273469bc9c0f296856b47d22fa1dfe3d9 Direct: github.com/goreleaser/goreleaser/v2 v2.0.1 github.com/jessevdk/go-flags v1.6.1 github.com/lestrrat-go/jwx/v2 v2.1.0 github.com/pion/dtls/v2 v2.2.8-0.20240701035148-45e16a098c47 github.com/plgd-dev/device/v2 v2.5.2-0.20240702123445-f895dc844003 github.com/plgd-dev/go-coap/v3 v3.3.5-0.20240702113249-de76143e11ea github.com/plgd-dev/hub/v2 v2.20.1-0.20240702133409-6fcf2db85f31 go.opentelemetry.io/otel/trace v1.28.0 google.golang.org/grpc v1.65.0 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.4.0 google.golang.org/protobuf v1.34.2 Indirect: github.com/bufbuild/protocompile v0.14.0 github.com/caarlos0/log v0.4.5 github.com/charmbracelet/lipgloss v0.11.0 github.com/charmbracelet/x/ansi v0.1.1 github.com/fxamacker/cbor/v2 v2.7.0 github.com/go-co-op/gocron/v2 v2.7.1 github.com/gorilla/websocket v1.5.3 github.com/klauspost/compress v1.17.9 github.com/nats-io/nats.go v1.36.0 github.com/panjf2000/ants/v2 v2.10.0 go.mongodb.org/mongo-driver v1.16.0 go.opentelemetry.io/otel v1.28.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 go.opentelemetry.io/otel/metric v1.28.0 go.opentelemetry.io/otel/sdk v1.28.0 go.opentelemetry.io/proto/otlp v1.3.1 golang.org/x/crypto v0.24.0 golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 golang.org/x/mod v0.18.0 golang.org/x/net v0.26.0 golang.org/x/oauth2 v0.21.0 golang.org/x/sys v0.21.0 golang.org/x/term v0.21.0 golang.org/x/text v0.16.0 golang.org/x/tools v0.22.0 google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
24d25cd
to
63f0dfc
Compare
|
Submodule:
github.com/googleapis/googleapis c23223d273469bc9c0f296856b47d22fa1dfe3d9
Direct:
github.com/jessevdk/go-flags v1.6.1
github.com/lestrrat-go/jwx/v2 v2.1.0
github.com/pion/dtls/v2 v2.2.8-0.20240701035148-45e16a098c47 github.com/plgd-dev/device/v2 v2.5.2-0.20240702123445-f895dc844003 github.com/plgd-dev/go-coap/v3 v3.3.5-0.20240702113249-de76143e11ea github.com/plgd-dev/hub/v2 v2.20.1-0.20240702133409-6fcf2db85f31 go.opentelemetry.io/otel/trace v1.28.0
google.golang.org/grpc v1.65.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.4.0 google.golang.org/protobuf v1.34.2
Indirect:
github.com/bufbuild/protocompile v0.14.0
github.com/fxamacker/cbor/v2 v2.7.0
github.com/go-co-op/gocron/v2 v2.7.1
github.com/gorilla/websocket v1.5.3
github.com/klauspost/compress v1.17.9
github.com/nats-io/nats.go v1.36.0
github.com/panjf2000/ants/v2 v2.10.0
go.mongodb.org/mongo-driver v1.16.0
go.opentelemetry.io/otel v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 go.opentelemetry.io/otel/metric v1.28.0
go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/proto/otlp v1.3.1
golang.org/x/crypto v0.24.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 golang.org/x/mod v0.18.0
golang.org/x/net v0.26.0
golang.org/x/oauth2 v0.21.0
golang.org/x/sys v0.21.0
golang.org/x/term v0.21.0
golang.org/x/text v0.16.0
golang.org/x/tools v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
Summary by CodeRabbit
Chores
docker/build-push-action
andgoreleaser/goreleaser-action
.googleapis
.go.mod
for improved compatibility and feature support.Documentation
.goreleaser.yaml
.Refactor
name_template
and regex patterns in.goreleaser.yaml
for better consistency.tools/tools.go
to reflect the updatedgoreleaser
package version.