Mod name change (#2)

* change mod and import path name

* change mod and import path name
This commit is contained in:
pallabi-spectralogic 2020-01-10 16:16:31 -07:00 committed by GitHub
parent 1c55a94a73
commit 3c4d6e9510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -22,3 +22,5 @@ require (
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v2 v2.2.2
)
go 1.13

View file

@ -11,7 +11,7 @@ import (
"io"
"os"
"github.com/spf13/viper"
"github.com/SpectraLogic/viper"
crypt "github.com/xordataexchange/crypt/config"
)