-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathgo.mod
176 lines (151 loc) · 7.78 KB
/
go.mod
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
172
173
174
175
176
module github.com/couchbase/query
go 1.23.0
toolchain go1.23.4
replace golang.org/x/text => golang.org/x/text v0.4.0
replace github.com/couchbase/bhive => ../bhive
replace github.com/couchbase/cbauth => ../cbauth
replace github.com/couchbase/cbft => ../../../../../cbft
replace github.com/couchbase/cbftx => ../../../../../cbftx
replace github.com/couchbase/hebrew => ../../../../../hebrew
replace github.com/couchbase/cbgt => ../../../../../cbgt
replace github.com/couchbase/eventing => ../eventing
replace github.com/couchbase/eventing-ee => ../eventing-ee
replace github.com/couchbase/go-couchbase => ../go-couchbase
replace github.com/couchbase/go_json => ../go_json
replace github.com/couchbase/gomemcached => ../gomemcached
replace github.com/couchbase/goutils => ../goutils
replace github.com/couchbase/godbc => ../godbc
replace github.com/couchbase/indexing => ../indexing
replace github.com/couchbase/gometa => ../gometa
replace github.com/couchbase/n1fty => ../n1fty
replace github.com/couchbase/plasma => ../plasma
replace github.com/couchbase/query => ./empty
replace github.com/couchbase/query-ee => ../query-ee
replace github.com/couchbase/regulator => ../regulator
require (
github.com/couchbase/cbauth v0.1.13
github.com/couchbase/clog v0.1.0
github.com/couchbase/eventing-ee v0.0.0-00010101000000-000000000000
github.com/couchbase/go-couchbase v0.1.1
github.com/couchbase/go_json v0.0.0-20220330123059-4473a21887c8
github.com/couchbase/gocb/v2 v2.9.4
github.com/couchbase/gocbcore/v10 v10.5.4
github.com/couchbase/godbc v0.0.0-20210615212222-79da1b49cb4d
github.com/couchbase/gomemcached v0.3.3
github.com/couchbase/goutils v0.1.2
github.com/couchbase/indexing v0.0.0-20220923223016-071e9308c875
github.com/couchbase/n1fty v0.0.0-00010101000000-000000000000
github.com/couchbase/query-ee v0.0.0-00010101000000-000000000000
github.com/couchbase/regulator v0.0.0-00010101000000-000000000000
github.com/golang/snappy v1.0.0
github.com/kylelemons/godebug v1.1.0
github.com/mattn/go-runewidth v0.0.3
github.com/peterh/liner v1.2.0
github.com/russross/blackfriday v1.5.2
github.com/samuel/go-zookeeper v0.0.0-20201211165307-7117e9ea2414
golang.org/x/crypto v0.36.0
golang.org/x/net v0.35.0
golang.org/x/sys v0.31.0
golang.org/x/term v0.30.0
)
require (
github.com/RoaringBitmap/roaring/v2 v2.4.5 // indirect
github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 // indirect
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.15 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.10 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.10 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.10 // indirect
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1 // indirect
github.com/aws/smithy-go v1.20.3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.22.0 // indirect
github.com/blevesearch/bleve-mapping-ui v0.7.0 // indirect
github.com/blevesearch/bleve/v2 v2.5.1-0.20250428043519-404e188eafe7 // indirect
github.com/blevesearch/bleve_index_api v1.2.8 // indirect
github.com/blevesearch/geo v0.2.0 // indirect
github.com/blevesearch/go-faiss v1.0.25 // indirect
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
github.com/blevesearch/goleveldb v1.0.1 // indirect
github.com/blevesearch/gtreap v0.1.1 // indirect
github.com/blevesearch/mmap-go v1.0.4 // indirect
github.com/blevesearch/scorch_segment_api/v2 v2.3.10 // indirect
github.com/blevesearch/sear v0.3.4 // indirect
github.com/blevesearch/segment v0.9.1 // indirect
github.com/blevesearch/snowballstem v0.9.0 // indirect
github.com/blevesearch/stempel v0.2.0 // indirect
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
github.com/blevesearch/vellum v1.1.0 // indirect
github.com/blevesearch/zapx/v11 v11.4.1 // indirect
github.com/blevesearch/zapx/v12 v12.4.1 // indirect
github.com/blevesearch/zapx/v13 v13.4.1 // indirect
github.com/blevesearch/zapx/v14 v14.4.1 // indirect
github.com/blevesearch/zapx/v15 v15.4.1 // indirect
github.com/blevesearch/zapx/v16 v16.2.3 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudfoundry/gosigar v1.3.4 // indirect
github.com/couchbase/blance v0.1.6 // indirect
github.com/couchbase/cbft v0.0.0-00010101000000-000000000000 // indirect
github.com/couchbase/cbgt v0.0.0-00010101000000-000000000000 // indirect
github.com/couchbase/ghistogram v0.1.0 // indirect
github.com/couchbase/gocbcore/v9 v9.1.8 // indirect
github.com/couchbase/gocbcoreps v0.1.3 // indirect
github.com/couchbase/gometa v0.0.0-20220803182802-05cb6b2e299f // indirect
github.com/couchbase/goprotostellar v1.0.2 // indirect
github.com/couchbase/hebrew v0.0.0-00010101000000-000000000000 // indirect
github.com/couchbase/logstats v1.0.0 // indirect
github.com/couchbase/moss v0.3.0 // indirect
github.com/couchbase/tools-common/cloud/v5 v5.0.3 // indirect
github.com/couchbase/tools-common/fs v1.0.2 // indirect
github.com/couchbase/tools-common/strings v1.0.0 // indirect
github.com/couchbase/tools-common/sync/v2 v2.0.0 // indirect
github.com/couchbase/tools-common/testing v1.0.1 // indirect
github.com/couchbase/tools-common/types v1.1.4 // indirect
github.com/couchbase/tools-common/utils/v3 v3.0.0 // indirect
github.com/couchbaselabs/gocbconnstr/v2 v2.0.0-20240607131231-fb385523de28 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/flatbuffers v25.2.10+incompatible // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.13.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
go.etcd.io/bbolt v1.4.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/otel v1.34.0 // indirect
go.opentelemetry.io/otel/metric v1.34.0 // indirect
go.opentelemetry.io/otel/trace v1.34.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
google.golang.org/grpc v1.71.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)