-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 829 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/bigopenworld/fastset
go 1.17
require github.com/c-bata/go-prompt v0.2.5
require (
github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5 // indirect
github.com/daviddengcn/go-colortext v1.0.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pkg/term v1.1.0 // indirect
github.com/progrium/go-basher v5.1.2+incompatible // indirect
github.com/thatisuday/clapper v1.0.10 // indirect
github.com/thatisuday/commando v1.0.4 // indirect
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
)