the garbage commit of go.mod vault deps

This commit is contained in:
Asim Aslam
2019-05-31 15:24:15 +01:00
parent fd9021ad6a
commit 30627c32c9
4 changed files with 10 additions and 10 deletions

View File

@@ -2,9 +2,10 @@ package vault
import (
"fmt"
"time"
"github.com/hashicorp/vault/api"
"github.com/micro/go-micro/config/source"
"time"
)
// Currently a single vault reader

View File

@@ -3,11 +3,12 @@ package vault
import (
"encoding/json"
"fmt"
"github.com/micro/go-micro/config"
"os"
"reflect"
"strings"
"testing"
"github.com/micro/go-micro/config"
)
func TestVaultMakeMap(t *testing.T) {