Skip to content

Commit

Permalink
chore(deps): upgrade dagger to 0.13.3 version
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Dmytrenko <[email protected]>
  • Loading branch information
erka committed Sep 25, 2024
1 parent 111dc13 commit 9dbc36b
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
GO_VERSION: "1.22"
DAGGER_VERSION: "0.12.3"
DAGGER_VERSION: "0.13.3"

concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
GO_VERSION: "1.22"
DAGGER_VERSION: "0.12.3"
DAGGER_VERSION: "0.13.3"

concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
Expand Down
38 changes: 24 additions & 14 deletions build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.22.4
require (
cloud.google.com/go/storage v1.41.0
code.gitea.io/sdk/gitea v0.18.0
dagger.io/dagger v0.12.2
dagger.io/dagger v0.13.3
github.com/99designs/gqlgen v0.17.49
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2
github.com/Khan/genqlient v0.7.0
Expand Down Expand Up @@ -43,13 +43,15 @@ require (
go.opentelemetry.io/proto/otlp v1.3.1
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/mod v0.18.0
golang.org/x/sync v0.7.0
google.golang.org/grpc v1.64.1
golang.org/x/sync v0.8.0
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
gopkg.in/yaml.v3 v3.0.1
sigs.k8s.io/kind v0.23.0
)

require github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect

require (
cloud.google.com/go v0.112.2 // indirect
cloud.google.com/go/auth v0.3.0 // indirect
Expand All @@ -65,7 +67,7 @@ require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/Microsoft/hcsshim v0.12.4 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/adrg/xdg v0.5.0 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.23 // indirect
Expand Down Expand Up @@ -113,7 +115,7 @@ require (
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
Expand All @@ -131,8 +133,8 @@ require (
github.com/moby/term v0.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/onsi/gomega v1.33.0 // indirect
github.com/open-feature/go-sdk v1.11.0 // indirect
github.com/open-feature/go-sdk-contrib/providers/ofrep v0.1.4 // indirect
github.com/open-feature/go-sdk v1.11.0
github.com/open-feature/go-sdk-contrib/providers/ofrep v0.1.4
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
Expand All @@ -155,16 +157,16 @@ require (
go.opentelemetry.io/otel/metric v1.27.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/api v0.178.0 // indirect
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gotest.tools/v3 v3.5.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
Expand All @@ -175,3 +177,11 @@ replace (
go.flipt.io/flipt/rpc/flipt => ../rpc/flipt
go.flipt.io/flipt/sdk/go => ../sdk/go
)

replace go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc => go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.0.0-20240518090000-14441aefdf88

replace go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp => go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.3.0

replace go.opentelemetry.io/otel/log => go.opentelemetry.io/otel/log v0.3.0

replace go.opentelemetry.io/otel/sdk/log => go.opentelemetry.io/otel/sdk/log v0.3.0
Loading

0 comments on commit 9dbc36b

Please sign in to comment.