This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 parent
aa507e6
commit 03a9ff7
Showing
3 changed files
with
9 additions
and
321 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -6,12 +6,11 @@ go 1.17 | |
// go get -v github.com/onsi/ginkgo/[email protected] | ||
|
||
require ( | ||
github.com/ava-labs/avalanchego v1.7.8 | ||
github.com/ava-labs/avalanchego v1.7.10 | ||
github.com/ethereum/go-ethereum v1.10.16 | ||
github.com/fatih/color v1.13.0 | ||
github.com/golang/mock v1.6.0 | ||
github.com/gorilla/rpc v1.2.0 | ||
github.com/hashicorp/go-plugin v1.4.3 | ||
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac | ||
github.com/onsi/ginkgo/v2 v2.1.0 | ||
github.com/onsi/gomega v1.17.0 | ||
|
@@ -28,7 +27,9 @@ require ( | |
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/hashicorp/go-hclog v1.0.0 // indirect | ||
github.com/hashicorp/go-plugin v1.4.3 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/linxGnu/grocksdb v1.6.34 // indirect | ||
|
Oops, something went wrong.