This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v0.3.2
- Loading branch information
Showing
169 changed files
with
2,482 additions
and
5,054 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
BROWSER=none | ||
FAST_REFRESH=true | ||
REACT_APP_LISTEN_URL=http://127.0.0.1:26667 | ||
REACT_APP_TOKEN= |
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
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,19 +1,25 @@ | ||
module github.com/sentinel-official/desktop-client/cli | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/cosmos/cosmos-sdk v0.39.2 | ||
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d | ||
github.com/cosmos/cosmos-sdk v0.42.5 | ||
github.com/cosmos/go-bip39 v1.0.0 | ||
github.com/go-kit/kit v0.10.0 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/pelletier/go-toml v1.8.0 | ||
github.com/pelletier/go-toml v1.8.1 | ||
github.com/rs/cors v1.7.0 | ||
github.com/sentinel-official/hub v0.5.0 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/sentinel-official/hub v0.6.2 | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/tendermint/tendermint v0.33.9 | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | ||
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb | ||
github.com/tendermint/tendermint v0.34.10 | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 | ||
google.golang.org/grpc v1.38.0 | ||
) | ||
|
||
replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 | ||
replace ( | ||
github.com/cosmos/cosmos-sdk => github.com/sentinel-official/cosmos-sdk v0.42.6-sentinel | ||
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 | ||
google.golang.org/grpc => google.golang.org/grpc v1.33.2 | ||
) |
Oops, something went wrong.