mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +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"
|
||||
|
||||
"github.com/blang/semver"
|
||||
"github.com/yosuke-furukawa/json5/encoding/json5"
|
||||
"github.com/yuin/gopher-lua"
|
||||
"github.com/zyedidia/json5/encoding/json5"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import (
|
|||
"github.com/blang/semver"
|
||||
"testing"
|
||||
|
||||
"github.com/yosuke-furukawa/json5/encoding/json5"
|
||||
"github.com/zyedidia/json5/encoding/json5"
|
||||
)
|
||||
|
||||
func TestDependencyResolving(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue