-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
33 lines (30 loc) · 1.45 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
33
module github.com/putdotio/efes
go 1.19
require (
bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
github.com/BurntSushi/toml v0.0.0-20170626110600-a368813c5e64
github.com/cenkalti/backoff v2.0.0+incompatible
github.com/cenkalti/log v0.0.0-20160701141658-958ee7afc008
github.com/cenkalti/redialer v0.0.0-20161130144139-a6cc66445f92
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
github.com/fatih/color v1.6.0
github.com/getsentry/raven-go v0.0.0-20171206001108-32a13797442c
github.com/go-sql-driver/mysql v1.5.0
github.com/olekukonko/tablewriter v0.0.0-20171203151007-65fec0d89a57
github.com/shirou/gopsutil v0.0.0-20171130135017-5c46042e0db5
github.com/streadway/amqp v0.0.0-20171101222333-ff791c2d22d3
github.com/urfave/cli v0.0.0-20171203214237-119bb6564841
)
require (
github.com/StackExchange/wmi v0.0.0-20170410192909-ea383cf3ba6e // indirect
github.com/certifi/gocertifi v0.0.0-20171105132559-a4ab0227d360 // indirect
github.com/go-ole/go-ole v1.2.0 // indirect
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/pkg/errors v0.8.0 // indirect
golang.org/x/net v0.0.0-20171212005608-d866cfc389ce // indirect
golang.org/x/sys v0.0.0-20171130163741-8b4580aae2a0 // indirect
)