-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 993 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/kurusugawa-computer/nextcloud-cli
go 1.16
require (
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
github.com/fatih/color v1.7.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
github.com/thamaji/cachedir v0.0.0-20180726184842-e4d4064e49af
github.com/thamaji/pbpool v0.0.0-20190701091423-935b5669c53c
github.com/thamaji/tablewriter v0.0.0-20190710104237-3b461392e87c
github.com/thamaji/wordwriter v0.0.0-20190710104441-605769326178
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
)