Skip to content

Commit

Permalink
Merge PR: rm go directive (#1143)
Browse files Browse the repository at this point in the history
* rm go directive

* rm go directive

* rm go directive
  • Loading branch information
zhongqiuwood authored Oct 31, 2021
1 parent 393f386 commit 77f828d
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 9,163 deletions.
41 changes: 0 additions & 41 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
module github.com/okex/exchain

go 1.17

require (
//cm
github.com/99designs/keyring v1.1.6
//gopkg.in/yaml.v2 v2.4.0
// iavl
//github.com/pkg/errors v0.9.1
//github.com/stretchr/testify v1.6.1
//github.com/tendermint/go-amino v0.14.1
//github.com/tendermint/tendermint v0.33.5
//github.com/tendermint/tm-db v0.5.2
//golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
// tm
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
github.com/Comcast/pulsar-client-go v0.1.1
github.com/Workiva/go-datastructures v1.0.52
Expand All @@ -24,39 +13,29 @@ require (
github.com/bgentry/speakeasy v0.1.0
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
//github.com/cosmos/cosmos-sdk v0.39.2
//github.com/btcsuite/btcd v0.20.1-beta
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d
github.com/cosmos/ledger-cosmos-go v0.11.1
//github.com/btcsuite/btcd v0.20.1-beta
//github.com/btcsuite/btcutil v1.0.2
github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25
github.com/ethereum/go-ethereum v1.10.8
github.com/fortytw2/leaktest v1.3.0
github.com/garyburd/redigo v1.6.2
github.com/go-kit/kit v0.10.0
//github.com/go-kit/kit v0.10.0
github.com/go-logfmt/logfmt v0.5.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.5.0
//github.com/ethereum/go-ethereum v1.10.8
github.com/gogo/protobuf v1.3.1
github.com/golang/mock v1.3.1
//github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.5
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
//github.com/gorilla/websocket v1.4.2
github.com/gtank/merlin v0.1.1
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.9
github.com/libp2p/go-buffer-pool v0.0.2
github.com/magiconair/properties v1.8.1
//github.com/gorilla/mux v1.8.0
//github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/mattn/go-isatty v0.0.12
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20210614093730-56a4d342a6ff
github.com/minio/highwayhash v1.0.0
Expand All @@ -65,51 +44,31 @@ require (
github.com/pelletier/go-toml v1.6.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
//github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.6
//github.com/pkg/errors v0.9.1
//github.com/prometheus/client_golang v1.5.1
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
github.com/rs/cors v1.7.0
github.com/segmentio/kafka-go v0.2.2
github.com/shopspring/decimal v1.2.0
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/cobra v1.1.1
//github.com/spf13/cobra v1.1.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
//github.com/spf13/pflag v1.0.5
//github.com/spf13/viper v1.7.0
//github.com/stretchr/testify v1.7.0
github.com/tendermint/btcd v0.1.1
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
github.com/tendermint/go-amino v0.15.1
//github.com/tendermint/iavl v0.14.1
//github.com/tendermint/tendermint v0.33.9
github.com/tendermint/tm-db v0.5.2
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
github.com/willf/bitset v1.1.11
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
//github.com/spf13/cobra v1.0.0
//github.com/spf13/viper v1.6.3
//github.com/stretchr/testify v1.5.1
//github.com/tendermint/go-amino v0.15.1
//github.com/tendermint/tm-db v0.5.2
//golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
//golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
google.golang.org/grpc v1.29.1
//github.com/tendermint/go-amino v0.15.1
//github.com/tendermint/iavl v0.14.1
//github.com/tendermint/tendermint v0.33.9
//github.com/tendermint/tm-db v0.5.2
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)
Expand Down
2,990 changes: 0 additions & 2,990 deletions libs/cosmos-sdk/CHANGELOG.md

This file was deleted.

46 changes: 0 additions & 46 deletions libs/cosmos-sdk/CODE_OF_CONDUCT.md

This file was deleted.

Loading

0 comments on commit 77f828d

Please sign in to comment.