1
0
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:
astaxie
2013-11-21 22:19:19 +08:00
parent c94189668f
commit a0dff9148a
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ package config
import (
"errors"
"github.com/clbanning/x2j"
"github.com/beego/x2j"
"io/ioutil"
"os"
"strconv"

View File

@ -4,7 +4,7 @@ import (
"bytes"
"encoding/json"
"errors"
"github.com/wendal/goyaml2"
"github.com/beego/goyaml2"
"io/ioutil"
"log"
"os"