Skip to content

Commit a1e9721

Browse files
committed
Added changelog for v1.1.0. Updated pipe-fittings to file reference.
1 parent c743029 commit a1e9721

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Flowpipe
22

3+
## v1.1.0 [tbd]
4+
5+
_What's new?_
6+
7+
* Updated Go to v1.23.0
8+
9+
_Bug fixes_
10+
311
## v1.0.2 [2024-10-29]
412

513
_Bug fixes_

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ go 1.23.2
88
// github.com/turbot/pipe-fittings => /workspaces/pipe-fittings
99
//)
1010

11-
//replace github.com/turbot/pipe-fittings => ../pipe-fittings
11+
replace github.com/turbot/pipe-fittings => ../pipe-fittings
1212

1313
require (
1414
github.com/ThreeDotsLabs/watermill v1.3.3
@@ -54,15 +54,14 @@ require (
5454
github.com/mattn/go-sqlite3 v1.14.19
5555
github.com/sagikazarmark/slog-shim v0.1.0
5656
github.com/turbot/flowpipe-sdk-go v1.0.0
57-
// develop branch d7decaf1e82d8538970cc7d7821d5a8f1c3994d4 (app specific resource refactor)
58-
github.com/turbot/pipe-fittings v1.6.6-0.20241030182756-d7decaf1e82d
5957
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
6058
golang.org/x/sync v0.8.0
6159
)
6260

6361
require (
6462
github.com/iancoleman/strcase v0.3.0
6563
github.com/robfig/cron/v3 v3.0.1
64+
github.com/turbot/pipe-fittings v0.0.0-00010101000000-000000000000
6665
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7
6766
)
6867

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,8 +926,6 @@ github.com/turbot/flowpipe-sdk-go v1.0.0 h1:q8zrZ/KKECDDCl5139CzPJUXfZTiS0vITOx7
926926
github.com/turbot/flowpipe-sdk-go v1.0.0/go.mod h1:tP5opISn4bPv8ubRN7Kt1xvXJXgDkd8LEV0iAGHDar4=
927927
github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKUlSoA=
928928
github.com/turbot/go-kit v0.10.0-rc.0/go.mod h1:fFQqR59I5z5JeeBLfK1PjSifn4Oprs3NiQx0CxeSJxs=
929-
github.com/turbot/pipe-fittings v1.6.6-0.20241030182756-d7decaf1e82d h1:lvOZyygWhlNxGKHlRgHJlWOYA3fYK53vy9TqFuuW2Bo=
930-
github.com/turbot/pipe-fittings v1.6.6-0.20241030182756-d7decaf1e82d/go.mod h1:zqS8HCdNa515xuNohnIOY1uu5WQpUNARmN87Ellrk9A=
931929
github.com/turbot/pipes-sdk-go v0.9.1 h1:2yRojY2wymvJn6NQyE6A0EDFV267MNe+yDLxPVvsBwM=
932930
github.com/turbot/pipes-sdk-go v0.9.1/go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc=
933931
github.com/turbot/steampipe-plugin-code v0.7.0 h1:SROYIo/TI/Q/YNfXK+sAIS71umypUFm1Uz851TmoJkM=

0 commit comments

Comments
 (0)