Commits on Source (1)
-
Eugene Burkov authored
Merge in GO/dnsproxy from 331-upd-quic-go to master Closes #331. Squashed commit of the following: commit df11453d Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Jun 5 19:10:10 2023 +0300 all: imp docs commit 8f27eb64 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Jun 5 18:55:58 2023 +0300 proxyutil: rm depr commit 4c72117e Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Jun 5 18:49:06 2023 +0300 upstream: fit into 100 cols commit e67ff146 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Jun 5 17:29:49 2023 +0300 all: upd dnsproxy
af10111f
... | ... | @@ -11,7 +11,7 @@ require ( |
github.com/jessevdk/go-flags v1.5.0 | ||
github.com/miekg/dns v1.1.50 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/quic-go/quic-go v0.33.0 | ||
github.com/quic-go/quic-go v0.35.1 | ||
github.com/stretchr/testify v1.8.2 | ||
golang.org/x/exp v0.0.0-20230306221820-f0f767cdffd6 | ||
golang.org/x/net v0.8.0 | ||
... | ... | @@ -31,8 +31,8 @@ require ( |
github.com/onsi/ginkgo/v2 v2.7.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/quic-go/qpack v0.4.0 // indirect | ||
github.com/quic-go/qtls-go1-19 v0.2.1 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.1.1 // indirect | ||
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect | ||
golang.org/x/crypto v0.5.0 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
... | ... |
proxyutil/helpers.go
deleted
100644 → 0
proxyutil/helpers_test.go
deleted
100644 → 0
proxyutil/udp.go
deleted
100644 → 0
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.