lnd/fn/go.mod

16 lines
326 B
Modula-2
Raw Normal View History

module github.com/lightningnetwork/lnd/fn
go 1.19
2024-01-03 02:18:59 +01:00
require (
github.com/stretchr/testify v1.8.1
2024-01-03 02:18:59 +01:00
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b
2024-07-11 01:57:59 +02:00
golang.org/x/sync v0.7.0
2024-01-03 02:18:59 +01:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)