Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/dgraph-io/badger/v4 v4.7.0
github.com/dgraph-io/dgo/v250 v250.0.0-preview4
github.com/dgraph-io/ristretto/v2 v2.2.0
github.com/dolan-in/dgman/v2 v2.1.0-preview1
github.com/dolan-in/dgman/v2 v2.1.0-preview2
github.com/go-logr/logr v1.4.3
github.com/go-logr/stdr v1.2.2
github.com/hypermodeinc/dgraph/v25 v25.0.0-preview4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/dolan-in/dgman/v2 v2.1.0-preview1 h1:NQXhHGuwja7saHOivmBobj+JtyvcxXtEUjt0wRkFGHU=
github.com/dolan-in/dgman/v2 v2.1.0-preview1/go.mod h1:5OqMqJelDvhvdxgKc4CXkb7FApSJHhTxm79xZJsblOE=
github.com/dolan-in/dgman/v2 v2.1.0-preview2 h1:txflVWSbjgu6Q5Lhf4kImT4tM61Pu6JLjbifu9RauhE=
github.com/dolan-in/dgman/v2 v2.1.0-preview2/go.mod h1:5OqMqJelDvhvdxgKc4CXkb7FApSJHhTxm79xZJsblOE=
github.com/dolan-in/reflectwalk v1.0.2-0.20210101124621-dc2073a29d71 h1:v3bErDrPApxsyBlz8/8nFTCb7Ai0wecA8TokfEHIQ80=
github.com/dolan-in/reflectwalk v1.0.2-0.20210101124621-dc2073a29d71/go.mod h1:Y9TyDkSL5jQ18ZnDaSxOdCUhbb5SCeamqYFQ7LYxxFs=
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
Expand Down