Skip to content

Commit 491516f

Browse files
Bump the all group with 2 updates
Bumps the all group with 2 updates: [github.com/pulumi/pulumi-github/sdk/v6](https://github.com/pulumi/pulumi-github) and [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi). Updates `github.com/pulumi/pulumi-github/sdk/v6` from 6.2.1 to 6.2.2 - [Release notes](https://github.com/pulumi/pulumi-github/releases) - [Changelog](https://github.com/pulumi/pulumi-github/blob/master/CHANGELOG_OLD.md) - [Commits](pulumi/pulumi-github@v6.2.1...v6.2.2) Updates `github.com/pulumi/pulumi/sdk/v3` from 3.120.0 to 3.121.0 - [Release notes](https://github.com/pulumi/pulumi/releases) - [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md) - [Commits](pulumi/pulumi@v3.120.0...v3.121.0) --- updated-dependencies: - dependency-name: github.com/pulumi/pulumi-github/sdk/v6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/pulumi/pulumi/sdk/v3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f54103 commit 491516f

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ go 1.22
44

55
require (
66
github.com/bmatcuk/doublestar/v3 v3.0.0
7-
github.com/pulumi/pulumi-github/sdk/v6 v6.2.1
8-
github.com/pulumi/pulumi/sdk/v3 v3.120.0
7+
github.com/pulumi/pulumi-github/sdk/v6 v6.2.2
8+
github.com/pulumi/pulumi/sdk/v3 v3.121.0
99
sigs.k8s.io/yaml v1.4.0
1010
)
1111

1212
require (
1313
dario.cat/mergo v1.0.0 // indirect
14+
github.com/BurntSushi/toml v1.2.1 // indirect
1415
github.com/Microsoft/go-winio v0.6.1 // indirect
1516
github.com/ProtonMail/go-crypto v1.0.0 // indirect
1617
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect

go.sum

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
22
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
3+
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
4+
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
35
github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM=
46
github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo=
57
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
@@ -153,10 +155,10 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
153155
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
154156
github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs=
155157
github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c=
156-
github.com/pulumi/pulumi-github/sdk/v6 v6.2.1 h1:6w7hY0qGGSocuAbX7wKV92MvSg9rkcY7KTcOg2nWb1I=
157-
github.com/pulumi/pulumi-github/sdk/v6 v6.2.1/go.mod h1:s7hujHvGikRpW+0lM7X89f0YPRjQcCDs3/2pq4RYP0U=
158-
github.com/pulumi/pulumi/sdk/v3 v3.120.0 h1:KYtMkCmcSg4U+w41/Q0l3llKEodbfdyq6J0VMoEoVmY=
159-
github.com/pulumi/pulumi/sdk/v3 v3.120.0/go.mod h1:/mQJPO+HehhoSJ9O3C6eUKAGeAr+4KSrbDhLsXHKldc=
158+
github.com/pulumi/pulumi-github/sdk/v6 v6.2.2 h1:OIatgEjWyyIamr6IaHUeLgDJ+vL3++k0v3hyJHjg3J8=
159+
github.com/pulumi/pulumi-github/sdk/v6 v6.2.2/go.mod h1:Ro9Kj0KrDDLJIW/YF5kfNafbcfgtKTkl3CsVCQ5eonc=
160+
github.com/pulumi/pulumi/sdk/v3 v3.121.0 h1:UsnFKIVOtJN/hQKPkWHL9cZktewPVQRbNUXbXQY/qrk=
161+
github.com/pulumi/pulumi/sdk/v3 v3.121.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY=
160162
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
161163
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
162164
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=

0 commit comments

Comments
 (0)