fix(deps): update all dependencies #26
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.16.2
->v0.18.3
1.24.1
->1.24.2
Release Notes
dagger/dagger-go-sdk (dagger.io/dagger)
v0.18.3
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.3
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.3
Dependencies
What to do next
v0.18.2
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.2
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.2
Dependencies
What to do next
v0.18.1
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.1
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.1
Dependencies
What to do next
v0.18.0
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.18.0
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.18.0
Dependencies
What to do next
v0.17.2
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.17.2
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.17.2
Dependencies
What to do next
v0.17.1
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.17.1
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.17.1
Dependencies
What to do next
v0.17.0
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.17.0
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.17.0
Added
sdk.config.goprivate
setting indagger.json
for go modules by @rajatjindal in https://github.com/dagger/dagger/pull/9323This setting allows configuring the
GOPRIVATE
env var in the context of building+running the module code, so that private dependencies can be loaded.insteadOf
directives into go module runtime by @rajatjindal in https://github.com/dagger/dagger/pull/9323In combination with
goprivate
, this can be used to load private dependencies.Dependencies
What to do next
v0.16.3
Compare Source
This SDK uses 🚙 Engine + 🚗 CLI version
v0.16.3
. See what changed in that release.🐹 https://pkg.go.dev/dagger.io/dagger@v0.16.3
Dependencies
What to do next
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go get
command, which resulted in the following additional change(s):Details:
github.com/99designs/gqlgen
v0.17.66
->v0.17.70
github.com/vektah/gqlparser/v2
v2.5.22
->v2.5.23
go.opentelemetry.io/otel
v1.32.0
->v1.34.0
go.opentelemetry.io/otel/metric
v1.32.0
->v1.34.0
go.opentelemetry.io/otel/sdk
v1.32.0
->v1.34.0
go.opentelemetry.io/otel/sdk/metric
v1.32.0
->v1.34.0
go.opentelemetry.io/otel/trace
v1.32.0
->v1.34.0
golang.org/x/net
v0.35.0
->v0.38.0
golang.org/x/sync
v0.11.0
->v0.12.0
golang.org/x/sys
v0.30.0
->v0.31.0
golang.org/x/text
v0.22.0
->v0.23.0
google.golang.org/genproto/googleapis/api
v0.0.0-20241202173237-19429a94021a
->v0.0.0-20250106144421-5f5ef82da422
google.golang.org/genproto/googleapis/rpc
v0.0.0-20241202173237-19429a94021a
->v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/grpc
v1.70.0
->v1.71.0
google.golang.org/protobuf
v1.36.5
->v1.36.6
File name: shuttletask/go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go get
command, which resulted in the following additional change(s):Details:
github.com/99designs/gqlgen
v0.17.66
->v0.17.70
github.com/vektah/gqlparser/v2
v2.5.22
->v2.5.23
go.opentelemetry.io/otel
v1.32.0
->v1.34.0
go.opentelemetry.io/otel/metric
v1.32.0
->v1.34.0
go.opentelemetry.io/otel/sdk
v1.32.0
->v1.34.0
go.opentelemetry.io/otel/sdk/metric
v1.32.0
->v1.34.0
go.opentelemetry.io/otel/trace
v1.32.0
->v1.34.0
golang.org/x/net
v0.35.0
->v0.38.0
golang.org/x/sync
v0.11.0
->v0.12.0
golang.org/x/sys
v0.30.0
->v0.31.0
golang.org/x/text
v0.22.0
->v0.23.0
google.golang.org/genproto/googleapis/api
v0.0.0-20241202173237-19429a94021a
->v0.0.0-20250106144421-5f5ef82da422
google.golang.org/genproto/googleapis/rpc
v0.0.0-20241202173237-19429a94021a
->v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/grpc
v1.70.0
->v1.71.0
google.golang.org/protobuf
v1.36.5
->v1.36.6
fix(deps): update module dagger.io/dagger to v0.17.1to fix(deps): update module dagger.io/dagger to v0.17.22f851b3167
to58f8460a74
fix(deps): update module dagger.io/dagger to v0.17.2to fix(deps): update all dependencies58f8460a74
to3613a1d406
3613a1d406
to9c209ed7ec
9c209ed7ec
tof15430d608
Checkout
From your project repository, check out a new branch and test the changes.