Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/OpenSlides/openslides-search-service
go 1.25.0

require (
github.com/OpenSlides/openslides-go v0.0.0-20251017152006-0568d8b1bf90
github.com/OpenSlides/openslides-go v0.0.0-20251104124242-d8e4b15bb11e
github.com/blevesearch/bleve/v2 v2.5.4
github.com/buger/jsonparser v1.1.1
github.com/goccy/go-yaml v1.18.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
github.com/OpenSlides/openslides-go v0.0.0-20251017152006-0568d8b1bf90 h1:3wJkn9bWDt9SXZlUBPYX7+EPt3B4xrqVt1lKlvutx0I=
github.com/OpenSlides/openslides-go v0.0.0-20251017152006-0568d8b1bf90/go.mod h1:Em6jcRrIaNDy6pkWLJx5gLLFO61th+GNQCmD/0AQPtY=
github.com/OpenSlides/openslides-go v0.0.0-20251104124242-d8e4b15bb11e h1:pRKc33SGfaqfFeDBXhinpqni3cNEpBBlTaD413NZh+g=
github.com/OpenSlides/openslides-go v0.0.0-20251104124242-d8e4b15bb11e/go.mod h1:Em6jcRrIaNDy6pkWLJx5gLLFO61th+GNQCmD/0AQPtY=
github.com/RoaringBitmap/roaring/v2 v2.4.5 h1:uGrrMreGjvAtTBobc0g5IrW1D5ldxDQYe2JW2gggRdg=
github.com/RoaringBitmap/roaring/v2 v2.4.5/go.mod h1:FiJcsfkGje/nZBZgCu0ZxCPOKD/hVXDS2dXi7/eUFE0=
github.com/bits-and-blooms/bitset v1.12.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
Expand Down
Loading