File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ go 1.26
55require (
66 github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1
77 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.31.1
8- github.com/pulumi/pulumi/sdk/v3 v3.242 .0
8+ github.com/pulumi/pulumi/sdk/v3 v3.243 .0
99 gopkg.in/yaml.v2 v2.4.0
1010)
1111
1212require (
1313 dario.cat/mergo v1.0.0 // indirect
14+ github.com/BurntSushi/toml v1.6.0 // indirect
1415 github.com/Microsoft/go-winio v0.6.2 // indirect
1516 github.com/ProtonMail/go-crypto v1.1.6 // indirect
1617 github.com/agext/levenshtein v1.2.3 // indirect
Original file line number Diff line number Diff line change 11dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk =
22dario.cat/mergo v1.0.0 /go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk =
3+ github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk =
4+ github.com/BurntSushi/toml v1.6.0 /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
35github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM =
46github.com/HdrHistogram/hdrhistogram-go v1.1.2 /go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo =
57github.com/Microsoft/go-winio v0.5.2 /go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY =
@@ -187,8 +189,8 @@ github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1 h1:w6OnO3d4j5yVf2vpm8OzXFC/xHOEGqt+9
187189github.com/pulumi/pulumi-gcp/sdk/v8 v8.41.1 /go.mod h1:UyZyv7hz4knpFx6/Sh+SkZe6hT6sJHtDvw9A0TbvEsk =
188190github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.31.1 h1:Hg9RK9zqIU9kFbD5KeiON06gPP7cLgS68jvsgMBmPgw =
189191github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.31.1 /go.mod h1:BAWI9R3JEEGOp1JlXLPSZKwBGANSrPGUWKtMnS5w5qw =
190- github.com/pulumi/pulumi/sdk/v3 v3.242 .0 h1:gQIZ1ALbT5gCMuRoBscGzk7Rdbx9mbOc+YwDFxvRyss =
191- github.com/pulumi/pulumi/sdk/v3 v3.242 .0 /go.mod h1:P9VS6pQws3YBu67uszFRHn24n5AwzeMlyC2hIiHGWHg =
192+ github.com/pulumi/pulumi/sdk/v3 v3.243 .0 h1:pZaMx58nXrdh4XB0cgTlHnL3EMy3/JQwuin3aDuWyRM =
193+ github.com/pulumi/pulumi/sdk/v3 v3.243 .0 /go.mod h1:BPWWuYPXcPH5YbXGoyy9Rrfa+evrh6IdM51AjDhcDpM =
192194github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ =
193195github.com/rivo/uniseg v0.4.7 /go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88 =
194196github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ =
You can’t perform that action at this time.
0 commit comments