-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from informalsystems/tm-034
bump to tm 0.34
- Loading branch information
Showing
5 changed files
with
240 additions
and
59 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
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 |
---|---|---|
@@ -1,17 +1,13 @@ | ||
module github.com/interchainio/tm-load-test | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/onsi/ginkgo v1.8.0 // indirect | ||
github.com/onsi/gomega v1.5.0 // indirect | ||
github.com/prometheus/client_golang v1.7.1 | ||
github.com/prometheus/client_golang v1.8.0 | ||
github.com/satori/go.uuid v1.2.0 | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/tendermint/go-amino v0.15.0 // indirect | ||
github.com/tendermint/tendermint v0.33.5 | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | ||
google.golang.org/genproto v0.0.0-20200702021140-07506425bd67 // indirect | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/tendermint/tendermint v0.34.0 | ||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 | ||
) |
Oops, something went wrong.