We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985869f commit 03a2155Copy full SHA for 03a2155
2 files changed
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/turbot/steampipe-plugin-jira
+module github.com/turbot/steampipe-plugin-jira/v2
2
3
go 1.24
4
main.go
@@ -1,7 +1,7 @@
package main
import (
- "github.com/turbot/steampipe-plugin-jira/jira"
+ "github.com/turbot/steampipe-plugin-jira/v2/jira"
5
6
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
7
)
0 commit comments