Skip to content

Commit 5ec858f

Browse files
authored
Merge pull request #2225 from Permify/dependabot/go_modules/github.com/olekukonko/tablewriter-1.0.2
build(deps): bump github.com/olekukonko/tablewriter from 1.0.0 to 1.0.2
2 parents c30f78f + 1c5d3c7 commit 5ec858f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ require (
9999
github.com/moby/sys/userns v0.1.0 // indirect
100100
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
101101
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
102+
github.com/olekukonko/ll v0.0.6-0.20250511102614-9564773e9d27 // indirect
102103
github.com/rivo/uniseg v0.4.4 // indirect
103104
github.com/samber/lo v1.49.1 // indirect
104105
github.com/sethvargo/go-retry v0.3.0 // indirect
@@ -154,7 +155,7 @@ require (
154155
github.com/moby/sys/sequential v0.5.0 // indirect
155156
github.com/moby/term v0.5.0 // indirect
156157
github.com/morikuni/aec v1.0.0 // indirect
157-
github.com/olekukonko/tablewriter v1.0.0
158+
github.com/olekukonko/tablewriter v1.0.2
158159
github.com/opencontainers/go-digest v1.0.0 // indirect
159160
github.com/opencontainers/image-spec v1.1.1 // indirect
160161
github.com/openzipkin/zipkin-go v0.4.3 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,10 @@ github.com/ncruces/go-strftime v0.1.9 h1:bY0MQC28UADQmHmaF5dgpLmImcShSi2kHU9XLdh
323323
github.com/ncruces/go-strftime v0.1.9/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
324324
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 h1:r3FaAI0NZK3hSmtTDrBVREhKULp8oUeqLT5Eyl2mSPo=
325325
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y=
326-
github.com/olekukonko/tablewriter v1.0.0 h1:WHgrshVkRhxxTAVetUh3m4WjBwyOitmUXztaXp3P08g=
327-
github.com/olekukonko/tablewriter v1.0.0/go.mod h1:xmnTFhuRZ6FbtSSkjRw3qDa/TB237m7SlzsC8WaBLUo=
326+
github.com/olekukonko/ll v0.0.6-0.20250511102614-9564773e9d27 h1:LgDwLQDELPB6wMOx1x4DSXnH2pjQNDKFgqv2inJuiAU=
327+
github.com/olekukonko/ll v0.0.6-0.20250511102614-9564773e9d27/go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g=
328+
github.com/olekukonko/tablewriter v1.0.2 h1:nxz/j28kPYQUuc4veIv3Ymmef7gHKn8rhr42aauENnk=
329+
github.com/olekukonko/tablewriter v1.0.2/go.mod h1:eUa4ArVhHJYomS27xrJB/GyLtnzKKVkZeLM6/MNO+pA=
328330
github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus=
329331
github.com/onsi/ginkgo/v2 v2.23.4/go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8=
330332
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=

0 commit comments

Comments
 (0)