-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
22 lines (21 loc) · 820 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/tzmfreedom/land
require (
github.com/Songmu/prompter v0.0.0-20150725163906-b5721e8d5566
github.com/antlr/antlr4 v0.0.0-20181218183524-be58ebffde8e
github.com/chzyer/readline v0.0.0-20160726135117-62c6fe619375
github.com/dustin/go-humanize v1.0.0
github.com/fsnotify/fsnotify v1.4.7
github.com/google/go-cmp v0.2.0
github.com/joho/godotenv v1.3.0
github.com/k0kubun/pp v2.3.0+incompatible
github.com/lib/pq v1.0.0
github.com/mattn/go-colorable v0.1.0
github.com/mattn/go-isatty v0.0.4
github.com/mattn/go-sqlite3 v1.10.0
github.com/pkg/errors v0.8.1
github.com/tzmfreedom/go-soapforce v0.0.0-20181014150856-b5e740f03e28
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
golang.org/x/sys v0.0.0-20190219092855-153ac476189d
gopkg.in/urfave/cli.v1 v1.20.0
gopkg.in/yaml.v2 v2.2.2
)