Remove file reading from bootstrap package

Signed-off-by: Philip Laine <philip.laine@gmail.com>
pull/3289/head
Philip Laine 3 years ago
parent c3a44e890d
commit 22a8aa57ae

@ -22,6 +22,7 @@ import (
"os"
"time"
"github.com/ProtonMail/go-crypto/openpgp"
"github.com/go-git/go-git/v5/plumbing/transport/http"
"github.com/spf13/cobra"

@ -24,6 +24,7 @@ import (
"strings"
"time"
"github.com/ProtonMail/go-crypto/openpgp"
"github.com/go-git/go-git/v5/plumbing/transport"
"github.com/go-git/go-git/v5/plumbing/transport/http"
"github.com/go-git/go-git/v5/plumbing/transport/ssh"

@ -22,6 +22,7 @@ import (
"os"
"time"
"github.com/ProtonMail/go-crypto/openpgp"
"github.com/go-git/go-git/v5/plumbing/transport/http"
"github.com/spf13/cobra"

@ -24,6 +24,7 @@ import (
"strings"
"time"
"github.com/ProtonMail/go-crypto/openpgp"
"github.com/go-git/go-git/v5/plumbing/transport/http"
"github.com/spf13/cobra"

Loading…
Cancel
Save