Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Pijus Kamandulis <pkpjuklas@gmail.com> Reviewed-on: #1
26 lines
968 B
Modula-2
26 lines
968 B
Modula-2
module pool-stats
|
|
|
|
go 1.24.3
|
|
|
|
require github.com/ostafen/clover/v2 v2.0.0-alpha.3.0.20250212110647-35f6fd38bde2
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgraph-io/badger/v4 v4.5.1 // 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/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // 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
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
go.etcd.io/bbolt v1.4.0 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
)
|