1
1
module github.com/pulumi/pulumi-java/pkg
2
2
3
3
go 1.22
4
-
5
4
toolchain go1.24.0
6
5
7
6
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.5.0
@@ -12,7 +11,7 @@ require (
12
11
github.com/blang/semver v3.5.1+incompatible
13
12
github.com/golang/protobuf v1.5.4
14
13
github.com/hashicorp/hcl/v2 v2.23.0
15
- github.com/hexops/autogold/v2 v2.2.1
14
+ github.com/hexops/autogold/v2 v2.3.0
16
15
github.com/pkg/errors v0.9.1
17
16
github.com/pulumi/pulumi/pkg/v3 v3.153.0
18
17
github.com/pulumi/pulumi/sdk/v3 v3.153.0
@@ -76,7 +75,7 @@ require (
76
75
github.com/djherbis/times v1.5.0 // indirect
77
76
github.com/edsrzf/mmap-go v1.1.0 // indirect
78
77
github.com/emirpasic/gods v1.18.1 // indirect
79
- github.com/fatih/color v1.16 .0 // indirect
78
+ github.com/fatih/color v1.18 .0 // indirect
80
79
github.com/felixge/httpsnoop v1.0.4 // indirect
81
80
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
82
81
github.com/go-git/go-billy/v5 v5.6.2 // indirect
@@ -117,7 +116,7 @@ require (
117
116
github.com/kevinburke/ssh_config v1.2.0 // indirect
118
117
github.com/kylelemons/godebug v1.1.0 // indirect
119
118
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
120
- github.com/mattn/go-colorable v0.1.13 // indirect
119
+ github.com/mattn/go-colorable v0.1.14 // indirect
121
120
github.com/mattn/go-isatty v0.0.20 // indirect
122
121
github.com/mattn/go-localereader v0.0.1 // indirect
123
122
github.com/mattn/go-runewidth v0.0.15 // indirect
@@ -173,22 +172,22 @@ require (
173
172
go.uber.org/atomic v1.9.0 // indirect
174
173
gocloud.dev v0.37.0 // indirect
175
174
gocloud.dev/secrets/hashivault v0.37.0 // indirect
176
- golang.org/x/crypto v0.32 .0 // indirect
177
- golang.org/x/mod v0.19 .0 // indirect
178
- golang.org/x/net v0.34 .0 // indirect
175
+ golang.org/x/crypto v0.33 .0 // indirect
176
+ golang.org/x/mod v0.23 .0 // indirect
177
+ golang.org/x/net v0.35 .0 // indirect
179
178
golang.org/x/oauth2 v0.22.0 // indirect
180
- golang.org/x/sync v0.10 .0 // indirect
181
- golang.org/x/sys v0.29 .0 // indirect
182
- golang.org/x/term v0.28 .0 // indirect
183
- golang.org/x/text v0.21 .0 // indirect
179
+ golang.org/x/sync v0.11 .0 // indirect
180
+ golang.org/x/sys v0.30 .0 // indirect
181
+ golang.org/x/term v0.29 .0 // indirect
182
+ golang.org/x/text v0.22 .0 // indirect
184
183
golang.org/x/time v0.5.0 // indirect
185
- golang.org/x/tools v0.23 .0 // indirect
184
+ golang.org/x/tools v0.30 .0 // indirect
186
185
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
187
186
google.golang.org/api v0.169.0 // indirect
188
187
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
189
188
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
190
189
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
191
190
gopkg.in/warnings.v0 v0.1.2 // indirect
192
191
lukechampine.com/frand v1.4.2 // indirect
193
- mvdan.cc/gofumpt v0.5 .0 // indirect
192
+ mvdan.cc/gofumpt v0.7 .0 // indirect
194
193
)
0 commit comments