mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 13:08:07 -05:00
9 lines
145 B
Modula-2
9 lines
145 B
Modula-2
module github.com/jstemmer/go-junit-report/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/jstemmer/go-junit-report v1.0.0
|
|
)
|