File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
cover :
9
9
go tool cover -html=coverage.txt -o coverage.html
10
+
11
+ clean :
12
+ go clean -cache
13
+ find . -name ' .golang-kv' | xargs rm -rf
14
+ rm -rf coverage.html
15
+ rm -rf coverage.txt
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/ucwong/golang-kv
3
3
go 1.19
4
4
5
5
require (
6
- github.com/dgraph-io/badger/v3 v3.0.0-20220623163930-7d159dd923ac
6
+ github.com/dgraph-io/badger/v3 v3.0.0-20220802162129-2de177900e3c
7
7
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
8
8
github.com/ucwong/go-ttlmap v1.0.2-0.20220531033718-59436cfae99c
9
9
go.etcd.io/bbolt v1.3.7-0.20220226045046-fd5535f71f48
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwc
17
17
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
18
18
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
19
19
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
20
- github.com/dgraph-io/badger/v3 v3.0.0-20220623163930-7d159dd923ac h1:X2ptKFnQ26tdEV5eHyMzRo2oxy+2rk9mGhL17+T2ORY =
21
- github.com/dgraph-io/badger/v3 v3.0.0-20220623163930-7d159dd923ac /go.mod h1:htT1nCRzQG5+APlZQcd9xe4P36WsdkN7IXQ72oAXrZw =
20
+ github.com/dgraph-io/badger/v3 v3.0.0-20220802162129-2de177900e3c h1:bL3ASoYqq9jN6L6B5uhx46WEGHm8KCLu737NqD3zJVE =
21
+ github.com/dgraph-io/badger/v3 v3.0.0-20220802162129-2de177900e3c /go.mod h1:htT1nCRzQG5+APlZQcd9xe4P36WsdkN7IXQ72oAXrZw =
22
22
github.com/dgraph-io/ristretto v0.1.0 h1:Jv3CGQHp9OjuMBSne1485aDpUkTKEcUqF+jm/LuerPI =
23
23
github.com/dgraph-io/ristretto v0.1.0 /go.mod h1:fux0lOrBhrVCJd3lcTHsIJhq1T2rokOu6v9Vcb3Q9ug =
24
24
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA =
You can’t perform that action at this time.
0 commit comments