aboutsummaryrefslogtreecommitdiff
path: root/examples/5-report/example_report.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/5-report/example_report.go')
-rw-r--r--examples/5-report/example_report.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/5-report/example_report.go b/examples/5-report/example_report.go
index fa295ce..fff3439 100644
--- a/examples/5-report/example_report.go
+++ b/examples/5-report/example_report.go
@@ -12,8 +12,8 @@ import (
"fmt"
"os"
- "github.com/spdx/tools-golang/v0/reporter"
- "github.com/spdx/tools-golang/v0/tvloader"
+ "github.com/spdx/tools-golang/reporter"
+ "github.com/spdx/tools-golang/tvloader"
)
func main() {