Skip to content

Commit 61f03f4

Browse files
authored
peerstore: remove unused badger tests (#3252)
We were testing with both badger and LevelDB. Removing badger as just testing with LevelDB should be enough. Not sure if we need LevelDB either, but for now just removing badger as it is any way unused. See: #3250
1 parent 92aa563 commit 61f03f4

File tree

3 files changed

+3
-83
lines changed

3 files changed

+3
-83
lines changed

go.mod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ require (
1818
github.com/huin/goupnp v1.3.0
1919
github.com/ipfs/go-cid v0.5.0
2020
github.com/ipfs/go-datastore v0.6.0
21-
github.com/ipfs/go-ds-badger v0.3.0
2221
github.com/ipfs/go-ds-leveldb v0.5.0
2322
github.com/ipfs/go-log/v2 v2.5.1
2423
github.com/jackpal/go-nat-pmp v1.0.2
@@ -70,17 +69,11 @@ require (
7069
)
7170

7271
require (
73-
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
7472
github.com/beorn7/perks v1.0.1 // indirect
75-
github.com/cespare/xxhash v1.1.0 // indirect
7673
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7774
github.com/davecgh/go-spew v1.1.1 // indirect
78-
github.com/dgraph-io/badger v1.6.2 // indirect
79-
github.com/dgraph-io/ristretto v0.0.2 // indirect
80-
github.com/dustin/go-humanize v1.0.0 // indirect
8175
github.com/francoispqt/gojay v1.2.13 // indirect
8276
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
83-
github.com/golang/protobuf v1.5.3 // indirect
8477
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
8578
github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
8679
github.com/google/uuid v1.6.0 // indirect
@@ -107,7 +100,6 @@ require (
107100
github.com/pion/transport/v2 v2.2.10 // indirect
108101
github.com/pion/transport/v3 v3.0.7 // indirect
109102
github.com/pion/turn/v4 v4.0.0 // indirect
110-
github.com/pkg/errors v0.9.1 // indirect
111103
github.com/pmezard/go-difflib v1.0.0 // indirect
112104
github.com/prometheus/common v0.62.0 // indirect
113105
github.com/prometheus/procfs v0.15.1 // indirect

0 commit comments

Comments
 (0)