Skip to content

Commit

Permalink
Merge pull request ipfs#65 from ipfs/petar/namefmt
Browse files Browse the repository at this point in the history
Add ID formatting functions, used by various IPFS cli commands
  • Loading branch information
aschmahmann authored Jul 29, 2020
2 parents ee0d435 + c604c5b commit b935dfe
Show file tree
Hide file tree
Showing 6 changed files with 328 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
language: go

go:
- 1.11.x
- 1.13.x

env:
global:
Expand Down
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
module github.com/ipfs/interface-go-ipfs-core

require (
github.com/ipfs/go-cid v0.0.3
github.com/ipfs/go-ipfs-files v0.0.2
github.com/ipfs/go-ipld-cbor v0.0.1
github.com/ipfs/go-ipld-format v0.0.1
github.com/ipfs/go-merkledag v0.0.3
github.com/ipfs/go-path v0.0.3
github.com/ipfs/go-unixfs v0.0.4
github.com/libp2p/go-libp2p-core v0.2.2
github.com/multiformats/go-multiaddr v0.0.4
github.com/multiformats/go-multihash v0.0.7
github.com/ipfs/go-cid v0.0.6
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/go-ipld-cbor v0.0.4
github.com/ipfs/go-ipld-format v0.2.0
github.com/ipfs/go-merkledag v0.3.2
github.com/ipfs/go-path v0.0.7
github.com/ipfs/go-unixfs v0.2.4
github.com/libp2p/go-libp2p-core v0.6.0
github.com/multiformats/go-multiaddr v0.2.2
github.com/multiformats/go-multibase v0.0.3
github.com/multiformats/go-multihash v0.0.13
)

go 1.12
go 1.13
Loading

0 comments on commit b935dfe

Please sign in to comment.