mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
Merge pull request #3536 from guggero/queue-tidy
lnd+queue: specify go 1.12 in all go.mod files
This commit is contained in:
2
go.mod
2
go.mod
@@ -60,4 +60,4 @@ replace github.com/lightningnetwork/lnd/queue => ./queue
|
||||
|
||||
replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e
|
||||
|
||||
go 1.13
|
||||
go 1.12
|
||||
|
@@ -3,3 +3,5 @@ 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.12
|
||||
|
Reference in New Issue
Block a user