mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-02 03:54:26 +02:00
gomod: run go work sync
to sync modules
This commit is the result of running `go work sync` and `go mod tidy` that syncs module versions for all submodules.
This commit is contained in:
@@ -2,4 +2,9 @@ module github.com/lightningnetwork/lnd/clock
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/stretchr/testify v1.7.0
|
||||
require (
|
||||
github.com/kr/pretty v0.3.0 // indirect
|
||||
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
||||
github.com/stretchr/testify v1.8.2
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user