mirror of
https://github.com/waku-org/go-multiaddr.git
synced 2025-02-23 03:28:12 +00:00
fix: remove gx support
This commit is contained in:
parent
082ac9ffc3
commit
bd7c2ab520
@ -10,7 +10,6 @@ env:
|
|||||||
global:
|
global:
|
||||||
- GOTFLAGS="-race"
|
- GOTFLAGS="-race"
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_DEPTYPE=gx
|
|
||||||
- BUILD_DEPTYPE=gomod
|
- BUILD_DEPTYPE=gomod
|
||||||
|
|
||||||
|
|
||||||
@ -24,7 +23,6 @@ script:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $GOPATH/src/gx
|
|
||||||
- $GOPATH/pkg/mod
|
- $GOPATH/pkg/mod
|
||||||
- /home/travis/.cache/go-build
|
- /home/travis/.cache/go-build
|
||||||
|
|
||||||
|
30
package.json
30
package.json
@ -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"
|
|
||||||
}
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user