This repository was archived by the owner on Oct 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ require (
25
25
github.com/klauspost/pgzip v1.2.1 // indirect
26
26
github.com/kr/pty v1.1.3 // indirect
27
27
github.com/lxc/lxd v0.0.0-20181227184335-6556fcb5743f // indirect
28
- github.com/mattn/go-isatty v0.0.4 // indirect
28
+ github.com/mattn/go-colorable v0.1.0 // indirect
29
+ github.com/mattn/go-isatty v0.0.5-0.20180905160344-4684196194d7 // indirect
29
30
github.com/mattn/go-runewidth v0.0.4 // indirect
30
31
github.com/mattn/go-sqlite3 v1.10.0
31
32
github.com/mitchellh/hashstructure v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -87,10 +87,14 @@ github.com/lxc/lxd v0.0.0-20181227184335-6556fcb5743f h1:S42Jpji8QOTrKEfKZXc3efV
87
87
github.com/lxc/lxd v0.0.0-20181227184335-6556fcb5743f /go.mod h1:2BaZflfwsv8a3uy3/Vw+de4Avn4DSrAiqaHJjCIXMV4 =
88
88
github.com/mattn/go-colorable v0.0.9 h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4 =
89
89
github.com/mattn/go-colorable v0.0.9 /go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU =
90
+ github.com/mattn/go-colorable v0.1.0 h1:v2XXALHHh6zHfYTJ+cSkwtyffnaOyR1MXaA91mTrb8o =
91
+ github.com/mattn/go-colorable v0.1.0 /go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU =
90
92
github.com/mattn/go-isatty v0.0.3 h1:ns/ykhmWi7G9O+8a448SecJU3nSMBXJfqQkl0upE1jI =
91
93
github.com/mattn/go-isatty v0.0.3 /go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4 =
92
94
github.com/mattn/go-isatty v0.0.4 h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs =
93
95
github.com/mattn/go-isatty v0.0.4 /go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4 =
96
+ github.com/mattn/go-isatty v0.0.5-0.20180905160344-4684196194d7 h1:rEA5lFIOrkQ0KAL7wgH92spHpC/eEngKpZ0EUxOcdr0 =
97
+ github.com/mattn/go-isatty v0.0.5-0.20180905160344-4684196194d7 /go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4 =
94
98
github.com/mattn/go-runewidth v0.0.4 h1:2BvfKmzob6Bmd4YsL0zygOqfdFnK7GR4QL06Do4/p7Y =
95
99
github.com/mattn/go-runewidth v0.0.4 /go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU =
96
100
github.com/mattn/go-sqlite3 v1.10.0 h1:jbhqpg7tQe4SupckyijYiy0mJJ/pRyHvXf7JdWK860o =
You can’t perform that action at this time.
0 commit comments