Switch to go modules (#6585)

* Switch to go modules

* Make fmt
This commit is contained in:
Jeff Mitchell
2019-04-13 03:44:06 -04:00
committed by GitHub
parent ab43bf7d18
commit 278bdd1f4e
1430 changed files with 68149 additions and 82654 deletions

View File

@@ -9,8 +9,8 @@ import (
hclog "github.com/hashicorp/go-hclog"
"github.com/hashicorp/vault/api"
"github.com/hashicorp/vault/sdk/helper/logging"
vaulthttp "github.com/hashicorp/vault/http"
"github.com/hashicorp/vault/sdk/helper/logging"
"github.com/hashicorp/vault/sdk/physical"
physInmem "github.com/hashicorp/vault/sdk/physical/inmem"
"github.com/hashicorp/vault/shamir"