-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
45 lines (42 loc) · 1.65 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
module github.com/tonicpow/go-paymail
go 1.19
require (
github.com/bitcoinschema/go-bitcoin/v2 v2.0.5
github.com/go-resty/resty/v2 v2.15.3
github.com/jarcoal/httpmock v1.3.1
github.com/julienschmidt/httprouter v1.3.0
github.com/libsv/go-bk v0.1.6
github.com/libsv/go-bt/v2 v2.2.5
github.com/miekg/dns v1.1.62
github.com/mrz1836/go-api-router v0.7.3
github.com/mrz1836/go-logger v0.3.4
github.com/mrz1836/go-sanitize v1.3.3
github.com/mrz1836/go-validate v0.2.1
github.com/newrelic/go-agent/v3/integrations/nrhttprouter v1.1.1
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.30.0
)
require (
github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/matryer/respond v1.0.1 // indirect
github.com/mrz1836/go-parameters v0.4.1 // indirect
github.com/newrelic/go-agent/v3 v3.33.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240308144416-29370a3891b7 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)