Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update go minor and patch #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ module github.com/hypermodeinc/modusdb

go 1.22.7

toolchain go1.23.3
toolchain go1.23.5

require (
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/dgraph-io/badger/v4 v4.5.0
github.com/dgraph-io/dgo/v240 v240.1.0
github.com/dgraph-io/dgraph/v24 v24.0.3-0.20241213192353-fd411c5b915b
github.com/dgraph-io/ristretto/v2 v2.0.1
github.com/dgraph-io/dgraph/v24 v24.0.5
github.com/dgraph-io/ristretto/v2 v2.1.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.10.0
github.com/twpayne/go-geom v1.5.7
github.com/twpayne/go-geom v1.6.0
golang.org/x/sync v0.10.0
google.golang.org/protobuf v1.35.2
google.golang.org/protobuf v1.36.3
)

require (
Expand Down
Loading