-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
25 lines (21 loc) · 787 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
module github.com/paescuj/universe
go 1.21
toolchain go1.22.4
require (
github.com/briandowns/spinner v1.23.1
github.com/google/go-github/v62 v62.0.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064
golang.org/x/oauth2 v0.21.0
)
require (
github.com/fatih/color v1.17.0 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // 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.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
)