File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8f::53]:53 rtt:147ms health:[GOO
127127example.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| -------------------- | ------------------------------------------------------------------------------------------------------------------- |
Original file line number Diff line number Diff 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
2323type Config struct {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ github.com/quic-go/quic-go v0.52.0/go.mod h1:MFlGGpcpJqRAfmYi6NC2cptDPSxRWTOGNuP
5555github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ =
5656github.com/rogpeppe/go-internal v1.10.0 /go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog =
5757github.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 =
6060github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
6161github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
6262github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
Original file line number Diff line number Diff 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
2424var (
2525 cfgPath string
You can’t perform that action at this time.
0 commit comments