1
1
module github.com/pulumi/pulumi-java/pkg
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.22.1
5
+ toolchain go1.24.0
6
6
7
7
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.5.0
8
8
@@ -14,12 +14,12 @@ require (
14
14
github.com/hashicorp/hcl/v2 v2.23.0
15
15
github.com/hexops/autogold/v2 v2.2.1
16
16
github.com/pkg/errors v0.9.1
17
- github.com/pulumi/pulumi/pkg/v3 v3.144.1
18
- github.com/pulumi/pulumi/sdk/v3 v3.144.1
17
+ github.com/pulumi/pulumi/pkg/v3 v3.150.0
18
+ github.com/pulumi/pulumi/sdk/v3 v3.150.0
19
19
github.com/spf13/cobra v1.8.1
20
20
github.com/stretchr/testify v1.10.0
21
21
github.com/zclconf/go-cty v1.15.1
22
- golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
22
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
23
23
google.golang.org/grpc v1.67.1
24
24
google.golang.org/protobuf v1.36.1
25
25
gopkg.in/yaml.v3 v3.0.1
@@ -42,7 +42,7 @@ require (
42
42
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
43
43
github.com/BurntSushi/toml v1.2.1 // indirect
44
44
github.com/Microsoft/go-winio v0.6.1 // indirect
45
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
45
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
46
46
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
47
47
github.com/agext/levenshtein v1.2.3 // indirect
48
48
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@@ -70,7 +70,7 @@ require (
70
70
github.com/cheggaaa/pb v1.0.29 // indirect
71
71
github.com/cloudflare/circl v1.3.7 // indirect
72
72
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
73
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
73
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
74
74
github.com/davecgh/go-spew v1.1.1 // indirect
75
75
github.com/deckarep/golang-set/v2 v2.5.0 // indirect
76
76
github.com/djherbis/times v1.5.0 // indirect
@@ -79,8 +79,8 @@ require (
79
79
github.com/fatih/color v1.16.0 // indirect
80
80
github.com/felixge/httpsnoop v1.0.4 // indirect
81
81
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
82
- github.com/go-git/go-billy/v5 v5.5.0 // indirect
83
- github.com/go-git/go-git/v5 v5.12.0 // indirect
82
+ github.com/go-git/go-billy/v5 v5.6.1 // indirect
83
+ github.com/go-git/go-git/v5 v5.13.1 // indirect
84
84
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
85
85
github.com/go-logr/logr v1.4.1 // indirect
86
86
github.com/go-logr/stdr v1.2.2 // indirect
@@ -154,7 +154,7 @@ require (
154
154
github.com/segmentio/asm v1.1.3 // indirect
155
155
github.com/segmentio/encoding v0.3.5 // indirect
156
156
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
157
- github.com/skeema/knownhosts v1.2.2 // indirect
157
+ github.com/skeema/knownhosts v1.3.0 // indirect
158
158
github.com/spf13/afero v1.9.5 // indirect
159
159
github.com/spf13/pflag v1.0.5 // indirect
160
160
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
@@ -174,15 +174,15 @@ require (
174
174
gocloud.dev v0.37.0 // indirect
175
175
gocloud.dev/secrets/hashivault v0.37.0 // indirect
176
176
golang.org/x/crypto v0.31.0 // indirect
177
- golang.org/x/mod v0.18 .0 // indirect
177
+ golang.org/x/mod v0.19 .0 // indirect
178
178
golang.org/x/net v0.33.0 // indirect
179
179
golang.org/x/oauth2 v0.22.0 // indirect
180
180
golang.org/x/sync v0.10.0 // indirect
181
181
golang.org/x/sys v0.28.0 // indirect
182
182
golang.org/x/term v0.27.0 // indirect
183
183
golang.org/x/text v0.21.0 // indirect
184
184
golang.org/x/time v0.5.0 // indirect
185
- golang.org/x/tools v0.22 .0 // indirect
185
+ golang.org/x/tools v0.23 .0 // indirect
186
186
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
187
187
google.golang.org/api v0.169.0 // indirect
188
188
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
0 commit comments