Fix rebase

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-03-30 16:48:07 +02:00
parent e66ad07cc7
commit 4c78c5d287
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ go_library(
"//internal/logger",
"//internal/retry",
"//internal/sigstore",
"//internal/variant",
"//internal/versions",
"//internal/versionsapi",
"//internal/versionsapi/fetcher",

View File

@ -10,6 +10,7 @@ import (
"bytes"
"errors"
"fmt"
"os"
"sort"
"strconv"
"strings"