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

@@ -14,11 +14,11 @@ import (
"github.com/hashicorp/vault/api"
"github.com/hashicorp/vault/builtin/logical/database/dbplugin"
"github.com/hashicorp/vault/helper/dbtxn"
"github.com/hashicorp/vault/sdk/helper/strutil"
"github.com/hashicorp/vault/plugins"
"github.com/hashicorp/vault/plugins/helper/database/connutil"
"github.com/hashicorp/vault/plugins/helper/database/credsutil"
"github.com/hashicorp/vault/plugins/helper/database/dbutil"
"github.com/hashicorp/vault/sdk/helper/strutil"
)
const msSQLTypeName = "mssql"