Skip to content

Commit f33de1c

Browse files
MB-71082: go mod tidy
Change-Id: I819a8442b125ca303caa145eb57c15f198851526 Reviewed-on: https://review.couchbase.org/c/query/+/242399 Tested-by: Abhi Dangeti <abhinav@couchbase.com> Reviewed-by: Abhi Dangeti <abhinav@couchbase.com> Well-Formed: Restriction Checker
1 parent 52efa01 commit f33de1c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ require (
8888
github.com/beorn7/perks v1.0.1 // indirect
8989
github.com/bits-and-blooms/bitset v1.22.0 // indirect
9090
github.com/blevesearch/bleve-mapping-ui v0.7.0 // indirect
91-
github.com/blevesearch/bleve/v2 v2.5.4-0.20260203082807-9a207fcd6456 // indirect
91+
github.com/blevesearch/bleve/v2 v2.5.4-0.20260326152309-33b483630f85 // indirect
9292
github.com/blevesearch/bleve_index_api v1.3.0 // indirect
9393
github.com/blevesearch/geo v0.2.4 // indirect
9494
github.com/blevesearch/go-faiss v1.0.27 // indirect
@@ -108,7 +108,7 @@ require (
108108
github.com/blevesearch/zapx/v13 v13.4.2 // indirect
109109
github.com/blevesearch/zapx/v14 v14.4.2 // indirect
110110
github.com/blevesearch/zapx/v15 v15.4.2 // indirect
111-
github.com/blevesearch/zapx/v16 v16.2.5-0.20260120173507-6b28cfe03ac2 // indirect
111+
github.com/blevesearch/zapx/v16 v16.2.5-0.20260325143906-9c91042a4232 // indirect
112112
github.com/blevesearch/zapx/v17 v17.0.0 // indirect
113113
github.com/buger/jsonparser v1.1.1 // indirect
114114
github.com/cespare/xxhash/v2 v2.3.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ github.com/bits-and-blooms/bitset v1.22.0 h1:Tquv9S8+SGaS3EhyA+up3FXzmkhxPGjQQCk
5656
github.com/bits-and-blooms/bitset v1.22.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
5757
github.com/blevesearch/bleve-mapping-ui v0.7.0 h1:gcrRWX5vjie2JEu5lgnn6tcwagcDEbD6d9XFkevt4fY=
5858
github.com/blevesearch/bleve-mapping-ui v0.7.0/go.mod h1:HeY/8LvxDgT8Qt7iqfw0dodA3Z8wAbr1hPgCnQIL5Ec=
59-
github.com/blevesearch/bleve/v2 v2.5.4-0.20260203082807-9a207fcd6456 h1:BMTxbrGS2qW99s4dnNdVxMg+OXFP4rhRaYGAmrZh8Zw=
60-
github.com/blevesearch/bleve/v2 v2.5.4-0.20260203082807-9a207fcd6456/go.mod h1:E9tdFzpB+0zy4xk831skoWWO8CSN3Kl043+pHd8YgDA=
59+
github.com/blevesearch/bleve/v2 v2.5.4-0.20260326152309-33b483630f85 h1:Icr/D2b6WDLYkEeCZRqwnD//9C7dsxDUKiAW2FCaunw=
60+
github.com/blevesearch/bleve/v2 v2.5.4-0.20260326152309-33b483630f85/go.mod h1:m1fh10YEckp8hAkaxJW/QamGZUuSsdIxs09+6CXhVUk=
6161
github.com/blevesearch/bleve_index_api v1.3.0 h1:DsMpWVjFNlBw9/6pyWf59XoqcAkhHj3H0UWiQsavb6E=
6262
github.com/blevesearch/bleve_index_api v1.3.0/go.mod h1:xvd48t5XMeeioWQ5/jZvgLrV98flT2rdvEJ3l/ki4Ko=
6363
github.com/blevesearch/geo v0.2.4 h1:ECIGQhw+QALCZaDcogRTNSJYQXRtC8/m8IKiA706cqk=
@@ -97,8 +97,8 @@ github.com/blevesearch/zapx/v14 v14.4.2 h1:2SGHakVKd+TrtEqpfeq8X+So5PShQ5nW6GNxT
9797
github.com/blevesearch/zapx/v14 v14.4.2/go.mod h1:rz0XNb/OZSMjNorufDGSpFpjoFKhXmppH9Hi7a877D8=
9898
github.com/blevesearch/zapx/v15 v15.4.2 h1:sWxpDE0QQOTjyxYbAVjt3+0ieu8NCE0fDRaFxEsp31k=
9999
github.com/blevesearch/zapx/v15 v15.4.2/go.mod h1:1pssev/59FsuWcgSnTa0OeEpOzmhtmr/0/11H0Z8+Nw=
100-
github.com/blevesearch/zapx/v16 v16.2.5-0.20260120173507-6b28cfe03ac2 h1:IV3iGtQ+Yt+3F5w8k0GBaEGFZgk5XQqYbmUftO/c/k4=
101-
github.com/blevesearch/zapx/v16 v16.2.5-0.20260120173507-6b28cfe03ac2/go.mod h1:zCFjv7McXWm1C8rROL+3mUoD5WYe2RKsZP3ufqcYpLY=
100+
github.com/blevesearch/zapx/v16 v16.2.5-0.20260325143906-9c91042a4232 h1:IZsY3DN7IajQhqnPybKyVRui3pFQqUdmX1iN+rvaazM=
101+
github.com/blevesearch/zapx/v16 v16.2.5-0.20260325143906-9c91042a4232/go.mod h1:zCFjv7McXWm1C8rROL+3mUoD5WYe2RKsZP3ufqcYpLY=
102102
github.com/blevesearch/zapx/v17 v17.0.0 h1:srLJFkv5ghz1Z8iVz5uoOK89G2NvI4KdMG7aF3Cx7rE=
103103
github.com/blevesearch/zapx/v17 v17.0.0/go.mod h1:/pi9Gq7byQcduhNB6Vk08+ZXGVGPjZoNc5QnQY8lkOo=
104104
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=

0 commit comments

Comments
 (0)