mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 06:40:39 +00:00
change third repo from other to beego
This commit is contained in:
@ -4,7 +4,7 @@ package config
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/clbanning/x2j"
|
||||
"github.com/beego/x2j"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"strconv"
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"github.com/wendal/goyaml2"
|
||||
"github.com/beego/goyaml2"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
|
Reference in New Issue
Block a user