Skip to content

Commit edda69c

Browse files
authored
Merge branch 'v1.5.x' into develop
2 parents 186ae32 + 8685975 commit edda69c

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.5.0 [2026-02-27]
2+
_What's new_
3+
- Compiled with Go 1.26.
4+
5+
_Dependencies_
6+
- Upgrade go and npm dependencies to remediate security vulnerabilities.
7+
18
## v1.4.4 [2026-02-20]
29
_Dependencies_
310
- Upgrade go and npm dependencies to remediate security vulnerabilities.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/spf13/viper v1.19.0
2424
github.com/stevenle/topsort v0.2.0
2525
github.com/turbot/go-kit v1.3.0
26-
github.com/turbot/pipe-fittings/v2 v2.7.0
26+
github.com/turbot/pipe-fittings/v2 v2.7.3
2727
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.3
2828
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7 // indirect
2929
github.com/xlab/treeprint v1.2.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,8 +1383,8 @@ github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQ
13831383
github.com/tkrajina/go-reflector v0.5.6/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
13841384
github.com/turbot/go-kit v1.3.0 h1:6cIYPAO5hO9fG7Zd5UBC4Ch3+C6AiiyYS0UQnrUlTV0=
13851385
github.com/turbot/go-kit v1.3.0/go.mod h1:piKJMYCF8EYmKf+D2B78Csy7kOHGmnQVOWingtLKWWQ=
1386-
github.com/turbot/pipe-fittings/v2 v2.7.0 h1:eCmpMNlVtV3AxOzsn8njE3O6aoHc74WVAHOntia2hqY=
1387-
github.com/turbot/pipe-fittings/v2 v2.7.0/go.mod h1:V619+tgfLaqoEXFDNzA2p24TBZVf4IkDL9FDLQecMnE=
1386+
github.com/turbot/pipe-fittings/v2 v2.7.3 h1:DacY/pc8zERJYXszkomJCOi1YDK3e2chJ1HEN6GCzgU=
1387+
github.com/turbot/pipe-fittings/v2 v2.7.3/go.mod h1:VYqcgGrYDLsGxn1r4dOkkEh5/KDEgJgUU+nf0SAODY0=
13881388
github.com/turbot/pipes-sdk-go v0.12.0 h1:esbbR7bALa5L8n/hqroMPaQSSo3gNM/4X0iTmHa3D6U=
13891389
github.com/turbot/pipes-sdk-go v0.12.0/go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc=
13901390
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.3 h1:/b+ZUVydvkvjtNB0LbzVkDoWy/GB0qrucAxiUg4yznM=

0 commit comments

Comments
 (0)