Skip to content

Commit a8a481f

Browse files
committed
Update go-sieve-cache
1 parent e694da8 commit a8a481f

File tree

5 files changed

+61
-41
lines changed

5 files changed

+61
-41
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f
2020
github.com/jedisct1/go-ipcrypt v0.1.1
2121
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
22-
github.com/jedisct1/go-sieve-cache v0.1.7
22+
github.com/jedisct1/go-sieve-cache v0.1.8
2323
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41
2424
github.com/k-sone/critbitgo v1.4.0
2525
github.com/kardianos/service v1.2.4

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 h1:FWpSWRD8Fb
4242
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7/go.mod h1:BMxO138bOokdgt4UaxZiEfypcSHX0t6SIFimVP1oRfk=
4343
github.com/jedisct1/go-sieve-cache v0.1.7 h1:mdc4gTMZI6pUvMTze5K5CHxLxkk5iJcug85g2hERBVk=
4444
github.com/jedisct1/go-sieve-cache v0.1.7/go.mod h1:EN88bnjKpiyS9TfZZNbUkCwgpWueZSaUi4vgVtw2988=
45+
github.com/jedisct1/go-sieve-cache v0.1.8 h1:0/yr4dj2rI+u5XWSB4dyxCNeM8AX+vJdnH1mi/bOljc=
46+
github.com/jedisct1/go-sieve-cache v0.1.8/go.mod h1:LV8jfNmswZpdMxHc2uu4R+gTe3kH8CGn/sKnKJVnank=
4547
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41 h1:TPF+VETyhqUOY51j3KF0uk5cgHQ2Bzi6XCorcGNGfTs=
4648
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41/go.mod h1:eh2PYNEklsNDqUxnbnN9Duvpw1b+ZectZAtDUDRj2tA=
4749
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=

vendor/github.com/jedisct1/go-sieve-cache/pkg/sievecache/sharded.go

Lines changed: 10 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jedisct1/go-sieve-cache/pkg/sievecache/sievecache.go

Lines changed: 47 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ github.com/jedisct1/go-ipcrypt
5353
# github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
5454
## explicit; go 1.23.4
5555
github.com/jedisct1/go-minisign
56-
# github.com/jedisct1/go-sieve-cache v0.1.7
56+
# github.com/jedisct1/go-sieve-cache v0.1.8
5757
## explicit; go 1.21
5858
github.com/jedisct1/go-sieve-cache/pkg/sievecache
5959
# github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41

0 commit comments

Comments
 (0)