This repository was archived by the owner on Jun 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +676
-70
lines changed Expand file tree Collapse file tree 8 files changed +676
-70
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 h1:y7y0Oa6UawqTFP
2222github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 /go.mod h1:c9O8+fpSOX1DM8cPNSkX/qsBWdkD4yd2dpciOWQjpBw =
2323github.com/dicedb/dicedb-go v1.0.10 h1:inKRSmzpXp7M4vleOfJUV4woISCUFVceDckeum461aw =
2424github.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 =
2527github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8 =
2628github.com/frankban/quicktest v1.14.6 /go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0 =
2729github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k =
You can’t perform that action at this time.
0 commit comments