1
1
module github.com/pulumi/pulumi-tls/examples/private-key/go
2
2
3
- go 1.21
3
+ go 1.22
4
+
5
+ toolchain go1.23.5
4
6
5
7
require (
6
8
github.com/pulumi/pulumi-tls/sdk/v5 v5.0.0
7
- github.com/pulumi/pulumi/sdk/v3 v3.145 .0
9
+ github.com/pulumi/pulumi/sdk/v3 v3.147 .0
8
10
)
9
11
10
12
replace github.com/pulumi/pulumi-tls/sdk/v5 => ../../../sdk
@@ -13,7 +15,7 @@ require (
13
15
dario.cat/mergo v1.0.0 // indirect
14
16
github.com/BurntSushi/toml v1.2.1 // indirect
15
17
github.com/Microsoft/go-winio v0.6.1 // indirect
16
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
18
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
17
19
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
18
20
github.com/agext/levenshtein v1.2.3 // indirect
19
21
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
@@ -26,12 +28,12 @@ require (
26
28
github.com/cheggaaa/pb v1.0.29 // indirect
27
29
github.com/cloudflare/circl v1.3.7 // indirect
28
30
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
29
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
31
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
30
32
github.com/djherbis/times v1.5.0 // indirect
31
33
github.com/emirpasic/gods v1.18.1 // indirect
32
34
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
33
- github.com/go-git/go-billy/v5 v5.5.0 // indirect
34
- github.com/go-git/go-git/v5 v5.12.0 // indirect
35
+ github.com/go-git/go-billy/v5 v5.6.1 // indirect
36
+ github.com/go-git/go-git/v5 v5.13.1 // indirect
35
37
github.com/gogo/protobuf v1.3.2 // indirect
36
38
github.com/golang/glog v1.2.0 // indirect
37
39
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -62,11 +64,11 @@ require (
62
64
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
63
65
github.com/pulumi/esc v0.9.1 // indirect
64
66
github.com/rivo/uniseg v0.4.4 // indirect
65
- github.com/rogpeppe/go-internal v1.11 .0 // indirect
67
+ github.com/rogpeppe/go-internal v1.12 .0 // indirect
66
68
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
67
69
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
68
70
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
69
- github.com/skeema/knownhosts v1.2.2 // indirect
71
+ github.com/skeema/knownhosts v1.3.0 // indirect
70
72
github.com/spf13/cobra v1.7.0 // indirect
71
73
github.com/spf13/pflag v1.0.5 // indirect
72
74
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
@@ -76,14 +78,14 @@ require (
76
78
github.com/zclconf/go-cty v1.13.2 // indirect
77
79
go.uber.org/atomic v1.9.0 // indirect
78
80
golang.org/x/crypto v0.31.0 // indirect
79
- golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
80
- golang.org/x/mod v0.18 .0 // indirect
81
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
82
+ golang.org/x/mod v0.19 .0 // indirect
81
83
golang.org/x/net v0.33.0 // indirect
82
84
golang.org/x/sync v0.10.0 // indirect
83
85
golang.org/x/sys v0.28.0 // indirect
84
86
golang.org/x/term v0.27.0 // indirect
85
87
golang.org/x/text v0.21.0 // indirect
86
- golang.org/x/tools v0.22 .0 // indirect
88
+ golang.org/x/tools v0.23 .0 // indirect
87
89
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
88
90
google.golang.org/grpc v1.63.2 // indirect
89
91
google.golang.org/protobuf v1.33.0 // indirect
0 commit comments