Skip to content

Commit e297239

Browse files
authored
remove vendor folder (#865)
remove vendor folder
2 parents 283b7dc + b80e341 commit e297239

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

.gitignore

Lines changed: 1 addition & 0 deletions
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

.travis.yml

Lines changed: 3 additions & 0 deletions
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:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

vendor/github.com/BurntSushi/toml/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/COMPATIBLE

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/COPYING

Lines changed: 0 additions & 21 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/Makefile

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/github.com/BurntSushi/toml/README.md

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)