refactor-code-modules (#1)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Pijus Kamandulis <pkpjuklas@gmail.com>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
pk
2025-05-27 19:30:11 +01:00
parent 0a53686351
commit d836830f45
9 changed files with 334 additions and 365 deletions
+2 -10
View File
@@ -1,24 +1,16 @@
module github.com/pikami/pool-stats
module pool-stats
go 1.24.3
require (
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/ostafen/clover/v2 v2.0.0-alpha.3.0.20250212110647-35f6fd38bde2
)
require github.com/ostafen/clover/v2 v2.0.0-alpha.3.0.20250212110647-35f6fd38bde2
require (
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgraph-io/badger/v4 v4.5.1 // indirect
github.com/dgraph-io/ristretto v0.2.0 // indirect
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gofrs/uuid/v5 v5.3.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/google/flatbuffers v25.2.10+incompatible // indirect
github.com/google/orderedcode v0.0.1 // indirect
github.com/klauspost/compress v1.18.0 // indirect