@@ -8,7 +8,8 @@ require (
8
8
github.com/golang/mock v1.6.0
9
9
github.com/klauspost/compress v1.16.7
10
10
github.com/klauspost/pgzip v1.2.6
11
- github.com/qdm12/dns/v2 v2.0.0-rc3
11
+ github.com/miekg/dns v1.1.55
12
+ github.com/qdm12/dns/v2 v2.0.0-rc4
12
13
github.com/qdm12/golibs v0.0.0-20210915134941-19815c6f95fe
13
14
github.com/qdm12/gosettings v0.4.0-rc1
14
15
github.com/qdm12/goshutdown v0.3.0
@@ -31,32 +32,31 @@ require (
31
32
32
33
require (
33
34
github.com/beorn7/perks v1.0.1 // indirect
34
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
35
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
35
36
github.com/davecgh/go-spew v1.1.1 // indirect
36
- github.com/golang/protobuf v1.4 .3 // indirect
37
+ github.com/golang/protobuf v1.5 .3 // indirect
37
38
github.com/google/go-cmp v0.5.9 // indirect
38
39
github.com/josharian/native v1.0.0 // indirect
39
40
github.com/mattn/go-colorable v0.1.13 // indirect
40
41
github.com/mattn/go-isatty v0.0.17 // indirect
41
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
42
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
42
43
github.com/mdlayher/genetlink v1.2.0 // indirect
43
44
github.com/mdlayher/netlink v1.6.2 // indirect
44
45
github.com/mdlayher/socket v0.2.3 // indirect
45
- github.com/miekg/dns v1.1.54 // indirect
46
46
github.com/mr-tron/base58 v1.2.0 // indirect
47
47
github.com/pmezard/go-difflib v1.0.0 // indirect
48
- github.com/prometheus/client_golang v1.10 .0 // indirect
49
- github.com/prometheus/client_model v0.2 .0 // indirect
50
- github.com/prometheus/common v0.18 .0 // indirect
51
- github.com/prometheus/procfs v0.6.0 // indirect
48
+ github.com/prometheus/client_golang v1.16 .0 // indirect
49
+ github.com/prometheus/client_model v0.3 .0 // indirect
50
+ github.com/prometheus/common v0.42 .0 // indirect
51
+ github.com/prometheus/procfs v0.10.1 // indirect
52
52
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
53
53
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
54
54
golang.org/x/crypto v0.11.0 // indirect
55
55
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
56
- golang.org/x/mod v0.8 .0 // indirect
57
- golang.org/x/sync v0.1 .0 // indirect
56
+ golang.org/x/mod v0.9 .0 // indirect
57
+ golang.org/x/sync v0.2 .0 // indirect
58
58
golang.org/x/tools v0.6.0 // indirect
59
59
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
60
- google.golang.org/protobuf v1.23 .0 // indirect
60
+ google.golang.org/protobuf v1.30 .0 // indirect
61
61
gopkg.in/yaml.v3 v3.0.1 // indirect
62
62
)
0 commit comments