Skip to content

Commit 6b08f28

Browse files
chore(deps): Bump github.com/pulumi/pulumi-terraform-bridge/v3 from 3.122.0 to 3.123.0 in /provider (#239)
* chore(deps): Bump github.com/pulumi/pulumi-terraform-bridge/v3 Bumps [github.com/pulumi/pulumi-terraform-bridge/v3](https://github.com/pulumi/pulumi-terraform-bridge) from 3.122.0 to 3.123.0. - [Release notes](https://github.com/pulumi/pulumi-terraform-bridge/releases) - [Changelog](https://github.com/pulumi/pulumi-terraform-bridge/blob/main/CHANGELOG_OLD.md) - [Commits](pulumi/pulumi-terraform-bridge@v3.122.0...v3.123.0) --- updated-dependencies: - dependency-name: github.com/pulumi/pulumi-terraform-bridge/v3 dependency-version: 3.123.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(go): update go version Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 608537c commit 6b08f28

File tree

6 files changed

+116
-68
lines changed

6 files changed

+116
-68
lines changed

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.25.0
1+
go 1.25.6
22

33
use (
44
./provider

go.work.sum

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ github.com/ccojocar/zxcvbn-go v1.0.1 h1:+sxrANSCj6CdadkcMnvde/GWU1vZiiXRbqYSCalV
323323
github.com/ccojocar/zxcvbn-go v1.0.1/go.mod h1:g1qkXtUSvHP8lhHp5GrSmTz6uWALGRMQdw6Qnz/hi60=
324324
github.com/cenkalti/backoff/v5 v5.0.2 h1:rIfFVxEf1QsI7E1ZHfp/B4DF/6QBAUhmgkxc0H7Zss8=
325325
github.com/cenkalti/backoff/v5 v5.0.2/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
326-
github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=
327-
github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
328326
github.com/census-instrumentation/opencensus-proto v0.4.1 h1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g=
329327
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
330328
github.com/charmbracelet/glamour v0.6.0 h1:wi8fse3Y7nfcabbbDuwolqTqMQPMnVPeZhDM273bISc=
@@ -480,6 +478,7 @@ github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d h1:AREM5mwr4u1
480478
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
481479
github.com/nxadm/tail v1.4.11 h1:8feyoE3OzPrcshW5/MJ4sGESc5cqmGkGCWlco4l0bqY=
482480
github.com/nxadm/tail v1.4.11/go.mod h1:OTaG3NK980DZzxbRq6lEuzgU+mug70nY11sMd4JXXHc=
481+
github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0/go.mod h1:F/7q8/HZz+TXjlsoZQQKVYvXTZaFH4QRa3y+j1p7MS0=
483482
github.com/pgavlin/aho-corasick v0.5.1 h1:ujv4DzpWK8G+MhoPAKYAir7znMHtcRQLDVa0cwFRvHw=
484483
github.com/pgavlin/aho-corasick v0.5.1/go.mod h1:UyKgVsAp5Un59BCpzrpFkPyETFMn1tGjdbRYvoq0l2g=
485484
github.com/pgavlin/diff v0.0.0-20230503175810-113847418e2e h1:Or25BtWLCyWKjnLyuMDrQsc6VcCs1V2AiKdOnxHEeEk=
@@ -508,6 +507,7 @@ github.com/prometheus/otlptranslator v1.0.0 h1:s0LJW/iN9dkIH+EnhiD3BlkkP5QVIUVEo
508507
github.com/prometheus/otlptranslator v1.0.0/go.mod h1:vRYWnXvI6aWGpsdY/mOT/cbeVRBlPWtBNDb7kGR3uKM=
509508
github.com/prometheus/procfs v0.19.2 h1:zUMhqEW66Ex7OXIiDkll3tl9a1ZdilUOd/F6ZXw4Vws=
510509
github.com/prometheus/procfs v0.19.2/go.mod h1:M0aotyiemPhBCM0z5w87kL22CxfcH05ZpYlu+b4J7mw=
510+
github.com/quasilyte/go-ruleguard/dsl v0.3.23/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU=
511511
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 h1:OdAsTTz6OkFY5QxjkYwrChwuRruF69c169dPK26NUlk=
512512
github.com/rogpeppe/fastuuid v1.2.0 h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=
513513
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
@@ -629,14 +629,10 @@ go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42s
629629
go.opentelemetry.io/proto/otlp v1.0.0/go.mod h1:Sy6pihPLfYHkr3NkUbEhGHFhINUSI/v80hjKIs5JXpM=
630630
go.opentelemetry.io/proto/otlp v1.6.0 h1:jQjP+AQyTf+Fe7OKj/MfkDrmK4MNVtw2NpXsf9fefDI=
631631
go.opentelemetry.io/proto/otlp v1.6.0/go.mod h1:cicgGehlFuNdgZkcALOCh3VE6K/u2tAjzlRhDwmVpZc=
632-
go.opentelemetry.io/proto/otlp v1.9.0 h1:l706jCMITVouPOqEnii2fIAuO3IVGBRPV5ICjceRb/A=
633-
go.opentelemetry.io/proto/otlp v1.9.0/go.mod h1:xE+Cx5E/eEHw+ISFkwPLwCZefwVjY+pqKg1qcK03+/4=
634632
go.pennock.tech/tabular v1.1.3 h1:JYN3TdVkTjOWdZz2FwKcW7f69vRhPl4NAQqJ8RZAsmY=
635633
go.pennock.tech/tabular v1.1.3/go.mod h1:UzyxF5itNqTCS1ZGXfwDwbFgYj/lS+e67Fid68QOYZ0=
636634
go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=
637635
go.uber.org/automaxprocs v1.6.0/go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8=
638-
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
639-
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
640636
go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
641637
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
642638
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=

provider/go.mod

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/stackitcloud/pulumi-stackit/provider
22

3-
go 1.25.0
3+
go 1.25.6
44

55
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250530111747-935112552988
66

77
require (
8-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.122.0
8+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.123.0
99
github.com/stackitcloud/pulumi-stackit/provider/pkg/version v0.0.4
1010
github.com/stackitcloud/pulumi-stackit/provider/shim v0.0.4
1111
)
@@ -16,7 +16,7 @@ require (
1616
cloud.google.com/go/iam v1.1.6 // indirect
1717
cloud.google.com/go/storage v1.39.1 // indirect
1818
dario.cat/mergo v1.0.0 // indirect
19-
github.com/BurntSushi/toml v1.2.1 // indirect
19+
github.com/BurntSushi/toml v1.6.0 // indirect
2020
github.com/Masterminds/goutils v1.1.1 // indirect
2121
github.com/Masterminds/semver v1.5.0 // indirect
2222
github.com/Masterminds/semver/v3 v3.2.0 // indirect
@@ -33,6 +33,7 @@ require (
3333
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
3434
github.com/bgentry/speakeasy v0.1.0 // indirect
3535
github.com/blang/semver v3.5.1+incompatible // indirect
36+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
3637
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3738
github.com/charmbracelet/bubbles v1.0.0 // indirect
3839
github.com/charmbracelet/bubbletea v1.3.10 // indirect
@@ -42,7 +43,7 @@ require (
4243
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
4344
github.com/charmbracelet/x/term v0.2.2 // indirect
4445
github.com/cheggaaa/pb v1.0.29 // indirect
45-
github.com/clipperhouse/displaywidth v0.10.0 // indirect
46+
github.com/clipperhouse/displaywidth v0.11.0 // indirect
4647
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
4748
github.com/cloudflare/circl v1.6.3 // indirect
4849
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
@@ -71,6 +72,7 @@ require (
7172
github.com/google/uuid v1.6.0 // indirect
7273
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
7374
github.com/googleapis/gax-go/v2 v2.12.2 // indirect
75+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
7476
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
7577
github.com/hashicorp/errwrap v1.1.0 // indirect
7678
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -81,7 +83,7 @@ require (
8183
github.com/hashicorp/go-plugin v1.7.0 // indirect
8284
github.com/hashicorp/go-safetemp v1.0.0 // indirect
8385
github.com/hashicorp/go-uuid v1.0.3 // indirect
84-
github.com/hashicorp/go-version v1.7.0 // indirect
86+
github.com/hashicorp/go-version v1.8.0 // indirect
8587
github.com/hashicorp/hcl v1.0.0 // indirect
8688
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
8789
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
@@ -119,13 +121,16 @@ require (
119121
github.com/mitchellh/mapstructure v1.5.0 // indirect
120122
github.com/mitchellh/reflectwalk v1.0.2 // indirect
121123
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
122-
github.com/modern-go/reflect2 v1.0.2 // indirect
124+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
123125
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
124126
github.com/muesli/cancelreader v0.2.2 // indirect
125127
github.com/muesli/termenv v0.16.0 // indirect
126128
github.com/natefinch/atomic v1.0.1 // indirect
127129
github.com/oklog/run v1.2.0 // indirect
128-
github.com/olekukonko/tablewriter v0.0.5 // indirect
130+
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
131+
github.com/olekukonko/errors v1.1.0 // indirect
132+
github.com/olekukonko/ll v0.1.4-0.20260115111900-9e59c2286df0 // indirect
133+
github.com/olekukonko/tablewriter v1.1.3 // indirect
129134
github.com/opentofu/registry-address/v2 v2.0.0-20250611143131-d0a99bd8acdd // indirect
130135
github.com/opentofu/svchost v0.0.0-20250610175836-86c9e5e3d8c8 // indirect
131136
github.com/opentracing/basictracer-go v1.1.0 // indirect
@@ -142,9 +147,9 @@ require (
142147
github.com/pulumi/inflector v0.2.1 // indirect
143148
github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 v3.101.2 // indirect
144149
github.com/pulumi/pulumi-java/pkg v1.21.2 // indirect
145-
github.com/pulumi/pulumi-yaml v1.29.1 // indirect
146-
github.com/pulumi/pulumi/pkg/v3 v3.223.0 // indirect
147-
github.com/pulumi/pulumi/sdk/v3 v3.223.0 // indirect
150+
github.com/pulumi/pulumi-yaml v1.30.0 // indirect
151+
github.com/pulumi/pulumi/pkg/v3 v3.225.0 // indirect
152+
github.com/pulumi/pulumi/sdk/v3 v3.225.0 // indirect
148153
github.com/rivo/uniseg v0.4.7 // indirect
149154
github.com/rogpeppe/go-internal v1.14.1 // indirect
150155
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -207,17 +212,24 @@ require (
207212
github.com/zclconf/go-cty v1.17.0 // indirect
208213
go.opencensus.io v0.24.0 // indirect
209214
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
215+
go.opentelemetry.io/collector/featuregate v1.53.0 // indirect
216+
go.opentelemetry.io/collector/pdata v1.53.0 // indirect
210217
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
211218
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
212-
go.opentelemetry.io/otel v1.40.0 // indirect
213-
go.opentelemetry.io/otel/metric v1.40.0 // indirect
214-
go.opentelemetry.io/otel/trace v1.40.0 // indirect
219+
go.opentelemetry.io/otel v1.41.0 // indirect
220+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.41.0 // indirect
221+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.41.0 // indirect
222+
go.opentelemetry.io/otel/metric v1.41.0 // indirect
223+
go.opentelemetry.io/otel/sdk v1.41.0 // indirect
224+
go.opentelemetry.io/otel/trace v1.41.0 // indirect
225+
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
215226
go.uber.org/atomic v1.11.0 // indirect
227+
go.uber.org/multierr v1.11.0 // indirect
216228
golang.org/x/crypto v0.48.0 // indirect
217229
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
218230
golang.org/x/mod v0.33.0 // indirect
219-
golang.org/x/net v0.50.0 // indirect
220-
golang.org/x/oauth2 v0.34.0 // indirect
231+
golang.org/x/net v0.51.0 // indirect
232+
golang.org/x/oauth2 v0.35.0 // indirect
221233
golang.org/x/sync v0.19.0 // indirect
222234
golang.org/x/sys v0.41.0 // indirect
223235
golang.org/x/term v0.40.0 // indirect
@@ -227,8 +239,8 @@ require (
227239
google.golang.org/api v0.169.0 // indirect
228240
google.golang.org/appengine v1.6.8 // indirect
229241
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
230-
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
231-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260217215200-42d3e9bedb6d // indirect
242+
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
243+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
232244
google.golang.org/grpc v1.79.1 // indirect
233245
google.golang.org/protobuf v1.36.11 // indirect
234246
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)