-
Notifications
You must be signed in to change notification settings - Fork 22
/
go.mod
26 lines (23 loc) · 927 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
module github.com/ribice/glice/v2
go 1.18
require (
github.com/fatih/color v1.13.0
github.com/google/go-github v17.0.0+incompatible
github.com/keighl/metabolize v0.0.0-20150915210303-97ab655d4034
github.com/olekukonko/tablewriter v0.0.5
golang.org/x/mod v0.5.1
golang.org/x/oauth2 v0.0.0-20220628200809-02e64fa58f26
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)