Skip to content

Commit 3dd7dff

Browse files
committed
Update sievecache
1 parent 9b71edd commit 3dd7dff

7 files changed

Lines changed: 107 additions & 56 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dnscrypt/dnscrypt-proxy
22

3-
go 1.21
3+
go 1.20
44

55
require (
66
github.com/BurntSushi/toml v1.5.0
@@ -16,7 +16,7 @@ require (
1616
github.com/jedisct1/go-dnsstamps v0.0.0-20240423203910-07a0735c7774
1717
github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f
1818
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
19-
github.com/jedisct1/go-sieve-cache v0.1.0
19+
github.com/jedisct1/go-sieve-cache v0.1.5
2020
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41
2121
github.com/k-sone/critbitgo v1.4.0
2222
github.com/kardianos/service v1.2.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f h1:h5/HKr
5151
github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f/go.mod h1:IjVYCPbDciyDZpJpUIYodX+FvctxGmnHVZ/ZwGBCjNA=
5252
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 h1:FWpSWRD8FbVkKQu8M1DM9jF5oXFLyE+XpisIYfdzbic=
5353
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7/go.mod h1:BMxO138bOokdgt4UaxZiEfypcSHX0t6SIFimVP1oRfk=
54-
github.com/jedisct1/go-sieve-cache v0.1.0 h1:Na/wqSeVzaUVvlKYvjkyI5mXI+PIRTzizsxKFT7F01c=
55-
github.com/jedisct1/go-sieve-cache v0.1.0/go.mod h1:EN88bnjKpiyS9TfZZNbUkCwgpWueZSaUi4vgVtw2988=
54+
github.com/jedisct1/go-sieve-cache v0.1.5 h1:ZmkjZc7xvx5CHUw/ePJbRu61KZa6KRyzJlN45x5HBS8=
55+
github.com/jedisct1/go-sieve-cache v0.1.5/go.mod h1:EN88bnjKpiyS9TfZZNbUkCwgpWueZSaUi4vgVtw2988=
5656
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41 h1:TPF+VETyhqUOY51j3KF0uk5cgHQ2Bzi6XCorcGNGfTs=
5757
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41/go.mod h1:eh2PYNEklsNDqUxnbnN9Duvpw1b+ZectZAtDUDRj2tA=
5858
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=

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

Lines changed: 2 additions & 2 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/sharded.go

Lines changed: 25 additions & 4 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: 51 additions & 41 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/sync.go

Lines changed: 24 additions & 4 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
@@ -63,7 +63,7 @@ github.com/jedisct1/go-hpke-compact
6363
# github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
6464
## explicit; go 1.23.4
6565
github.com/jedisct1/go-minisign
66-
# github.com/jedisct1/go-sieve-cache v0.1.0
66+
# github.com/jedisct1/go-sieve-cache v0.1.5
6767
## explicit; go 1.21
6868
github.com/jedisct1/go-sieve-cache/pkg/sievecache
6969
# github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41

0 commit comments

Comments
 (0)