-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 900 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/crypdex/blackbox-cli
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/goware/urlx v0.2.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/logrusorgru/aurora v0.0.0-20190417130405-e50442bb4cb5
github.com/manifoldco/promptui v0.3.2
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.1.2
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/pkg/errors v0.8.1
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.2
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/resty.v1 v1.12.0
gopkg.in/yaml.v2 v2.2.2
)