forked from landakram/plaid-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
22 lines (20 loc) · 799 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/landakram/plaid-cli
go 1.14
require (
github.com/Xuanwo/go-locale v1.0.0
github.com/brianloveswords/airtable v0.0.0-20201104232343-083b90826e4a
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/manifoldco/promptui v0.7.0
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/plaid/plaid-go v0.0.0-20210112002311-0cf0e6f0ea3e
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
golang.org/x/text v0.3.3
gopkg.in/ini.v1 v1.57.0 // indirect
)