File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
- internal/function: gracefully handle errors in commit_stats.
17
17
- Removed vendor folder.
18
18
- Upgrade ` enry ` to version ` v2.0.0 ` .
19
+ - Switch ` gocloc ` to version ` v0.3.0 ` .
19
20
20
21
### Fixed
21
22
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/emirpasic/gods v1.12.0 // indirect
9
9
github.com/go-sql-driver/mysql v1.4.1
10
10
github.com/hashicorp/golang-lru v0.5.0
11
- github.com/hhatto/gocloc v0.0.0-20190602072209-764f3f6ae21e
11
+ github.com/hhatto/gocloc v0.3.0
12
12
github.com/jessevdk/go-flags v1.4.0
13
13
github.com/miekg/dns v1.1.1 // indirect
14
14
github.com/opentracing/opentracing-go v1.1.0
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
102
102
github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
103
103
github.com/hashicorp/memberlist v0.1.3 h1:EmmoJme1matNzb+hMpDuR/0sbJSUisxyqBGG676r31M =
104
104
github.com/hashicorp/memberlist v0.1.3 /go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I =
105
- github.com/hhatto/gocloc v0.0.0-20190602072209-764f3f6ae21e h1:y/6xya/cMhR45BsfYSba5ql3v+NPXrcD9ROAwIiKi8A =
106
- github.com/hhatto/gocloc v0.0.0-20190602072209-764f3f6ae21e /go.mod h1:hLWkKLYoVZDsIVygx3HklyE9kOgrnQCY32pEdbK9F2M =
105
+ github.com/hhatto/gocloc v0.3.0 h1:n3+d1hf8qTIlN3bbhegtP4RSRuSjtv378uLQqgwjQyU =
106
+ github.com/hhatto/gocloc v0.3.0 /go.mod h1:hLWkKLYoVZDsIVygx3HklyE9kOgrnQCY32pEdbK9F2M =
107
107
github.com/hpcloud/tail v1.0.0 /go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU =
108
108
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A =
109
109
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 /go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo =
You can’t perform that action at this time.
0 commit comments