forked from lemonlatte/bitmarkdClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 711 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/bitmark-inc/bitmarkdClient
go 1.21
require (
github.com/bitmark-inc/bitmarkd v0.14.0-beta.1
github.com/stretchr/testify v1.5.1
)
require (
github.com/bitmark-inc/logger v0.3.5 // indirect
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)