Skip to content

Commit 852425a

Browse files
committed
go mod tidy
Signed-off-by: Sunny <[email protected]>
1 parent 7d3ce9e commit 852425a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ require (
9090
github.com/josharian/intern v1.0.0 // indirect
9191
github.com/json-iterator/go v1.1.12 // indirect
9292
github.com/kevinburke/ssh_config v1.2.0 // indirect
93+
github.com/kylelemons/godebug v1.1.0 // indirect
9394
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
9495
github.com/mailru/easyjson v0.7.7 // indirect
9596
github.com/mattn/go-colorable v0.1.13 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
174174
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
175175
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
176176
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
177+
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
178+
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
177179
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
178180
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
179181
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=

0 commit comments

Comments
 (0)