You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 253B

123456789101112
  1. module github.com/tidwall/buntdb
  2. go 1.16
  3. require (
  4. github.com/tidwall/btree v0.6.0
  5. github.com/tidwall/gjson v1.8.0
  6. github.com/tidwall/grect v0.1.2
  7. github.com/tidwall/lotsa v1.0.2
  8. github.com/tidwall/match v1.0.3
  9. github.com/tidwall/rtred v0.1.2
  10. )