Skip to content

Commit 03a2155

Browse files
authored
Update plugin's module path to use v2 (#181)
1 parent 985869f commit 03a2155

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/turbot/steampipe-plugin-jira
1+
module github.com/turbot/steampipe-plugin-jira/v2
22

33
go 1.24
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/turbot/steampipe-plugin-jira/jira"
4+
"github.com/turbot/steampipe-plugin-jira/v2/jira"
55

66
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
77
)

0 commit comments

Comments
 (0)