Skip to content

Commit 52e386b

Browse files
committed
Release v1.5.2
- Updated zlog to v1.2.4 to fix NetBSD compilation issues - Updated version to 1.5.2
1 parent 39e4c7b commit 52e386b

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8f::53]:53 rtt:147ms health:[GOO
127127
example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8d::53]:53 rtt:148ms health:[GOOD]"
128128
```
129129
130-
## Configuration (v1.5.1)
130+
## Configuration (v1.5.2)
131131
132132
| Key | Description |
133133
| -------------------- | ------------------------------------------------------------------------------------------------------------------- |

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/semihalev/zlog"
1818
)
1919

20-
const configver = "1.5.1"
20+
const configver = "1.5.2"
2121

2222
// Config type
2323
type Config struct {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/prometheus/client_golang v1.22.0
99
github.com/prometheus/client_model v0.6.2
1010
github.com/quic-go/quic-go v0.52.0
11-
github.com/semihalev/zlog v1.2.3
11+
github.com/semihalev/zlog v1.2.4
1212
github.com/spf13/cobra v1.9.1
1313
github.com/stretchr/testify v1.10.0
1414
github.com/yl2chen/cidranger v1.0.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ github.com/quic-go/quic-go v0.52.0/go.mod h1:MFlGGpcpJqRAfmYi6NC2cptDPSxRWTOGNuP
5555
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
5656
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
5757
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
58-
github.com/semihalev/zlog v1.2.3 h1:yONCixuudTmpxdJ/bq4zutBndf6FvahK9Hm9z7o+9Vc=
59-
github.com/semihalev/zlog v1.2.3/go.mod h1:fGUEd8jmgGShdT+NU4nBXPShBI4XwhjQYkRr4ixwuU0=
58+
github.com/semihalev/zlog v1.2.4 h1:K7ziWjcNryK/vJR72WBuhR7TLR/drzxTAI3PsEdp9WA=
59+
github.com/semihalev/zlog v1.2.4/go.mod h1:fGUEd8jmgGShdT+NU4nBXPShBI4XwhjQYkRr4ixwuU0=
6060
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
6161
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
6262
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=

sdns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/spf13/cobra"
2020
)
2121

22-
const version = "1.5.1"
22+
const version = "1.5.2"
2323

2424
var (
2525
cfgPath string

0 commit comments

Comments
 (0)