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
This commit is contained in:
lhchavez 2019-01-06 07:34:50 -08:00 committed by GitHub
parent 7ae106611c
commit 30c57ff09e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
go.mod Normal file
View File

@ -0,0 +1 @@
module github.com/libgit2/git2go