From 912f58e2fe6b1979c7f60888c108e363da8a681d Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 25 Jan 2021 11:02:35 +0100 Subject: [PATCH] mod: use tagged version for auctioneerrpc submodule Now that we've merged the PR that made auctioneerrpc a submodule and pushed a tag, we want to reference it with that tag to make the go.mod file easier to read/understand. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0383672..149cf9d 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/jessevdk/go-flags v1.4.0 github.com/lightninglabs/aperture v0.1.5-beta github.com/lightninglabs/lndclient v0.11.0-5 - github.com/lightninglabs/pool/auctioneerrpc v0.0.0-20210114153650-930c5a87d701 + github.com/lightninglabs/pool/auctioneerrpc v1.0.0 github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d github.com/lightningnetwork/lnd v0.12.0-beta.rc5 github.com/lightningnetwork/lnd/cert v1.0.3