Skip to content

Commit 36ae7c7

Browse files
committed
chore(deps): update patch updates
1 parent 84b4e32 commit 36ae7c7

File tree

14 files changed

+153
-72
lines changed

14 files changed

+153
-72
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ require (
4646
github.com/pgavlin/fx v0.1.6 // indirect
4747
github.com/pgavlin/fx/v2 v2.0.10 // indirect
4848
github.com/pulumi/pulumi-azure-native-sdk/v3 v3.6.1 // indirect
49-
github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.3 // indirect
5049
github.com/pulumi/pulumi-docker/sdk/v4 v4.8.0 // indirect
5150
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
5251
)
@@ -65,7 +64,6 @@ require (
6564
github.com/muesli/reflow v0.3.0 // indirect
6665
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852 // indirect
6766
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
68-
// github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.12 // indirect
6967
github.com/sahilm/fuzzy v0.1.1 // indirect
7068
golang.org/x/mod v0.27.0 // indirect
7169
golang.org/x/tools v0.36.0 // indirect
@@ -118,7 +116,7 @@ require (
118116
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
119117
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
120118
github.com/pulumi/esc v0.17.0 // indirect
121-
// github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.12 // indirect
119+
github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.3 // indirect
122120
github.com/sagikazarmark/locafero v0.10.0 // indirect
123121
github.com/skeema/knownhosts v1.3.1 // indirect
124122
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ require (
200200
golang.org/x/sys v0.35.0 // indirect
201201
golang.org/x/text v0.28.0 // indirect
202202
golang.org/x/tools v0.36.0 // indirect
203-
google.golang.org/protobuf v1.36.6 // indirect
203+
google.golang.org/protobuf v1.36.7 // indirect
204204
gopkg.in/yaml.v3 v3.0.1 // indirect
205205
honnef.co/go/tools v0.6.1 // indirect
206206
mvdan.cc/gofumpt v0.8.0 // indirect

tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,8 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
561561
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
562562
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
563563
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
564-
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
565-
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
564+
google.golang.org/protobuf v1.36.7 h1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=
565+
google.golang.org/protobuf v1.36.7/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
566566
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
567567
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
568568
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

tools/vendor/google.golang.org/protobuf/encoding/protowire/wire.go

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

tools/vendor/google.golang.org/protobuf/internal/filedesc/editions.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/vendor/google.golang.org/protobuf/internal/filedesc/presence.go

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/vendor/google.golang.org/protobuf/internal/genid/descriptor_gen.go

Lines changed: 68 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/vendor/google.golang.org/protobuf/internal/impl/codec_message_opaque.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)