-
Notifications
You must be signed in to change notification settings - Fork 4
misc: bump dependencies to resolve security issues #59
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
8b1b1bf
misc: bump dependencies to resolve security issues
astrialyanda 1987d81
misc: update golangci.yml
astrialyanda 9eb79d2
misc: update keeper test to pass linter
astrialyanda 136301b
misc: update github workflows
astrialyanda 083cc37
misc: update keeper test
astrialyanda ffe64be
bump: update changelog
astrialyanda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,41 +1,42 @@ | ||
| module github.com/kumparan/cacher | ||
|
|
||
| go 1.18 | ||
| go 1.23.4 | ||
|
|
||
| require ( | ||
| github.com/alicebob/miniredis/v2 v2.30.0 | ||
| github.com/gomodule/redigo v1.8.9 | ||
| github.com/gomodule/redigo v1.9.2 | ||
| github.com/hashicorp/go-multierror v1.1.1 | ||
| github.com/jpillora/backoff v1.0.0 | ||
| github.com/kumparan/go-utils v1.32.0 | ||
| github.com/kumparan/go-utils v1.40.2 | ||
| github.com/kumparan/redsync/v4 v4.0.0-20220629071359-52de590a1465 | ||
| github.com/sirupsen/logrus v1.9.0 | ||
| github.com/stretchr/testify v1.7.5 | ||
| github.com/sirupsen/logrus v1.9.3 | ||
| github.com/stretchr/testify v1.9.0 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect | ||
| github.com/aymerick/douceur v0.2.0 // indirect | ||
| github.com/cockroachdb/apd v1.1.0 // indirect | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/getsentry/sentry-go v0.11.0 // indirect | ||
| github.com/getsentry/sentry-go v0.34.1 // indirect | ||
| github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect | ||
| github.com/go-redsync/redsync/v4 v4.5.1 // indirect | ||
| github.com/goodsign/monday v1.0.0 // indirect | ||
| github.com/gorilla/css v1.0.0 // indirect | ||
| github.com/graph-gophers/graphql-go v1.4.0 // indirect | ||
| github.com/hashicorp/errwrap v1.0.0 // indirect | ||
| github.com/leekchan/accounting v0.3.1 // indirect | ||
| github.com/microcosm-cc/bluemonday v1.0.19 // indirect | ||
| github.com/go-redsync/redsync/v4 v4.13.0 // indirect | ||
| github.com/gofrs/uuid/v5 v5.3.2 // indirect | ||
| github.com/goodsign/monday v1.0.2 // indirect | ||
| github.com/gorilla/css v1.0.1 // indirect | ||
| github.com/graph-gophers/graphql-go v1.6.0 // indirect | ||
| github.com/hashicorp/errwrap v1.1.0 // indirect | ||
| github.com/leekchan/accounting v1.0.0 // indirect | ||
| github.com/microcosm-cc/bluemonday v1.0.27 // indirect | ||
| github.com/oklog/ulid v1.3.1 // indirect | ||
| github.com/pkg/errors v0.8.1 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/robfig/cron/v3 v3.0.1 // indirect | ||
| github.com/shopspring/decimal v1.2.0 // indirect | ||
| github.com/shopspring/decimal v1.4.0 // indirect | ||
| github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64 // indirect | ||
| golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect | ||
| golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect | ||
| golang.org/x/text v0.3.6 // indirect | ||
| google.golang.org/grpc v1.17.0 // indirect | ||
| golang.org/x/net v0.42.0 // indirect | ||
| golang.org/x/sys v0.34.0 // indirect | ||
| golang.org/x/text v0.27.0 // indirect | ||
| google.golang.org/grpc v1.74.2 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.