Skip to content

Commit 0db6863

Browse files
committedMar 12, 2025
v5.11.4
1 parent 53a9018 commit 0db6863

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v5.11.4 [2025-03-12]
2+
_Dependencies_
3+
- Remove dependency on `pipe-fittings`.
4+
15
## v5.11.3 [2025-02-11]
26
_Dependencies_
37
- Upgrade `pipe-fittings` to v2.1.1.

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/olekukonko/tablewriter v0.0.5
1919
github.com/sethvargo/go-retry v0.2.4
2020
github.com/stevenle/topsort v0.2.0
21-
github.com/turbot/go-kit v1.0.0
21+
github.com/turbot/go-kit v1.1.0
2222
github.com/zclconf/go-cty v1.14.4
2323
go.opentelemetry.io/otel v1.26.0
2424
go.opentelemetry.io/otel/metric v1.26.0 // indirect

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
551551
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
552552
github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQSepKdE=
553553
github.com/tkrajina/go-reflector v0.5.6/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
554-
github.com/turbot/go-kit v1.0.0 h1:6JlRbPdmvqT+5ca9fJldy1/zQr4Wwv05eZ8gIYktuSU=
555-
github.com/turbot/go-kit v1.0.0/go.mod h1:vPk4gTUM8HhYGdzfKKLrPeZgnjLVBin41uqxjHScz6k=
554+
github.com/turbot/go-kit v1.1.0 h1:2gW+MFDJD+mN41GcvhAajTrwR8HgN9KKJ8HnYwPGTV0=
555+
github.com/turbot/go-kit v1.1.0/go.mod h1:1xmRuQ0cn/10QUMNLNOAFIqN8P6Rz5s3VLT8mkN3nF8=
556556
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=
557557
github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
558558
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

‎version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
var ProtocolVersion int64 = 20220201
1313

1414
// Version is the main version number that is being run at the moment.
15-
var version = "5.11.3"
15+
var version = "5.11.4"
1616

1717
// A pre-release marker for the version. If this is "" (empty string)
1818
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)