Skip to content

Bump the gomod-minor-patch group with 13 updates#81

Merged
robertodauria merged 2 commits intomainfrom
dependabot/go_modules/gomod-minor-patch-fcfb1189d2
Jan 7, 2026
Merged

Bump the gomod-minor-patch group with 13 updates#81
robertodauria merged 2 commits intomainfrom
dependabot/go_modules/gomod-minor-patch-fcfb1189d2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2026

Bumps the gomod-minor-patch group with 13 updates:

Package From To
cloud.google.com/go/apikeys 1.1.12 1.2.7
cloud.google.com/go/datastore 1.17.1 1.20.0
cloud.google.com/go/secretmanager 1.13.5 1.14.7
github.com/Masterminds/semver/v3 3.3.1 3.4.0
github.com/gomodule/redigo 1.8.8 1.9.3
github.com/googleapis/gax-go/v2 2.13.0 2.14.2
github.com/m-lab/go 0.1.75 0.1.76
github.com/m-lab/locate 0.14.49 0.18.0
github.com/m-lab/uuid-annotator 0.5.6 0.5.10
github.com/oschwald/geoip2-golang 1.7.0 1.13.0
github.com/prometheus/client_golang 1.18.0 1.23.2
google.golang.org/api 0.191.0 0.235.0
google.golang.org/grpc 1.64.1 1.72.2

Updates cloud.google.com/go/apikeys from 1.1.12 to 1.2.7

Release notes

Sourced from cloud.google.com/go/apikeys's releases.

beyondcorp 1.2.0

1.2.0 (2025-10-10)

Features

Commits

Updates cloud.google.com/go/datastore from 1.17.1 to 1.20.0

Release notes

Sourced from cloud.google.com/go/datastore's releases.

firestore: v1.20.0

1.20.0 (2025-10-20)

Features

Bug Fixes

alloydb 1.19.0

1.19.0 (2025-10-10)

