-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
28 lines (25 loc) · 895 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
26
27
28
module github.com/k1LoW/gh-grep
go 1.22.9
require (
github.com/bmatcuk/doublestar/v4 v4.7.1
github.com/fatih/color v1.18.0
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v58 v58.0.0
github.com/k1LoW/ghfs v1.3.2
github.com/k1LoW/go-github-client/v58 v58.0.13
github.com/mattn/go-colorable v0.1.13
github.com/spf13/cobra v1.8.1
)
require (
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0 // indirect
github.com/cli/go-gh/v2 v2.11.1 // indirect
github.com/cli/safeexec v1.0.1 // indirect
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
github.com/google/go-github/v66 v66.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)