-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 1003 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 1003 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
26
27
module github.com/tokenized/arc
go 1.18
require (
github.com/google/uuid v1.3.0
github.com/pkg/errors v0.9.1
github.com/tokenized/channels v0.1.2-0.20240321200422-4527d5b6cda9
github.com/tokenized/config v0.2.2
github.com/tokenized/logger v0.1.3
github.com/tokenized/pkg v0.7.1-0.20240322160211-478383da3ef4
github.com/tokenized/threads v0.1.2
)
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/aws/aws-sdk-go v1.35.3 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 // indirect
golang.org/x/crypto v0.8.0 // indirect
)