Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
Loading