Skip to content

Commit 6e85bee

Browse files
committed
fix: fix version issue
1 parent 7b5f0d5 commit 6e85bee

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/boyter/scc v0.0.0-20200907020550-91af61dfda0d
99
github.com/huleTW/bad-smell-analysis v0.1.0
1010
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
11+
github.com/json-iterator/go v1.1.9 // indirect
1112
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
1213
github.com/mattn/go-colorable v0.1.7 // indirect
1314
github.com/mattn/go-shellwords v1.0.6

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1/go.mod h1:pD8Rv
6363
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
6464
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
6565
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
66+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
6667
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
6768
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 h1:Esafd1046DLDQ0W1YjYsBW+p8U2u7vzgW2SQVmlNazg=
6869
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=

pkg/infrastructure/ast/ast_go/cocago_parser_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ func (g *GoIdentApp) Analysis(code string, fileName string) core_domain.CodeFile
160160

161161
g.Expect(len(results.DataStructures)).To(Equal(1))
162162
}
163+
163164
func Test_ShowShowSelfMethodCall(t *testing.T) {
164165
t.Parallel()
165166
g := NewGomegaWithT(t)

0 commit comments

Comments
 (0)