-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
25 lines (22 loc) · 896 Bytes
/
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
module github.com/tokenized/bitcoin_reader
go 1.18
require (
github.com/google/uuid v1.3.0
github.com/pkg/errors v0.9.1
github.com/tokenized/config v0.2.2
github.com/tokenized/logger v0.1.3
github.com/tokenized/pkg v0.7.1-0.20230518151913-31bef1f54301
github.com/tokenized/threads v0.1.2
)
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/aws/aws-sdk-go v1.35.3 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/gomodule/redigo v1.8.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 // indirect
golang.org/x/crypto v0.8.0 // indirect
)