-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 791 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module lfm-cli
go 1.25.0
require (
github.com/hugolgst/rich-go v0.0.0-20240715122152-74618cc1ace2
github.com/mattn/go-colorable v0.1.14
github.com/sirupsen/logrus v1.9.4
github.com/twangodev/lfm-api v1.1.0
github.com/urfave/cli/v2 v2.27.7
golang.org/x/net v0.52.0
)
require (
github.com/bozd4g/go-http-client v1.0.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
golang.org/x/sys v0.42.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)