Fix build

Fixes #2716
This commit is contained in:
Zachary Yedidia 2023-01-29 19:23:21 -08:00
parent d5caf84788
commit f7677549ea

View File

@ -4,12 +4,12 @@ import (
"errors"
"fmt"
"io/fs"
"os"
"regexp"
"runtime"
"strings"
"time"
shellquote "github.com/kballard/go-shellquote"
"github.com/zyedidia/micro/v2/internal/buffer"
"github.com/zyedidia/micro/v2/internal/clipboard"