-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a281fdb
commit c242b13
Showing
3 changed files
with
119 additions
and
560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,70 @@ | ||
module github.com/IrineSistiana/mosdns/v5 | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.1 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/IrineSistiana/go-bytes-pool v0.0.0-20230918115058-c72bd9761c57 | ||
github.com/go-chi/chi/v5 v5.0.10 | ||
github.com/google/nftables v0.1.0 | ||
github.com/go-chi/chi/v5 v5.1.0 | ||
github.com/google/nftables v0.2.0 | ||
github.com/kardianos/service v1.2.2 | ||
github.com/klauspost/compress v1.17.2 | ||
github.com/miekg/dns v1.1.56 | ||
github.com/klauspost/compress v1.17.9 | ||
github.com/miekg/dns v1.1.62 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/nadoo/ipset v0.5.0 | ||
github.com/prometheus/client_golang v1.17.0 | ||
github.com/quic-go/quic-go v0.40.0 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/viper v1.17.0 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/prometheus/client_golang v1.19.1 | ||
github.com/quic-go/quic-go v0.46.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/viper v1.19.0 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/vishvananda/netlink v1.2.1-beta.2.0.20221107222636-d3c0a2caa559 | ||
go.uber.org/zap v1.26.0 | ||
go4.org/netipx v0.0.0-20230824141953-6213f710f925 | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d | ||
golang.org/x/net v0.17.0 | ||
golang.org/x/sync v0.4.0 | ||
golang.org/x/sys v0.13.0 | ||
golang.org/x/time v0.3.0 | ||
google.golang.org/protobuf v1.31.0 | ||
go.uber.org/zap v1.27.0 | ||
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba | ||
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa | ||
golang.org/x/net v0.28.0 | ||
golang.org/x/sync v0.8.0 | ||
golang.org/x/sys v0.24.0 | ||
golang.org/x/time v0.6.0 | ||
google.golang.org/protobuf v1.34.2 | ||
) | ||
|
||
replace github.com/nadoo/ipset v0.5.0 => github.com/IrineSistiana/ipset v0.5.1-0.20220703061533-6e0fc3b04c0a | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b // indirect | ||
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/josharian/native v1.1.0 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect | ||
github.com/mdlayher/netlink v1.7.2 // indirect | ||
github.com/mdlayher/socket v0.5.0 // indirect | ||
github.com/onsi/ginkgo/v2 v2.13.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.0 // indirect | ||
github.com/mdlayher/socket v0.5.1 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/onsi/ginkgo/v2 v2.20.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.45.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/quic-go/qpack v0.4.0 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect | ||
github.com/sagikazarmark/locafero v0.3.0 // indirect | ||
github.com/sagikazarmark/locafero v0.6.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spf13/afero v1.10.0 // indirect | ||
github.com/spf13/cast v1.5.1 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cast v1.7.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/vishvananda/netns v0.0.4 // indirect | ||
go.uber.org/mock v0.3.0 // indirect | ||
go.uber.org/mock v0.4.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/crypto v0.14.0 // indirect | ||
golang.org/x/mod v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.