mirror of
https://github.com/folbricht/routedns.git
synced 2026-01-09 03:00:06 -06:00
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.38.1 to 0.38.2. - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.38.1...v0.38.2) --- updated-dependencies: - dependency-name: github.com/quic-go/quic-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
52 lines
2.0 KiB
Modula-2
52 lines
2.0 KiB
Modula-2
module github.com/folbricht/routedns
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1
|
|
github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91
|
|
github.com/heimdalr/dag v1.2.1
|
|
github.com/jtacoma/uritemplates v1.0.0
|
|
github.com/miekg/dns v1.1.51
|
|
github.com/oschwald/maxminddb-golang v1.10.0
|
|
github.com/pion/dtls/v2 v2.2.4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/quic-go/quic-go v0.38.2
|
|
github.com/redis/go-redis/v9 v9.0.4
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/txthinking/socks5 v0.0.0-20230325130024-4230056ae301
|
|
golang.org/x/net v0.17.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/pprof v0.0.0-20221219190121-3cb0bae90811 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/transport/v2 v2.0.0 // indirect
|
|
github.com/pion/udp v0.1.4 // 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-20 v0.3.3 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
golang.org/x/exp v0.0.0-20221227203929-1b447090c38c // indirect
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|