Skip to content

Commit 3c4100c

Browse files
committed
move to go modules and upgrade bblfsh client version
Signed-off-by: Miguel Molina <[email protected]>
1 parent 494e149 commit 3c4100c

File tree

5,726 files changed

+145164
-2300823
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,726 files changed

+145164
-2300823
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ before_script:
2424
- docker exec -it bblfshd bblfshctl driver install php bblfsh/php-driver
2525
- docker exec -it bblfshd bblfshctl driver install go bblfsh/go-driver
2626
- go get -v github.com/go-sql-driver/mysql/...
27+
- go get gopkg.in/src-d/go-git-fixtures.v3/...
2728

2829
script:
2930
- make test-coverage codecov

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Added
10+
- Move to go modules and upgrade bblfsh client version.
11+
912
## [0.20.0] - 2019-05-30
1013
### Known Issues
1114
- After updating Vitess MySQL server, we are having some problems connecting from JDBC MariaDB drivers (https://github.com/src-d/gitbase/issues/807) (https://github.com/vitessio/vitess/issues/4603)

0 commit comments

Comments
 (0)