Go mod upgrade
This commit is contained in:
parent
8503b9794b
commit
19b2a4e6bf
2 changed files with 27 additions and 27 deletions
18
go.mod
18
go.mod
|
|
@ -4,7 +4,7 @@ go 1.25.8
|
|||
|
||||
require (
|
||||
github.com/pulumi/pulumi-oci/sdk v1.41.0
|
||||
github.com/pulumi/pulumi/sdk/v3 v3.236.0
|
||||
github.com/pulumi/pulumi/sdk/v3 v3.237.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -100,15 +100,15 @@ require (
|
|||
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
|
||||
go.uber.org/atomic v1.11.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/crypto v0.50.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
|
||||
golang.org/x/mod v0.35.0 // indirect
|
||||
golang.org/x/net v0.53.0 // indirect
|
||||
golang.org/x/crypto v0.51.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a // indirect
|
||||
golang.org/x/mod v0.36.0 // indirect
|
||||
golang.org/x/net v0.54.0 // indirect
|
||||
golang.org/x/sync v0.20.0 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
golang.org/x/term v0.42.0 // indirect
|
||||
golang.org/x/text v0.36.0 // indirect
|
||||
golang.org/x/tools v0.44.0 // indirect
|
||||
golang.org/x/sys v0.44.0 // indirect
|
||||
golang.org/x/term v0.43.0 // indirect
|
||||
golang.org/x/text v0.37.0 // indirect
|
||||
golang.org/x/tools v0.45.0 // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20260504160031-60b97b32f348 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260504160031-60b97b32f348 // indirect
|
||||
google.golang.org/grpc v1.81.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue