mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-03 13:33:06 +00:00
remove gx support
This commit is contained in:
parent
abe95b8d2e
commit
de67c9ba29
@ -4,13 +4,12 @@ os:
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
|
||||
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
|
||||
|
||||
|
||||
18
README.md
18
README.md
@ -1,6 +1,6 @@
|
||||
# go-multiaddr-net
|
||||
|
||||
[](http://ipn.io)
|
||||
[](https://protocol.ai)
|
||||
[](https://github.com/multiformats/multiformats)
|
||||
[](https://webchat.freenode.net/?channels=%23ipfs)
|
||||
[](https://github.com/RichardLitt/standard-readme)
|
||||
@ -35,21 +35,7 @@ Note that `go-multiaddr-net` is packaged with Gx, so it is recommended to use Gx
|
||||
|
||||
## Usage
|
||||
|
||||
This module is packaged with [Gx](https://github.com/whyrusleeping/gx). In order to use it in your own project do:
|
||||
|
||||
```sh
|
||||
go get -u github.com/whyrusleeping/gx
|
||||
go get -u github.com/whyrusleeping/gx-go
|
||||
cd <your-project-repository>
|
||||
gx init
|
||||
gx import github.com/multiformats/go-multiaddr-net
|
||||
gx install --global
|
||||
gx-go --rewrite
|
||||
```
|
||||
|
||||
Please check [Gx](https://github.com/whyrusleeping/gx) and [Gx-go](https://github.com/whyrusleeping/gx-go) documentation for more information.
|
||||
|
||||
For further usage, see the docs:
|
||||
See the docs:
|
||||
|
||||
- `multiaddr/net`: https://godoc.org/github.com/multiformats/go-multiaddr-net
|
||||
- `multiaddr`: https://godoc.org/github.com/multiformats/go-multiaddr
|
||||
|
||||
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