From e7075762ab1c13639e1aad925629298d3b8e104b Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 4 Sep 2024 21:16:13 +0000 Subject: [PATCH] fix(deps): update module github.com/typesense/typesense-go to v2 (cherry picked from commit b259072e6ae32e9302d3de089a2c44b3b3b0038e) --- go.mod | 1 + go.sum | 1 + 2 files changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 276dc23e0..51e0982fb 100644 --- a/go.mod +++ b/go.mod @@ -65,6 +65,7 @@ require ( github.com/swaggo/swag v1.16.3 github.com/tkuchiki/go-timezone v0.2.3 github.com/typesense/typesense-go v1.1.0 + github.com/typesense/typesense-go/v2 v2.0.0 github.com/ulule/limiter/v3 v3.11.2 github.com/wneessen/go-mail v0.4.4 github.com/yuin/goldmark v1.7.4 diff --git a/go.sum b/go.sum index ca8c74a43..ddf7def3f 100644 --- a/go.sum +++ b/go.sum @@ -469,6 +469,7 @@ github.com/tkuchiki/go-timezone v0.2.3 h1:D3TVdIPrFsu9lxGxqNX2wsZwn1MZtTqTW0mdev github.com/tkuchiki/go-timezone v0.2.3/go.mod h1:oFweWxYl35C/s7HMVZXiA19Jr9Y0qJHMaG/J2TES4LY= github.com/typesense/typesense-go v1.1.0 h1:QocehDarVXRArMIosPIdawiVFZZbnRkPJxwnAGOFkzw= github.com/typesense/typesense-go v1.1.0/go.mod h1:KcPODU7ltrcUFC/gygMTkAAfZ9M8/q6ayrdl1MnE1kI= +github.com/typesense/typesense-go/v2 v2.0.0/go.mod h1:7V1ZBSfmdciL6yb2bPtWha+W53gV5WZhyOSpVgDJfao= github.com/ulule/limiter/v3 v3.11.2 h1:P4yOrxoEMJbOTfRJR2OzjL90oflzYPPmWg+dvwN2tHA= github.com/ulule/limiter/v3 v3.11.2/go.mod h1:QG5GnFOCV+k7lrL5Y8kgEeeflPH3+Cviqlqa8SVSQxI= github.com/urfave/cli/v2 v2.3.0 h1:qph92Y649prgesehzOrQjdWyxFOp/QVM+6imKHad91M=