Features

  • Upgrade to Go 1.24 (#12781) (4f1129c)

  • add CRUD APIs on Databases (PiperOrigin-RevId: 811874519) (2a37bd3)

  • add PG 17 as a Database version (PiperOrigin-RevId: 811874519) (2a37bd3)

  • add configuration for Managed Connection Pool (PiperOrigin-RevId: 811874519) (2a37bd3)

  • update Database.charset to be immutable (PiperOrigin-RevId: 811874519) (2a37bd3)

  • add additional fields to Database object to specify the collation type, character type, if it is a template database, and the template to use for the database (PiperOrigin-RevId: 811874519) (2a37bd3)

  • add field to ExecuteSQL request to just validate the sql statement (PiperOrigin-RevId: 811874519) (2a37bd3)

Bug Fixes

  • An existing enum PoolMode is removed from the ConnectionPoolConfig (PiperOrigin-RevId: 811874519) (2a37bd3)

Documentation

  • specify that the STOPPED state is not used for clusters anymore (PiperOrigin-RevId: 811874519) (2a37bd3)

artifactregistry 1.18.0

1.18.0 (2025-12-04)

Features

  • add image_manifest field in DockerImage (PiperOrigin-RevId: 830951552) (185951b3)

  • add Ruby format in VulnerabilityScanningConfig (PiperOrigin-RevId: 830951552) (185951b3)

... (truncated)

Changelog

Sourced from cloud.google.com/go/datastore's changelog.

1.20.0 (2023-06-20)

Features

  • documentai: Add StyleInfo to document.proto (b726d41)
  • documentai: Add StyleInfo to document.proto (b726d41)

Bug Fixes

  • documentai: REST query UpdateMask bug (df52820)

1.19.0 (2023-05-30)

Features

  • documentai: Update all direct dependencies (b340d03)

1.18.1 (2023-05-08)

Bug Fixes

  • documentai: Update grpc to v1.55.0 (1147ce0)

1.18.0 (2023-03-22)

Features

  • documentai: Add ImportProcessorVersion in v1beta3 (c967961)

1.17.0 (2023-03-15)

Features

  • documentai: Added hints.language_hints field in OcrConfig (#7522) (b2c40c3)

1.16.0 (2023-02-22)

Features

1.15.0 (2023-02-14)

... (truncated)

Commits
  • ac256c5 chore: release main (#10856)
  • cb7b0a1 feat(storage/dataflux): add dataflux interface (#10748)
  • 9199843 fix(firestore): Add UTF-8 validation (#10881)
  • 9ae039a feat(firestore): surfacing the error returned from the service in Bulkwriter ...
  • cf67711 chore(all): update deps (#10871)
  • fdb4ea9 feat(dlp): action for publishing data profiles to SecOps (formelly known as C...
  • f847c75 chore(main): release bigquery 1.63.0 (#10575)
  • ce3d492 fix(bigquery): properly handle RANGE type arrays (#10883)
  • 0b3c268 feat(aiplatform): A new field generation_config is added to message `.googl...
  • 2f0aec8 feat(aiplatform): add new PipelineTaskRerunConfig field to `pipeline_job.pr...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/secretmanager from 1.13.5 to 1.14.7

Release notes

Sourced from cloud.google.com/go/secretmanager's releases.

servicecontrol: v1.14.6

1.14.6 (2025-10-15)

Bug Fixes

  • servicecontrol: Upgrade gRPC service registration func (fc134e0)

batch 1.14.0

1.14.0 (2025-12-04)

Features

  • added new provisioning models (PiperOrigin-RevId: 833725203) (185951b3)
Commits

Updates github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0

Release notes

Sourced from github.com/Masterminds/semver/v3's releases.

v3.4.0

There are a few changes in this release to highlight:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, >1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, >1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against >3.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.3.1...v3.4.0

Changelog

Sourced from github.com/Masterminds/semver/v3's changelog.

3.4.0 (2025-06-27)

Added

  • #268: Added property to Constraints to include prereleases for Check and Validate

Changed

  • #263: Updated Go testing for 1.24, 1.23, and 1.22
  • #269: Updated the error message handling for message case and wrapping errors
  • #266: Restore the ability to have leading 0's when parsing with NewVersion. Opt-out of this by setting CoerceNewVersion to false.

Fixed

  • #257: Fixed the CodeQL link (thanks @​dmitris)
  • #262: Restored detailed errors when failed to parse with NewVersion. Opt-out of this by setting DetailedNewVersionErrors to false for faster performance.
  • #267: Handle pre-releases for an "and" group if one constraint includes them
Commits
  • 61fc460 Merge pull request #270 from mattfarina/relnotes-3.4.0
  • 69a63e7 Update the release notes and readme for new version
  • dc05094 Merge pull request #269 from mattfarina/lowercase-error-strings
  • a2cd9c2 Updating the error message handling
  • 9760c47 Merge pull request #268 from mattfarina/include-prerelease
  • c374751 Add property to include prereleases
  • 057c901 Merge pull request #267 from mattfarina/fix-259
  • abab1c2 Handle pre-releases on all in an and group
  • ebda872 Merge pull request #266 from mattfarina/restore-calver
  • 4ed619e Restore the ability to have leading 0's with NewVersion
  • Additional commits viewable in compare view

Updates github.com/gomodule/redigo from 1.8.8 to 1.9.3

Release notes

Sourced from github.com/gomodule/redigo's releases.

v1.9.3

v1.9.3 Release Notes (2025-10-08T17:29:42Z)

Changelog

Features

  • 7364aaec75e6d67a4699b99deef88995ad11d6a2: feat: simple string keys in ScanStruct (#692) (@​stevenh)
  • a81b6030a4ce6d023aca1b2462c77b6cf4259992: feat: valkey schema support (#689) (@​stevenh)

Bug fixes

Chores

  • 247f6c0e0a0ea200f727a5280d0d55f6bce6d2e7: chore: fix function name in comment (#668) (@​rustfix)

Documentation

  • 4646571ad7291f1697a705a40694a89aa0ae50a2: docs: add related project for otel go agent (#679) (@​123liuziming)
  • 45d40105fe99bae9829ace23bf6b4c2183566a1f: docs: note support for Valkey (#683) (@​asafpamzn)

Full Changelog

v1.9.2

v1.9.2 Release Notes (2024-02-25T12:54:41Z)

Changelog

Bug fixes

  • e05a63bfd93c1db480ee706c1686d9dd2385016b: fix: bump go version to 1.17 (#666) (@​stevenh)

Continuous Integration

  • 4c535aa56d60a1dddd457a8e63caa463bcb5a70b: ci: fix go caching (#667) (@​stevenh)

Full Changelog

v1.9.1

v1.9.1 Release Notes (2024-02-20T23:51:27Z)

Changelog

Chores

  • 162ed022a35991830c265f24896b07d6537b3702: chore: retract v1.8.10 (#664) (@​stevenh)

Continuous Integration

  • cfabb1f017433cdf852a4841a8c0125c48275c0b: ci: remove deprecated goreleaser option (#663) (@​stevenh)

Full Changelog

v1.9.0

v1.9.0 Release Notes (2024-02-20T21:32:43Z)

Changelog

Features

  • 1d393b301b27d4934d4b76ff4df60859e296cdec: feat: add TestOnBorrowContext (#660) (@​vasayxtx)

... (truncated)

Commits

Updates github.com/googleapis/gax-go/v2 from 2.13.0 to 2.14.2

Release notes

Sourced from github.com/googleapis/gax-go/v2's releases.

v2.14.2

2.14.2 (2025-05-12)

Documentation

  • v2: Fix Backoff doc to accurately explain Multiplier (#423) (16d1791), refs #422

v2.14.1

2.14.1 (2024-12-19)

Bug Fixes

Documentation

  • fix godoc to refer to the proper envvar (#387) (dc6baf7)

v2.14.0

2.14.0 (2024-11-13)

Features

  • internallog: add a logging support package (#380) (c877470)
Commits

Updates github.com/m-lab/go from 0.1.75 to 0.1.76

Release notes

Sourced from github.com/m-lab/go's releases.

v0.1.76 / 2025-03-26

What's Changed

Full Changelog: m-lab/go@v0.1.75...v0.1.76

Commits

Updates github.com/m-lab/locate from 0.14.49 to 0.18.0

Release notes

Sourced from github.com/m-lab/locate's releases.

v0.18.0 / 2025-08-25

What's Changed

Full Changelog: m-lab/locate@v0.17.7...v0.18.0

v0.17.8 / 2025-07-01

What's Changed

Full Changelog: m-lab/locate@v0.17.6...v0.17.8

v0.17.7

What's Changed

Full Changelog: m-lab/locate@v0.17.6...v0.17.7

v0.17.6

What's Changed

Full Changelog: m-lab/locate@v0.17.5...v0.17.6

v0.17.5

What's Changed

Full Changelog: m-lab/locate@v0.17.4...v0.17.5

v0.17.4

What's Changed

Full Changelog: m-lab/locate@v0.17.3...v0.17.4

... (truncated)

Commits
  • 32c9722 feat(auth): Add JWT authentication for heartbeat endpoints (#228)
  • 981da68 Avoids a nil pointer dereference error in Geo() (#227)
  • 63bc2bf Factor filtering hosts into its own function for the registrations endpoint (...
  • 7674c6f GeoJSON wants lon/lat, not lat/lon (#225)
  • 11e38b0 Adds a new "geo" format the /v2/siteinfo/registrations endpoint (#224)
  • 1d13e4f Add -early-exit-clients command-line flag (#223)
  • 7696a7e Update cloudbuild config to allow setting IP-based config from env (#221)
  • 1827e47 Update rate limiter to have different configurable limits for IP-only and IP+...
  • f41d2b7 Always pass country/site/org/strict/machine-type (#220)
  • 5656aec Updates Cloud Build to use Artifact Registry container images (#218)
  • Additional commits viewable in compare view

Updates github.com/m-lab/uuid-annotator from 0.5.6 to 0.5.10

Release notes

Sourced from github.com/m-lab/uuid-annotator's releases.

v0.5.10

What's Changed

Full Changelog: m-lab/uuid-annotator@v0.5.9...v0.5.10

v0.5.9

What's Changed

Full Changelog: m-lab/uuid-annotator@v0.5.8...v0.5.9

v0.5.8

What's Changed

Full Changelog: m-lab/uuid-annotator@v0.5.7...v0.5.8

v0.5.7

What's Changed

Full Changelog: m-lab/uuid-annotator@v0.5.6...v0.5.7

Commits

Updates github.com/oschwald/geoip2-golang from 1.7.0 to 1.13.0

Release notes

Sourced from github.com/oschwald/geoip2-golang's releases.

1.13.0

  • Add support for GeoIP-City-Redacted-US and GeoIP-Enterprise-Redacted-US. Requested by Tom Anderson. GitHub #134.

1.11.0

  • Go 1.21 or greater is now required.
  • The new is_anycast output is now supported on the GeoIP2 Country, City, and Enterprise databases. #119.

Note: 1.10.0 was accidentally skipped.

1.9.0

  • Rearrange fields in structs to reduce memory usage. Although this does reduce readability, these structs are often created at very rates, making the trade-off worth it.

1.8.0

  • Set Go version to 1.18 in go.mod.
Changelog

Sourced from github.com/oschwald/geoip2-golang's changelog.

Changes

2.1.0 - 2025-12-22

  • Added support for the GeoIP Anonymous Plus database. This database provides VPN detection with confidence scoring, provider identification, and temporal tracking via the new AnonymousPlus() method.
  • Deprecated IsLegitimateProxy on EnterpriseTraits. MaxMind has deprecated this field and it will be removed in the next major release.
  • Deprecated StaticIPScore on EnterpriseTraits. This field was added in error and has never been populated. It will be removed in the next major release.

2.0.1 - 2025-11-26

  • Upgraded github.com/oschwald/geoip2-golang/v2 to 2.1.1, which fixes an issue that prevented a unclosed memory-mapped file from being unmapped when the reader was garbage collected.

2.0.0 - 2025-10-19

  • BREAKING CHANGE: Lookup methods now require netip.Addr, return typed Names, and provide HasData() helpers while always populating Network/IPAddress fields so network topology remains accessible.
  • BREAKING CHANGE: Struct field casing now matches MaxMind responses (for example IsoCodeISOCode), location coordinates use pointers, and JSON tags rely on Go 1.24 omitzero support—upgrade your toolchain before adopting v2.
  • Added MIGRATION.md with detailed guidance for upgrading from v1.
  • Updated dependency on github.com/oschwald/maxminddb-golang/v2 to v2.0.0.
  • Added configurable Option helpers so Open and OpenBytes can accept future options without forcing a v3 release.
  • BREAKING CHANGE: Removed deprecated FromBytes method. Use OpenBytes instead.

2.0.0-beta.4 - 2025-08-23

  • Updated maxminddb dependency to v2.0.0-beta.9.
  • Added OpenBytes method to match the API changes in maxminddb v2.0.0-beta.9.
  • Deprecated FromBytes method. Use OpenBytes instead. FromBytes will be removed in a future version.

2.0.0-beta.3 - 2025-07-07

  • Added support for GeoIP-City-Redacted-US and GeoIP-Enterprise-Redacted-US. Requested by Tom Anderson. GitHub #134.
  • Upgrade github.com/oschwald/maxminddb-golang/v2 to v2.0.0-beta.7.

2.0.0-beta.2 - 2025-06-28

... (truncated)

Commits
  • b651a19 Upgrade to golangci-lint v2
  • 77feac3 Add support for Redacted US databases
  • 0972ffa Merge pull request #119 from oschwald/greg/add-is-anycast
  • 3d75aca Update maxminddb
  • 4ae4358 Add is_anycast output for location DBs
  • 769ffcd Merge pull request #117 from oschwald/dependabot/github_actions/golangci/gola...
  • bdf366e Bump golangci/golangci-lint-action from 3 to 6
  • 080dd72 Merge pull request #118 from oschwald/greg/lints
  • 6ed528d Update supported Go versions
  • b4eb83a Update golangci-lint config
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.18.0 to 1.23.2

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.23.2 - 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1 - 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

v1.23.0 - 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.23.2 / 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

1.23.1 / 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

1.23.0 / 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

1.22.0 / 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

1.21.1 / 2025-03-04

  • [BUGFIX] prometheus: Revert of Inc, Add and Observe cumulative metric CAS optimizations (#1661), causing regressions on low contention cases.
  • [BUGFIX] prometheus: Fix GOOS=ios build, broken due to process_collector_* wrong build tags.

1.21.0 / 2025-02-17

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang. ⚠️

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 7, 2026
Bumps the gomod-minor-patch group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/apikeys](https://github.com/googleapis/google-cloud-go) | `1.1.12` | `1.2.7` |
| [cloud.google.com/go/datastore](https://github.com/googleapis/google-cloud-go) | `1.17.1` | `1.20.0` |
| [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go) | `1.13.5` | `1.14.7` |
| [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.3.1` | `3.4.0` |
| [github.com/gomodule/redigo](https://github.com/gomodule/redigo) | `1.8.8` | `1.9.3` |
| [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go) | `2.13.0` | `2.14.2` |
| [github.com/m-lab/go](https://github.com/m-lab/go) | `0.1.75` | `0.1.76` |
| [github.com/m-lab/locate](https://github.com/m-lab/locate) | `0.14.49` | `0.18.0` |
| [github.com/m-lab/uuid-annotator](https://github.com/m-lab/uuid-annotator) | `0.5.6` | `0.5.10` |
| [github.com/oschwald/geoip2-golang](https://github.com/oschwald/geoip2-golang) | `1.7.0` | `1.13.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.18.0` | `1.23.2` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.191.0` | `0.235.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.64.1` | `1.72.2` |


Updates `cloud.google.com/go/apikeys` from 1.1.12 to 1.2.7
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@iam/v1.1.12...apikeys/v1.2.7)

Updates `cloud.google.com/go/datastore` from 1.17.1 to 1.20.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@kms/v1.17.1...kms/v1.20.0)

Updates `cloud.google.com/go/secretmanager` from 1.13.5 to 1.14.7
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@automl/v1.13.5...automl/v1.14.7)

Updates `github.com/Masterminds/semver/v3` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](Masterminds/semver@v3.3.1...v3.4.0)

Updates `github.com/gomodule/redigo` from 1.8.8 to 1.9.3
- [Release notes](https://github.com/gomodule/redigo/releases)
- [Commits](gomodule/redigo@v1.8.8...v1.9.3)

Updates `github.com/googleapis/gax-go/v2` from 2.13.0 to 2.14.2
- [Release notes](https://github.com/googleapis/gax-go/releases)
- [Commits](googleapis/gax-go@v2.13.0...v2.14.2)

Updates `github.com/m-lab/go` from 0.1.75 to 0.1.76
- [Release notes](https://github.com/m-lab/go/releases)
- [Commits](m-lab/go@v0.1.75...v0.1.76)

Updates `github.com/m-lab/locate` from 0.14.49 to 0.18.0
- [Release notes](https://github.com/m-lab/locate/releases)
- [Commits](m-lab/locate@v0.14.49...v0.18.0)

Updates `github.com/m-lab/uuid-annotator` from 0.5.6 to 0.5.10
- [Release notes](https://github.com/m-lab/uuid-annotator/releases)
- [Commits](m-lab/uuid-annotator@v0.5.6...v0.5.10)

Updates `github.com/oschwald/geoip2-golang` from 1.7.0 to 1.13.0
- [Release notes](https://github.com/oschwald/geoip2-golang/releases)
- [Changelog](https://github.com/oschwald/geoip2-golang/blob/main/CHANGELOG.md)
- [Commits](oschwald/geoip2-golang@v1.7.0...v1.13.0)

Updates `github.com/prometheus/client_golang` from 1.18.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.18.0...v1.23.2)

Updates `google.golang.org/api` from 0.191.0 to 0.235.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.191.0...v0.235.0)

Updates `google.golang.org/grpc` from 1.64.1 to 1.72.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.64.1...v1.72.2)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/apikeys
  dependency-version: 1.2.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: cloud.google.com/go/datastore
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: cloud.google.com/go/secretmanager
  dependency-version: 1.14.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: github.com/Masterminds/semver/v3
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: github.com/gomodule/redigo
  dependency-version: 1.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: github.com/googleapis/gax-go/v2
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: github.com/m-lab/go
  dependency-version: 0.1.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-patch
- dependency-name: github.com/m-lab/locate
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: github.com/m-lab/uuid-annotator
  dependency-version: 0.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-patch
- dependency-name: github.com/oschwald/geoip2-golang
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: google.golang.org/api
  dependency-version: 0.235.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.72.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-minor-patch-fcfb1189d2 branch from 371e2a8 to 7e74b1b Compare January 7, 2026 20:08
- Update anonymous struct field orders in handler_test.go and
  register_test.go to match geoip2-golang v1.13 struct definitions
- Upgrade Go version from 1.20/1.21/1.22 to 1.23 across all build configs
- Replace custom golang-cbif image with standard golang:1.23-alpine
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 20795346572

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-19.6%) to 70.229%

Totals Coverage Status
Change from base Build 20794969305: -19.6%
Covered Lines: 1321
Relevant Lines: 1881

💛 - Coveralls

@robertodauria robertodauria self-requested a review January 7, 2026 20:35
@robertodauria robertodauria merged commit abd8fe6 into main Jan 7, 2026
5 checks passed
@robertodauria robertodauria deleted the dependabot/go_modules/gomod-minor-patch-fcfb1189d2 branch January 7, 2026 20:36
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.

2 participants