forked from tonicpow/go-paymail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 690 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/tonicpow/go-paymail
go 1.15
require (
github.com/bitcoinschema/go-bitcoin v0.3.18
github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173
github.com/bitcoinsv/bsvutil v0.0.0-20181216182056-1d77cf353ea9
github.com/go-resty/resty/v2 v2.6.0
github.com/jarcoal/httpmock v1.0.8
github.com/julienschmidt/httprouter v1.3.0
github.com/miekg/dns v1.1.43
github.com/mrz1836/go-api-router v0.4.7
github.com/mrz1836/go-logger v0.2.5
github.com/mrz1836/go-sanitize v1.1.5
github.com/mrz1836/go-validate v0.2.0
github.com/newrelic/go-agent/v3/integrations/nrhttprouter v1.0.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210902165921-8d991716f632
)