This website requires JavaScript.
Explore
Help
Sign In
jcarr
/
git2go
Watch
1
Star
0
Fork
You've already forked git2go
0
Code
Issues
52
Pull Requests
31
Packages
Projects
Releases
Wiki
Activity
19b0d4241c
git2go
/
go.mod
4 lines
46 B
Modula-2
Raw
Normal View
History
Unescape
Escape
Add the /v28 suffix to go.mod This is compliant with https://github.com/golang/go/wiki/Modules#releasing-modules-v2-or-higher, which says ``` Major branch: Update the go.mod file to include a /v3 at the end of the module path in the module directive (e.g., module github.com/my/module/v3). Update import statements within the module to also use /v3 (e.g., import "github.com/my/module/v3/mypkg"). Tag the release with v3.0.0. ``` This also means that unfortunately we cannot keep using libgit2's exact version number (plus a build number for git2go purposes, since go only recognizes vMAJOR.MINOR.PATCH format). (Tentatively) fixes: #536
2020-02-18 21:21:38 -06:00
module
github
.
com
/
libgit2
/
git2go
/
v28
Add the version number to go.mod This is the second take on trying to tag the current release with a Go version. (cherry picked from commit a32375a86063768507a01b32cc3d868f4c2ffa9c)
2020-03-19 09:45:38 -05:00
go
1.13