forked from moov-io/customers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
51 lines (49 loc) · 2.09 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/moov-io/customers
go 1.14
require (
cloud.google.com/go v0.64.0 // indirect
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/antihax/optional v1.0.0
github.com/aws/aws-sdk-go v1.34.9
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect
github.com/go-kit/kit v0.10.0
github.com/go-sql-driver/mysql v1.5.0
github.com/google/go-cmp v0.5.2
github.com/google/gofuzz v1.2.0
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/vault/api v1.0.4
github.com/lopezator/migrator v0.3.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mitchellh/mapstructure v1.3.3
github.com/moov-io/ach v1.4.4
github.com/moov-io/base v0.11.2-0.20201003162845-340ece6ad5df
github.com/moov-io/fed v0.5.1
github.com/moov-io/identity v0.2.7 // indirect
github.com/moov-io/paygate v0.8.0
github.com/moov-io/watchman v0.15.0
github.com/mxenabled/atrium-go v1.2.1-0.20200616191425-c9e0ead005ba
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/ory/dockertest/v3 v3.6.0
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/plaid/plaid-go v0.0.0-20200805000941-b566963d2892
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.13.0 // indirect
github.com/stretchr/testify v1.6.1
gocloud.dev v0.20.0
gocloud.dev/secrets/hashivault v0.20.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200821140526-fda516888d29 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/tools v0.0.0-20200821200730-1e23e48ab93b // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/yaml.v2 v2.3.0
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
)