Unverified Commit 39e77de9 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #7 from ipfs/chore/remove-gx

chore(dep): remove gx
parents 3f798b75 73e64d2c
...@@ -4,13 +4,12 @@ os: ...@@ -4,13 +4,12 @@ os:
language: go language: go
go: go:
- 1.11.x - 1.13.x
env: env:
global: global:
- GOTFLAGS="-race" - GOTFLAGS="-race"
matrix: matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod - BUILD_DEPTYPE=gomod
...@@ -24,7 +23,6 @@ script: ...@@ -24,7 +23,6 @@ script:
cache: cache:
directories: directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod - $GOPATH/pkg/mod
- $HOME/.cache/go-build - $HOME/.cache/go-build
......
{
"author": "hsanjuan",
"bugs": {
"url": "https://github.com/ipfs/go-ipfs-exchange-interface"
},
"gx": {
"dvcsimport": "github.com/ipfs/go-ipfs-exchange-interface"
},
"gxDependencies": [
{
"author": "stebalien",
"hash": "QmYYLnAzR28nAQ4U5MFniLprnktu6eTFKibeNt96V21EZK",
"name": "go-block-format",
"version": "0.2.2"
},
{
"author": "whyrusleeping",
"hash": "QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN",
"name": "go-cid",
"version": "0.9.3"
}
],
"gxVersion": "0.12.1",
"language": "go",
"license": "MIT",
"name": "go-ipfs-exchange-interface",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.1.3"
}
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