github.com/rosedblabs/rosedb/v2@v2.3.7-0.20240423093736-a89ea823e5b9/go.mod (about)

     1  module github.com/rosedblabs/rosedb/v2
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/google/btree v1.1.2
     7  	github.com/rosedblabs/wal v1.3.6-0.20230924022528-3202245af020
     8  	github.com/valyala/bytebufferpool v1.0.0
     9  )
    10  
    11  require (
    12  	github.com/davecgh/go-spew v1.1.1 // indirect
    13  	github.com/kr/text v0.2.0 // indirect
    14  	github.com/pmezard/go-difflib v1.0.0 // indirect
    15  	github.com/robfig/cron/v3 v3.0.0 // indirect
    16  	golang.org/x/sys v0.11.0 // indirect
    17  	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
    18  	gopkg.in/yaml.v3 v3.0.1 // indirect
    19  )
    20  
    21  require (
    22  	github.com/bwmarrin/snowflake v0.3.0
    23  	github.com/gofrs/flock v0.8.1
    24  	github.com/hashicorp/golang-lru/v2 v2.0.4 // indirect
    25  	github.com/stretchr/testify v1.8.4
    26  )