Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"context"
crosstracetools "crosstrace/cmd/agent/tools"
cont "crosstrace/context"
cont "crosstrace/settings"
"crosstrace/internal/configs"
"crosstrace/internal/crossmint"
"crosstrace/internal/journal"
Expand Down
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
module crosstrace

go 1.24.3
go 1.25.2

require (
github.com/dgraph-io/badger/v4 v4.8.0
github.com/ethereum/go-ethereum v1.16.3
)

require github.com/rawbytedev/zerokv v1.0.101

require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
Expand All @@ -27,7 +29,7 @@ require (
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/yargevad/filepathx v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI
github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc=
github.com/prometheus/procfs v0.9.0 h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI=
github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY=
github.com/rawbytedev/zerokv v1.0.101 h1:btNmI23hM9q3uwHVt69u/0F+lR5csqY/HGziTZtREA4=
github.com/rawbytedev/zerokv v1.0.101/go.mod h1:gbRQiP2nU3iWTFUdQSfaJ9TCMqW8atFLP2EItdfgKzM=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
Expand Down
191 changes: 0 additions & 191 deletions internal/journal/database/badger.go

This file was deleted.

33 changes: 0 additions & 33 deletions internal/journal/database/db.go

This file was deleted.

12 changes: 0 additions & 12 deletions internal/journal/database/errors.go

This file was deleted.

Loading