-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
24 lines (21 loc) · 810 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
module github.com/paescuj/universe
go 1.24.0
require (
github.com/briandowns/spinner v1.23.2
github.com/google/go-github/v62 v62.0.0
github.com/google/go-github/v69 v69.2.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
golang.org/x/oauth2 v0.27.0
)
require (
github.com/fatih/color v1.18.0 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
)