From 560c118cfcc1c03a955550c402fd7b54dd835a01 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 20 Dec 2019 06:52:21 -0800 Subject: [PATCH] chore(dep): remove gx License: MIT Signed-off-by: Steven Allen --- .travis.yml | 2 -- package.json | 36 ------------------------------------ 2 files changed, 38 deletions(-) delete mode 100644 package.json diff --git a/.travis.yml b/.travis.yml index 4cfe98c..5163d69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ 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 diff --git a/package.json b/package.json deleted file mode 100644 index 970ac55..0000000 --- a/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "author": "stebalien", - "bugs": { - "url": "https://github.com/ipfs/go-block-format" - }, - "gx": { - "dvcsimport": "github.com/ipfs/go-block-format" - }, - "gxDependencies": [ - { - "author": "whyrusleeping", - "hash": "QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN", - "name": "go-cid", - "version": "0.9.3" - }, - { - "author": "multiformats", - "hash": "QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW", - "name": "go-multihash", - "version": "1.0.9" - }, - { - "author": "whyrusleeping", - "hash": "QmNohiVssaPw3KVLZik59DBVGTSm2dGvYT9eoXt5DQ36Yz", - "name": "go-ipfs-util", - "version": "1.2.9" - } - ], - "gxVersion": "0.11.0", - "language": "go", - "license": "", - "name": "go-block-format", - "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.2.2" -} -