-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 565 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 565 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/bsv-blockchain/go-wire
go 1.25.0
require (
github.com/bsv-blockchain/go-bt/v2 v2.6.2
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/stretchr/testify v1.11.1
)
require (
github.com/bsv-blockchain/go-sdk v1.2.19 // indirect
github.com/kr/text v0.2.0 // 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
)