Skip to content

Commit

Permalink
build(deps): bump github.com/gomodule/redigo from 1.9.0 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [github.com/gomodule/redigo](https://github.com/gomodule/redigo) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/gomodule/redigo/releases)
- [Changelog](https://github.com/gomodule/redigo/blob/master/.goreleaser.yaml)
- [Commits](gomodule/redigo@v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gomodule/redigo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cpanato committed Feb 22, 2024
1 parent 7f9714f commit cb227e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/bmatcuk/doublestar/v4 v4.6.1
github.com/caarlos0/env/v7 v7.1.0
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/gomodule/redigo v1.9.0
github.com/gomodule/redigo v1.9.1
github.com/google/go-cmp v0.6.0
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc
github.com/peterbourgon/diskv v2.0.1+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/gomodule/redigo v1.8.5/go.mod h1:P9dn9mFrCBvWhGE1wpxx6fgq7BAeLBk+UUUzlpkBYO0=
github.com/gomodule/redigo v1.9.0 h1:DEBhR/wOapNDkJg79zliGKF9Qvp0krRinx75dCHC0Y4=
github.com/gomodule/redigo v1.9.0/go.mod h1:76M7UXKeDjV+neXtVEvMiDWnXT5nnUVyWrW1O4Fg8S8=
github.com/gomodule/redigo v1.9.1 h1:ovpmKwkZggHuXeoGmyEzdChdorAsnVPXjMruK8TY7wA=
github.com/gomodule/redigo v1.9.1/go.mod h1:bcj/+tn1uhFswwmm7Cng4/TSiMemj4A+Rgxsc2mOcvY=
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v1.0.1 h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=
Expand Down

0 comments on commit cb227e3

Please sign in to comment.