Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge f5308ef into 3219b50
Browse files Browse the repository at this point in the history
  • Loading branch information
krasi-georgiev committed Oct 14, 2021
2 parents 3219b50 + f5308ef commit 067d994
Show file tree
Hide file tree
Showing 6 changed files with 811 additions and 117 deletions.
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@ 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/alecthomas/kong v0.2.18-0.20210621110843-8b2821cc246b
github.com/bluele/gcache v0.0.3-0.20210610150759-ecee3be431d1
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/cespare/cp v1.1.1 // indirect
github.com/cryptoriums/telliot v0.3.1-0.20211014060928-0dee586ede47
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/ethereum/go-ethereum v1.10.10-0.20210929192847-f2491c5ed77b
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/itchyny/gojq v0.12.5
github.com/joho/godotenv v1.4.0
github.com/json-iterator/go v1.1.12
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/prometheus/common v0.31.2-0.20211001070444-c4fba801dbbe
github.com/prometheus/prometheus v1.8.2-0.20211005191246-5a4c3734b10c
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
go.uber.org/goleak v1.1.12
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
)

0 comments on commit 067d994

Please sign in to comment.