Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the gomod-update group with 2 updates #113

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2025

Bumps the gomod-update group with 2 updates: github.com/wissance/stringFormatter and google.golang.org/api.

Updates github.com/wissance/stringFormatter from 1.3.0 to 1.4.1

Release notes

Sourced from github.com/wissance/stringFormatter's releases.

Release v1.4.1

Finally we could pass typed slice ([]int, []string, []float64 and other standard typs) not only []any{} if Format and FormatComplex methods with {0:L} format specifier and typed is rather fast (see picture below): image

Release v1.4.0

Added:

  1. Utility function SliceToString that allows to convert string of any type and mixed items into string with selectable separator between them
  2. L format option to add slices in formatting string i.e. "This is a list(slice) test: {0:L-}", with the slice []any{"s1", "s2", "s3"} produces the following line This is a list(slice) test: s1-s2-s3 . Such option available in both Format and FormatComplex methods
  3. According to benchmark tests formatting slice via sf from 50 to 250 percent faster then with fmt slice2str_benchmarks
Commits

Updates google.golang.org/api from 0.226.0 to 0.227.0

Release notes

Sourced from google.golang.org/api's releases.

v0.227.0

0.227.0 (2025-03-19)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.227.0 (2025-03-19)

Features

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod-update group with 2 updates: [github.com/wissance/stringFormatter](https://github.com/wissance/stringFormatter) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/wissance/stringFormatter` from 1.3.0 to 1.4.1
- [Release notes](https://github.com/wissance/stringFormatter/releases)
- [Commits](Wissance/stringFormatter@v1.3.0...v1.4.1)

Updates `google.golang.org/api` from 0.226.0 to 0.227.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.226.0...v0.227.0)

---
updated-dependencies:
- dependency-name: github.com/wissance/stringFormatter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 23, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 14017164203

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 4.901%

Totals Coverage Status
Change from base Build 13973616152: 0.0%
Covered Lines: 205
Relevant Lines: 4183

💛 - Coveralls

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 30, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-update-e8d5f419fa branch March 30, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant