11module github.com/appbaseio-confidential/reactivesearch
22
3- go 1.16
3+ go 1.24.0
44
55require (
66 github.com/antonmedv/expr v1.9.0
@@ -21,7 +21,6 @@ require (
2121 github.com/hashicorp/go-version v1.3.0
2222 github.com/invopop/jsonschema v0.7.0
2323 github.com/keygen-sh/keygen-go v1.11.0
24- github.com/klauspost/compress v1.16.5 // indirect
2524 github.com/kljensen/snowball v0.6.0
2625 github.com/kr/pretty v0.3.1
2726 github.com/lithammer/fuzzysearch v1.1.3
@@ -34,7 +33,6 @@ require (
3433 github.com/pkg/profile v1.5.0
3534 github.com/robfig/cron v1.1.0
3635 github.com/robfig/cron/v3 v3.0.1
37- github.com/rogpeppe/go-internal v1.10.0 // indirect
3836 github.com/rs/cors v1.6.0
3937 github.com/sergi/go-diff v1.2.0
4038 github.com/sirupsen/logrus v1.9.3
@@ -43,17 +41,81 @@ require (
4341 github.com/ulule/limiter v2.2.2+incompatible
4442 go.kuoruan.net/v8go-polyfills v0.5.0
4543 go.mongodb.org/mongo-driver v1.12.0
46- golang.org/x/crypto v0.21 .0
47- golang.org/x/net v0.23 .0
48- golang.org/x/sys v0.18 .0
49- golang.org/x/text v0.14 .0
44+ golang.org/x/crypto v0.45 .0
45+ golang.org/x/net v0.47 .0
46+ golang.org/x/sys v0.38 .0
47+ golang.org/x/text v0.31 .0
5048 gopkg.in/DataDog/dd-trace-go.v1 v1.52.0
5149 gopkg.in/natefinch/lumberjack.v2 v2.0.0
5250 gopkg.in/olivere/elastic.v6 v6.2.26
5351 moul.io/http2curl v1.0.0
5452 rogchap.com/v8go v0.8.0
5553)
5654
55+ require (
56+ github.com/DataDog/appsec-internal-go v1.0.0 // indirect
57+ github.com/DataDog/datadog-agent/pkg/obfuscate v0.45.0-rc.1 // indirect
58+ github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.45.0 // indirect
59+ github.com/DataDog/datadog-go/v5 v5.1.1 // indirect
60+ github.com/DataDog/go-libddwaf v1.2.0 // indirect
61+ github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
62+ github.com/DataDog/sketches-go v1.2.1 // indirect
63+ github.com/Knetic/govaluate v3.0.0+incompatible // indirect
64+ github.com/Microsoft/go-winio v0.5.2 // indirect
65+ github.com/bcicen/bfstree v1.0.0 // indirect
66+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
67+ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
68+ github.com/dlclark/regexp2 v1.9.0 // indirect
69+ github.com/dustin/go-humanize v1.0.0 // indirect
70+ github.com/fsnotify/fsnotify v1.5.4 // indirect
71+ github.com/gabriel-vasile/mimetype v1.4.2 // indirect
72+ github.com/go-playground/locales v0.14.1 // indirect
73+ github.com/go-playground/universal-translator v0.18.1 // indirect
74+ github.com/gogo/protobuf v1.3.2 // indirect
75+ github.com/golang/glog v1.0.0 // indirect
76+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
77+ github.com/golang/protobuf v1.5.3 // indirect
78+ github.com/golang/snappy v0.0.4 // indirect
79+ github.com/google/flatbuffers v2.0.8+incompatible // indirect
80+ github.com/google/go-cmp v0.6.0 // indirect
81+ github.com/google/go-querystring v1.1.0 // indirect
82+ github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
83+ github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
84+ github.com/josharian/intern v1.0.0 // indirect
85+ github.com/jtolds/gls v4.20.0+incompatible // indirect
86+ github.com/keygen-sh/go-update v1.0.0 // indirect
87+ github.com/keygen-sh/jsonapi-go v1.1.0 // indirect
88+ github.com/klauspost/compress v1.16.5 // indirect
89+ github.com/kr/text v0.2.0 // indirect
90+ github.com/leodido/go-urn v1.2.4 // indirect
91+ github.com/mailru/easyjson v0.7.7 // indirect
92+ github.com/montanaflynn/stats v0.6.6 // indirect
93+ github.com/oasisprotocol/curve25519-voi v0.0.0-20211102120939-d5a936accd94 // indirect
94+ github.com/outcaste-io/ristretto v0.2.1 // indirect
95+ github.com/philhofer/fwd v1.1.1 // indirect
96+ github.com/pkg/errors v0.9.1 // indirect
97+ github.com/rogpeppe/go-internal v1.10.0 // indirect
98+ github.com/secure-systems-lab/go-securesystemslib v0.6.0 // indirect
99+ github.com/smartystreets/assertions v1.1.1 // indirect
100+ github.com/tinylib/msgp v1.1.6 // indirect
101+ github.com/xdg-go/pbkdf2 v1.0.0 // indirect
102+ github.com/xdg-go/scram v1.1.2 // indirect
103+ github.com/xdg-go/stringprep v1.0.4 // indirect
104+ github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
105+ go.opencensus.io v0.24.0 // indirect
106+ go.uber.org/atomic v1.10.0 // indirect
107+ go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
108+ go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
109+ golang.org/x/sync v0.18.0 // indirect
110+ golang.org/x/time v0.3.0 // indirect
111+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
112+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
113+ google.golang.org/grpc v1.54.0 // indirect
114+ google.golang.org/protobuf v1.30.0 // indirect
115+ gopkg.in/yaml.v2 v2.4.0 // indirect
116+ inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
117+ )
118+
57119replace github.com/blugelabs/bluge => github.com/zinclabs/bluge v1.1.0
58120
59121replace github.com/blugelabs/ice => github.com/zinclabs/ice v1.1.1
0 commit comments