Skip to content

Commit

Permalink
Added changelog for v1.1.0. Updated pipe-fittings to file reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Oct 30, 2024
1 parent c743029 commit a1e9721
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Flowpipe

## v1.1.0 [tbd]

_What's new?_

* Updated Go to v1.23.0

_Bug fixes_

## v1.0.2 [2024-10-29]

_Bug fixes_
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go 1.23.2
// github.com/turbot/pipe-fittings => /workspaces/pipe-fittings
//)

//replace github.com/turbot/pipe-fittings => ../pipe-fittings
replace github.com/turbot/pipe-fittings => ../pipe-fittings

require (
github.com/ThreeDotsLabs/watermill v1.3.3
Expand Down Expand Up @@ -54,15 +54,14 @@ require (
github.com/mattn/go-sqlite3 v1.14.19
github.com/sagikazarmark/slog-shim v0.1.0
github.com/turbot/flowpipe-sdk-go v1.0.0
// develop branch d7decaf1e82d8538970cc7d7821d5a8f1c3994d4 (app specific resource refactor)
github.com/turbot/pipe-fittings v1.6.6-0.20241030182756-d7decaf1e82d
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/sync v0.8.0
)

require (
github.com/iancoleman/strcase v0.3.0
github.com/robfig/cron/v3 v3.0.1
github.com/turbot/pipe-fittings v0.0.0-00010101000000-000000000000
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7
)

Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -926,8 +926,6 @@ github.com/turbot/flowpipe-sdk-go v1.0.0 h1:q8zrZ/KKECDDCl5139CzPJUXfZTiS0vITOx7
github.com/turbot/flowpipe-sdk-go v1.0.0/go.mod h1:tP5opISn4bPv8ubRN7Kt1xvXJXgDkd8LEV0iAGHDar4=
github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKUlSoA=
github.com/turbot/go-kit v0.10.0-rc.0/go.mod h1:fFQqR59I5z5JeeBLfK1PjSifn4Oprs3NiQx0CxeSJxs=
github.com/turbot/pipe-fittings v1.6.6-0.20241030182756-d7decaf1e82d h1:lvOZyygWhlNxGKHlRgHJlWOYA3fYK53vy9TqFuuW2Bo=
github.com/turbot/pipe-fittings v1.6.6-0.20241030182756-d7decaf1e82d/go.mod h1:zqS8HCdNa515xuNohnIOY1uu5WQpUNARmN87Ellrk9A=
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=
Expand Down

0 comments on commit a1e9721

Please sign in to comment.