-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 590 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/sadicann/andor
go 1.17
require (
github.com/alexflint/go-arg v1.4.2
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/fatih/color v1.13.0
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
github.com/k3a/html2text v1.0.8
)
require (
github.com/alexflint/go-scalar v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)