1
0
mirror of https://gitea.com/jolheiser/sip synced 2025-08-22 13:44:29 +02:00
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2020-09-16 13:02:52 -05:00
parent e77866a4b6
commit f41b7aded7
No known key found for this signature in database
GPG Key ID: B853ADA5DA7BBF7A

@ -2,7 +2,6 @@ package cmd
import (
"fmt"
"go.jolheiser.com/beaver/color"
"os"
"path/filepath"
"strings"
@ -13,6 +12,7 @@ import (
"github.com/AlecAivazis/survey/v2"
"github.com/urfave/cli/v2"
"go.jolheiser.com/beaver"
"go.jolheiser.com/beaver/color"
)
var ReleaseAttach = cli.Command{