adguardhome: update quic-go to v0.37.6
authorDobroslaw Kijowski <dobo90@gmail.com>
Mon, 21 Aug 2023 08:38:47 +0000 (10:38 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 3 Oct 2023 12:46:28 +0000 (14:46 +0200)
commitcf33901064c4cee87dbeee8c616b335e4015d576
treeede0331963cf1b6e19e7603d65842b6c223c84b9
parent88ef5d0ba4f6f4d64752e04acc5e8c6938dd0307
adguardhome: update quic-go to v0.37.6

* quic-go v0.36.x cannot be compiled with Go 1.21. Update that
  AdGuardHome dependency to latest one from v0.37 series.
* It fixes following compilation error:
  go-mod-cache/github.com/quic-go/quic-go@v0.36.2/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.
  com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet.

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
(cherry picked from commit 11230bb580443efd14a3c3bb4aa193c0476e4a7d)
net/adguardhome/patches/0001-go-get-github.com-quic-go-quic-go-v0.37.6.patch [new file with mode: 0644]