Skip to content

Commit eb70e9c

Browse files
committed
Big Refactor - delete all legacy code
1 parent 972e542 commit eb70e9c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+11
-5590
lines changed

.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

.mockery.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

bench.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

cmd/example/main.go

Lines changed: 0 additions & 121 deletions
This file was deleted.

cmd/workerPoolTester/main.go

Lines changed: 0 additions & 39 deletions
This file was deleted.

config.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/events.md

Whitespace-only changes.

go.mod

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,7 @@
11
module github.com/i5heu/ouroboros-db
22

3-
go 1.21.5
3+
go 1.24.5
44

5-
require (
6-
github.com/cloudflare/circl v1.3.8
7-
github.com/ipfs/boxo v0.19.0
8-
github.com/shirou/gopsutil v3.21.11+incompatible
9-
github.com/stretchr/testify v1.9.0
10-
github.com/ulikunitz/xz v0.5.12
11-
google.golang.org/protobuf v1.34.0
12-
gopkg.in/yaml.v2 v2.4.0
13-
)
5+
require github.com/sirupsen/logrus v1.9.3
146

15-
require (
16-
github.com/cespare/xxhash/v2 v2.3.0 // indirect
17-
github.com/davecgh/go-spew v1.1.1 // indirect
18-
github.com/dgraph-io/ristretto v0.1.1 // indirect
19-
github.com/dustin/go-humanize v1.0.1 // indirect
20-
github.com/go-ole/go-ole v1.2.6 // indirect
21-
github.com/gogo/protobuf v1.3.2 // indirect
22-
github.com/golang/glog v1.2.1 // indirect
23-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
24-
github.com/golang/protobuf v1.5.4 // indirect
25-
github.com/golang/snappy v0.0.4 // indirect
26-
github.com/google/flatbuffers v24.3.25+incompatible // indirect
27-
github.com/klauspost/compress v1.17.8 // indirect
28-
github.com/kr/pretty v0.2.0 // indirect
29-
github.com/pkg/errors v0.9.1 // indirect
30-
github.com/pmezard/go-difflib v1.0.0 // indirect
31-
github.com/stretchr/objx v0.5.2 // indirect
32-
github.com/yusufpapurcu/wmi v1.2.4 // indirect
33-
go.opencensus.io v0.24.0 // indirect
34-
golang.org/x/crypto v0.26.0 // indirect
35-
golang.org/x/net v0.25.0 // indirect
36-
gopkg.in/yaml.v3 v3.0.1 // indirect
37-
)
38-
39-
require (
40-
github.com/dgraph-io/badger/v4 v4.2.0
41-
github.com/ipfs/go-log/v2 v2.5.1 // indirect
42-
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
43-
github.com/mattn/go-isatty v0.0.20 // indirect
44-
github.com/sirupsen/logrus v1.9.3
45-
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
46-
go.uber.org/multierr v1.11.0 // indirect
47-
go.uber.org/zap v1.27.0 // indirect
48-
golang.org/x/sys v0.23.0 // indirect
49-
)
7+
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect

0 commit comments

Comments
 (0)