Skip to content

Commit b80e341

Browse files
committed
remove vendor folder
Signed-off-by: Miguel Molina <[email protected]>
1 parent 283b7dc commit b80e341

File tree

1,997 files changed

+8
-1842243
lines changed

Some content is hidden

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

1,997 files changed

+8
-1842243
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.o
33
*.a
44
*.so
5+
vendor
56

67
# Folders
78
_obj

Diff for: .travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: go
22

33
go_import_path: github.com/src-d/gitbase
44

5+
env:
6+
- GO111MODULE=on
7+
58
matrix:
69
fast_finish: true
710
addons:

Diff for: CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Removed vendor folder.
12+
913
## [0.21.0-beta1] - 2019-06-12
1014

1115
### Added

Diff for: vendor/github.com/BurntSushi/toml/.gitignore

-5
This file was deleted.

Diff for: vendor/github.com/BurntSushi/toml/.travis.yml

-15
This file was deleted.

Diff for: vendor/github.com/BurntSushi/toml/COMPATIBLE

-3
This file was deleted.

Diff for: vendor/github.com/BurntSushi/toml/COPYING

-21
This file was deleted.

Diff for: vendor/github.com/BurntSushi/toml/Makefile

-19
This file was deleted.

Diff for: vendor/github.com/BurntSushi/toml/README.md

-218
This file was deleted.

0 commit comments

Comments
 (0)