File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
2626 github.com/oidc-mytoken/api v0.11.2-0.20240426092102-fa4d583a79ad
2727 github.com/oidc-mytoken/lib v0.7.1
2828 github.com/oidc-mytoken/utils v0.1.3-0.20240527155944-26103774a5aa
29- github.com/olekukonko/tablewriter v1.0.7
29+ github.com/olekukonko/tablewriter v1.1.0
3030 github.com/pires/go-proxyproto v0.8.1
3131 github.com/pkg/errors v0.9.1
3232 github.com/redis/go-redis/v9 v9.16.0
@@ -68,8 +68,8 @@ require (
6868 github.com/mattn/go-colorable v0.1.13 // indirect
6969 github.com/mattn/go-isatty v0.0.20 // indirect
7070 github.com/mattn/go-runewidth v0.0.16 // indirect
71- github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
72- github.com/olekukonko/ll v0.0.8 // indirect
71+ github.com/olekukonko/errors v1.1.0 // indirect
72+ github.com/olekukonko/ll v0.0.9 // indirect
7373 github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
7474 github.com/rivo/uniseg v0.2.0 // indirect
7575 github.com/russross/blackfriday/v2 v2.1.0 // indirect
Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ github.com/oidc-mytoken/lib v0.7.1 h1:inqnng/iVU42TU8Cuac7wP8I+JraTYmWMKSXdZvShf
122122github.com/oidc-mytoken/lib v0.7.1 /go.mod h1:LLDCpHCFzyodYLWSf69FDI4cvql/8B2sdKhVjmOBPgI =
123123github.com/oidc-mytoken/utils v0.1.3-0.20240527155944-26103774a5aa h1:Ff2ebDPyHdxTIx95G5hD5PuS8o495JIwu4a2lsQ9sX8 =
124124github.com/oidc-mytoken/utils v0.1.3-0.20240527155944-26103774a5aa /go.mod h1:PH/hvZP5HjEQFF/l/ooPj0MH0yhpqO4sEF9V33+cGL0 =
125- github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 h1:r3FaAI0NZK3hSmtTDrBVREhKULp8oUeqLT5Eyl2mSPo =
126- github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 /go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y =
127- github.com/olekukonko/ll v0.0.8 h1:sbGZ1Fx4QxJXEqL/6IG8GEFnYojUSQ45dJVwN2FH2fc =
128- github.com/olekukonko/ll v0.0.8 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
129- github.com/olekukonko/tablewriter v1.0.7 h1:HCC2e3MM+2g72M81ZcJU11uciw6z/p82aEnm4/ySDGw =
130- github.com/olekukonko/tablewriter v1.0.7 /go.mod h1:H428M+HzoUXC6JU2Abj9IT9ooRmdq9CxuDmKMtrOCMs =
125+ github.com/olekukonko/errors v1.1.0 h1:RNuGIh15QdDenh+hNvKrJkmxxjV4hcS50Db478Ou5sM =
126+ github.com/olekukonko/errors v1.1.0 /go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y =
127+ github.com/olekukonko/ll v0.0.9 h1:Y+1YqDfVkqMWuEQMclsF9HUR5+a82+dxJuL1HHSRpxI =
128+ github.com/olekukonko/ll v0.0.9 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
129+ github.com/olekukonko/tablewriter v1.1.0 h1:N0LHrshF4T39KvI96fn6GT8HEjXRXYNDrDjKFDB7RIY =
130+ github.com/olekukonko/tablewriter v1.1.0 /go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo =
131131github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c h1:dAMKvw0MlJT1GshSTtih8C2gDs04w8dReiOGXrGLNoY =
132132github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c /go.mod h1:RqIHx9QI14HlwKwm98g9Re5prTQ6LdeRQn+gXJFxsJM =
133133github.com/pires/go-proxyproto v0.8.1 h1:9KEixbdJfhrbtjpz/ZwCdWDD2Xem0NZ38qMYaASJgp0 =
You can’t perform that action at this time.
0 commit comments