File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## v5.11.4 [ 2025-03-12]
2
+ _ Dependencies_
3
+ - Remove dependency on ` pipe-fittings ` .
4
+
1
5
## v5.11.3 [ 2025-02-11]
2
6
_ Dependencies_
3
7
- Upgrade ` pipe-fittings ` to v2.1.1.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/olekukonko/tablewriter v0.0.5
19
19
github.com/sethvargo/go-retry v0.2.4
20
20
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
22
22
github.com/zclconf/go-cty v1.14.4
23
23
go.opentelemetry.io/otel v1.26.0
24
24
go.opentelemetry.io/otel/metric v1.26.0 // indirect
Original file line number Diff line number Diff line change @@ -551,8 +551,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
551
551
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
552
552
github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQSepKdE =
553
553
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 =
556
556
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8 =
557
557
github.com/ulikunitz/xz v0.5.10 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
558
558
github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
var ProtocolVersion int64 = 20220201
13
13
14
14
// 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 "
16
16
17
17
// A pre-release marker for the version. If this is "" (empty string)
18
18
// then it means that it is a final release. Otherwise, this is a pre-release
You can’t perform that action at this time.
0 commit comments