Skip to content

Commit a3ce07a

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

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

go.mod

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/google/go-cmp v0.7.0
2626
github.com/google/uuid v1.6.0
2727
github.com/jarcoal/httpmock v1.4.1
28-
github.com/olekukonko/tablewriter v0.0.5
28+
github.com/olekukonko/tablewriter v1.1.4
2929
github.com/pelletier/go-toml/v2 v2.2.4
3030
github.com/segmentio/ksuid v1.0.4
3131
github.com/smartcontractkit/ccip-owner-contracts v0.1.0
@@ -66,6 +66,8 @@ require (
6666
github.com/aws/aws-sdk-go-v2/service/signin v1.0.8 // indirect
6767
github.com/btcsuite/btcutil v1.0.2 // indirect
6868
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
69+
github.com/clipperhouse/displaywidth v0.10.0 // indirect
70+
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
6971
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
7072
github.com/creachadair/jrpc2 v1.2.0 // indirect
7173
github.com/creachadair/mds v0.13.4 // indirect
@@ -89,6 +91,9 @@ require (
8991
github.com/minio/sha256-simd v1.0.1 // indirect
9092
github.com/moby/spdystream v0.5.0 // indirect
9193
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
94+
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
95+
github.com/olekukonko/errors v1.2.0 // indirect
96+
github.com/olekukonko/ll v0.1.6 // indirect
9297
github.com/smartcontractkit/chainlink-common v0.10.1-0.20260217160002-b56cb5356cc7 // indirect
9398
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
9499
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260226130359-963f935e0396 // indirect
@@ -230,7 +235,7 @@ require (
230235
github.com/mailru/easyjson v0.9.0 // indirect
231236
github.com/mattn/go-colorable v0.1.14 // indirect
232237
github.com/mattn/go-isatty v0.0.20 // indirect
233-
github.com/mattn/go-runewidth v0.0.16 // indirect
238+
github.com/mattn/go-runewidth v0.0.19 // indirect
234239
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
235240
github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
236241
github.com/mitchellh/pointerstructure v1.2.0 // indirect
@@ -264,7 +269,6 @@ require (
264269
github.com/prometheus/client_model v0.6.2 // indirect
265270
github.com/prometheus/common v0.66.1 // indirect
266271
github.com/prometheus/procfs v0.16.1 // indirect
267-
github.com/rivo/uniseg v0.4.7 // indirect
268272
github.com/rogpeppe/go-internal v1.14.1 // indirect
269273
github.com/rs/cors v1.11.1 // indirect
270274
github.com/rs/zerolog v1.34.0 // indirect

go.sum

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)