We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a202fb commit f084294Copy full SHA for f084294
go.mod
@@ -6,10 +6,10 @@ toolchain go1.24.0
6
7
require (
8
github.com/cavaliergopher/grab/v3 v3.0.1
9
- github.com/dgraph-io/badger/v4 v4.5.1
+ github.com/dgraph-io/badger/v4 v4.6.0
10
github.com/dgraph-io/dgo/v240 v240.1.0
11
github.com/dgraph-io/ristretto/v2 v2.1.0
12
- github.com/hypermodeinc/dgraph/v24 v24.0.3-0.20250123224129-a0d027dcffe0
+ github.com/hypermodeinc/dgraph/v24 v24.0.5
13
github.com/pkg/errors v0.9.1
14
github.com/stretchr/testify v1.10.0
15
github.com/twpayne/go-geom v1.6.0
0 commit comments