-
Notifications
You must be signed in to change notification settings - Fork 80
/
go.mod
30 lines (26 loc) · 950 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
29
30
module github.com/tcnksm/ghr
go 1.23
toolchain go1.23.1
require (
github.com/Songmu/retry v0.1.0
github.com/google/go-github/v66 v66.0.0
github.com/hashicorp/go-version v1.7.0
github.com/mattn/go-colorable v0.1.13
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/tcnksm/go-gitconfig v0.1.2
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
github.com/thediveo/enumflag/v2 v2.0.5
golang.org/x/oauth2 v0.23.0
golang.org/x/sync v0.8.0
)
require (
github.com/google/go-github v17.0.0+incompatible // 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/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)