Skip to content

Commit

Permalink
fix: fix version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jul 1, 2021
1 parent 7b5f0d5 commit 6e85bee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/boyter/scc v0.0.0-20200907020550-91af61dfda0d
github.com/huleTW/bad-smell-analysis v0.1.0
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/json-iterator/go v1.1.9 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-shellwords v1.0.6
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1/go.mod h1:pD8Rv
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 h1:Esafd1046DLDQ0W1YjYsBW+p8U2u7vzgW2SQVmlNazg=
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
Expand Down
1 change: 1 addition & 0 deletions pkg/infrastructure/ast/ast_go/cocago_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func (g *GoIdentApp) Analysis(code string, fileName string) core_domain.CodeFile

g.Expect(len(results.DataStructures)).To(Equal(1))
}

func Test_ShowShowSelfMethodCall(t *testing.T) {
t.Parallel()
g := NewGomegaWithT(t)
Expand Down

0 comments on commit 6e85bee

Please sign in to comment.