Merge pull request #3347 from guggero/ticker-tidy

ticker+queue: run go mod tidy
This commit is contained in:
Conner Fromknecht 2019-07-30 14:52:25 -07:00 committed by GitHub
commit 4722a67ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +0,0 @@
github.com/lightningnetwork/lnd/ticker v1.0.0 h1:S1b60TEGoTtCe2A0yeB+ecoj/kkS4qpwh6l+AkQEZwU=
github.com/lightningnetwork/lnd/ticker v1.0.0/go.mod h1:iaLXJiVgI1sPANIF2qYYUJXjoksPNvGNYowB8aRbpX0=

View File

@ -1 +1,3 @@
module github.com/lightningnetwork/lnd/ticker
go 1.12