Skip to content

Commit 77e947a

Browse files
chore(deps): bump github.com/olekukonko/tablewriter from 0.0.5 to 1.1.3
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 0.0.5 to 1.1.3. - [Release notes](https://github.com/olekukonko/tablewriter/releases) - [Commits](olekukonko/tablewriter@v0.0.5...v1.1.3) --- updated-dependencies: - dependency-name: github.com/olekukonko/tablewriter dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e839073 commit 77e947a

File tree

2 files changed

+26
-72
lines changed

2 files changed

+26
-72
lines changed

go.mod

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/goccy/go-yaml v1.19.2
2525
github.com/google/uuid v1.6.0
2626
github.com/jarcoal/httpmock v1.4.1
27-
github.com/olekukonko/tablewriter v0.0.5
27+
github.com/olekukonko/tablewriter v1.1.3
2828
github.com/pelletier/go-toml/v2 v2.2.4
2929
github.com/segmentio/ksuid v1.0.4
3030
github.com/smartcontractkit/ccip-owner-contracts v0.1.0
@@ -65,6 +65,9 @@ require (
6565
github.com/aws/aws-sdk-go-v2/service/signin v1.0.5 // indirect
6666
github.com/btcsuite/btcutil v1.0.2 // indirect
6767
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
68+
github.com/clipperhouse/displaywidth v0.6.2 // indirect
69+
github.com/clipperhouse/stringish v0.1.1 // indirect
70+
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
6871
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
6972
github.com/creachadair/jrpc2 v1.2.0 // indirect
7073
github.com/creachadair/mds v0.13.4 // indirect
@@ -87,6 +90,9 @@ require (
8790
github.com/minio/sha256-simd v1.0.1 // indirect
8891
github.com/moby/spdystream v0.5.0 // indirect
8992
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
93+
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
94+
github.com/olekukonko/errors v1.1.0 // indirect
95+
github.com/olekukonko/ll v0.1.4-0.20260115111900-9e59c2286df0 // indirect
9096
github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96 // indirect
9197
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
9298
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9 // indirect
@@ -228,7 +234,7 @@ require (
228234
github.com/mailru/easyjson v0.9.0 // indirect
229235
github.com/mattn/go-colorable v0.1.14 // indirect
230236
github.com/mattn/go-isatty v0.0.20 // indirect
231-
github.com/mattn/go-runewidth v0.0.16 // indirect
237+
github.com/mattn/go-runewidth v0.0.19 // indirect
232238
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
233239
github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
234240
github.com/mitchellh/pointerstructure v1.2.0 // indirect
@@ -262,7 +268,6 @@ require (
262268
github.com/prometheus/client_model v0.6.2 // indirect
263269
github.com/prometheus/common v0.65.0 // indirect
264270
github.com/prometheus/procfs v0.16.1 // indirect
265-
github.com/rivo/uniseg v0.4.7 // indirect
266271
github.com/rogpeppe/go-internal v1.14.1 // indirect
267272
github.com/rs/cors v1.11.1 // indirect
268273
github.com/rs/zerolog v1.34.0 // indirect

0 commit comments

Comments
 (0)