-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (33 loc) · 1.49 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
module github.com/tokenized/teller_client
go 1.22
toolchain go1.22.4
require (
github.com/google/uuid v1.3.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.6.1
github.com/tokenized/channels v0.1.2-0.20240529161528-18fda52eb7f4
github.com/tokenized/envelope v1.1.0
github.com/tokenized/logger v0.1.3
github.com/tokenized/pkg v0.7.1-0.20240625144724-c2bd2bb2fe8f
github.com/tokenized/specification v1.3.2-0.20240423192016-a7de8d9a8fe7
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/bitcoin-sv/go-sdk v0.0.0-20240429162443-77aa5d129a95 // indirect
github.com/btcsuite/btcd v0.24.0 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/dgryski/go-bitstream v0.0.0-20180413035011-3522498ce2c8 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tokenized/bitcoin_interpreter v0.1.2-0.20240528194918-eefd05aa5a2b // indirect
github.com/tokenized/txbuilder v1.1.1-0.20240326130416-af1f84c4e418 // indirect
github.com/tyler-smith/go-bip32 v1.0.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/sys v0.19.0 // indirect
google.golang.org/protobuf v1.23.0 // indirect
)