-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (35 loc) · 1.48 KB
/
go.mod
File metadata and controls
39 lines (35 loc) · 1.48 KB
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
module github.com/tokenized/specification
go 1.22
toolchain go1.22.2
require (
github.com/dgryski/go-bitstream v0.0.0-20180413035011-3522498ce2c8
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.5.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.5
github.com/tokenized/bitcoin_interpreter v0.1.1
github.com/tokenized/envelope v1.1.0
github.com/tokenized/logger v0.1.3
github.com/tokenized/pkg v0.7.1-0.20240430132450-c70719707437
github.com/tokenized/txbuilder v1.1.1-0.20230816003850-4414c86d5db4
golang.org/x/crypto v0.22.0
google.golang.org/protobuf v1.34.0
gopkg.in/yaml.v2 v2.3.0
)
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/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/tokenized/channels v0.1.1 // indirect
github.com/tokenized/threads v0.1.2 // indirect
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)