Skip to content

Commit 4869ec1

Browse files
authored
Update GitHub Actions workflows. (#696)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 5efda82df1bca7b3d26aa5df138a58ed29f8bdf8.
1 parent 2729680 commit 4869ec1

File tree

4 files changed

+82
-138
lines changed

4 files changed

+82
-138
lines changed

examples/private-key/go/go.mod

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
module github.com/pulumi/pulumi-tls/examples/private-key/go
22

3-
go 1.21
3+
go 1.22
4+
5+
toolchain go1.23.5
46

57
require (
68
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
810
)
911

1012
replace github.com/pulumi/pulumi-tls/sdk/v5 => ../../../sdk
@@ -13,7 +15,7 @@ require (
1315
dario.cat/mergo v1.0.0 // indirect
1416
github.com/BurntSushi/toml v1.2.1 // indirect
1517
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
1719
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
1820
github.com/agext/levenshtein v1.2.3 // indirect
1921
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
@@ -26,12 +28,12 @@ require (
2628
github.com/cheggaaa/pb v1.0.29 // indirect
2729
github.com/cloudflare/circl v1.3.7 // indirect
2830
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
3032
github.com/djherbis/times v1.5.0 // indirect
3133
github.com/emirpasic/gods v1.18.1 // indirect
3234
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
3537
github.com/gogo/protobuf v1.3.2 // indirect
3638
github.com/golang/glog v1.2.0 // indirect
3739
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -62,11 +64,11 @@ require (
6264
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
6365
github.com/pulumi/esc v0.9.1 // indirect
6466
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
6668
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
6769
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
6870
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
7072
github.com/spf13/cobra v1.7.0 // indirect
7173
github.com/spf13/pflag v1.0.5 // indirect
7274
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
@@ -76,14 +78,14 @@ require (
7678
github.com/zclconf/go-cty v1.13.2 // indirect
7779
go.uber.org/atomic v1.9.0 // indirect
7880
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
8183
golang.org/x/net v0.33.0 // indirect
8284
golang.org/x/sync v0.10.0 // indirect
8385
golang.org/x/sys v0.28.0 // indirect
8486
golang.org/x/term v0.27.0 // indirect
8587
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
8789
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
8890
google.golang.org/grpc v1.63.2 // indirect
8991
google.golang.org/protobuf v1.33.0 // indirect

0 commit comments

Comments
 (0)