Skip to content

Commit

Permalink
Merge pull request #58 from Snawoot/fix_netbsd
Browse files Browse the repository at this point in the history
Fix netbsd build
  • Loading branch information
Snawoot authored Aug 1, 2024
2 parents eec74a0 + 8cc80d3 commit 8aba5e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand All @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down

0 comments on commit 8aba5e0

Please sign in to comment.