From 8fc0c80064cf877dafebeaab6ac1d7e17ec1ea14 Mon Sep 17 00:00:00 2001 From: Timo Eckhardt Date: Fri, 15 Nov 2024 11:49:01 +0100 Subject: [PATCH] adds github.com as mod prefix --- README.md | 2 ++ go.mod | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d881a6..3c2929b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ the data-structure surefire results is converted to. ## Usage +Add module by `go get github.com/adobe/go-surefire`. + Read test-result XML files from `~/test-results` directory. ``` diff --git a/go.mod b/go.mod index 25999ab..448e29c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module adobe/go-surefire +module github.com/adobe/go-surefire go 1.21.0