diff --git a/go.mod b/go.mod index a42d8b1..f1f7e14 100644 --- a/go.mod +++ b/go.mod @@ -11,9 +11,9 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 github.com/turbot/go-kit v0.10.0-rc.0 - github.com/turbot/pipe-fittings/v2 v2.0.0-rc.1 - github.com/turbot/tailpipe-plugin-core v0.1.0-rc.9 - github.com/turbot/tailpipe-plugin-sdk v0.1.0-rc.0 + github.com/turbot/pipe-fittings/v2 v2.0.0 + github.com/turbot/tailpipe-plugin-core v0.1.2 + github.com/turbot/tailpipe-plugin-sdk v0.1.0 github.com/zclconf/go-cty v1.14.4 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 @@ -26,14 +26,12 @@ require ( github.com/charmbracelet/bubbletea v1.2.4 github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 github.com/dustin/go-humanize v1.0.1 - github.com/fatih/color v1.17.0 github.com/fsnotify/fsnotify v1.7.0 github.com/gosuri/uiprogress v0.0.1 github.com/hashicorp/go-hclog v1.6.3 github.com/hashicorp/go-plugin v1.6.1 github.com/hashicorp/go-version v1.7.0 github.com/jedib0t/go-pretty/v6 v6.5.9 - github.com/karrick/gows v0.3.0 github.com/marcboeker/go-duckdb v1.8.3 github.com/sethvargo/go-retry v0.2.4 github.com/thediveo/enumflag/v2 v2.0.5 @@ -96,6 +94,7 @@ require ( github.com/dlclark/regexp2 v1.4.0 // indirect github.com/elastic/go-grok v0.3.1 // indirect github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect + github.com/fatih/color v1.17.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/gabriel-vasile/mimetype v1.4.3 // indirect github.com/gertd/go-pluralize v0.2.1 // indirect @@ -140,6 +139,7 @@ require ( github.com/jackc/puddle/v2 v2.2.1 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect + github.com/karrick/gows v0.3.0 // indirect github.com/klauspost/compress v1.17.11 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/logrusorgru/aurora v2.0.3+incompatible // indirect diff --git a/go.sum b/go.sum index ebed57f..bdbd8b2 100644 --- a/go.sum +++ b/go.sum @@ -737,18 +737,18 @@ github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKU github.com/turbot/go-kit v0.10.0-rc.0/go.mod h1:fFQqR59I5z5JeeBLfK1PjSifn4Oprs3NiQx0CxeSJxs= github.com/turbot/go-prompt v0.2.6-steampipe.0.0.20221028122246-eb118ec58d50 h1:zs87uA6QZsYLk4RRxDOIxt8ro/B2V6HzoMWm05Lo7ao= github.com/turbot/go-prompt v0.2.6-steampipe.0.0.20221028122246-eb118ec58d50/go.mod h1:vFnjEGDIIA/Lib7giyE4E9c50Lvl8j0S+7FVlAwDAVw= -github.com/turbot/pipe-fittings/v2 v2.0.0-rc.1 h1:G7PpOmolqab5Pf+LKmKrHZ8OJd7ifJm3KqgxIngPXJo= -github.com/turbot/pipe-fittings/v2 v2.0.0-rc.1/go.mod h1:4srBITqYs/VWpgpqjQmJejJ3akkPVRueCHQa9CiETr0= +github.com/turbot/pipe-fittings/v2 v2.0.0 h1:qHtjWVsoM+I8NSeXYBct7FJ6ALnZLdMB06u/cZoo3Lk= +github.com/turbot/pipe-fittings/v2 v2.0.0/go.mod h1:4srBITqYs/VWpgpqjQmJejJ3akkPVRueCHQa9CiETr0= github.com/turbot/pipes-sdk-go v0.9.1 h1:2yRojY2wymvJn6NQyE6A0EDFV267MNe+yDLxPVvsBwM= github.com/turbot/pipes-sdk-go v0.9.1/go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc= github.com/turbot/steampipe-plugin-code v0.7.0 h1:SROYIo/TI/Q/YNfXK+sAIS71umypUFm1Uz851TmoJkM= github.com/turbot/steampipe-plugin-code v0.7.0/go.mod h1:GvdjncWum4sZNmR0iM03SKkIzl7aZKAFtIsyAR+z4YI= github.com/turbot/steampipe-plugin-sdk/v5 v5.8.0 h1:e/5EYO7B7UZW6joxO/wqtJGYFu+7NMCqMk/tPVbquFY= github.com/turbot/steampipe-plugin-sdk/v5 v5.8.0/go.mod h1:tYRC7FDKPTZ3MSty/tGLtH6UnVpU3zs1osF5DuktB5Q= -github.com/turbot/tailpipe-plugin-core v0.1.0-rc.9 h1:HHfKHi5E65fAtFDSKWmYvGozrPRi9WguExMhEijk8S4= -github.com/turbot/tailpipe-plugin-core v0.1.0-rc.9/go.mod h1:thfPW5yCvKn0AeE0j3zJQ7C9XVrrt8yl1bVarH1JLXw= -github.com/turbot/tailpipe-plugin-sdk v0.1.0-rc.0 h1:HYRJ4IqwUhGscb+WgG2P1SN3kH1n+XGPxafShYrd3rg= -github.com/turbot/tailpipe-plugin-sdk v0.1.0-rc.0/go.mod h1:ISLG0B02WcUMFGcwOWOgioFkh4o/vOQSV/XWjTDZWnA= +github.com/turbot/tailpipe-plugin-core v0.1.2 h1:icp5Yi9sm/ztX9kOfhR0La1clBZwJz9zGzE1VJyKb9o= +github.com/turbot/tailpipe-plugin-core v0.1.2/go.mod h1:Jy6e45GArIydUzmlrFUMvJJ+yJ8PZY0n8xPvrWyBQmY= +github.com/turbot/tailpipe-plugin-sdk v0.1.0 h1:uZwyTIogO2176TV69iNjHdo6LAqZuuUySw1kTH1tkLs= +github.com/turbot/tailpipe-plugin-sdk v0.1.0/go.mod h1:ISLG0B02WcUMFGcwOWOgioFkh4o/vOQSV/XWjTDZWnA= github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7 h1:qDMxFVd8Zo0rIhnEBdCIbR+T6WgjwkxpFZMN8zZmmjg= github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7/go.mod h1:5hzpfalEjfcJWp9yq75/EZoEu2Mzm34eJAPm3HOW2tw= github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8= diff --git a/internal/constants/plugin.go b/internal/constants/plugin.go index 4badf96..c490dba 100644 --- a/internal/constants/plugin.go +++ b/internal/constants/plugin.go @@ -3,6 +3,6 @@ package constants const ( CorePluginName = "core" CorePluginFullName = "hub.tailpipe.io/plugins/turbot/core@latest" - MinCorePluginVersion = "v0.1.0" + MinCorePluginVersion = "v0.1.2" TailpipeHubOCIBase = "hub.tailpipe.io/" )