mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-09 07:14:43 +00:00
changed json5 repo
This commit is contained in:
parent
8f2f1f8c1d
commit
3e8a587aa3
2 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ import (
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/blang/semver"
|
"github.com/blang/semver"
|
||||||
"github.com/yosuke-furukawa/json5/encoding/json5"
|
|
||||||
"github.com/yuin/gopher-lua"
|
"github.com/yuin/gopher-lua"
|
||||||
|
"github.com/zyedidia/json5/encoding/json5"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"github.com/blang/semver"
|
"github.com/blang/semver"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/yosuke-furukawa/json5/encoding/json5"
|
"github.com/zyedidia/json5/encoding/json5"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestDependencyResolving(t *testing.T) {
|
func TestDependencyResolving(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue