Skip to content

Commit

Permalink
migrate to IPLD org
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Mar 4, 2020
1 parent f188c0e commit da36c36
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 173 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -24,7 +23,6 @@ script:

cache:
directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod
- $HOME/.cache/go-build

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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
Expand Down
2 changes: 1 addition & 1 deletion car.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion car/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"io"
"os"

"github.com/ipfs/go-car"
"github.com/ipld/go-car"

cli "github.com/urfave/cli"
)
Expand Down
19 changes: 3 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
module github.com/ipfs/go-car
module github.com/ipld/go-car

require (
github.com/fd/go-nat v1.0.0 // indirect
github.com/gxed/pubsub v0.0.0-20180201040156-26ebdf44f824 // indirect
github.com/ipfs/go-block-format v0.0.2
github.com/ipfs/go-cid v0.0.2
github.com/ipfs/go-ipfs-blockstore v0.0.1
github.com/ipfs/go-ipfs-flags v0.0.1 // indirect
github.com/ipfs/go-ipld-cbor v0.0.2
github.com/ipfs/go-ipld-format v0.0.2
github.com/ipfs/go-merkledag v0.2.4
github.com/ipld/go-ipld-prime v0.0.1
github.com/libp2p/go-conn-security v0.0.1 // indirect
github.com/libp2p/go-libp2p-host v0.0.1 // indirect
github.com/libp2p/go-libp2p-interface-pnet v0.0.1 // indirect
github.com/libp2p/go-libp2p-metrics v0.0.1 // indirect
github.com/libp2p/go-libp2p-routing v0.0.1 // indirect
github.com/libp2p/go-libp2p-transport v0.0.4 // indirect
github.com/multiformats/go-multihash v0.0.5
github.com/polydawn/refmt v0.0.0-20190408063855-01bf1e26dd14 // indirect
github.com/urfave/cli v1.20.0
github.com/whyrusleeping/go-smux-multiplex v3.0.16+incompatible // indirect
github.com/whyrusleeping/go-smux-multistream v2.0.2+incompatible // indirect
github.com/whyrusleeping/go-smux-yamux v2.0.8+incompatible // indirect
github.com/whyrusleeping/yamux v1.1.5 // indirect
github.com/warpfork/go-wish v0.0.0-20190328234359-8b3e70f8e830 // indirect
)

go 1.13
149 changes: 50 additions & 99 deletions go.sum

Large diffs are not rendered by default.

48 changes: 0 additions & 48 deletions package.json

This file was deleted.

0 comments on commit da36c36

Please sign in to comment.