forked from tellor-io/telliot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (31 loc) · 1.29 KB
/
go.mod
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
module github.com/tellor-io/telliot
go 1.16
require (
github.com/alecthomas/kong v0.2.18-0.20210609031350-33ce628ecde8
github.com/bluele/gcache v0.0.2
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/cespare/cp v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/ethereum/go-ethereum v1.10.8
github.com/fatih/structtag v1.2.0
github.com/go-kit/kit v0.10.0
github.com/google/go-github/v35 v35.3.1-0.20210613000602-77dd0eb64ad2
github.com/itchyny/gojq v0.12.4
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.11
github.com/oklog/run v1.1.0
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.29.0
github.com/prometheus/prometheus v1.8.2-0.20210520210015-1838068db5df
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
go.uber.org/goleak v1.1.10
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/tools v0.1.1-0.20210317201901-4599a76b0b9a // indirect
)