Create a v2 module and bump version to v2.0.0-dev

The old parser and formatter packages will be replaced with new packages
that are not backwards compatible. For this reason we must increment the
major version of this module.
This commit is contained in:
Joël Stemmer 2022-02-20 22:13:55 +00:00
parent 2a37e36ac6
commit 5b78a29c68
3 changed files with 7 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import (
) )
var ( var (
Version = "v1.0.0-dev" Version = "v2.0.0-dev"
Revision = "HEAD" Revision = "HEAD"
BuildTime string BuildTime string
) )

6
go.mod
View File

@ -1,3 +1,5 @@
module github.com/jstemmer/go-junit-report module github.com/jstemmer/go-junit-report/v2
go 1.2 go 1.13
require github.com/jstemmer/go-junit-report v1.0.0

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/jstemmer/go-junit-report v1.0.0 h1:8X1gzZpR+nVQLAht+L/foqOeX2l9DTZoaIPbEQHxsds=
github.com/jstemmer/go-junit-report v1.0.0/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=