fix(deps): update module dagger.io/dagger to v0.15.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-13 01:15:53 +00:00
parent 3add99d4ab
commit 736f8fc8f1
2 changed files with 12 additions and 4 deletions

View File

@@ -7,12 +7,12 @@ toolchain go1.24.0
replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230301114637-65ba2ba57df5
require (
dagger.io/dagger v0.15.3
dagger.io/dagger v0.15.4
github.com/joho/godotenv v1.5.1
)
require (
github.com/99designs/gqlgen v0.17.57 // indirect
github.com/99designs/gqlgen v0.17.63 // indirect
github.com/Khan/genqlient v0.7.0 // indirect
github.com/adrg/xdg v0.5.3 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -23,7 +23,7 @@ require (
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/sosodev/duration v1.3.1 // indirect
github.com/vektah/gqlparser/v2 v2.5.20 // indirect
github.com/vektah/gqlparser/v2 v2.5.21 // indirect
go.opentelemetry.io/otel v1.32.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0 // indirect
@@ -50,5 +50,5 @@ require (
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
google.golang.org/grpc v1.68.0 // indirect
google.golang.org/protobuf v1.35.2 // indirect
google.golang.org/protobuf v1.36.1 // indirect
)