-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 822 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/dangeross/breez-lightning-summit-2024
go 1.19
require (
github.com/desertbit/grumble v1.1.3
github.com/fatih/color v1.16.0
github.com/sirupsen/logrus v1.9.3
github.com/tyler-smith/go-bip39 v1.1.0
)
require (
github.com/chzyer/test v1.0.0 // indirect
github.com/desertbit/closer/v3 v3.1.3 // indirect
github.com/desertbit/columnize v2.1.0+incompatible // indirect
github.com/desertbit/go-shlex v0.1.1 // indirect
github.com/desertbit/readline v1.5.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/sys v0.14.0 // indirect
)