Skip to content

Commit 3834813

Browse files
Bump the go_modules group across 3 directories with 1 update
Bumps the go_modules group with 1 update in the /examples/go-approval-rules directory: [golang.org/x/crypto](https://github.com/golang/crypto). Bumps the go_modules group with 1 update in the /examples/go-environments directory: [golang.org/x/crypto](https://github.com/golang/crypto). Bumps the go_modules group with 1 update in the /examples/go-teams directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0 - [Commits](golang/crypto@v0.36.0...v0.45.0) Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0 - [Commits](golang/crypto@v0.36.0...v0.45.0) Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0 - [Commits](golang/crypto@v0.36.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b2a8ed commit 3834813

File tree

6 files changed

+201
-159
lines changed

6 files changed

+201
-159
lines changed

examples/go-approval-rules/go.mod

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
module github.com/pulumi/pulumi-pulumiservice/examples/go-approval-rules
22

3-
go 1.23.0
4-
5-
toolchain go1.24.0
3+
go 1.24.0
64

75
require (
86
github.com/pulumi/pulumi-pulumiservice/sdk v0.2.0
9-
github.com/pulumi/pulumi/sdk/v3 v3.138.0
7+
github.com/pulumi/pulumi/sdk/v3 v3.204.0
108
)
119

1210
require (
@@ -17,6 +15,7 @@ require (
1715
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
1816
github.com/agext/levenshtein v1.2.3 // indirect
1917
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
18+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2019
github.com/atotto/clipboard v0.1.4 // indirect
2120
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2221
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -39,12 +38,12 @@ require (
3938
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
4039
github.com/hashicorp/errwrap v1.1.0 // indirect
4140
github.com/hashicorp/go-multierror v1.1.1 // indirect
42-
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
41+
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
4342
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4443
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4544
github.com/kevinburke/ssh_config v1.2.0 // indirect
4645
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
47-
github.com/mattn/go-isatty v0.0.19 // indirect
46+
github.com/mattn/go-isatty v0.0.20 // indirect
4847
github.com/mattn/go-localereader v0.0.1 // indirect
4948
github.com/mattn/go-runewidth v0.0.15 // indirect
5049
github.com/mitchellh/go-ps v1.0.0 // indirect
@@ -60,10 +59,9 @@ require (
6059
github.com/pkg/errors v0.9.1 // indirect
6160
github.com/pkg/term v1.1.0 // indirect
6261
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
63-
github.com/pulumi/esc v0.9.1 // indirect
62+
github.com/pulumi/esc v0.17.0 // indirect
6463
github.com/rivo/uniseg v0.4.4 // indirect
6564
github.com/rogpeppe/go-internal v1.12.0 // indirect
66-
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
6765
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
6866
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
6967
github.com/skeema/knownhosts v1.3.0 // indirect
@@ -76,18 +74,18 @@ require (
7674
github.com/xanzy/ssh-agent v0.3.3 // indirect
7775
github.com/zclconf/go-cty v1.13.2 // indirect
7876
go.uber.org/atomic v1.9.0 // indirect
79-
golang.org/x/crypto v0.36.0 // indirect
77+
golang.org/x/crypto v0.45.0 // indirect
8078
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
81-
golang.org/x/mod v0.19.0 // indirect
82-
golang.org/x/net v0.38.0 // indirect
83-
golang.org/x/sync v0.12.0 // indirect
84-
golang.org/x/sys v0.31.0 // indirect
85-
golang.org/x/term v0.30.0 // indirect
86-
golang.org/x/text v0.23.0 // indirect
87-
golang.org/x/tools v0.23.0 // indirect
88-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
89-
google.golang.org/grpc v1.63.2 // indirect
90-
google.golang.org/protobuf v1.33.0 // indirect
79+
golang.org/x/mod v0.29.0 // indirect
80+
golang.org/x/net v0.47.0 // indirect
81+
golang.org/x/sync v0.18.0 // indirect
82+
golang.org/x/sys v0.38.0 // indirect
83+
golang.org/x/term v0.37.0 // indirect
84+
golang.org/x/text v0.31.0 // indirect
85+
golang.org/x/tools v0.38.0 // indirect
86+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
87+
google.golang.org/grpc v1.71.1 // indirect
88+
google.golang.org/protobuf v1.36.6 // indirect
9189
gopkg.in/warnings.v0 v0.1.2 // indirect
9290
gopkg.in/yaml.v3 v3.0.1 // indirect
9391
lukechampine.com/frand v1.4.2 // indirect

0 commit comments

Comments
 (0)