-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 783 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/bsv-blockchain/go-subtree
go 1.25.0
require (
github.com/bsv-blockchain/go-bt/v2 v2.6.2
github.com/bsv-blockchain/go-safe-conversion v1.1.2
github.com/bsv-blockchain/go-tx-map v1.3.4
github.com/stretchr/testify v1.11.1
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa
)
require (
github.com/bsv-blockchain/go-sdk v1.2.19 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dolthub/maphash v0.1.0 // indirect
github.com/dolthub/swiss v0.2.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
golang.org/x/crypto v0.49.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)