forked from mirror/ledisdb
change import path of bson lib
This commit is contained in:
parent
ed298bdf66
commit
693bcf32f4
|
@ -11,7 +11,7 @@ go get github.com/szferi/gomdb
|
||||||
|
|
||||||
go get github.com/boltdb/bolt
|
go get github.com/boltdb/bolt
|
||||||
|
|
||||||
go get gopkg.in/mgo.v2/bson
|
|
||||||
go get github.com/ugorji/go/codec
|
go get github.com/ugorji/go/codec
|
||||||
go get github.com/BurntSushi/toml
|
go get github.com/BurntSushi/toml
|
||||||
|
|
||||||
|
go get github.com/siddontang/go-bson/bson
|
||||||
|
|
|
@ -10,8 +10,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"github.com/siddontang/go-bson/bson"
|
||||||
"github.com/ugorji/go/codec"
|
"github.com/ugorji/go/codec"
|
||||||
"gopkg.in/mgo.v2/bson"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var allowedContentTypes = map[string]struct{}{
|
var allowedContentTypes = map[string]struct{}{
|
||||||
|
|
Loading…
Reference in New Issue