Skip to content

Commit

Permalink
remove v2
Browse files Browse the repository at this point in the history
  • Loading branch information
owenrumney committed Dec 8, 2021
1 parent 8b2ab29 commit 8a2f9b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"strings"

"github.com/owenrumney/go-sarif/v2/sarif"
"github.com/owenrumney/go-sarif/sarif"
)

// simple structure for the output of tfsec
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/owenrumney/go-sarif/v2
module github.com/owenrumney/go-sarif

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion test/report_stage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bytes"
"testing"

"github.com/owenrumney/go-sarif/v2/sarif"
"github.com/owenrumney/go-sarif/sarif"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
2 changes: 1 addition & 1 deletion test/run_stage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"
"testing"

"github.com/owenrumney/go-sarif/v2/sarif"
"github.com/owenrumney/go-sarif/sarif"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 8a2f9b4

Please sign in to comment.