-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
2,653 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
cmd/blockchain/ethereum/diaProsperavestOracleService/go.mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
module github.com/diadata-org/diadata/blockchain/diaProsperavestOracleService | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/diadata-org/diadata v1.4.339 | ||
github.com/ethereum/go-ethereum v1.10.10 | ||
github.com/google/uuid v1.3.0 | ||
github.com/machinebox/graphql v0.2.2 | ||
github.com/matryer/is v1.4.1 // indirect | ||
github.com/tidwall/gjson v1.12.1 | ||
) | ||
|
||
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 |
Oops, something went wrong.