Skip to content

Commit

Permalink
fix: Allow empty namespace in migration script (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba authored Dec 21, 2021
1 parent 98f5d7b commit 6b7e277
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 91 deletions.
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ go 1.15
require (
github.com/consensys/gnark-crypto v0.5.0
github.com/consensys/quorum v2.7.0+incompatible
github.com/ethereum/go-ethereum v1.9.25
github.com/ethereum/go-ethereum v1.10.13
github.com/golang/mock v1.4.3
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/vault/api v1.0.5-0.20200117231345-460d63e36490
github.com/hashicorp/vault/sdk v0.1.14-0.20200305172021-03a3749f220d
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
)

replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.1+incompatible
github.com/docker/docker => github.com/docker/engine v1.4.2-0.20200204220554-5f6d6f3f2203
)
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.1+incompatible

// Containous forks
replace (
Expand Down
Loading

0 comments on commit 6b7e277

Please sign in to comment.