Skip to content

Commit

Permalink
move to another github project (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Aug 24, 2023
1 parent e3b361c commit 6b8e231
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exp/mdbxpool/txnpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sync"
"sync/atomic"

"github.com/torquem-ch/mdbx-go/mdbx"
"github.com/erigontech/mdbx-go/mdbx"
)

// UpdateHandling describes how a TxnPool handles existing mdbx.Readonly
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/torquem-ch/mdbx-go
module github.com/erigontech/mdbx-go

go 1.15
2 changes: 1 addition & 1 deletion mdbx/val.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "C"
import (
"unsafe"

"github.com/torquem-ch/mdbx-go/mdbx/mdbxarch"
"github.com/erigontech/mdbx-go/mdbx/mdbxarch"
)

// Just for docs:
Expand Down

0 comments on commit 6b8e231

Please sign in to comment.