-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathgo.mod
26 lines (23 loc) · 773 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/arriqaaq/flashdb
go 1.17
require (
github.com/arriqaaq/aol v0.1.2
github.com/arriqaaq/art v0.1.2
github.com/arriqaaq/hash v0.1.2
github.com/arriqaaq/set v0.1.2
github.com/arriqaaq/zset v0.1.2
github.com/gomodule/redigo v1.8.8
github.com/pelletier/go-toml v1.9.4
github.com/peterh/liner v1.2.2
github.com/stretchr/testify v1.7.1
github.com/tidwall/redcon v1.4.4
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/btree v1.1.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)