forked from vsc-eco/hivego
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 794 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (21 loc) · 794 Bytes
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
module github.com/vsc-eco/hivego
go 1.23.4
require (
github.com/decred/base58 v1.0.4
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0
github.com/json-iterator/go v1.1.12
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
)
require (
github.com/cfoxon/jsonrpc2client v0.0.0-20220410030230-4f361e74821a // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/cfoxon/hivego v0.0.0-20230410131714-9f5a7f11f8df
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.35.0 // indirect
)