-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
44 lines (40 loc) · 1.88 KB
/
Copy pathgo.mod
File metadata and controls
44 lines (40 loc) · 1.88 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
40
41
42
43
44
module github.com/tokenized/smart_contract_agent
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 v0.0.5
github.com/tokenized/bitcoin_interpreter v0.1.2-0.20231122211758-38562b0f6929
github.com/tokenized/channels v0.1.2-0.20240430144045-da6531056455
github.com/tokenized/config v0.2.2
github.com/tokenized/envelope v1.1.0
github.com/tokenized/logger v0.1.4-0.20230915152315-06e93587a3c5
github.com/tokenized/pkg v0.7.1-0.20240624220638-298bda528f25
github.com/tokenized/specification v1.3.2-0.20241219222216-84dbb49995b6
github.com/tokenized/spynode v0.4.3-0.20240429200408-ca85020eff0a
github.com/tokenized/threads v0.1.2
github.com/tokenized/txbuilder v1.1.1-0.20240429200508-25122a528d7d
)
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/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.5.0 // indirect
github.com/gomodule/redigo v1.8.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/tokenized/metrics v0.1.0 // indirect
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/sys v0.19.0 // indirect
google.golang.org/protobuf v1.34.0 // indirect
)