8000 chore(deps): update gomod by renovate[bot] · Pull Request #3016 · oauth2-proxy/oauth2-proxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update gomod #3016

< 8000 /div>
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update gomod #3016

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Mar 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0 age adoption passing confidence
github.com/a8m/envsubst v1.4.2 -> v1.4.3 age adoption passing confidence
github.com/alicebob/miniredis/v2 v2.34.0 -> v2.35.0 age adoption passing confidence
github.com/coreos/go-oidc/v3 v3.13.0 -> v3.14.1 age adoption passing confidence
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0 age adoption passing confidence
github.com/onsi/ginkgo/v2 v2.23.3 -> v2.23.4 age adoption passing confidence
github.com/onsi/gomega v1.36.3 -> v1.37.0 age adoption passing confidence
github.com/prometheus/client_golang v1.21.1 -> v1.22.0 age adoption passing confidence
github.com/redis/go-redis/v9 v9.7.3 -> v9.10.0 age adoption passing confidence
github.com/spf13/cast v1.7.1 -> v1.9.2 age adoption passing confidence
github.com/spf13/viper v1.19.0 -> v1.20.1 age adoption passing confidence
golang.org/x/crypto v0.36.0 -> v0.39.0 age adoption passing confidence
golang.org/x/net v0.38.0 -> v0.41.0 age adoption passing confidence
golang.org/x/oauth2 v0.28.0 -> v0.30.0 age adoption passing confidence
golang.org/x/sync v0.12.0 -> v0.15.0 age adoption passing confidence
google.golang.org/api v0.228.0 -> v0.238.0 age adoption passing confidence
k8s.io/apimachinery v0.32.3 -> v0.33.2 age adoption passing confidence

Release Notes

googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)

v0.7.0

Compare Source

  • Release of a client library for Spanner. See
    the
    blog
    post
    .
    Note that although the Spanner service is beta, the Go client library is alpha.
a8m/envsubst (github.com/a8m/envsubst)

v1.4.3

Compare Source

New Contributors

Full Changelog: a8m/envsubst@v1.4.2...v1.4.3

alicebob/miniredis (github.com/alicebob/miniredis/v2)

v2.35.0

Compare Source

  • add Lua redis.setresp({2,3})
  • embed gopher-json package
  • fix XAUTOCLAIM (thanks @​kgunning)
  • fix writeXpending (thanks @​gnpaone)
  • fix BLMOVE TTL special case
  • constants for key types @​alyssaruth
v2.34.0
  • fix ZINTERSTORE where target is one of the source sets
  • added support for ZRank and ZRevRank with score (thanks Jeff Howell)
  • fix MEMORY subcommand casing (thanks @​joshaber)
  • use streamCmp in Xtrim (thanks @​daniel-cohere)
v2.33.0
  • minimum Go version is now 1.17
  • fix integer overflow (thanks @​wszaranski)
  • test against the last BSD redis (7.2.4)
  • ignore 'redis.set_repl()' call (thanks @​TingluoHuang)
  • various build fixes (thanks @​wszaranski)
  • add StartAddrTLS function (thanks @​agriffaut)
  • support for the NOMKSTREAM option for XADD (thanks @​Jahaja)
  • return empty array for SRANDMEMBER on nonexistent key (thanks @​WKBae)
v2.32.1
  • support for SINTERCARD (thanks @​s-barr-fetch)
  • support for EXPIRETIME and PEXPIRETIME (thanks @​wszaranski)
  • fix GEO* units to be case insensitive
v2.31.1
v2.31.0
  • support for MEMORY USAGE (thanks @​davidroman0O)
  • test against Redis 7.2.0
  • support for CLIENT SETNAME/GETNAME (thanks @​mr-karan)
  • fix very small numbers (thanks @​zsh1995)
  • use the same float-to-string logic real Redis uses
v2.30.5
v2.30.4
v2.30.3
v2.30.2
v2.30.1
  • support SET NX GET special case
v2.30.0
  • implement redis 7.0.x (from 6.X). Main changes:
    • test against 7.0.7
    • update error messages
    • support nx|xx|gt|lt options in [P]EXPIRE[AT]
    • update how deleted items are processed in pending queues in streams
