-
Notifications
You must be signed in to change notification settings - Fork 31
/
go.mod
26 lines (23 loc) · 824 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/txthinking/nami
go 1.21
require (
github.com/bitly/go-simplejson v0.5.1
github.com/d5/tengo/v2 v2.16.1
github.com/google/go-github v17.0.0+incompatible
github.com/olekukonko/tablewriter v0.0.5
github.com/urfave/cli/v2 v2.25.7
go.etcd.io/bbolt v1.3.8
golang.org/x/oauth2 v0.13.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)