-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Showing
2 changed files
with
104 additions
and
103 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,94 +1,95 @@ | ||
module github.com/mosajjal/dnsmonster | ||
|
||
go 1.22 | ||
go 1.23.2 | ||
|
||
require ( | ||
github.com/ClickHouse/clickhouse-go/v2 v2.24.0 | ||
github.com/ClickHouse/clickhouse-go/v2 v2.30.0 | ||
github.com/arthurkiller/rollingwriter v1.1.3 | ||
github.com/deathowl/go-metrics-prometheus v0.0.0-20221009205350-f2a1482ba35b | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/gopacket/gopacket v1.2.0 | ||
github.com/gopacket/gopacket v1.3.0 | ||
github.com/hashicorp/go-syslog v1.0.0 | ||
github.com/influxdata/influxdb-client-go/v2 v2.13.0 | ||
github.com/influxdata/influxdb-client-go/v2 v2.14.0 | ||
github.com/jackc/pgx/v4 v4.18.3 | ||
github.com/parquet-go/parquet-go v0.21.0 | ||
github.com/prometheus/client_golang v1.19.1 | ||
github.com/parquet-go/parquet-go v0.23.0 | ||
github.com/prometheus/client_golang v1.20.5 | ||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 | ||
github.com/syntaqx/go-metrics-datadog v0.1.1 | ||
golang.org/x/sync v0.7.0 | ||
github.com/syntaqx/go-metrics-datadog v0.1.3 | ||
golang.org/x/sync v0.8.0 | ||
) | ||
|
||
require ( | ||
github.com/ClickHouse/ch-go v0.61.5 // indirect | ||
github.com/ClickHouse/ch-go v0.63.1 // indirect | ||
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/andybalholm/brotli v1.1.1 // indirect | ||
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bytedance/sonic/loader v0.1.1 // indirect | ||
github.com/bytedance/sonic/loader v0.2.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cloudwego/base64x v0.1.4 // indirect | ||
github.com/cloudwego/iasm v0.2.0 // indirect | ||
github.com/farsightsec/golang-framestream v0.3.0 // indirect | ||
github.com/felixge/fgprof v0.9.4 // indirect | ||
github.com/felixge/fgprof v0.9.5 // indirect | ||
github.com/fortytw2/leaktest v1.3.0 // indirect | ||
github.com/go-faster/city v1.0.1 // indirect | ||
github.com/go-faster/errors v0.7.1 // indirect | ||
github.com/google/pprof v0.0.0-20240509144519-723abb6459b7 // indirect | ||
github.com/google/pprof v0.0.0-20241023014458-598669927662 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // indirect | ||
github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
github.com/jackc/pgconn v1.14.3 // indirect | ||
github.com/jackc/pgio v1.0.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgproto3/v2 v2.3.3 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect | ||
github.com/jackc/pgtype v1.14.3 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect | ||
github.com/jackc/pgtype v1.14.4 // indirect | ||
github.com/jackc/puddle v1.3.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.7 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/lib/pq v1.10.4 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/oapi-codegen/runtime v1.1.1 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/paulmach/orb v0.11.1 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.53.0 // indirect | ||
github.com/prometheus/procfs v0.15.0 // indirect | ||
github.com/prometheus/common v0.60.1 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/robfig/cron v1.2.0 // indirect | ||
github.com/segmentio/asm v1.2.0 // indirect | ||
github.com/segmentio/encoding v0.4.0 // indirect | ||
github.com/shopspring/decimal v1.4.0 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
go.opentelemetry.io/otel v1.26.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.26.0 // indirect | ||
golang.org/x/arch v0.8.0 // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/text v0.15.0 // indirect | ||
golang.org/x/tools v0.21.0 // indirect | ||
go.opentelemetry.io/otel v1.31.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.31.0 // indirect | ||
golang.org/x/arch v0.11.0 // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/tools v0.26.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
require ( | ||
github.com/bytedance/sonic v1.11.6 | ||
github.com/bytedance/sonic v1.12.3 | ||
github.com/dnstap/golang-dnstap v0.4.0 | ||
github.com/jessevdk/go-flags v1.5.1-0.20210607101731-3927b71304df | ||
github.com/klauspost/compress v1.17.8 // indirect | ||
github.com/jessevdk/go-flags v1.6.1 | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/miekg/dns v1.1.59 | ||
github.com/miekg/dns v1.1.62 | ||
github.com/mosajjal/Go-Splunk-HTTP/splunk/v2 v2.0.7 | ||
github.com/olivere/elastic v6.2.37+incompatible | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pkg/profile v1.7.0 | ||
github.com/rogpeppe/fastuuid v1.2.0 | ||
github.com/segmentio/kafka-go v0.4.47 | ||
github.com/sirupsen/logrus v1.9.3 | ||
golang.org/x/crypto v0.23.0 // indirect | ||
golang.org/x/net v0.25.0 | ||
golang.org/x/sys v0.20.0 // indirect | ||
google.golang.org/protobuf v1.34.1 | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/net v0.30.0 | ||
golang.org/x/sys v0.26.0 // indirect | ||
google.golang.org/protobuf v1.35.1 | ||
) |
Oops, something went wrong.