File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "go/build"
1010 "go/parser"
1111
12- "github.com/liquid-dev /tools/go/loader"
12+ "golang.org/x /tools/go/loader"
1313)
1414
1515const (
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
2828 "github.com/liquid-dev/text/message/pipeline"
2929
3030 "github.com/liquid-dev/text/language"
31- "github.com/liquid-dev /tools/go/buildutil"
31+ "golang.org/x /tools/go/buildutil"
3232)
3333
3434func init () {
Original file line number Diff line number Diff line change 11module github.com/liquid-dev/text
22
3- require github.com/liquid-dev /tools v0.0.0-20180917221912-90fa682c2a6e
3+ require golang.org/x /tools v0.0.0-20180917221912-90fa682c2a6e
44
55go 1.11
Original file line number Diff line number Diff line change 1- github.com/liquid-dev/tools v0.0.0-20180917221912-90fa682c2a6e h1:FDhOuMEY4JVRztM/gsbk+IKUQ8kj74bxZrgw87eMMVc =
2- github.com/liquid-dev/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
3- github.com/liquid-dev/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
41golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e h1:FDhOuMEY4JVRztM/gsbk+IKUQ8kj74bxZrgw87eMMVc =
2+ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e h1:FDhOuMEY4JVRztM/gsbk+IKUQ8kj74bxZrgw87eMMVc =
3+ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
4+ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
55golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ import (
2020 "unicode/utf8"
2121
2222 fmtparser "github.com/liquid-dev/text/internal/format"
23- "github.com/liquid-dev /tools/go/callgraph"
24- "github.com/liquid-dev /tools/go/callgraph/cha"
25- "github.com/liquid-dev /tools/go/loader"
26- "github.com/liquid-dev /tools/go/ssa"
27- "github.com/liquid-dev /tools/go/ssa/ssautil"
23+ "golang.org/x /tools/go/callgraph"
24+ "golang.org/x /tools/go/callgraph/cha"
25+ "golang.org/x /tools/go/loader"
26+ "golang.org/x /tools/go/ssa"
27+ "golang.org/x /tools/go/ssa/ssautil"
2828)
2929
3030const debug = false
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "github.com/liquid-dev/text/internal/catmsg"
2121 "github.com/liquid-dev/text/internal/gen"
2222 "github.com/liquid-dev/text/language"
23- "github.com/liquid-dev /tools/go/loader"
23+ "golang.org/x /tools/go/loader"
2424)
2525
2626var transRe = regexp .MustCompile (`messages\.(.*)\.json` )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "github.com/liquid-dev/text/internal"
2626 "github.com/liquid-dev/text/language"
2727 "github.com/liquid-dev/text/runes"
28- "github.com/liquid-dev /tools/go/loader"
28+ "golang.org/x /tools/go/loader"
2929)
3030
3131const (
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515 "os"
1616 "strings"
1717
18- "github.com/liquid-dev /tools/go/loader"
18+ "golang.org/x /tools/go/loader"
1919)
2020
2121const printerType = "github.com/liquid-dev/text/message.Printer"
You can’t perform that action at this time.
0 commit comments