-
Notifications
You must be signed in to change notification settings - Fork 893
Expand file tree
/
Copy pathgo.mod
More file actions
171 lines (163 loc) · 7.11 KB
/
go.mod
File metadata and controls
171 lines (163 loc) · 7.11 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
module github.com/uber/cadence
go 1.24.0
toolchain go1.24.5
require (
github.com/MicahParks/keyfunc/v2 v2.1.0
github.com/VividCortex/mysqlerr v1.0.0
github.com/aws/aws-sdk-go v1.54.12
github.com/cactus/go-statsd-client/statsd v0.0.0-20191106001114-12b4e2b38748
github.com/cch123/elasticsql v0.0.0-20190321073543-a1a440758eb9
github.com/dave/dst v0.26.2
github.com/davecgh/go-spew v1.1.1
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da
github.com/emirpasic/gods v1.18.1
github.com/fatih/color v1.15.0
github.com/go-sql-driver/mysql v1.7.1
github.com/gocql/gocql v0.0.0-20211015133455-b225f9b53fa1
github.com/gogo/protobuf v1.3.2
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/golang/mock v1.7.0-rc.1
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-version v1.2.0
github.com/iancoleman/strcase v0.2.0
github.com/jmespath/go-jmespath v0.4.0
github.com/jmoiron/sqlx v1.2.1-0.20200615141059-0794cb1f47ee
github.com/jonboulle/clockwork v0.5.0
github.com/lib/pq v1.2.0
github.com/m3db/prometheus_client_golang v1.12.8
github.com/olekukonko/tablewriter v0.0.4
github.com/olivere/elastic v6.2.37+incompatible
github.com/olivere/elastic/v7 v7.0.21
github.com/opentracing/opentracing-go v1.2.0
github.com/otiai10/copy v1.1.1
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/startreedata/pinot-client-go v0.2.0 // latest release supports pinot v0.12.0 which is also internal version
github.com/stretchr/testify v1.10.0
github.com/uber-go/tally v3.5.8+incompatible
github.com/uber/cadence-idl v0.0.0-20260408214847-85782d7810fc
github.com/uber/ringpop-go v0.10.0
github.com/uber/tchannel-go v1.34.4
github.com/urfave/cli/v2 v2.27.4
github.com/valyala/fastjson v1.4.1
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
go.etcd.io/etcd/client/v3 v3.5.5
go.mongodb.org/mongo-driver v1.7.3
go.uber.org/atomic v1.11.0
go.uber.org/cadence v1.3.0
go.uber.org/config v1.4.0
go.uber.org/fx v1.23.0
go.uber.org/multierr v1.11.0
go.uber.org/thriftrw v1.34.0
go.uber.org/yarpc v1.88.0
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b
golang.org/x/net v0.43.0
golang.org/x/sync v0.16.0
golang.org/x/time v0.5.0
golang.org/x/tools v0.36.0
gonum.org/v1/gonum v0.15.1
google.golang.org/grpc v1.67.3
gopkg.in/validator.v2 v2.0.0-20180514200540-135c24b11c19
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/IBM/sarama v1.45.2
github.com/Masterminds/semver/v3 v3.2.1
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
github.com/google/gofuzz v1.0.0
github.com/mark3labs/mcp-go v0.18.0
github.com/ncruces/go-sqlite3 v0.22.0
github.com/opensearch-project/opensearch-go/v4 v4.1.0
github.com/robfig/cron/v3 v3.0.1
go.etcd.io/etcd/api/v3 v3.5.5
go.uber.org/mock v0.5.0
)
require (
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/marusama/semaphore/v2 v2.5.0 // indirect
github.com/ncruces/julianday v1.0.0 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/robfig/cron v1.2.0 // indirect
github.com/tetratelabs/wazero v1.8.2 // indirect
github.com/twmb/murmur3 v1.1.8 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
)
require (
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
github.com/apache/thrift v0.17.0 // indirect
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/eapache/go-resiliency v1.7.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/go-zookeeper/zk v1.0.3 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/gogo/status v1.1.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/m3db/prometheus_client_model v0.2.1 // indirect
github.com/m3db/prometheus_common v0.34.6 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.12.1 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.34.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/uber-common/bark v1.2.1 // indirect
github.com/uber-go/mapdecode v1.0.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/xdg/stringprep v1.0.0 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
go.uber.org/dig v1.18.0 // indirect
go.uber.org/goleak v1.3.0
go.uber.org/net/metrics v1.4.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.27.0
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.5.1 // indirect
)
// ringpop-go and tchannel-go depends on older version of thrift, yarpc brings up newer version
replace github.com/apache/thrift => github.com/apache/thrift v0.16.0
// DO NOT USE as it misses mysql/config store fix
retract v1.2.3