mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-14 11:36:55 +01:00
This commit is the result of running `go work sync` and `go mod tidy` that syncs module versions for all submodules.
10 lines
262 B
Modula-2
10 lines
262 B
Modula-2
module github.com/lightningnetwork/lnd/clock
|
|
|
|
go 1.16
|
|
|
|
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
|
|
)
|