From d9024ed6174930de19ed7e8f0ef84de29e5c8b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Thu, 11 Apr 2019 21:11:16 +0100 Subject: [PATCH] farewell gx; thanks for serving us well. --- .gx/lastpubver | 1 - .travis.yml | 2 -- Makefile | 11 ----------- README.md | 4 ++++ package.json | 53 -------------------------------------------------- 5 files changed, 4 insertions(+), 67 deletions(-) delete mode 100644 .gx/lastpubver delete mode 100644 Makefile delete mode 100644 package.json diff --git a/.gx/lastpubver b/.gx/lastpubver deleted file mode 100644 index ce00dec..0000000 --- a/.gx/lastpubver +++ /dev/null @@ -1 +0,0 @@ -0.4.23: QmQzyPDx8rLqJ5evnHAo4Mpbsb64RKGZzLABzsbXQM6a2j 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 2061941..0000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -gx: - go get github.com/whyrusleeping/gx - go get github.com/whyrusleeping/gx-go - -deps: gx - gx --verbose install --global - gx-go rewrite - -publish: - gx-go rewrite --undo - diff --git a/README.md b/README.md index e4aeac0..0aa4fdb 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ go-libp2p-netutil [![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io) > Utility methods for creating public and private keys for use in tests. + +--- + +The last gx published version of this module was: 0.4.23: QmQzyPDx8rLqJ5evnHAo4Mpbsb64RKGZzLABzsbXQM6a2j diff --git a/package.json b/package.json deleted file mode 100644 index de55ff6..0000000 --- a/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "author": "whyrusleeping", - "bugs": { - "url": "https://github.com/libp2p/go-libp2p-netutil" - }, - "gx": { - "dvcsimport": "github.com/libp2p/go-libp2p-netutil" - }, - "gxDependencies": [ - { - "author": "whyrusleeping", - "hash": "QmTW4SdgBWq9GjsBsHeUx8WuGxzhgzAf88UMH2w62PC8yK", - "name": "go-libp2p-crypto", - "version": "2.0.7" - }, - { - "author": "whyrusleeping", - "hash": "QmaCTz9RkrU13bm9kMB54f7atgqM4qkjDZpRwRoJiWXEqs", - "name": "go-libp2p-peerstore", - "version": "2.0.19" - }, - { - "hash": "QmbkT7eMTyXfpeyB3ZMxxcxg7XH8t6uXp49jqzz4HB7BGF", - "name": "go-log", - "version": "1.5.9" - }, - { - "author": "multiformats", - "hash": "QmTZBfrPJmjWsCvHEtX5FE6KimVJhsJg5sBbqEFYf4UZtL", - "name": "go-multiaddr", - "version": "1.4.1" - }, - { - "author": "whyrusleeping", - "hash": "QmYVXrKrKHDC9FobgmcmshCDyWwdrfwfanNQN4oxJ9Fk3h", - "name": "go-libp2p-peer", - "version": "3.1.2" - }, - { - "author": "whyrusleeping", - "hash": "QmWapVoHjtKhn4MhvKNoPTkJKADFGACfXPFnt7combwp5W", - "name": "go-testutil", - "version": "1.2.19" - } - ], - "gxVersion": "0.10.0", - "language": "go", - "license": "", - "name": "go-libp2p-netutil", - "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.4.23" -} -