Skip to content
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

chore: update dependencies #31

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update dependencies
Signed-off-by: Alejandro Mery <[email protected]>
  • Loading branch information
amery committed Jan 16, 2024
commit 50df96348ae4cc5d66dfb828e6b68ed19fd8134a
2 changes: 1 addition & 1 deletion x/groupcache/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
replace darvaza.org/cache => ../../

require (
darvaza.org/cache v0.2.4
darvaza.org/cache v0.2.6
darvaza.org/core v0.12.0
darvaza.org/slog v0.5.7
github.com/mailgun/groupcache/v2 v2.5.0
Expand Down
4 changes: 2 additions & 2 deletions x/memcache/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
darvaza.org/cache v0.2.4
darvaza.org/cache/x/simplelru v0.1.7
darvaza.org/cache v0.2.6
darvaza.org/cache/x/simplelru v0.1.8
darvaza.org/core v0.12.0
darvaza.org/slog v0.5.7
)
Expand Down
2 changes: 1 addition & 1 deletion x/protosink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
replace darvaza.org/cache => ../../

require (
darvaza.org/cache v0.2.4
darvaza.org/cache v0.2.6
google.golang.org/protobuf v1.32.0
)

Expand Down