This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/vendor
PRADYUMNA KAUSHIK e3caa90c31
Refactor imports, Add vendor/ as submodule (#5)
refact imports to github.xxx. update go.mod + go.sum

* removed vendor/ folder

* Added vendor/ submodule.

Moved dependencies that need to be vendored into separate repository.
	- https://github.com/spdfg/elektron-vendor
Added vendor/ as a submodule using the below command.
	- git submodule add https://github.com/spdfg/elektron-vendor vendor
If wanting to use vendor, run the following commands after cloning
elektron.
1. git submodule init
2. git submodule update

* added instructions to clone vendor/ submodule.

* updated module to spdfg. Refactored imports
2019-10-31 14:32:46 -04:00
..
.gitignore Refactor imports, Add vendor/ as submodule (#5) 2019-10-31 14:32:46 -04:00
LICENSE Refactor imports, Add vendor/ as submodule (#5) 2019-10-31 14:32:46 -04:00
README.md Refactor imports, Add vendor/ as submodule (#5) 2019-10-31 14:32:46 -04:00

elektron-vendor

Dependencies to be vendored into Elektron.