-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1.07 KB
/
go.mod
File metadata and controls
31 lines (28 loc) · 1.07 KB
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
28
29
30
31
module github.com/saveio/edge
go 1.16
require (
github.com/ethereum/go-ethereum v1.10.15
github.com/gogo/protobuf v1.3.2
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/ontio/ontology-eventbus v0.9.1
github.com/pborman/uuid v1.2.1
github.com/saveio/carrier v0.0.0-20230324093158-806a340eae8d
github.com/saveio/dsp-go-sdk v0.0.0-20230324091417-e6c799a2b962
github.com/saveio/max v0.0.0-20230324091118-889c76b11561
github.com/saveio/pylons v0.0.0-20230322094600-b5981ca8ed91
github.com/saveio/scan v1.0.100-0.20230324091940-89dc4cd86b07
github.com/saveio/themis v1.0.175
github.com/saveio/themis-go-sdk v0.0.0-20230314033227-3033a22d3bcd
github.com/tjfoc/gmtls v1.2.1 // indirect
github.com/urfave/cli v1.22.5
)
replace (
github.com/saveio/carrier => ../carrier
github.com/saveio/dsp-go-sdk => ../dsp-go-sdk
github.com/saveio/max => ../max
github.com/saveio/pylons => ../pylons
github.com/saveio/scan => ../scan
github.com/saveio/themis => ../themis
github.com/saveio/themis-go-sdk => ../themis-go-sdk
)