Skip to content

Commit 05d798a

Browse files
chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.52.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.52.0. - [Commits](golang/crypto@v0.21.0...v0.52.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.52.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d9acac commit 05d798a

2 files changed

Lines changed: 81 additions & 2629 deletions

File tree

go.mod

Lines changed: 69 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/appbaseio/reactivesearch-api
22

3-
go 1.16
3+
go 1.25.0
44

55
require (
66
github.com/antonmedv/expr v1.9.0
@@ -12,7 +12,6 @@ require (
1212
github.com/dgrijalva/jwt-go v3.2.0+incompatible
1313
github.com/gdexlab/go-render v1.0.1
1414
github.com/gertd/go-pluralize v0.1.7
15-
github.com/getsentry/sentry-go v0.11.0
1615
github.com/ghodss/yaml v1.0.0
1716
github.com/go-playground/validator/v10 v10.14.1
1817
github.com/go-redis/redis/v8 v8.11.5
@@ -21,7 +20,6 @@ require (
2120
github.com/hashicorp/go-version v1.3.0
2221
github.com/invopop/jsonschema v0.7.0
2322
github.com/keygen-sh/keygen-go v1.11.0
24-
github.com/klauspost/compress v1.16.5 // indirect
2523
github.com/kljensen/snowball v0.6.0
2624
github.com/kr/pretty v0.3.1
2725
github.com/lithammer/fuzzysearch v1.1.3
@@ -34,7 +32,6 @@ require (
3432
github.com/pkg/profile v1.5.0
3533
github.com/robfig/cron v1.1.0
3634
github.com/robfig/cron/v3 v3.0.1
37-
github.com/rogpeppe/go-internal v1.10.0 // indirect
3835
github.com/rs/cors v1.6.0
3936
github.com/sergi/go-diff v1.2.0
4037
github.com/sirupsen/logrus v1.9.3
@@ -43,17 +40,81 @@ require (
4340
github.com/ulule/limiter v2.2.2+incompatible
4441
go.kuoruan.net/v8go-polyfills v0.5.0
4542
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
43+
golang.org/x/crypto v0.52.0
44+
golang.org/x/net v0.54.0
45+
golang.org/x/sys v0.45.0
46+
golang.org/x/text v0.37.0
5047
gopkg.in/DataDog/dd-trace-go.v1 v1.52.0
5148
gopkg.in/natefinch/lumberjack.v2 v2.0.0
5249
gopkg.in/olivere/elastic.v6 v6.2.26
5350
moul.io/http2curl v1.0.0
5451
rogchap.com/v8go v0.8.0
5552
)
5653

54+
require (
55+
github.com/DataDog/appsec-internal-go v1.0.0 // indirect
56+
github.com/DataDog/datadog-agent/pkg/obfuscate v0.45.0-rc.1 // indirect
57+
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.45.0 // indirect
58+
github.com/DataDog/datadog-go/v5 v5.1.1 // indirect
59+
github.com/DataDog/go-libddwaf v1.2.0 // indirect
60+
github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
61+
github.com/DataDog/sketches-go v1.2.1 // indirect
62+
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
63+
github.com/Microsoft/go-winio v0.5.2 // indirect
64+
github.com/bcicen/bfstree v1.0.0 // indirect
65+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
66+
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
67+
github.com/dlclark/regexp2 v1.9.0 // indirect
68+
github.com/dustin/go-humanize v1.0.0 // indirect
69+
github.com/fsnotify/fsnotify v1.5.4 // indirect
70+
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
71+
github.com/go-playground/locales v0.14.1 // indirect
72+
github.com/go-playground/universal-translator v0.18.1 // indirect
73+
github.com/gogo/protobuf v1.3.2 // indirect
74+
github.com/golang/glog v1.0.0 // indirect
75+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
76+
github.com/golang/protobuf v1.5.3 // indirect
77+
github.com/golang/snappy v0.0.4 // indirect
78+
github.com/google/flatbuffers v2.0.8+incompatible // indirect
79+
github.com/google/go-cmp v0.6.0 // indirect
80+
github.com/google/go-querystring v1.1.0 // indirect
81+
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
82+
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
83+
github.com/josharian/intern v1.0.0 // indirect
84+
github.com/jtolds/gls v4.20.0+incompatible // indirect
85+
github.com/keygen-sh/go-update v1.0.0 // indirect
86+
github.com/keygen-sh/jsonapi-go v1.1.0 // indirect
87+
github.com/klauspost/compress v1.16.5 // indirect
88+
github.com/kr/text v0.2.0 // indirect
89+
github.com/leodido/go-urn v1.2.4 // indirect
90+
github.com/mailru/easyjson v0.7.7 // indirect
91+
github.com/montanaflynn/stats v0.6.6 // indirect
92+
github.com/oasisprotocol/curve25519-voi v0.0.0-20211102120939-d5a936accd94 // indirect
93+
github.com/outcaste-io/ristretto v0.2.1 // indirect
94+
github.com/philhofer/fwd v1.1.1 // indirect
95+
github.com/pkg/errors v0.9.1 // indirect
96+
github.com/rogpeppe/go-internal v1.10.0 // indirect
97+
github.com/secure-systems-lab/go-securesystemslib v0.6.0 // indirect
98+
github.com/smartystreets/assertions v1.1.1 // indirect
99+
github.com/tinylib/msgp v1.1.6 // indirect
100+
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
101+
github.com/xdg-go/scram v1.1.2 // indirect
102+
github.com/xdg-go/stringprep v1.0.4 // indirect
103+
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
104+
go.opencensus.io v0.24.0 // indirect
105+
go.uber.org/atomic v1.10.0 // indirect
106+
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
107+
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
108+
golang.org/x/sync v0.20.0 // indirect
109+
golang.org/x/time v0.3.0 // indirect
110+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
111+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
112+
google.golang.org/grpc v1.54.0 // indirect
113+
google.golang.org/protobuf v1.30.0 // indirect
114+
gopkg.in/yaml.v2 v2.4.0 // indirect
115+
inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
116+
)
117+
57118
replace github.com/blugelabs/bluge => github.com/zinclabs/bluge v1.1.0
58119

59120
replace github.com/blugelabs/ice => github.com/zinclabs/ice v1.1.1

0 commit comments

Comments
 (0)