mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Switch to my fork of json5
This should reduce go get download times for micro considerably because the original json5 committed a bunch of binaries which cause the repository to be very large and slow to download. My fork fixes that.
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/yosuke-furukawa/json5/encoding/json5"
|
"github.com/zyedidia/json5/encoding/json5"
|
||||||
"github.com/zyedidia/tcell"
|
"github.com/zyedidia/tcell"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/yosuke-furukawa/json5/encoding/json5"
|
|
||||||
"github.com/zyedidia/glob"
|
"github.com/zyedidia/glob"
|
||||||
|
"github.com/zyedidia/json5/encoding/json5"
|
||||||
)
|
)
|
||||||
|
|
||||||
type optionValidator func(string, interface{}) error
|
type optionValidator func(string, interface{}) error
|
||||||
|
|||||||
Reference in New Issue
Block a user