mirror of
https://github.com/spf13/viper
synced 2025-05-11 06:37:27 +00:00
fix
This commit is contained in:
parent
5e05190e2d
commit
7ebd361a07
1 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,9 @@ import (
|
|||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io"
|
||||
"strings"
|
||||
|
||||
"github.com/hashicorp/hcl"
|
||||
"github.com/hashicorp/hcl/hcl/printer"
|
||||
"github.com/magiconair/properties"
|
||||
|
@ -12,8 +15,6 @@ import (
|
|||
"github.com/subosito/gotenv"
|
||||
"gopkg.in/ini.v1"
|
||||
"gopkg.in/yaml.v2"
|
||||
"io"
|
||||
"strings"
|
||||
)
|
||||
|
||||
var SupportedParsers map[string]Parser
|
||||
|
|
Loading…
Add table
Reference in a new issue