mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
deps: luxfi/zapdb v4 → v1.0.0 (module path reset)
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
.git
|
||||||
|
*.md
|
||||||
|
LICENSE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
.env*
|
||||||
|
testdata/
|
||||||
|
*_test.go
|
||||||
|
coverage/
|
||||||
|
vendor/
|
||||||
|
docs/
|
||||||
@@ -31,7 +31,7 @@ require (
|
|||||||
github.com/luxfi/utxo v0.2.5
|
github.com/luxfi/utxo v0.2.5
|
||||||
github.com/luxfi/validators v1.0.0
|
github.com/luxfi/validators v1.0.0
|
||||||
github.com/luxfi/version v1.0.1
|
github.com/luxfi/version v1.0.1
|
||||||
github.com/luxfi/zapdb/v4 v4.9.2
|
github.com/luxfi/zapdb v1.0.0
|
||||||
github.com/onsi/ginkgo/v2 v2.28.1
|
github.com/onsi/ginkgo/v2 v2.28.1
|
||||||
github.com/onsi/gomega v1.39.1
|
github.com/onsi/gomega v1.39.1
|
||||||
github.com/shirou/gopsutil v3.21.11+incompatible
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
badger "github.com/luxfi/zapdb/v4"
|
badger "github.com/luxfi/zapdb"
|
||||||
"github.com/luxfi/ids"
|
"github.com/luxfi/ids"
|
||||||
log "github.com/luxfi/log"
|
log "github.com/luxfi/log"
|
||||||
"github.com/luxfi/netrunner/network"
|
"github.com/luxfi/netrunner/network"
|
||||||
|
|||||||
Reference in New Issue
Block a user