From fc1ea067612f8d5698fed89a05238687b9f85371 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 2 Dec 2019 15:29:25 -0500 Subject: [PATCH] chore(ci): fix --- .travis.yml | 2 -- ci/Jenkinsfile | 2 -- go.mod | 2 ++ package.json | 66 -------------------------------------------------- 4 files changed, 2 insertions(+), 70 deletions(-) delete mode 100644 ci/Jenkinsfile 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/ci/Jenkinsfile b/ci/Jenkinsfile deleted file mode 100644 index ff416dd..0000000 --- a/ci/Jenkinsfile +++ /dev/null @@ -1,2 +0,0 @@ -golang() - diff --git a/go.mod b/go.mod index 6747fa3..64a6616 100644 --- a/go.mod +++ b/go.mod @@ -13,3 +13,5 @@ require ( github.com/ipfs/go-ipld-format v0.0.2 github.com/multiformats/go-multihash v0.0.5 ) + +go 1.13 diff --git a/package.json b/package.json deleted file mode 100644 index 24801a0..0000000 --- a/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "author": "why", - "bugs": { - "url": "https://github.com/ipfs/go-merkledag" - }, - "gx": { - "dvcsimport": "github.com/ipfs/go-merkledag" - }, - "gxDependencies": [ - { - "author": "stebalien", - "hash": "QmYYLnAzR28nAQ4U5MFniLprnktu6eTFKibeNt96V21EZK", - "name": "go-block-format", - "version": "0.2.2" - }, - { - "author": "whyrusleeping", - "hash": "QmVwsD9oGSAKcCoD4BGi3Hx8XRo4jNy6aMzsjDHVTgYv2D", - "name": "go-ipld-cbor", - "version": "1.5.10" - }, - { - "author": "whyrusleeping", - "hash": "QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN", - "name": "go-cid", - "version": "0.9.3" - }, - { - "author": "whyrusleeping", - "hash": "QmZ6nzCLwGLVfRzYLpD7pW6UNuBDKEcA2imJtVpbEx2rxy", - "name": "go-ipld-format", - "version": "0.8.1" - }, - { - "author": "whyrusleeping", - "hash": "QmNohiVssaPw3KVLZik59DBVGTSm2dGvYT9eoXt5DQ36Yz", - "name": "go-ipfs-util", - "version": "1.2.9" - }, - { - "author": "hsanjuan", - "hash": "Qmb9fkAWgcyVRnFdXGqA6jcWGFj6q35oJjwRAYRhfEboGS", - "name": "go-ipfs-exchange-offline", - "version": "0.1.7" - }, - { - "author": "whyrusleeping", - "hash": "QmddjPSGZb3ieihSseFeCfVRpZzcqczPNsD2DvarSwnjJB", - "name": "gogo-protobuf", - "version": "1.2.1" - }, - { - "author": "why", - "hash": "QmTRbLgKn2BKNvr9z5JQ3uZC4FSyLkad9t7qTVPkbH1LRB", - "name": "go-blockservice", - "version": "1.1.31" - } - ], - "gxVersion": "0.12.1", - "language": "go", - "license": "", - "name": "go-merkledag", - "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.1.40" -} -