Conversation
c11f9f0 to
3624163
Compare
Direct dependencies: - github.com/didip/tollbooth v7 -> v8 (requires explicit SetIPLookup) - github.com/go-pkgz/auth/v2 v2.0.1 -> v2.1.0 - github.com/go-pkgz/notify v1.2.0 -> v1.3.0 - github.com/go-pkgz/repeater v1 -> v2 (API change: NewDefault -> NewFixed) Indirect dependencies: - cloud.google.com/go/compute/metadata v0.6.0 -> v0.9.0 - github.com/go-pkgz/email v0.5.0 -> v0.6.0 - github.com/go-pkgz/expirable-cache/v3 v3.0.0 -> v3.1.0 - github.com/klauspost/compress v1.18.0 -> v1.18.2 - github.com/redis/go-redis/v9 v9.7.3 -> v9.17.2 - github.com/slack-go/slack v0.15.0 -> v0.17.3 - github.com/xdg-go/scram v1.1.2 -> v1.2.0 - go.mongodb.org/mongo-driver v1.17.3 -> v1.17.6 - golang.org/x/oauth2 v0.29.0 -> v0.33.0 Also add free disk space step to CI build workflow.
3624163 to
6f3e38a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update multiple Go dependencies to their latest versions.
Direct dependencies:
github.com/didip/tollboothv7 → v8 (requires explicitSetIPLookup, addedrateLimiter()helper)github.com/go-pkgz/auth/v2v2.0.1 → v2.1.0github.com/go-pkgz/notifyv1.2.0 → v1.3.0github.com/go-pkgz/repeaterv1 → v2 (API change:NewDefault→NewFixed)Indirect dependencies:
cloud.google.com/go/compute/metadatav0.6.0 → v0.9.0github.com/go-pkgz/emailv0.5.0 → v0.6.0github.com/go-pkgz/expirable-cache/v3v3.0.0 → v3.1.0github.com/klauspost/compressv1.18.0 → v1.18.2github.com/redis/go-redis/v9v9.7.3 → v9.17.2github.com/slack-go/slackv0.15.0 → v0.17.3github.com/xdg-go/scramv1.1.2 → v1.2.0go.mongodb.org/mongo-driverv1.17.3 → v1.17.6golang.org/x/oauth2v0.29.0 → v0.33.0CI changes:
Code changes:
app/rest/api/rest.go: AddedrateLimiter()helper function for tollbooth v8 migration. UsesRemoteAddrfor IP lookup which works correctly because chi'smiddleware.RealIP(applied earlier in the middleware chain) already setsRemoteAddrto the real client IP fromX-Forwarded-For/X-Real-IPheaders.app/notify/email.go,app/rest/proxy/image.go: Updated repeater API fromNewDefaulttoNewFixed