-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
28 lines (24 loc) · 1.08 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
module github.com/Factom-Asset-Tokens/fatd
go 1.13
require (
crawshaw.io/sqlite v0.2.6-0.20200310202746-80e848489fd6
github.com/AdamSLevy/jsonrpc2/v14 v14.0.0
github.com/AdamSLevy/sqlbuilder v0.0.0-20191210203204-7d84c87e7f80
github.com/AdamSLevy/sqlitechangeset v0.0.0-20191210201651-f95453d87aff
github.com/Factom-Asset-Tokens/factom v0.0.0-20200218011245-1ec32d463fe2
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/mitchellh/go-homedir v1.1.0
github.com/nightlyone/lockfile v0.0.0-20200124072040-edb130adc195
github.com/posener/complete v1.2.3
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
github.com/subchen/go-trylock/v2 v2.0.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
)
// Fixes a small annoyance when displaying defaults for custom Vars.
replace github.com/spf13/pflag v1.0.5 => github.com/AdamSLevy/pflag v1.0.6-0.20191204180553-73c85c9446e1
//replace github.com/Factom-Asset-Tokens/factom => ../factom