Skip to content

Commit

Permalink
Merge pull request #69 from immutability-io/v0.2.10
Browse files Browse the repository at this point in the history
update to latest vendor deps
  • Loading branch information
cypherhat committed Dec 26, 2019
2 parents b8ba0d6 + 1af504b commit 9f3b42d
Show file tree
Hide file tree
Showing 1,067 changed files with 362,087 additions and 16,202 deletions.
25 changes: 8 additions & 17 deletions go.mod
@@ -1,24 +1,15 @@
module github.com/immutability-io/vault-ethereum

go 1.12
go 1.13

require (
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20190607111240-52c2a7864a08 // indirect
github.com/btcsuite/btcd v0.0.0-20190614013741-962a206e94e9 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/ethereum/go-ethereum v1.8.27
github.com/go-stack/stack v1.8.0 // indirect
github.com/ethereum/go-ethereum v1.9.9
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/vault/api v1.0.2
github.com/hashicorp/vault/sdk v0.1.11
github.com/miguelmota/go-coinmarketcap v0.1.4
github.com/hashicorp/vault/api v1.0.4
github.com/hashicorp/vault/sdk v0.1.13
github.com/miguelmota/go-coinmarketcap v0.1.6
github.com/pborman/uuid v1.2.0
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v1.6.0 // indirect
github.com/sethvargo/go-diceware v0.0.0-20181024230814-74428ac65346
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/syndtr/goleveldb v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
github.com/sethvargo/go-diceware v0.0.0-20191204142517-9a5d9eed2110
github.com/shopspring/decimal v0.0.0-20191130220710-360f2bc03045
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915
)
235 changes: 172 additions & 63 deletions go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions helper/config_plugin.sh
@@ -1,8 +1,8 @@
#!/bin/bash

function install_plugin {
echo "ADDING TO CATALOG: sys/plugins/catalog/ethereum-plugin"
vault write sys/plugins/catalog/ethereum-plugin \
echo "ADDING TO CATALOG: sys/plugins/catalog/secret/ethereum-plugin"
vault write sys/plugins/catalog/secret/ethereum-plugin \
sha_256="$(cat SHA256SUM)" \
command="vault-ethereum --ca-cert=$HOME/etc/vault.d/root.crt --client-cert=$HOME/etc/vault.d/vault.crt --client-key=$HOME/etc/vault.d/vault.key"

Expand Down
4 changes: 2 additions & 2 deletions helper/install_vault.sh
@@ -1,7 +1,7 @@
#!/bin/bash

PLUGIN_VERSION="0.2.5"
VAULT_VERSION="0.11.3"
PLUGIN_VERSION="0.2.10"
VAULT_VERSION="1.0.3"

function print_help {
echo "Usage: bash install_vault.sh OPTIONS"
Expand Down
20 changes: 20 additions & 0 deletions vendor/github.com/StackExchange/wmi/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/github.com/StackExchange/wmi/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

260 changes: 260 additions & 0 deletions vendor/github.com/StackExchange/wmi/swbemservices.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f3b42d

Please sign in to comment.