v2.23.1
  • resolve $ to latest ID in XREAD (thanks @​josh-hook)
  • handle disconnect in blocking functions (thanks @​jgirtakovskis)
  • fix type conversion bug in redisToLua (thanks Sandy Harvie)
  • BRPOP{LPUSH} timeout can be float since 6.0
v2.23.0
v2.22.0
  • set miniredis.DumpMaxLineLen to get more Dump() info (thanks @​afjoseph)
  • fix invalid resposne of COMMAND (thanks @​zsh1995)
  • fix possibility to generate duplicate IDs in XADD (thanks @​readams)
  • adds support for XAUTOCLAIM min-idle parameter (thanks @​readams)
v2.21.0
v2.20.0
v2.19.0
v2.18.0
v2.17.0
  • added miniredis.RunT(t)
v2.16.1
v2.16.0
  • simplify some code (thanks @​zonque)
  • support for EXAT/PXAT in SET
  • support for XTRIM (thanks @​joseotoro)
  • support for ZRANDMEMBER
  • support for redis.log() in lua (thanks @​dirkm)
v2.15.2
v2.15.1
v2.15.0
  • target redis 6.2 and added new args to various commands
  • support for all hyperlog commands (thanks @​ilbaktin)
  • support for GETDEL (thanks @​wszaranski)
v2.14.5
  • added XPENDING
  • support for BLOCK option in XREAD and XREADGROUP
v2.14.4
v2.14.3
  • fix problem where Lua code didn't set the selected DB
  • update to redis 6.0.10 (thanks @​lazappa)
v2.14.2
  • update LUA dependency
  • deal with (p)unsubscribe when there are no channels
v2.14.1
  • mod tidy
v2.14.0
  • support for HELLO and the RESP3 protocol
  • KEEPTTL in SET (thanks @​johnpena)
v2.13.3
  • support Go 1.14 and 1.15
  • update the Check...() methods
  • support for XREAD (thanks @​pieterlexis)
v2.13.2
  • Use SAN instead of CN in self signed cert for testing (thanks @​johejo)
  • Travis CI now tests against the most recent two versions of Go (thanks @​johejo)
  • changed unit and integration tests to compare raw payloads, not parsed payloads
  • remove "redigo" dependency
v2.13.1
  • added HSTRLEN
  • minimal support for ACL users in AUTH
v2.13.0
  • added RunTLS(...)
  • added SetError(...)
v2.12.0
  • redis 6
  • Lua json update (thanks @​gsmith85)
  • CLUSTER commands (thanks @​kratisto)
  • fix TOUCH
  • fix a shutdown race condition
v2.11.4
  • ZUNIONSTORE now supports standard set types (thanks @​wshirey)
v2.11.3
v2.11.2
  • make sure Lua code is executed concurrently
  • add command GEORADIUSBYMEMBER (thanks @​kyeett)
v2.11.1
v2.11.0
  • added XRANGE/XREVRANGE, XADD, and XLEN (thanks @​skateinmars)
  • added GEODIST
  • improved precision for geohashes, closer to what real redis does
  • use 128bit floats internally for INCRBYFLOAT and related (thanks @​timnd)
v2.10.1
  • added m.Server()
v2.10.0
  • added UNLINK
  • fix DEL zero-argument case
  • cleanup some direct access commands
  • added GEOADD, GEOPOS, GEORADIUS, and GEORADIUS_RO
v2.9.1
  • fix issue with ZRANGEBYLEX
  • fix issue with BRPOPLPUSH and direct access
v2.9.0
  • proper versioned import of github.com/gomodule/redigo (thanks @​yfei1)
  • fix messages generated by PSUBSCRIBE
  • optional internal seed (thanks @​zikaeroh)
v2.8.0

Proper v2 in go.mod.

older

See https://github.com/alicebob/miniredis/releases for the full changelog

coreos/go-oidc (github.com/coreos/go-oidc/v3)

v3.14.1

Compare Source

What's Changed

