Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit d1ae88b

Browse files
committed
move deps back before go modules
See golang/go#30636 Signed-off-by: Tycho Andersen <[email protected]>
1 parent f74c2ee commit d1ae88b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ require (
2525
github.com/klauspost/pgzip v1.2.1 // indirect
2626
github.com/kr/pty v1.1.3 // indirect
2727
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
2930
github.com/mattn/go-runewidth v0.0.4 // indirect
3031
github.com/mattn/go-sqlite3 v1.10.0
3132
github.com/mitchellh/hashstructure v1.0.0 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,14 @@ github.com/lxc/lxd v0.0.0-20181227184335-6556fcb5743f h1:S42Jpji8QOTrKEfKZXc3efV
8787
github.com/lxc/lxd v0.0.0-20181227184335-6556fcb5743f/go.mod h1:2BaZflfwsv8a3uy3/Vw+de4Avn4DSrAiqaHJjCIXMV4=
8888
github.com/mattn/go-colorable v0.0.9 h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=
8989
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=
9092
github.com/mattn/go-isatty v0.0.3 h1:ns/ykhmWi7G9O+8a448SecJU3nSMBXJfqQkl0upE1jI=
9193
github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
9294
github.com/mattn/go-isatty v0.0.4 h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs=
9395
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=
9498
github.com/mattn/go-runewidth v0.0.4 h1:2BvfKmzob6Bmd4YsL0zygOqfdFnK7GR4QL06Do4/p7Y=
9599
github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
96100
github.com/mattn/go-sqlite3 v1.10.0 h1:jbhqpg7tQe4SupckyijYiy0mJJ/pRyHvXf7JdWK860o=

0 commit comments

Comments
 (0)