-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
78 lines (73 loc) · 3.31 KB
/
Copy pathgo.mod
File metadata and controls
78 lines (73 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
module github.com/randomizedcoder/xtcp2
go 1.25
//replace ./pkg/xtcp_config => ./pkg/xtcp_config
require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250307204501-0409229c3780.1
github.com/bufbuild/protovalidate-go v0.9.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
github.com/nats-io/nats.go v1.41.1
github.com/nsqio/go-nsq v1.1.0
github.com/pkg/profile v1.7.0
github.com/prometheus/client_golang v1.22.0
github.com/randomizedcoder/giouring v0.0.0-00010101000000-000000000000
github.com/redis/go-redis/v9 v9.7.3
github.com/twmb/franz-go v1.18.1
github.com/twmb/franz-go/pkg/sr v1.3.0
github.com/twmb/franz-go/plugin/kprom v1.2.0
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/sys v0.39.0
google.golang.org/genproto/googleapis/api v0.0.0-20250409194420-de1ac958c67a
google.golang.org/grpc v1.71.1
google.golang.org/protobuf v1.36.6
gopkg.in/fsnotify.v1 v1.4.7
)
require (
cel.dev/expr v0.23.1 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/felixge/fgprof v0.9.5 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/google/cel-go v0.24.1 // indirect
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grafana/pyroscope-go v1.3.0 // indirect
github.com/grafana/pyroscope-go/godeltaprof v0.1.10 // indirect
github.com/klauspost/compress v1.18.6 // indirect
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
github.com/klauspost/crc32 v1.3.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/minio/crc64nvme v1.1.1 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v7 v7.1.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/nats-io/nkeys v0.4.10 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/parquet-go/bitpack v1.0.0 // indirect
github.com/parquet-go/jsonlite v1.0.0 // indirect
github.com/parquet-go/parquet-go v0.30.1 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.63.0 // indirect
github.com/prometheus/procfs v0.16.0 // indirect
github.com/rs/xid v1.6.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/tinylib/msgp v1.6.1 // indirect
github.com/twmb/franz-go/pkg/kmsg v1.11.1 // indirect
github.com/twpayne/go-geom v1.6.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/zeebo/xxh3 v1.1.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/text v0.32.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250409194420-de1ac958c67a // indirect
)
replace github.com/randomizedcoder/giouring => /home/das/Downloads/giouring