Skip to content

Commit 605b5d7

Browse files
authored
Merge branch 'master' into update-mysql-180619
2 parents ecfa5e5 + cd912d7 commit 605b5d7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- internal/function: gracefully handle errors in commit_stats.
1717
- Removed vendor folder.
1818
- Upgrade `enry` to version `v2.0.0`.
19+
- Switch `gocloc` to version `v0.3.0`.
1920

2021
### Fixed
2122

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/emirpasic/gods v1.12.0 // indirect
99
github.com/go-sql-driver/mysql v1.4.1
1010
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
1212
github.com/jessevdk/go-flags v1.4.0
1313
github.com/miekg/dns v1.1.1 // indirect
1414
github.com/opentracing/opentracing-go v1.1.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
106106
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
107107
github.com/hashicorp/memberlist v0.1.3 h1:EmmoJme1matNzb+hMpDuR/0sbJSUisxyqBGG676r31M=
108108
github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I=
109-
github.com/hhatto/gocloc v0.0.0-20190602072209-764f3f6ae21e h1:y/6xya/cMhR45BsfYSba5ql3v+NPXrcD9ROAwIiKi8A=
110-
github.com/hhatto/gocloc v0.0.0-20190602072209-764f3f6ae21e/go.mod h1:hLWkKLYoVZDsIVygx3HklyE9kOgrnQCY32pEdbK9F2M=
109+
github.com/hhatto/gocloc v0.3.0 h1:n3+d1hf8qTIlN3bbhegtP4RSRuSjtv378uLQqgwjQyU=
110+
github.com/hhatto/gocloc v0.3.0/go.mod h1:hLWkKLYoVZDsIVygx3HklyE9kOgrnQCY32pEdbK9F2M=
111111
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
112112
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
113113
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=

0 commit comments

Comments
 (0)