Skip to content

Commit

Permalink
revert x/wasm because it made a mess of go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Feb 24, 2020
1 parent dd6ea1e commit 7ba04be
Show file tree
Hide file tree
Showing 38 changed files with 4 additions and 4,783 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.deb
/enigmacli-*
/enigmad-*
/enigmacli*
/enigmad*
SHA256SUMS*
/release
25 changes: 2 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,10 @@ module github.com/enigmampc/enigmachain
go 1.13

require (
github.com/99designs/keyring v1.1.4 // indirect
github.com/ChainSafe/go-schnorrkel v0.0.0-20200115165343-aa45d48b5ed6 // indirect
github.com/btcsuite/btcutil v1.0.1 // indirect
github.com/confio/go-cosmwasm v0.6.3
github.com/cosmos/cosmos-sdk v0.38.1
github.com/cosmwasm/wasmd v0.6.1
github.com/go-kit/kit v0.10.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/gtank/merlin v0.1.1 // indirect
github.com/keybase/go-keychain v0.0.0-20200218013740-86d4642e4ce2 // indirect
github.com/prometheus/client_golang v1.4.1 // indirect
github.com/prometheus/procfs v0.0.10 // indirect
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/tendermint v0.33.1
github.com/tendermint/tendermint v0.33.0
github.com/tendermint/tm-db v0.4.0
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 // indirect
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
google.golang.org/genproto v0.0.0-20200218151345-dad8c97a84f5 // indirect
gopkg.in/ini.v1 v1.52.0 // indirect
)
308 changes: 0 additions & 308 deletions go.sum

Large diffs are not rendered by default.

204 changes: 0 additions & 204 deletions x/wasm/LICENSE

This file was deleted.

Loading

0 comments on commit 7ba04be

Please sign in to comment.