-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (46 loc) · 2.13 KB
/
go.mod
File metadata and controls
48 lines (46 loc) · 2.13 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/saveio/themis
go 1.16
require (
github.com/JohnCGriffin/overflow v0.0.0-20170615021017-4d914c927216
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/ethereum/go-ethereum v1.9.20
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3 // indirect
github.com/google/uuid v1.1.5 // indirect
github.com/gorilla/websocket v1.4.2
github.com/gosuri/uilive v0.0.4 // indirect
github.com/gosuri/uiprogress v0.0.1
github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/itchyny/base58-go v0.1.0
github.com/magiconair/properties v1.8.5
github.com/moonfruit/go-shabal v0.0.0-20190704132617-8cd17efc8c99
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.1 // indirect
github.com/onsi/gomega v1.10.0 // indirect
github.com/ontio/ontology-eventbus v0.9.1
github.com/ontio/wagon v0.4.2
github.com/orcaman/concurrent-map v0.0.0-20210106121528-16402b402231 // indirect
github.com/pborman/uuid v1.2.1
github.com/prometheus/client_golang v0.9.1
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/scylladb/go-set v1.0.2
github.com/shirou/gopsutil v3.21.3+incompatible
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/urfave/cli v1.22.5
github.com/valyala/bytebufferpool v1.0.0
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
golang.org/x/text v0.3.4 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)