Skip to content

Commit

Permalink
chore(all): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 19, 2023
1 parent 2b3e7d9 commit 2397b23
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clouddms/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module cloud.google.com/go/clouddms
go 1.19

require (
cloud.google.com/go/iam v0.13.0
cloud.google.com/go/iam v1.0.1
cloud.google.com/go/longrunning v0.4.2
github.com/googleapis/gax-go/v2 v2.8.0
google.golang.org/api v0.123.0
Expand Down
2 changes: 2 additions & 0 deletions clouddms/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGB
cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA=
cloud.google.com/go/iam v0.13.0 h1:+CmB+K0J/33d0zSQ9SlFWUeCCEn5XJA0ZMZ3pHE9u8k=
cloud.google.com/go/iam v0.13.0/go.mod h1:ljOg+rcNfzZ5d6f1nAUJ8ZIxOaZUVoS14bKCtaLZ/D0=
cloud.google.com/go/iam v1.0.1 h1:lyeCAU6jpnVNrE9zGQkTl3WgNgK/X+uWwaw0kynZJMU=
cloud.google.com/go/iam v1.0.1/go.mod h1:yR3tmSL8BcZB4bxByRv2jkSIahVmCtfKZwLYGBalRE8=
cloud.google.com/go/longrunning v0.4.2 h1:WDKiiNXFTaQ6qz/G8FCOkuY9kJmOJGY67wPUC1M2RbE=
cloud.google.com/go/longrunning v0.4.2/go.mod h1:OHrnaYyLUV6oqwh0xiS7e5sLQhP1m0QU9R+WhGDMgIQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down
2 changes: 1 addition & 1 deletion internal/gapicgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/go-git/go-git/v5 v5.6.1
github.com/google/go-github/v50 v50.2.0
github.com/google/go-github/v52 v52.0.0
github.com/google/go-github/v52 v52.0.0
golang.org/x/oauth2 v0.8.0
golang.org/x/sync v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion internal/postprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/go-git/go-git/v5 v5.6.1
github.com/google/go-cmp v0.5.9
github.com/google/go-github/v50 v50.2.0
github.com/google/go-github/v52 v52.0.0
github.com/google/go-github/v52 v52.0.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down

0 comments on commit 2397b23

Please sign in to comment.