diff --git a/.gx/lastpubver b/.gx/lastpubver deleted file mode 100644 index db6a03f..0000000 --- a/.gx/lastpubver +++ /dev/null @@ -1 +0,0 @@ -2.0.19: QmaCTz9RkrU13bm9kMB54f7atgqM4qkjDZpRwRoJiWXEqs 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/Makefile b/Makefile deleted file mode 100644 index 1865d9c..0000000 --- a/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -export IPFS_API ?= v04x.ipfs.io - -gx: - go get github.com/whyrusleeping/gx - go get github.com/whyrusleeping/gx-go - -covertools: - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover - -deps: gx covertools - gx --verbose install --global - gx-go rewrite - -publish: - gx-go rewrite --undo - diff --git a/README.md b/README.md index f5c3229..0ad7cf9 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,7 @@ This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/c ## License MIT + +--- + +The last gx published version of this module was: 2.0.19: QmaCTz9RkrU13bm9kMB54f7atgqM4qkjDZpRwRoJiWXEqs diff --git a/package.json b/package.json deleted file mode 100644 index d796696..0000000 --- a/package.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "author": "whyrusleeping", - "bugs": { - "url": "https://github.com/libp2p/go-libp2p-peerstore" - }, - "gx": { - "dvcsimport": "github.com/libp2p/go-libp2p-peerstore" - }, - "gxDependencies": [ - { - "author": "whyrusleeping", - "hash": "QmbkT7eMTyXfpeyB3ZMxxcxg7XH8t6uXp49jqzz4HB7BGF", - "name": "go-log", - "version": "1.5.9" - }, - { - "author": "whyrusleeping", - "hash": "QmTZBfrPJmjWsCvHEtX5FE6KimVJhsJg5sBbqEFYf4UZtL", - "name": "go-multiaddr", - "version": "1.4.1" - }, - { - "author": "whyrusleeping", - "hash": "QmUusaX99BZoELh7dmPgirqRQ1FAmMnmnBn3oiqDFGBUSc", - "name": "go-keyspace", - "version": "1.0.0" - }, - { - "author": "whyrusleeping", - "hash": "QmTW4SdgBWq9GjsBsHeUx8WuGxzhgzAf88UMH2w62PC8yK", - "name": "go-libp2p-crypto", - "version": "2.0.7" - }, - { - "author": "jbenet", - "hash": "Qmc85NSvmSG4Frn9Vb2cBc1rMyULH6D3TNVEfCzSKoUpip", - "name": "go-multiaddr-net", - "version": "1.7.2" - }, - { - "author": "whyrusleeping", - "hash": "QmUrZZavcArYChpibtP8KgQXsAEpvgzUk73B2oj3HLbWc4", - "name": "mafmt", - "version": "1.2.11" - }, - { - "author": "whyrusleeping", - "hash": "QmYVXrKrKHDC9FobgmcmshCDyWwdrfwfanNQN4oxJ9Fk3h", - "name": "go-libp2p-peer", - "version": "3.1.2" - }, - { - "author": "multiformats", - "hash": "QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW", - "name": "go-multihash", - "version": "1.0.9" - }, - { - "author": "magik6k", - "hash": "QmTNJogwkhnbHeRmAXWtzvN2KgVko2oNmHHQN1ggHVhF91", - "name": "go-ds-badger", - "version": "1.12.3" - }, - { - "hash": "QmUadX5EcvrBmxAV9sE7wUWtWSqxns5K84qKJBixmcT1w9", - "name": "go-datastore", - "version": "3.6.1" - }, - { - "hash": "QmQjMHF8ptRgx4E57UFMiT4YM6kqaJeYxZ1MCDX23aw4rK", - "name": "golang-lru", - "version": "2017.10.18" - }, - { - "author": "Stebalien", - "hash": "QmQDvJoB6aJWN3sjr3xsgXqKCXf4jU5zdMXpDMsBkYVNqa", - "name": "go-buffer-pool", - "version": "0.1.3" - }, - { - "author": "whyrusleeping", - "hash": "QmbgYmpUkuCDnXi4hci3Jt797iVXbpuBKRTCqGz57h48Sk", - "name": "go-ds-leveldb", - "version": "1.3.0" - }, - { - "author": "Golang", - "hash": "QmPbbYin7KBd1Y1BfUe15vHzwJiioyi3wtKQTtXWWf8SC5", - "name": "base32", - "version": "0.0.3" - } - ], - "gxVersion": "0.4.0", - "language": "go", - "license": "MIT", - "name": "go-libp2p-peerstore", - "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "2.0.19" -} -