File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
go-hamt-ipld
2
2
==================
3
3
4
- [ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io )
5
- [ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://libp2p.io/ )
6
- [ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
7
- [ ![ Travis CI] ( https://travis-ci.org/ipfs/go-hamt-ipld.svg?branch=master )] ( https://travis-ci.org/ipfs/go-hamt-ipld )
4
+ [ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( https://protocol.ai/ )
5
+ [ ![ Travis CI] ( https://travis-ci.org/filecoin-project/go-hamt-ipld.svg?branch=master )] ( https://travis-ci.org/filecoin-project/go-hamt-ipld )
8
6
9
7
** This package is a reference implementation of the IPLD HAMT used in the
10
8
Filecoin blockchain.** It includes some optional flexibility such that it may
@@ -20,7 +18,7 @@ set of keys and their values, a HAMT using the same parameters and CHAMP
20
18
semantics, the root node should always produce the same content identifier
21
19
(CID).
22
20
23
- ** See https://godoc.org/github.com/ipfs /go-hamt-ipld for more information and
21
+ ** See https://godoc.org/github.com/filecoin-project /go-hamt-ipld for more information and
24
22
API details.**
25
23
26
24
## License
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
cbg "github.com/whyrusleeping/cbor-gen"
5
5
6
- hamt "github.com/ipfs /go-hamt-ipld"
6
+ hamt "github.com/filecoin-project /go-hamt-ipld"
7
7
)
8
8
9
9
func main () {
Original file line number Diff line number Diff line change 1
- module github.com/ipfs /go-hamt-ipld
1
+ module github.com/filecoin-project /go-hamt-ipld
2
2
3
3
require (
4
4
github.com/ipfs/go-block-format v0.0.2
@@ -7,7 +7,6 @@ require (
7
7
github.com/ipfs/go-ipld-format v0.0.2 // indirect
8
8
github.com/spaolacci/murmur3 v1.1.0
9
9
github.com/whyrusleeping/cbor-gen v0.0.0-20200806213330-63aa96ca5488
10
- golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
11
10
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
12
11
)
13
12
Original file line number Diff line number Diff line change @@ -77,8 +77,6 @@ golang.org/x/sys v0.0.0-20190219092855-153ac476189d h1:Z0Ahzd7HltpJtjAHHxX8QFP3j
77
77
golang.org/x/sys v0.0.0-20190219092855-153ac476189d /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
78
78
golang.org/x/sys v0.0.0-20190412213103-97732733099d h1:+R4KGOnez64A81RvjARKc4UT5/tI9ujCIVX+P5KiHuI =
79
79
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
80
- golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb h1:fgwFCsaw9buMuxNd6+DQfAuSFqbNiQZpcgJQAgJsK6k =
81
- golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
82
80
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
83
81
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4 =
84
82
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments