-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
33 lines (32 loc) · 1.52 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/Dimagog/direct2ledger
require (
github.com/aclindsa/ofxgo v0.1.1-0.20181012010830-769188113272
github.com/aclindsa/xml v0.0.0-20181012010330-207ec7fb7420 // indirect
github.com/boltdb/bolt v1.3.1
github.com/c-bata/go-prompt v0.2.3
github.com/danieljoos/wincred v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eiannone/keyboard v0.0.0-20170919225833-6d2a597fd0f1
github.com/fatih/color v1.7.0
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
github.com/jbrukh/bayesian v0.0.0-20161210175230-bf3f261f9a9c
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mattn/go-tty v0.0.0-20180907095812-13ff1204f104 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/pkg/errors v0.8.0
github.com/pkg/math v0.0.0-20141027224758-f2ed9e40e245
github.com/pkg/term v0.0.0-20180730021639-bffc007b7fd5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/zalando/go-keyring v0.0.0-20180221093347-6d81c293b3fb
golang.org/x/crypto v0.0.0-20181025213731-e84da0312774 // indirect
golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.1
)