This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
go.mod
52 lines (50 loc) · 2.06 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
52
module github.com/moov-io/customers
go 1.14
require (
cloud.google.com/go v0.68.0 // indirect
cloud.google.com/go/storage v1.12.0 // indirect
github.com/antihax/optional v1.0.0
github.com/aws/aws-sdk-go v1.35.7
github.com/containerd/continuity v0.0.0-20200928162600-f2cc35102c2a // indirect
github.com/go-kit/kit v0.10.0
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/google/go-cmp v0.5.2
github.com/google/gofuzz v1.2.0
github.com/gorilla/mux v1.8.0
github.com/hashicorp/errwrap v1.1.0 // indirect
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 // indirect
github.com/markbates/pkger v0.17.1
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mitchellh/mapstructure v1.3.3
github.com/moov-io/ach v1.6.2
github.com/moov-io/base v0.17.0
github.com/moov-io/fed v0.5.1
github.com/moov-io/paygate v0.9.5
github.com/moov-io/watchman v0.15.1
github.com/mxenabled/atrium-go v1.2.1-0.20200616191425-c9e0ead005ba
github.com/ory/dockertest/v3 v3.6.3
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/plaid/plaid-go v0.0.0-20201008151351-db360ae03a8b
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/procfs v0.2.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/stretchr/testify v1.7.0
go.opencensus.io v0.22.5 // indirect
gocloud.dev v0.20.0
gocloud.dev/secrets/hashivault v0.20.0
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/tools v0.0.0-20201013194224-c16b75f9e53c // indirect
google.golang.org/api v0.33.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/yaml.v2 v2.3.0
)