Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 3fb8369

Browse files
committed
Added GEOSEARCH command
1 parent e42ce51 commit 3fb8369

File tree

8 files changed

+676
-70
lines changed

8 files changed

+676
-70
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ require (
1111
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
1212
github.com/fsnotify/fsnotify v1.9.0 // indirect
1313
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
14+
github.com/emirpasic/gods v1.18.1 // indirect
15+
github.com/fsnotify/fsnotify v1.7.0 // indirect
16+
github.com/hashicorp/hcl v1.0.0 // indirect
1417
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1518
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
1619
github.com/mattn/go-colorable v0.1.14 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 h1:y7y0Oa6UawqTFP
2222
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140/go.mod h1:c9O8+fpSOX1DM8cPNSkX/qsBWdkD4yd2dpciOWQjpBw=
2323
github.com/dicedb/dicedb-go v1.0.10 h1:inKRSmzpXp7M4vleOfJUV4woISCUFVceDckeum461aw=
2424
github.com/dicedb/dicedb-go v1.0.10/go.mod h1:V1fiCJnPfSObKWrOJ/zrhHEGlLwT9k3pKCto3sz1oW8=
25+
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=
26+
github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
2527
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
2628
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
2729
github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=

0 commit comments

Comments
 (0)