File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/wasilak/elasticsearch-reroute-shards
3
3
go 1.23
4
4
5
5
require (
6
- github.com/jedib0t/go-pretty/v6 v6.6.3
6
+ github.com/jedib0t/go-pretty/v6 v6.6.4
7
7
github.com/joho/godotenv v1.5.1
8
8
github.com/montanaflynn/stats v0.7.1
9
9
github.com/spf13/cobra v1.8.1
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ github.com/jedib0t/go-pretty/v6 v6.6.2 h1:27bLj3nRODzaiA7tPIxy9UVWHoPspFfME9Xxgw
22
22
github.com/jedib0t/go-pretty/v6 v6.6.2 /go.mod h1:zbn98qrYlh95FIhwwsbIip0LYpwSG8SUOScs+v9/t0E =
23
23
github.com/jedib0t/go-pretty/v6 v6.6.3 h1:nGqgS0tgIO1Hto47HSaaK4ac/I/Bu7usmdD3qvs0WvM =
24
24
github.com/jedib0t/go-pretty/v6 v6.6.3 /go.mod h1:zbn98qrYlh95FIhwwsbIip0LYpwSG8SUOScs+v9/t0E =
25
+ github.com/jedib0t/go-pretty/v6 v6.6.4 h1:B51RjA+Sytv0C0Je7PHGDXZBF2JpS5dZEWWRueBLP6U =
26
+ github.com/jedib0t/go-pretty/v6 v6.6.4 /go.mod h1:zbn98qrYlh95FIhwwsbIip0LYpwSG8SUOScs+v9/t0E =
25
27
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
26
28
github.com/joho/godotenv v1.5.1 /go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4 =
27
29
github.com/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
You can’t perform that action at this time.
0 commit comments