Commit da36c369 authored by Steven Allen's avatar Steven Allen

migrate to IPLD org

parent f188c0e2
......@@ -4,13 +4,12 @@ os:
language: go
go:
- 1.11.x
- 1.12.x
env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod
......@@ -24,7 +23,6 @@ script:
cache:
directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod
- $HOME/.cache/go-build
......
go-car (go!)
==================
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![Coverage Status](https://codecov.io/gh/ipfs/go-car/branch/master/graph/badge.svg)](https://codecov.io/gh/ipfs/go-car/branch/master)
[![Travis CI](https://travis-ci.org/ipfs/go-car.svg?branch=master)](https://travis-ci.org/ipfs/go-car)
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
[![](https://img.shields.io/badge/project-ipld-orange.svg?style=flat-square)](https://github.com/ipld/ipld)
[![](https://img.shields.io/badge/freenode-%23ipld-orange.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipld)
[![Coverage Status](https://codecov.io/gh/ipld/go-car/branch/master/graph/badge.svg)](https://codecov.io/gh/ipld/go-car/branch/master)
[![Travis CI](https://travis-ci.org/ipld/go-car.svg?branch=master)](https://travis-ci.org/ipld/go-car)
> go-car is a simple way of packing a merkledag into a single file
......
......@@ -12,7 +12,7 @@ import (
format "github.com/ipfs/go-ipld-format"
dag "github.com/ipfs/go-merkledag"
util "github.com/ipfs/go-car/util"
util "github.com/ipld/go-car/util"
)
func init() {
......
......@@ -7,7 +7,7 @@ import (
"io"
"os"
"github.com/ipfs/go-car"
"github.com/ipld/go-car"
cli "github.com/urfave/cli"
)
......
This diff is collapsed.
{
"author": "why",
"bugs": {
"url": "https://github.com/ipfs/go-car"
},
"gx": {
"dvcsimport": "github.com/ipfs/go-car"
},
"gxDependencies": [
{
"author": "why",
"hash": "QmNRAuGmvnVw8urHkUZQirhu42VTiZjVWASa2aTznEMmpP",
"name": "go-merkledag",
"version": "1.1.33"
},
{
"author": "whyrusleeping",
"hash": "QmcZLyosDwMKdB6NLRsiss9HXzDPhVhhRtPy67JFKTDQDX",
"name": "go-ipld-cbor",
"version": "1.5.9"
},
{
"author": "hsanjuan",
"hash": "QmRu7tiRnFk9mMPpVECQTBQJqXtmG132jJxA1w9A7TtpBz",
"name": "go-ipfs-blockstore",
"version": "0.1.7"
},
{
"author": "whyrusleeping",
"hash": "QmR8BauakNcBa3RbE4nbQu76PDiJgoQgz8AJdhJuiU4TAw",
"name": "go-cid",
"version": "0.9.1"
},
{
"author": "stebalien",
"hash": "QmWoXtvgC8inqFkAATB7cp2Dax7XBi9VDvSg9RCCZufmRk",
"name": "go-block-format",
"version": "0.2.1"
}
],
"gxVersion": "0.12.1",
"language": "go",
"license": "",
"name": "go-car",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.1.11"
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment