Skip to content

Commit e32f201

Browse files
committed
rename module name
1 parent 73ad375 commit e32f201

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dag_store.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package dagstore
22

33
import (
44
"context"
5-
levelstore "dagstore/store"
65
"fmt"
6+
levelstore "github.com/CUIT-CBI/dag-store/store"
77
"github.com/ipfs/go-blockservice"
88
"github.com/ipfs/go-cid"
99
blockstore "github.com/ipfs/go-ipfs-blockstore"

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module dagstore
1+
module github.com/CUIT-CBI/dag-store
22

33
go 1.17
44

0 commit comments

Comments
 (0)