Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Mery <[email protected]>
  • Loading branch information
amery committed Jan 16, 2024
1 parent af1fb3c commit 50df963
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 50df963

Please sign in to comment.