commit | 367f759f54e59b24b55024c8070513f9f7e6f4c1 | [log] [tgz] |
---|---|---|
author | Mateusz Zalega <mateusz@monogon.tech> | Mon Dec 20 18:13:31 2021 +0100 |
committer | Mateusz Zalega <mateusz@monogon.tech> | Mon Dec 20 23:32:39 2021 +0000 |
tree | 453db92ef4a6d443ffe125b1ed30302cfda992a8 | |
parent | 13050ef7ba39455bd519971221a332eb5c0fcbd6 [diff] [blame] |
m/t/installer: re-add a missing import Change-Id: I8c881aa6f23de5bf985e7015e0e649eafa094b10 Reviewed-on: https://review.monogon.dev/c/monogon/+/504 Reviewed-by: Sergiusz Bazanski <serge@monogon.tech>
diff --git a/metropolis/test/installer/main.go b/metropolis/test/installer/main.go index 0a5e5aa..dafa288 100644 --- a/metropolis/test/installer/main.go +++ b/metropolis/test/installer/main.go
@@ -20,6 +20,7 @@ package main import ( + "bytes" "context" "fmt" "io"