File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ require (
66 github.com/gobwas/glob v0.2.3
77 github.com/golang/protobuf v1.5.2
88 github.com/pkg/sftp v1.13.4
9- github.com/pulumi/pulumi/pkg/v3 v3.35.2
10- github.com/pulumi/pulumi/sdk/v3 v3.35.2
9+ github.com/pulumi/pulumi/pkg/v3 v3.35.3
10+ github.com/pulumi/pulumi/sdk/v3 v3.35.3
1111 golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
1212 google.golang.org/grpc v1.47.0
1313)
Original file line number Diff line number Diff line change @@ -656,10 +656,10 @@ github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R
656656github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
657657github.com/prometheus/procfs v0.0.2 /go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA =
658658github.com/prometheus/procfs v0.0.8 /go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A =
659- github.com/pulumi/pulumi/pkg/v3 v3.35.2 h1:6mFZ2tdoVsaQrbNAlWq10E2shNzIr5fK2P4u1xnFXgk =
660- github.com/pulumi/pulumi/pkg/v3 v3.35.2 /go.mod h1:iG3QYKolhUXYzevuHLCvA2AmdUbZ7cppZbtRf2NqZqY =
661- github.com/pulumi/pulumi/sdk/v3 v3.35.2 h1:5lwinBiTavO/lIWEAqRKrRxvEJXCkE9wG3GuUue7dfI =
662- github.com/pulumi/pulumi/sdk/v3 v3.35.2 /go.mod h1:e1xuPnh9aKzCesrFf96DEzcybLdRWRMhKeKVBmb2lm0 =
659+ github.com/pulumi/pulumi/pkg/v3 v3.35.3 h1:bRHnGd8NE30fsBzQ1mXy+n/QzPpK9Jj1jRigMuwLILg =
660+ github.com/pulumi/pulumi/pkg/v3 v3.35.3 /go.mod h1:/ItZHWjJ8l/HvuEQIFlbVAgl4Pi2TkwaaGk3tmKKIUg =
661+ github.com/pulumi/pulumi/sdk/v3 v3.35.3 h1:rGW71RQelwaMqgl6WtjYgdmRgiP7qNV1iMZ+6GvG9gs =
662+ github.com/pulumi/pulumi/sdk/v3 v3.35.3 /go.mod h1:e1xuPnh9aKzCesrFf96DEzcybLdRWRMhKeKVBmb2lm0 =
663663github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY =
664664github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
665665github.com/rjeczalik/notify v0.9.2 h1:MiTWrPj55mNDHEiIX5YUSKefw/+lCQVoAFmD6oQm5w8 =
Original file line number Diff line number Diff line change 55require (
66 github.com/blang/semver v3.5.1+incompatible
77 github.com/pkg/errors v0.9.1
8- github.com/pulumi/pulumi/sdk/v3 v3.35.2
8+ github.com/pulumi/pulumi/sdk/v3 v3.35.3
99)
1010
1111require (
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw
117117github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
118118github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
119119github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
120- github.com/pulumi/pulumi/sdk/v3 v3.35.2 h1:5lwinBiTavO/lIWEAqRKrRxvEJXCkE9wG3GuUue7dfI =
121- github.com/pulumi/pulumi/sdk/v3 v3.35.2 /go.mod h1:e1xuPnh9aKzCesrFf96DEzcybLdRWRMhKeKVBmb2lm0 =
120+ github.com/pulumi/pulumi/sdk/v3 v3.35.3 h1:rGW71RQelwaMqgl6WtjYgdmRgiP7qNV1iMZ+6GvG9gs =
121+ github.com/pulumi/pulumi/sdk/v3 v3.35.3 /go.mod h1:e1xuPnh9aKzCesrFf96DEzcybLdRWRMhKeKVBmb2lm0 =
122122github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY =
123123github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
124124github.com/rogpeppe/go-internal v1.8.1 h1:geMPLpDpQOgVyCg5z5GoRwLHepNdb71NXb67XFkP+Eg =
You can’t perform that action at this time.
0 commit comments