diff options
| author | lhchavez <[email protected]> | 2019-01-06 07:34:50 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-01-06 07:34:50 -0800 |
| commit | 30c57ff09ef08b4019701320f328b3587e326df0 (patch) | |
| tree | 6a69d0345b0992b0dbcf3989a0535f08ff277878 /script | |
| parent | 7ae106611c9cabe9c3c30343139efbb5d7d6fc27 (diff) | |
Add support for Go 1.11 modules
This change adds a `go.mod` file. An empty file is sufficient since this
project has no external dependencies. For people that want to use the static
version of libgit2, this module can be vendored and the following can be added
to their `go.mod` file:
replace github.com/libgit2/git2go => ./vendor/github.com/libgit2/git2go
Diffstat (limited to 'script')
0 files changed, 0 insertions, 0 deletions
