mirror of
https://github.com/folbricht/routedns.git
synced 2026-01-04 16:40:44 -06:00
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.5.1 to 9.5.5. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/go-redis/compare/v9.5.1...v9.5.5) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
55 lines
2.1 KiB
Modula-2
55 lines
2.1 KiB
Modula-2
module github.com/folbricht/routedns
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.7
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91
|
|
github.com/cisco/go-hpke v0.0.0-20230407100446-246075f83609
|
|
github.com/cloudflare/odoh-go v1.0.1-0.20230926114050-f39fa019b017
|
|
github.com/heimdalr/dag v1.4.0
|
|
github.com/jtacoma/uritemplates v1.0.0
|
|
github.com/miekg/dns v1.1.59
|
|
github.com/oschwald/maxminddb-golang v1.12.0
|
|
github.com/pion/dtls/v2 v2.2.11
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/quic-go/quic-go v0.48.2
|
|
github.com/redis/go-redis/v9 v9.5.5
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/txthinking/socks5 v0.0.0-20230325130024-4230056ae301
|
|
golang.org/x/net v0.36.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/cisco/go-tls-syntax v0.0.0-20200617162716-46b0cfb76b9b // indirect
|
|
github.com/cloudflare/circl v1.3.7 // 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/v3 v3.0.0 // indirect
|
|
github.com/google/pprof v0.0.0-20240507183855-6f11f98ebb1c // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.17.3 // 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.2.5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/quic-go/qpack v0.5.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/txthinking/runnergroup v0.0.0-20230325130830-408dc5853f86 // indirect
|
|
go.uber.org/mock v0.4.0 // indirect
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
golang.org/x/mod v0.17.0 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|