| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-19 | Add the version number to go.mod | lhchavez | |
| This is the second take on trying to tag the current release with a Go version. | |||
| 2019-12-10 | Adjust to libgit2 changes | Carlos MartÃn Nieto | |
| 2019-01-06 | Add support for Go 1.11 modules | lhchavez | |
| 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 | |||
