Merge pull request #58 from Snawoot/fix_netbsd

Fix netbsd build
This commit is contained in:
Snawoot
2024-08-01 15:13:18 +03:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -5,7 +5,6 @@ go 1.22.5
require (
github.com/AdguardTeam/dnsproxy v0.72.2
github.com/Snawoot/go-http-digest-auth-client v1.1.3
github.com/miekg/dns v1.1.61
golang.org/x/net v0.27.0
)
@@ -17,6 +16,7 @@ require (
github.com/ameshkov/dnsstamps v1.0.3 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
github.com/miekg/dns v1.1.61 // indirect
github.com/onsi/ginkgo/v2 v2.19.1 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/quic-go v0.45.1 // indirect
@@ -29,3 +29,5 @@ require (
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.23.0 // indirect
)
replace github.com/AdguardTeam/golibs v0.25.1 => github.com/AdguardTeam/golibs v0.25.2-0.20240801110255-39bd5a44e118
+2 -2
View File
@@ -1,7 +1,7 @@
github.com/AdguardTeam/dnsproxy v0.72.2 h1:0uItzXnUIuC9r+ZvPbNquGaAHvdWnWLbhSDdxsZk5og=
github.com/AdguardTeam/dnsproxy v0.72.2/go.mod h1:PA1UiTtTHMbXPv9NjHat+zrsgK8S7p/RJ+j/3tNqtUE=
github.com/AdguardTeam/golibs v0.25.1 h1:po5dBbFCoZAySsbsMN/ZRB0WTLYDA1d8BxPgvriu/EA=
github.com/AdguardTeam/golibs v0.25.1/go.mod h1:HaTyS2wCbxFudjht9N/+/Qf1b5cMad2BAYSwe7DPCXI=
github.com/AdguardTeam/golibs v0.25.2-0.20240801110255-39bd5a44e118 h1:AM724Be00JKi26OV/9mS/bVwRHd6X3/TsJYp0w8+YK8=
github.com/AdguardTeam/golibs v0.25.2-0.20240801110255-39bd5a44e118/go.mod h1:HaTyS2wCbxFudjht9N/+/Qf1b5cMad2BAYSwe7DPCXI=
github.com/Snawoot/go-http-digest-auth-client v1.1.3 h1:Xd/SNBuIUJqotzmxRpbXovBJxmlVZOT19IZZdMdrJ0Q=
github.com/Snawoot/go-http-digest-auth-client v1.1.3/go.mod h1:WiwNiPXTRGyjTGpBtSQJlM2wDPRRPpFGhMkMWpV4uqg=
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=