Merge remote-tracking branch 'upstream/master' into reference
Showing
.github/config.yml
0 → 100644
.gx/lastpubver
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
error.go
0 → 100644
go.mod
0 → 100644
module github.com/ipfs/go-path | ||
go 1.15 | ||
require ( | ||
github.com/ipfs/go-cid v0.0.2 | ||
github.com/ipfs/go-ipld-format v0.0.2 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/ipfs/go-merkledag v0.0.6 | ||
) |
go.sum
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"author": "why", | ||
"bugs": { | ||
"url": "https://github.com/ipfs/go-path" | ||
}, | ||
"gx": { | ||
"dvcsimport": "github.com/ipfs/go-path" | ||
}, | ||
"gxDependencies": [ | ||
{ | ||
"author": "why", | ||
"hash": "QmY6UwsN3D6uoxrRkYpJ8Wos8R66gwLmdn3wy7jM7CCRQ1", | ||
"name": "go-merkledag", | ||
"version": "1.1.40" | ||
}, | ||
{ | ||
"author": "whyrusleeping", | ||
"hash": "QmZ6nzCLwGLVfRzYLpD7pW6UNuBDKEcA2imJtVpbEx2rxy", | ||
"name": "go-ipld-format", | ||
"version": "0.8.1" | ||
}, | ||
{ | ||
"author": "whyrusleeping", | ||
"hash": "QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN", | ||
"name": "go-cid", | ||
"version": "0.9.3" | ||
}, | ||
{ | ||
"hash": "QmbkT7eMTyXfpeyB3ZMxxcxg7XH8t6uXp49jqzz4HB7BGF", | ||
"name": "go-log", | ||
"version": "1.5.9" | ||
} | ||
], | ||
"gxVersion": "0.12.1", | ||
"language": "go", | ||
"license": "", | ||
"name": "go-path", | ||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", | ||
"version": "1.1.41" | ||
} | ||
path.go
0 → 100644
path_test.go
0 → 100644
resolver/resolver.go
0 → 100644
resolver/resolver_test.go
0 → 100644
Please register or sign in to comment