Skip to content

Commit

Permalink
Review corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
avkr003 committed Dec 17, 2021
1 parent 54685ce commit a7d46a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .script/startup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash


upKAFKA_VERSION=2.8.1
KAFKA_VERSION=2.8.1
KAFKA_FOLDER=kafka_2.13-"$KAFKA_VERSION"

if [ -d $KAFKA_FOLDER ]; then
Expand Down
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,17 @@ require (
github.com/cosmos/relayer v1.0.0
github.com/dgraph-io/badger/v3 v3.2011.1
github.com/ethereum/go-ethereum v1.10.8
github.com/gorilla/mux v1.8.0
github.com/gravity-devs/liquidity v1.4.2
github.com/spf13/cobra v1.2.1
github.com/strangelove-ventures/packet-forward-middleware v1.0.1
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.4
google.golang.org/grpc v1.40.0
gopkg.in/tucnak/telebot.v2 v2.3.5
)

require (
github.com/gorilla/mux v1.8.0
github.com/tendermint/tm-db v0.6.4
)

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

replace google.golang.org/grpc => google.golang.org/grpc v1.33.2

0 comments on commit a7d46a2

Please sign in to comment.