File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Flowpipe
2
2
3
+ ## v1.1.0 [ tbd]
4
+
5
+ _ What's new?_
6
+
7
+ * Updated Go to v1.23.0
8
+
9
+ _ Bug fixes_
10
+
3
11
## v1.0.2 [ 2024-10-29]
4
12
5
13
_ Bug fixes_
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ go 1.23.2
8
8
// github.com/turbot/pipe-fittings => /workspaces/pipe-fittings
9
9
// )
10
10
11
- // replace github.com/turbot/pipe-fittings => ../pipe-fittings
11
+ replace github.com/turbot/pipe-fittings => ../pipe-fittings
12
12
13
13
require (
14
14
github.com/ThreeDotsLabs/watermill v1.3.3
@@ -54,15 +54,14 @@ require (
54
54
github.com/mattn/go-sqlite3 v1.14.19
55
55
github.com/sagikazarmark/slog-shim v0.1.0
56
56
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
59
57
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
60
58
golang.org/x/sync v0.8.0
61
59
)
62
60
63
61
require (
64
62
github.com/iancoleman/strcase v0.3.0
65
63
github.com/robfig/cron/v3 v3.0.1
64
+ github.com/turbot/pipe-fittings v0.0.0-00010101000000-000000000000
66
65
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7
67
66
)
68
67
Original file line number Diff line number Diff line change @@ -926,8 +926,6 @@ github.com/turbot/flowpipe-sdk-go v1.0.0 h1:q8zrZ/KKECDDCl5139CzPJUXfZTiS0vITOx7
926
926
github.com/turbot/flowpipe-sdk-go v1.0.0 /go.mod h1:tP5opISn4bPv8ubRN7Kt1xvXJXgDkd8LEV0iAGHDar4 =
927
927
github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKUlSoA =
928
928
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 =
931
929
github.com/turbot/pipes-sdk-go v0.9.1 h1:2yRojY2wymvJn6NQyE6A0EDFV267MNe+yDLxPVvsBwM =
932
930
github.com/turbot/pipes-sdk-go v0.9.1 /go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc =
933
931
github.com/turbot/steampipe-plugin-code v0.7.0 h1:SROYIo/TI/Q/YNfXK+sAIS71umypUFm1Uz851TmoJkM =
You can’t perform that action at this time.
0 commit comments