aboutsummaryrefslogtreecommitdiff
path: root/examples/5-report
diff options
context:
space:
mode:
authorSteve Winslow <swinslow@gmail.com>2019-01-12 13:53:39 -0500
committerSteve Winslow <swinslow@gmail.com>2019-01-12 13:53:39 -0500
commitd14ba1b6dac5bb96fa8a3cae0a427199099b257b (patch)
treefdc7a340d82b3f44f5830866f708f5161e2c1ca6 /examples/5-report
parent26a14bdffb577e7f84597e2a175a5f3eee7c231c (diff)
downloadspdx-tools-d14ba1b6dac5bb96fa8a3cae0a427199099b257b.tar.gz
Updated imports and docs for spdx/tools-golang
Signed-off-by: Steve Winslow <swinslow@gmail.com>
Diffstat (limited to 'examples/5-report')
-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 5506a68..fa295ce 100644
--- a/examples/5-report/example_report.go
+++ b/examples/5-report/example_report.go
@@ -12,8 +12,8 @@ import (
"fmt"
"os"
- "github.com/swinslow/spdx-go/v0/reporter"
- "github.com/swinslow/spdx-go/v0/tvloader"
+ "github.com/spdx/tools-golang/v0/reporter"
+ "github.com/spdx/tools-golang/v0/tvloader"
)
func main() {