File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ linters:
2525 - musttag
2626 - nilerr
2727 - nilnesserr
28- - noctx
2928 - perfsprint
3029 - prealloc
3130 - protogetter
@@ -41,6 +40,7 @@ linters:
4140 - zerologlint
4241 disable :
4342 - depguard
43+ - noctx
4444 exclusions :
4545 generated : lax
4646 presets :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/blinklabs-io/gouroboros v0.128.2
1111 github.com/dgraph-io/badger/v4 v4.7.0
1212 github.com/kelseyhightower/envconfig v1.4.0
13- github.com/miekg/dns v1.1.66
13+ github.com/miekg/dns v1.1.67
1414 github.com/prometheus/client_golang v1.22.0
1515 go.uber.org/automaxprocs v1.6.0
1616 golang.org/x/crypto v0.39.0
Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
122122github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
123123github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ =
124124github.com/leodido/go-urn v1.4.0 /go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI =
125- github.com/miekg/dns v1.1.66 h1:FeZXOS3VCVsKnEAd+wBkjMC3D2K+ww66Cq3VnCINuJE =
126- github.com/miekg/dns v1.1.66 /go.mod h1:jGFzBsSNbJw6z1HYut1RKBKHA9PBdxeHrZG8J+gC2WE =
125+ github.com/miekg/dns v1.1.67 h1:kg0EHj0G4bfT5/oOys6HhZw4vmMlnoZ+gDu8tJ/AlI0 =
126+ github.com/miekg/dns v1.1.67 /go.mod h1:fujopn7TB3Pu3JM69XaawiU0wqjpL9/8xGop5UrTPps =
127127github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
128128github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
129129github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249 h1:NHrXEjTNQY7P0Zfx1aMrNhpgxHmow66XQtm0aQLY0AE =
You can’t perform that action at this time.
0 commit comments