@@ -4,13 +4,13 @@ go 1.21
4
4
5
5
require (
6
6
github.com/pulumi/pulumi/sdk/v3 v3.120.0
7
- github.com/stretchr/testify v1.9 .0
7
+ github.com/stretchr/testify v1.10 .0
8
8
)
9
9
10
10
require (
11
11
dario.cat/mergo v1.0.0 // indirect
12
12
github.com/Microsoft/go-winio v0.6.2 // indirect
13
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
13
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
14
14
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
15
15
github.com/agext/levenshtein v1.2.3 // indirect
16
16
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@@ -33,8 +33,8 @@ require (
33
33
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
34
34
github.com/fsnotify/fsnotify v1.7.0 // indirect
35
35
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
36
- github.com/go-git/go-billy/v5 v5.5 .0 // indirect
37
- github.com/go-git/go-git/v5 v5.12 .0 // indirect
36
+ github.com/go-git/go-billy/v5 v5.6 .0 // indirect
37
+ github.com/go-git/go-git/v5 v5.13 .0 // indirect
38
38
github.com/gogo/protobuf v1.3.2 // indirect
39
39
github.com/golang/glog v1.2.4 // indirect
40
40
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -70,7 +70,7 @@ require (
70
70
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
71
71
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
72
72
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
73
- github.com/skeema/knownhosts v1.2.2 // indirect
73
+ github.com/skeema/knownhosts v1.3.0 // indirect
74
74
github.com/spf13/cobra v1.8.0 // indirect
75
75
github.com/spf13/pflag v1.0.5 // indirect
76
76
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
@@ -81,15 +81,15 @@ require (
81
81
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
82
82
github.com/zclconf/go-cty v1.14.4 // indirect
83
83
go.uber.org/atomic v1.11.0 // indirect
84
- golang.org/x/crypto v0.24 .0 // indirect
85
- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
86
- golang.org/x/mod v0.18 .0 // indirect
87
- golang.org/x/net v0.26 .0 // indirect
88
- golang.org/x/sync v0.7 .0 // indirect
89
- golang.org/x/sys v0.21 .0 // indirect
90
- golang.org/x/term v0.21 .0 // indirect
91
- golang.org/x/text v0.16 .0 // indirect
92
- golang.org/x/tools v0.22 .0 // indirect
84
+ golang.org/x/crypto v0.31 .0 // indirect
85
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
86
+ golang.org/x/mod v0.19 .0 // indirect
87
+ golang.org/x/net v0.33 .0 // indirect
88
+ golang.org/x/sync v0.10 .0 // indirect
89
+ golang.org/x/sys v0.28 .0 // indirect
90
+ golang.org/x/term v0.27 .0 // indirect
91
+ golang.org/x/text v0.21 .0 // indirect
92
+ golang.org/x/tools v0.23 .0 // indirect
93
93
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
94
94
google.golang.org/grpc v1.64.1 // indirect
95
95
google.golang.org/protobuf v1.34.2 // indirect
0 commit comments