File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 cfg * config.Config
2323)
2424
25- const version = "0.3 .0"
25+ const version = "0.4 .0"
2626
2727var rootCmd = & cobra.Command {
2828 Use : "lnbot" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/lnbotdev/cli
33go 1.21
44
55require (
6- github.com/lnbotdev/go-sdk v0.3 .0
6+ github.com/lnbotdev/go-sdk v0.4 .0
77 github.com/spf13/cobra v1.10.2
88)
99
Original file line number Diff line number Diff line change 11github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
22github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
33github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
4- github.com/lnbotdev/go-sdk v0.3 .0 h1:gcZnoOHpeSzJWUsYw4UZBO8YM9WFirCwubw+RlnbmAE =
5- github.com/lnbotdev/go-sdk v0.3 .0 /go.mod h1:YoerG407chXePT+92bunp4bQWF65T4UvueRI1RVueWg =
4+ github.com/lnbotdev/go-sdk v0.4 .0 h1:/Tqs9lGyzYdtfNm3rHAPipimKQ/S3muj8zs235w4e68 =
5+ github.com/lnbotdev/go-sdk v0.4 .0 /go.mod h1:YoerG407chXePT+92bunp4bQWF65T4UvueRI1RVueWg =
66github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
77github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU =
88github.com/spf13/cobra v1.10.2 /go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4 =
You can’t perform that action at this time.
0 commit comments