File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 55
66 "github.com/flowdev/spaghetti-analyzer/analdata"
77 "github.com/flowdev/spaghetti-analyzer/x/pkgs"
8+ "github.com/flowdev/spaghetti-cutter/config"
89 "github.com/flowdev/spaghetti-cutter/data"
9- "github.com/flowdev/spaghetti-cutter/x/config"
1010)
1111
1212// Fill fills the dependency map of the given package.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
1010 "github.com/flowdev/spaghetti-analyzer/deps"
1111 "github.com/flowdev/spaghetti-analyzer/parse"
1212 "github.com/flowdev/spaghetti-analyzer/x/pkgs"
13+ "github.com/flowdev/spaghetti-cutter/config"
1314 "github.com/flowdev/spaghetti-cutter/data"
14- "github.com/flowdev/spaghetti-cutter/x/config"
1515)
1616
1717func TestFill (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module github.com/flowdev/spaghetti-analyzer
33go 1.16
44
55require (
6- github.com/flowdev/spaghetti-cutter v0.9.7
7- github.com/hjson/hjson-go v3.0.1+incompatible // indirect
6+ github.com/flowdev/spaghetti-cutter v0.9.8
87 golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290
98)
Original file line number Diff line number Diff line change 11github.com/flowdev/spaghetti-cutter v0.9.7 h1:6ZlBNu12JniYydDWaZwKqW2Td4NUn2TLzLQDiQMMYlc =
22github.com/flowdev/spaghetti-cutter v0.9.7 /go.mod h1:aj1OIpHL2KRx+eCQj8UFW4/xdtswEJuZFAmO8LS6fdo =
3+ github.com/flowdev/spaghetti-cutter v0.9.8 h1:sW5R1hf8QNLfSqCzhIKGTe0w22pODj94ZfoZ1Qf673g =
4+ github.com/flowdev/spaghetti-cutter v0.9.8 /go.mod h1:aj1OIpHL2KRx+eCQj8UFW4/xdtswEJuZFAmO8LS6fdo =
35github.com/hjson/hjson-go v3.0.1+incompatible h1:JwOXblcMiBbiWue7iPkoFK9oXSnW8n+qXh/0Fio6TCo =
46github.com/hjson/hjson-go v3.0.1+incompatible /go.mod h1:qsetwF8NlsTsOTwZTApNlTCerV+b2GjYRRcIk4JMFio =
57github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import (
1717 "github.com/flowdev/spaghetti-analyzer/tree"
1818 "github.com/flowdev/spaghetti-analyzer/x/dirs"
1919 "github.com/flowdev/spaghetti-analyzer/x/pkgs"
20+ "github.com/flowdev/spaghetti-cutter/config"
2021 "github.com/flowdev/spaghetti-cutter/data"
21- "github.com/flowdev/spaghetti-cutter/x/config"
2222)
2323
2424func main () {
You can’t perform that action at this time.
0 commit comments