Skip to content

Commit 1ed65b6

Browse files
committed
Nits
1 parent 4a9e111 commit 1ed65b6

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

go.mod

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

3-
go 1.23.4
4-
5-
toolchain go1.24.2
3+
go 1.20
64

75
require (
86
github.com/BurntSushi/toml v1.5.0
97
github.com/VividCortex/ewma v1.2.0
108
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
119
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
10+
github.com/fsnotify/fsnotify v1.9.0
1211
github.com/gorilla/websocket v1.5.3
1312
github.com/hashicorp/go-immutable-radix v1.3.1
1413
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
@@ -17,6 +16,7 @@ require (
1716
github.com/jedisct1/go-dnsstamps v0.0.0-20240423203910-07a0735c7774
1817
github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f
1918
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
19+
github.com/jedisct1/go-sieve-cache v0.1.0
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
@@ -30,16 +30,13 @@ require (
3030
gopkg.in/natefinch/lumberjack.v2 v2.2.1
3131
)
3232

33-
require github.com/fsnotify/fsnotify v1.9.0
34-
3533
require (
3634
github.com/davecgh/go-spew v1.1.1 // indirect
3735
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
3836
github.com/golang/protobuf v1.5.3 // indirect
3937
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
4038
github.com/hashicorp/go-syslog v1.0.0 // indirect
4139
github.com/hashicorp/golang-lru v0.5.0 // indirect
42-
github.com/jedisct1/go-sieve-cache v0.0.0
4340
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
4441
github.com/pkg/errors v0.9.1 // indirect
4542
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -55,5 +52,3 @@ require (
5552
google.golang.org/grpc v1.56.3 // indirect
5653
google.golang.org/protobuf v1.34.2 // indirect
5754
)
58-
59-
replace github.com/jedisct1/go-sieve-cache => ./tmp/go-sieve

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +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=
5456
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41 h1:TPF+VETyhqUOY51j3KF0uk5cgHQ2Bzi6XCorcGNGfTs=
5557
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41/go.mod h1:eh2PYNEklsNDqUxnbnN9Duvpw1b+ZectZAtDUDRj2tA=
5658
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=

vendor/modules.txt

Lines changed: 1 addition & 2 deletions
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.0.0 => ./tmp/go-sieve
66+
# github.com/jedisct1/go-sieve-cache v0.1.0
6767
## explicit; go 1.21
6868
github.com/jedisct1/go-sieve-cache/pkg/sievecache
6969
# github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41
@@ -271,4 +271,3 @@ google.golang.org/protobuf/types/known/timestamppb
271271
# gopkg.in/natefinch/lumberjack.v2 v2.2.1
272272
## explicit; go 1.13
273273
gopkg.in/natefinch/lumberjack.v2
274-
# github.com/jedisct1/go-sieve-cache => ./tmp/go-sieve

0 commit comments

Comments
 (0)