Full Changelog: coreos/go-oidc@v3.14.0...v3.14.1

v3.14.0

Compare Source

What's Changed

Full Changelog: coreos/go-oidc@v3.13.0...v3.14.0

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.23.4

Compare Source

2.23.4

Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @​emirot for the fix!

Features
  • Add automaxprocs for using CPUQuota [2b9c428]
Fixes
  • clarify gotchas about -vet flag [1f59d07]
Maintenance
onsi/gomega (github.com/onsi/gomega)

v1.37.0

Compare Source

1.37.0

Features
< 8000 ul dir="auto">
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
  • prometheus/client_golang (github.com/prometheus/client_golang)

    v1.22.0: - 2025-04-07

    Compare Source

    ⚠️ 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,
    https://github.com/golang/go/issues/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
    All Changes

    New Contributors

    Full Changelog: https://github.com/prometheus/client\_golang/compare/v1.21.1...v1.22.0-rc.0

    redis/go-redis (github.com/redis/go-redis/v9)

    v9.10.0: 9.10.0

    Compare Source

    Experimental support for vector sets!

    🚀 Highlights

    go-redis now supports vector sets. This data type is marked as "in preview" in Redis and its support in go-redis is marked as experimental. You can find examples in the documentation and in the doctests folder.

    Changes

    🚀 New Features

    🧰 Maintenance

    • Add the missing NewFloatSliceResult for testing (#​3393)
    • DOC-5078 vector set examples (#​3394)

    Contributors

    We'd like to thank all the contributors who worked on this release!

    @​AndBobsYourUncle, @​andy-stark-redis, @​fukua95 and @​ndyakov

    v9.9.0: 9.9.0

    Compare Source

    🚀 Highlights
    • Token-based Authentication: Added StreamingCredentialsProvider for dynamic credential updates (experimental)
    • Connection Statistics: Added connection waiting statistics for better monitoring
    • Failover Improvements: Added ParseFailoverURL for easier failover configuration
    • Ring Client Enhancements: Added shard access methods for better Pub/Sub management
    ✨ New Features
    • Added StreamingCredentialsProvider for token-based authentication (#​3320)
      • Supports dynamic credential updates
      • Includes connection close hooks
      • Note: Currently marked as experimental
    • Added ParseFailoverURL for parsing failover URLs (#​3362)
    • Added connection waiting statistics (#​2804)
    • Added new utility functions:
      • ParseFloat and MustParseFloat in public utils package (#​3371)
      • Unit tests for Atoi, ParseInt, ParseUint, and ParseFloat (#​3377)
    • Added Ring client shard access methods:
      • GetShardClients() to retrieve all active shard clients
      • GetShardClientForKey(key string) to get the shard client for a specific key (#​3388)
    🐛 Bug Fixes
    • Fixed routing reads to loading slave nodes (#​3370)
    • Added support for nil lag in XINFO GROUPS (#​3369)
    • Fixed pool acquisition timeout issues (#​3381)
    • Optimized unnecessary copy operations (#​3376)
    📚 Documentation
    • Updated documentation for XINFO GROUPS with nil lag support (#​3369)
    • Added package-level comments for new features
    ⚡ Performance and Reliability
    • Optimized ReplaceSpaces function (#​3383)
    • Set default value for Options.Protocol in init() (#​3387)
    • Exported pool errors for public consumption (#​3380)
    🔧 Dependencies and Infrastructure
    🧪 Testing
    • Added unit tests for pool acquisition timeout (#​3381)
    • Added unit tests for utility functions (#​3377)
    👥 Contributors

    We would like to thank all the contributors who made this release possible:

    @​ndyakov, @​ofekshenawa, @​LINKIWI, @​iamamirsalehi, @​fukua95, @​lzakharov, @​DengY11

    📝 Changelog

    For a complete list of changes, see the full changelog.

    v9.8.0

    Compare Source

    9.8.0 (2025-04-30)
    🚀 Highlights
    • Redis 8 Support: Full compatibility with Redis 8.0, including testing and CI integration
    • Enhanced Hash Operations: Added support for new hash commands (HGETDEL, HGETEX, HSETEX) and HSTRLEN command
    • Search Improvements: Enabled Search DIALECT 2 by default and added CountOnly argument for FT.Search
    ✨ New Features
    • Added support for new hash commands: HGETDEL, HGETEX, HSETEX (#​3305)
    • Added HSTRLEN command for hash operations (#​2843)
    • Added Do method for raw query by single connection from pool.Conn() (#​3182)
    • Prevent false-positive marshaling by treating zero time.Time as empty in isEmptyValue (#​3273)
    • Added FailoverClusterClient support for Universal client (#​2794)
    • Added support for cluster mode with IsClusterMode config parameter (#​3255)
    • Added client name support in HELLO RESP handshake (#​3294)
    • Enabled Search DIALECT 2 by default (#​3213)
    • Added read-only option for failover configurations (#​3281)
    • Added CountOnly argument for FT.Search to use LIMIT 0 0 (#​3338)
    • Added DB option support in NewFailoverClusterClient (#​3342)
    • Added nil check for the options when creating a client (#​3363)
    🐛 Bug Fixes
    • Fixed PubSub concurrency safety issues (#​3360)
    • Fixed panic caused when argument is nil (#​3353)
    • Improved error handling when fetching master node from sentinels (#​3349)
    • Fixed connection pool timeout issues and increased retries (#​3298)
    • Fixed context cancellation error leading to connection spikes on Primary instances (#​3190)
    • Fixed RedisCluster client to consider MASTERDOWN a retriable error (#​3164)
    • Fixed tracing to show complete commands instead of truncated versions (#​3290)
    • Fixed OpenTelemetry instrumentation to prevent multiple span reporting (#​3168)
    • Fixed FT.Search Limit argument and added CountOnly argument for limit 0 0 (#​3338)
    • Fixed missing command in interface (#​3344)
    • Fixed slot calculation for COUNTKEYSINSLOT command (#​3327)
    • Updated PubSub implementation with correct context (#​3329)
    📚 Documentation
    • Added hash search examples (#​3357)
    • Fixed documentation comments (#​3351)
    • Added CountOnly search example (#​3345)
    • Added examples for list commands: LLEN, LPOP, LPUSH, LRANGE, RPOP, RPUSH (#​3234)
    • Added SADD and SMEMBERS command examples (#​3242)
    • Updated README.md to use Redis Discord guild (#​3331)
    • Updated HExpire command documentation (#​3355)
    • Featured OpenTelemetry instrumentation more prominently (#​3316)
    • Updated README.md with additional information (#​310ce55)
    ⚡ Performance and Reliability
    • Bound connection pool background dials to configured dial timeout (#​3089)
    • Ensured context isn't exhausted via concurrent query (#​3334)
    🔧 Dependencies and Infrastructure
    • Updated testing image to Redis 8.0-RC2 (#​3361)
    • Enabled CI for Redis CE 8.0 (#​3274)
    • Updated various dependencies:
      • Bumped golangci/golangci-lint-action from 6.5.0 to 7.0.0 (#​3354)
      • Bumped rojopolis/spellcheck-github-actions (#​3336)
      • Bumped golang.org/x/net in example/otel (#​3308)
    • Migrated golangci-lint configuration to v2 format (#​3354)
    ⚠️ Breaking Changes
    • Enabled Search DIALECT 2 by default (#​3213)
    • Dropped RedisGears (Triggers and Functions) support (#​3321)
    • Dropped FT.PROFILE command that was never enabled (#​3323)
    🔒 Security
    🧪 Testing
    • Added integration tests for Redis 8 behavior changes in Redis Search (#​3337)
    • Added vector types INT8 and UINT8 tests (#​3299)
    • Added test codes for search_commands.go (#​3285)
    • Fixed example test sorting (#​3292)
    👥 Contributors

    We would like to thank all the contributors who made this release possible:

    @​alexander-menshchikov, @​EXPEbdodla, @​afti, @​dmaier-redislabs, @​four_leaf_clover, @​alohaglenn, @​gh73962, @​justinmir, @​LINKIWI, @​liushuangbill, @​golang88, @​gnpaone, @​ndyakov, @​nikolaydubina, @​oleglacto, @​andy-stark-redis, @​rodneyosodo, @​dependabot, @​rfyiamcool, @​frankxjkuang, @​fukua95, @​soleymani-milad, @​ofekshenawa, @​khasanovbi

    spf13/cast (github.com/spf13/cast)

    v1.9.2

    Compare Source

    What's Changed

    Full Changelog: spf13/cast@v1.9.1...v1.9.2

    v1.9.1

    Compare Source

    What's Changed

    Full Changelog: spf13/cast@v1.9.0...v1.9.1

    v1.9.0

    Compare Source

    Notable new features 🎉

    • Casting from type aliases is now supported for basic types
    • Added generic functions: To/ToE, Must, ToNumber/ToNumberE
    • Increased test coverage
    • Converting float numbers from string is now supported

    What's Changed


    Configuration

    📅 Schedule: Branch creation - "after 8am on sunday" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


    • If you want to rebase/retry this PR, check this box

    This PR was generated by Mend Renovate. View the repository job log.

    @renovate renovate bot requested a review from a team as a code owner March 30, 2025 10:51
    Copy link
    Contributor Author
    renovate bot commented Mar 30, 2025

    ⚠️ Artifact update problem

    Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

    ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

    • any of the package files in this branch needs updating, or
    • the branch becomes conflicted, or
    • you click the rebase/retry checkbox if found above, or
    • you rename this PR's title to start with "rebase!" to trigger it manually

    The artifact failure details are included below:

    File name: go.sum
    Command failed: go get -d -t ./...
    go: -d flag is deprecated. -d=true is a no-op
    go: module github.com/a8m/envsubst@v1.4.3 requires go >= 1.24; switching to go1.24.4
    go: downloading go1.24.4 (linux/amd64)
    go: download go1.24.4: golang.org/toolchain@v0.0.1-go1.24.4.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off
    
    

    @github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Mar 30, 2025
    @renovate renovate bot force-pushed the renovate/gomod branch 8 times, most recently from 0e5bddd to 8988d40 Compare April 6, 2025 22:10
    @renovate renovate bot force-pushed the renovate/gomod branch 4 times, most recently from 06adc13 to 8aced0f Compare April 13, 2025 17:54
    @renovate renovate bot force-pushed the renovate/gomod branch 3 times, most recently from 7b99740 to c4f84c5 Compare April 21, 2025 14:00
    @renovate renovate bot force-pushed the renovate/gomod branch 12 times, most recently from 104d7d7 to 921a4c3 Compare April 28, 2025 16:23
    @renovate renovate bot force-pushed the renovate/gomod branch 6 times, most recently from 96b53de to 5e0f1d3 Compare May 5, 2025 20:06
    @renovate renovate bot force-pushed the renovate/gomod branch 3 times, most recently from fda64de to 73f4edf Compare May 6, 2025 23:27
    @renovate renovate bot force-pushed the renovate/gomod branch 3 times, most recently from 0b92645 to f63c4d6 Compare May 16, 2025 03:50
    @renovate renovate bot force-pushed the renovate/gomod branch 5 times, most recently from 2183f43 to 81ad9cb Compare May 26, 2025 19:13
    @dolmen
    Copy link
    Contributor
    dolmen commented May 27, 2025

    Hey @renovate stop posting PR that fail the testsuite! Run the testsuite on your changes and submit only if it passes!

    @renovate renovate bot force-pushed the renovate/gomod branch 3 times, most recently from 6e8bca0 to 8228c5a Compare May 29, 2025 16:11
    @renovate renovate bot force-pushed the renovate/gomod branch 2 times, most recently from c900502 to 60fb1c0 Compare June 6, 2025 23:36
    @renovate renovate bot force-pushed the renovate/gomod branch 2 times, most recently from 6e4ea80 to 6caaa3b Compare June 18, 2025 01:39
    @renovate renovate bot force-pushed the renovate/gomod branch from 6caaa3b to a790d22 Compare June 19, 2025 18:38
    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
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant
    0