mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
06433d351e
Upgraded the go to 1.16 for the rest of the packages.
8 lines
177 B
Modula-2
8 lines
177 B
Modula-2
module github.com/lightningnetwork/lnd/queue
|
|
|
|
require github.com/lightningnetwork/lnd/ticker v1.0.0
|
|
|
|
replace github.com/lightningnetwork/lnd/ticker v1.0.0 => ../ticker
|
|
|
|
go 1.16
|