mirror of
https://github.com/spf13/viper
synced 2025-05-07 20:57:18 +00:00
Mod name change (#2)
* change mod and import path name * change mod and import path name
This commit is contained in:
parent
1c55a94a73
commit
3c4d6e9510
2 changed files with 3 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -22,3 +22,5 @@ require (
|
|||
golang.org/x/text v0.3.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.2
|
||||
)
|
||||
|
||||
go 1.13
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
"io"
|
||||
"os"
|
||||
|
||||
"github.com/spf13/viper"
|
||||
"github.com/SpectraLogic/viper"
|
||||
crypt "github.com/xordataexchange/crypt/config"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue