Skip to content

Commit

Permalink
bump to tm 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Dec 15, 2020
1 parent b901780 commit c62e8d7
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 49 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -9,12 +9,12 @@ BUILD_FLAGS ?= -mod=readonly
build: build-tm-load-test build-tm-outage-sim-server

build-tm-load-test:
go build $(BUILD_FLAGS) \
@go build $(BUILD_FLAGS) \
-ldflags "-X github.com/interchainio/tm-load-test/pkg/loadtest.cliVersionCommitID=`git rev-parse --short HEAD`" \
-o $(BUILD_DIR)/tm-load-test ./cmd/tm-load-test/main.go

build-tm-outage-sim-server:
go build $(BUILD_FLAGS) -o $(BUILD_DIR)/tm-outage-sim-server ./cmd/tm-outage-sim-server/main.go
@go build $(BUILD_FLAGS) -o $(BUILD_DIR)/tm-outage-sim-server ./cmd/tm-outage-sim-server/main.go

build-linux: build-tm-load-test-linux build-tm-outage-sim-server-linux

Expand Down
12 changes: 4 additions & 8 deletions go.mod
Expand Up @@ -4,14 +4,10 @@ go 1.13

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
)

0 comments on commit c62e8d7

Please sign in to comment.