-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.36 KB
/
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
27
28
29
30
31
32
module github.com/DataManager-Go/DataManagerCLI
go 1.16
require (
github.com/DataManager-Go/libdatamanager v1.4.4
github.com/DataManager-Go/libdatamanager/config v0.0.0-20210322172728-cb6fb96c97b7
github.com/JojiiOfficial/configService v0.0.0-20200219132202-6e71512e2e28
github.com/JojiiOfficial/gaw v1.2.8
github.com/JojiiOfficial/gopool v0.0.2
github.com/JojiiOfficial/shred v1.2.1
github.com/alecthomas/kingpin v0.0.0-20200323085623-b6657d9477a6
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/atotto/clipboard v0.1.4
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.10.0
github.com/klauspost/compress v1.11.13 // indirect
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/pkg/errors v0.9.1
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sbani/go-humanizer v0.3.1
github.com/vbauerster/mpb/v6 v6.0.3
github.com/zalando/go-keyring v0.1.1
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181 // indirect
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
gopkg.in/benweidig/cli-table.v2 v2.0.0-20180519085552-8b9fa48fb374
gopkg.in/yaml.v2 v2.4.0 // indirect
)