From 014e39b08f17235c3abea1233a76200c44f497be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 02:36:17 +0000 Subject: [PATCH] Update api minor and patch --- go.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 12ddb70..c37ccd4 100644 --- a/go.mod +++ b/go.mod @@ -4,13 +4,13 @@ go 1.22.6 require ( github.com/cavaliergopher/grab/v3 v3.0.1 - github.com/dgraph-io/badger/v4 v4.3.1 - github.com/dgraph-io/dgo/v240 v240.0.0 - github.com/dgraph-io/dgraph/v24 v24.0.3-0.20241111015302-0789e950c74c - github.com/dgraph-io/ristretto v1.0.0 + github.com/dgraph-io/badger/v4 v4.4.0 + github.com/dgraph-io/dgo/v240 v240.0.1 + github.com/dgraph-io/dgraph/v24 v24.0.5 + github.com/dgraph-io/ristretto v1.0.1 github.com/pkg/errors v0.9.1 - github.com/stretchr/testify v1.9.0 - golang.org/x/sync v0.8.0 + github.com/stretchr/testify v1.10.0 + golang.org/x/sync v0.9.0 ) require (