diff --git a/.travis.yml b/.travis.yml index 18f4287..09f9a4c 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/travis/.cache/go-build diff --git a/package.json b/package.json deleted file mode 100644 index cdad09e..0000000 --- a/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "author": "multiformats", - "bugs": { - "url": "https://github.com/multiformats/go-multiaddr-net" - }, - "gx": { - "dvcsimport": "github.com/multiformats/go-multiaddr-net" - }, - "gxDependencies": [ - { - "author": "multiformats", - "hash": "QmTZBfrPJmjWsCvHEtX5FE6KimVJhsJg5sBbqEFYf4UZtL", - "name": "go-multiaddr", - "version": "1.4.1" - }, - { - "author": "lgierth", - "hash": "QmU98UaAEh4WJAcir2qjfztU77JQ14kAwHNFkjUXHZA3Vy", - "name": "go-multiaddr-dns", - "version": "0.3.1" - } - ], - "gxVersion": "0.6.0", - "language": "go", - "license": "", - "name": "go-multiaddr-net", - "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.7.2" -} -