-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 746 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 746 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
module github.com/archethic-foundation/libgo
go 1.20
require (
github.com/aead/ecdh v0.2.0
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/decred/dcrd/dcrec/edwards/v2 v2.0.2
github.com/decred/dcrd/dcrec/secp256k1 v1.0.3
github.com/hasura/go-graphql-client v0.9.1
github.com/nshafer/phx v0.2.0
golang.org/x/crypto v0.6.0
github.com/ybbus/jsonrpc/v3 v3.1.4
)
require (
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/klauspost/compress v1.16.0 // indirect
golang.org/x/sys v0.5.0 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)