mirror of https://github.com/spf13/viper.git
fix go imports sort
This commit is contained in:
parent
18f781b94a
commit
047b2100ff
|
@ -8,10 +8,11 @@ package remote
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"github.com/spf13/viper"
|
||||
crypt "github.com/xordataexchange/crypt/config"
|
||||
"io"
|
||||
"os"
|
||||
|
||||
"github.com/spf13/viper"
|
||||
crypt "github.com/xordataexchange/crypt/config"
|
||||
)
|
||||
|
||||
type remoteConfigProvider struct{}
|
||||
|
|
Loading…
Reference in New Issue