Skip to content

Commit d07ed2e

Browse files
committed
fix: add missing dependency
1 parent 52b9b34 commit d07ed2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"fmt"
77
"github.com/akamensky/argparse"
88
"github.com/bmatcuk/doublestar/v2"
9+
"io/fs"
910
"log"
1011
"os"
1112
"path/filepath"

0 commit comments

Comments
 (0)